<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Security Scan in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874510#M279014</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Ident Service (Potential Bot/Zombie) Detected   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check to see if the ident service was started legitimately. If not, or if not required, disable the ident service. Also, scan the host with an updated antivirus scanner for infection.&lt;BR /&gt;&lt;BR /&gt;what does the Ident Service mean? Also there is no Virus in Unix right?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
    <pubDate>Wed, 04 Oct 2006 14:37:37 GMT</pubDate>
    <dc:creator>joe_91</dc:creator>
    <dc:date>2006-10-04T14:37:37Z</dc:date>
    <item>
      <title>Security Scan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874510#M279014</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Ident Service (Potential Bot/Zombie) Detected   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check to see if the ident service was started legitimately. If not, or if not required, disable the ident service. Also, scan the host with an updated antivirus scanner for infection.&lt;BR /&gt;&lt;BR /&gt;what does the Ident Service mean? Also there is no Virus in Unix right?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Wed, 04 Oct 2006 14:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874510#M279014</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2006-10-04T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Security Scan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874511#M279015</link>
      <description>I think this is output from some security scanner. Take a look at /etc/inetd.conf - maybe you have ident service running. If you don't need it simply comment that line (with #) and reload inetd (inetd -c).&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 04 Oct 2006 14:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874511#M279015</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-04T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Security Scan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874512#M279016</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;The ident protocol identifies the username of the current user to a (remote) process.  It runs on 113/tcp by default.  This is most likely a false positive.&lt;BR /&gt;&lt;BR /&gt;To disable identd, comment out the appropriate line in /etc/inetd.conf and 'inetd -c'.&lt;BR /&gt;&lt;BR /&gt;For more information on ident:&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Ident" target="_blank"&gt;http://en.wikipedia.org/wiki/Ident&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are UNIX viruses, but their number is tiny compared to the Windows world.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 04 Oct 2006 15:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874512#M279016</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-10-04T15:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Security Scan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874513#M279017</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please comment the following line in /etc/inetd.conf file:&lt;BR /&gt;&lt;BR /&gt;ident   stream tcp wait   bin  /usr/lbin/identd   identd &lt;BR /&gt;&lt;BR /&gt;and run inetd -c&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Oct 2006 16:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874513#M279017</guid>
      <dc:creator>john D_3</dc:creator>
      <dc:date>2006-10-04T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Security Scan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874514#M279018</link>
      <description>ident is one of the archaic Unix services that are almost never used but like finger and rwho, they provide too much information about your system. Just comment it out and inetd -c re-read the file. Other archaic services:&lt;BR /&gt; &lt;BR /&gt;uucp ntalk time daytime echo discard chargen &lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 19:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874514#M279018</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-04T19:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Security Scan</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874515#M279019</link>
      <description>The only really popular thing I can think of that (currently) relies on it is ServiceGuard.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 10:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-scan/m-p/3874515#M279019</guid>
      <dc:creator>Robert Fritz</dc:creator>
      <dc:date>2006-10-05T10:32:46Z</dc:date>
    </item>
  </channel>
</rss>

