<?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 Re: Validate HPUX Security items in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956569#M414792</link>
    <description>4) All the other ones are also in /etc/services. Why do I not comment those out in /etc/services instead of /etc/inetd.conf?&lt;BR /&gt;&lt;BR /&gt;Some people will say to comment them in /etc/services also. I typically only comment them in /etc/inetd.conf. Someone will probably berate me for that. :)&lt;BR /&gt;&lt;BR /&gt;5) Unable to get patch. Receive message page from HP that there is an "issue." Where else can I get it?&lt;BR /&gt;&lt;BR /&gt;The HP site is the only place I know to get patches, other than from your friendly neighborhood HP rep if you have a support contract.&lt;BR /&gt;&lt;BR /&gt;6)O.K. I can do that. Do I need to reboot or what afterwards?&lt;BR /&gt;&lt;BR /&gt;Nope. Once you run the init.d script to stop it, sendmail is down.</description>
    <pubDate>Wed, 08 Feb 2006 12:35:43 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2006-02-08T12:35:43Z</dc:date>
    <item>
      <title>Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956565#M414788</link>
      <description>1) SNMP needs to be disabled if not required  This is what I think needs to be done to do it: &lt;BR /&gt;    1. /etc/rc.config.d/SnmpHpunix&lt;BR /&gt;        Set SNMP_HPUNIX_START to 0: SNMP_HPUNIX_START=0 &lt;BR /&gt;    2. /etc/rc.config.d/SnmpMaster&lt;BR /&gt;        Set SNMP_MASTER_START to 0: SNMP_MASTER_START=0 &lt;BR /&gt;    3. /etc/rc.config.d/SnmpMib2&lt;BR /&gt;        Set SNMP_MIB2_START to 0: SNMP_MIB2_START=0 &lt;BR /&gt;    4. /etc/rc.config.d/SnmpTrpDst&lt;BR /&gt;        Set SNMP_TRAPDEST_START to 0: SNMP_TRAPDEST_START=0&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; 2) NFS - all shares need to be restricted to trusted hosts only and&lt;BR /&gt;    preferably read only -&amp;gt; Trusted Hosts : listed in .rhosts file, check for permissions as read only for all shares listed in /etc/exports&lt;BR /&gt;&lt;BR /&gt; 3) Disable HTTP trace on port 8080 -&amp;gt;  I think that we need to change/add to an "httpd.conf" file. :&lt;BR /&gt;      RewriteEngine On&lt;BR /&gt;      RewriteCond %{REQUEST_METHID} ^(TRACE|TRACK)&lt;BR /&gt;      RewriteRule .* - [F]&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt; 4) Disable the following services (I noticed all but bootpc, are in /etc/inetd.conf):&lt;BR /&gt;      echo -&amp;gt;  Comment out both of them in inetd.conf?    &lt;BR /&gt;      discard -&amp;gt; Comment out both of them in inetd.conf?&lt;BR /&gt;      chargen -&amp;gt; Comment out both of them in inetd.conf?&lt;BR /&gt;      daytime -&amp;gt; Comment out both of them in inetd.conf?&lt;BR /&gt;      bootps -&amp;gt; Comment out in inetd.conf?&lt;BR /&gt;      bootpc -&amp;gt;  /etc/services &lt;BR /&gt;      tftp -&amp;gt; Comment out in inetd.conf?&lt;BR /&gt;      ident -&amp;gt; Comment out in inetd.conf?&lt;BR /&gt;&lt;BR /&gt; 5) Patch PHP running on port 8080 -&amp;gt;&lt;BR /&gt;     Get the patch from HP.  &lt;BR /&gt;&lt;BR /&gt; 6) Disable sendmail if not needed. &lt;BR /&gt;    a) edit/remove the -bd flag from the "sendmail" command line in the /sbin/init.d/sendmail file or &lt;BR /&gt;    b) Just comment out that line.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 14:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956565#M414788</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2006-02-01T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956566#M414789</link>
      <description>1. Looks good. Be sure to run the corresponding /sbin/init.d scripts prior to making these changes so SNMP is disabled immediately.&lt;BR /&gt;&lt;BR /&gt;2. .rhosts has nothing to do with NFS. You restrict access to NFS mounts via the access= option in /etc/exports. See exports(4)&lt;BR /&gt;&lt;BR /&gt;3. Not sure about that one.&lt;BR /&gt;&lt;BR /&gt;4. Looks good. Be careful of commenting identd, however. If you run Serviceguard, it may require it unless the -i option is used on cmclconfd in /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;5. Sounds reasonable.&lt;BR /&gt;&lt;BR /&gt;6. Modifying the /sbin/init.d scripts supplied by HP is never a good idea. They can be overwritten at any time you patch the system. Set SENDMAIL_SERVER=0 in /etc/rc.config.d/mailservs instead.</description>
      <pubDate>Wed, 01 Feb 2006 15:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956566#M414789</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-02-01T15:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956567#M414790</link>
      <description>You're number 3 looks good.&lt;BR /&gt;&lt;BR /&gt;You could also go significantly farther and use rewrite options to limit the extended characters that Apache allows. Example:&lt;BR /&gt;&lt;BR /&gt;RewriteRule [^a-zA-Z0-9|\.|/|_|-] - [F]&lt;BR /&gt;&lt;BR /&gt;This will only allow a-z, A-Z, 0-90, ., /, _, -.&lt;BR /&gt;&lt;BR /&gt;You should test this thoroughly though.&lt;BR /&gt;&lt;BR /&gt;Trusted Apache security links of note:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sans.org/top20/index.php" target="_blank"&gt;www.sans.org/top20/index.php&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.cissecurity.org" target="_blank"&gt;www.cissecurity.org&lt;/A&gt; - look for the Apache Benchmark for UNIX&lt;BR /&gt;&lt;A href="http://www.securityfocus.com/infocus/1694" target="_blank"&gt;www.securityfocus.com/infocus/1694&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.securityfocus.com/infocus/1706" target="_blank"&gt;www.securityfocus.com/infocus/1706&lt;/A&gt;&lt;BR /&gt;httpd.apache.org/docs/2.0/misc/security_tips.html&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Fri, 03 Feb 2006 13:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956567#M414790</guid>
      <dc:creator>Don Mallory</dc:creator>
      <dc:date>2006-02-03T13:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956568#M414791</link>
      <description>For these :&lt;BR /&gt;&lt;BR /&gt;4) All the other ones are also in /etc/services. Why do I not comment those out in /etc/services instead of /etc/inetd.conf?&lt;BR /&gt;&lt;BR /&gt;5) Unable to get patch. Receive message page from HP that there is an "issue." Where else can I get it?&lt;BR /&gt;&lt;BR /&gt;6)O.K. I can do that. Do I need to reboot or what afterwards?&lt;BR /&gt;&lt;BR /&gt;Thanks Again&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 12:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956568#M414791</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2006-02-08T12:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956569#M414792</link>
      <description>4) All the other ones are also in /etc/services. Why do I not comment those out in /etc/services instead of /etc/inetd.conf?&lt;BR /&gt;&lt;BR /&gt;Some people will say to comment them in /etc/services also. I typically only comment them in /etc/inetd.conf. Someone will probably berate me for that. :)&lt;BR /&gt;&lt;BR /&gt;5) Unable to get patch. Receive message page from HP that there is an "issue." Where else can I get it?&lt;BR /&gt;&lt;BR /&gt;The HP site is the only place I know to get patches, other than from your friendly neighborhood HP rep if you have a support contract.&lt;BR /&gt;&lt;BR /&gt;6)O.K. I can do that. Do I need to reboot or what afterwards?&lt;BR /&gt;&lt;BR /&gt;Nope. Once you run the init.d script to stop it, sendmail is down.</description>
      <pubDate>Wed, 08 Feb 2006 12:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956569#M414792</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-02-08T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956570#M414793</link>
      <description>What is the difference between the two files /etc/inetd.conf and /etc/services, and in my case where shall I make the changes.</description>
      <pubDate>Wed, 08 Feb 2006 12:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956570#M414793</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2006-02-08T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956571#M414794</link>
      <description>/etc/services maps services to port numbers/protocols.  /etc/inetd.conf tells inetd what services to spawn when a connection coms in for that service (port) and how to spawn them, really.  If you want to disable, for sure comment out in /etc/inetd.conf, then do an 'inetd -c' to re-read the configuration file.  The only reason to comment out /etc/services to to make it so someone doesn't 'accidentally' come along and chnge you inetd.conf setting and restart the services.  I never comment these out, I just do not see a need for it.  One thing I do is remove all unwanted lines in /etc/inetd.conf so that people can't just uncomment the line and start something back up.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 08 Feb 2006 13:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956571#M414794</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2006-02-08T13:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956572#M414795</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I view /etc/services as a reservation file.&lt;BR /&gt;&lt;BR /&gt;If inetd.com and other daemons are condfigured correctly, they will use the /etc/services designation and fucntion as the file says.&lt;BR /&gt;&lt;BR /&gt;Its kind of like an airline reservation system, because it can be bumped. Oracle and other third party products use ports without needing an entry in the file and can cause conflict with services defined in /etc/services.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 08 Feb 2006 13:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956572#M414795</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-08T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956573#M414796</link>
      <description>2) Use netgroups for NFS&lt;BR /&gt;one for write, one for r/o hosts&lt;BR /&gt;&lt;BR /&gt;4)&lt;BR /&gt;bootpc -&amp;gt; /etc/services &lt;BR /&gt;rbootd in /etc/inetd.conf&lt;BR /&gt;changing /etc/services is useless.</description>
      <pubDate>Wed, 08 Feb 2006 14:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956573#M414796</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2006-02-08T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Validate HPUX Security items</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956574#M414797</link>
      <description>Temporarily closing.</description>
      <pubDate>Thu, 09 Feb 2006 10:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/validate-hpux-security-items/m-p/4956574#M414797</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2006-02-09T10:11:56Z</dc:date>
    </item>
  </channel>
</rss>

