<?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: audit HP server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796542#M81068</link>
    <description>Michael,&lt;BR /&gt;&lt;BR /&gt;I've run that find commando on one of my own machines but what am I seeing here?&lt;BR /&gt;&lt;BR /&gt;btw, it is the thing I am looking for, normal UX commands which will show/ tell me someting.&lt;BR /&gt;&lt;BR /&gt;(mowdb251)/ # find / /opt /usr -xdev -type f -perm 666    &lt;BR /&gt;/etc/SnmpAgent.d/snmpd.conf&lt;BR /&gt;/etc/opt/resmon/persistence/runlevel4_flag&lt;BR /&gt;/opt/ifor/ls/res/i4adminX.pdl&lt;BR /&gt;/opt/hpnpl/tmp/ljx0003379&lt;BR /&gt;/opt/pred/bin/PSERRLOG&lt;BR /&gt;/usr/newconfig/var/stm/config/tools/exercise/hosts.cfg&lt;BR /&gt;/usr/share/man/cat1.Z/NIS+.1&lt;BR /&gt;/usr/share/man/cat1.Z/nis+.1&lt;BR /&gt;/usr/share/man/cat1.Z/nis.1&lt;BR /&gt;/usr/share/man/cat1.Z/X.1</description>
    <pubDate>Thu, 29 Aug 2002 09:02:28 GMT</pubDate>
    <dc:creator>Ferdinand_2</dc:creator>
    <dc:date>2002-08-29T09:02:28Z</dc:date>
    <item>
      <title>audit HP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796537#M81063</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I have been asked to audit an HP-UX server from a colleague on another project.&lt;BR /&gt;&lt;BR /&gt;What would be a good way to go about this?&lt;BR /&gt;&lt;BR /&gt;I do not want to install anything. I just want to know if the machine performs well and if it is configured correctly (no serious security faults)&lt;BR /&gt;&lt;BR /&gt;The report is mainly for the admin but should also be readable for the 'suits'.&lt;BR /&gt;&lt;BR /&gt;Any tips???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 07:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796537#M81063</guid>
      <dc:creator>Ferdinand_2</dc:creator>
      <dc:date>2002-08-29T07:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: audit HP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796538#M81064</link>
      <description>Hi,&lt;BR /&gt;Have a look at this link.&lt;BR /&gt;&lt;A href="http://www.vennerable.com/security.html" target="_blank"&gt;http://www.vennerable.com/security.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 07:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796538#M81064</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-08-29T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: audit HP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796539#M81065</link>
      <description>If you didn't want to install software, there are some basic commmands to use to see that the system is reasonably secure.&lt;BR /&gt;&lt;BR /&gt;Check some file permissions on OS filesystems&lt;BR /&gt;find / /opt /usr -xdev -type f -perm 666 &lt;BR /&gt;find / /opt /usr -xdev -type f -perm 777 &lt;BR /&gt;find / /opt /usr -xdev -type d -perm 777 &lt;BR /&gt;The man and cat directories should be ok.&lt;BR /&gt;Make sure all mountpoint directories do not have permissions any greater than 755&lt;BR /&gt;&lt;BR /&gt;Check 'root's umask, should 022&lt;BR /&gt;&lt;BR /&gt;You should have 'nosuid' for most, if not all mountpoints (excl. /usr and /opt)&lt;BR /&gt;Sticky bit setting for /tmp and /var/tmp&lt;BR /&gt;&lt;BR /&gt;Check where the 'root' home directory is. Should NOT be in /&lt;BR /&gt;&lt;BR /&gt;I don't have a script, but here's a start.&lt;BR /&gt;There are a number of tools out there that can be used, especially the document on creating a 'bastion' server and more recently HP-UX bastille.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 07:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796539#M81065</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-29T07:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: audit HP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796540#M81066</link>
      <description>Check out the following site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.auscert.org.au/Information/Auscert_info/Papers/usc20.html" target="_blank"&gt;http://www.auscert.org.au/Information/Auscert_info/Papers/usc20.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is the checklist many professional auditors use.</description>
      <pubDate>Thu, 29 Aug 2002 08:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796540#M81066</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-08-29T08:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: audit HP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796541#M81067</link>
      <description>Theres also sekchek which I think is a free download from Deloitte Touche Auditors at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sekchek.com/" target="_blank"&gt;http://www.sekchek.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;These links detail earlier discussions - &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x998e107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x998e107d277ad611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x3c6d107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x3c6d107d277ad611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 29 Aug 2002 08:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796541#M81067</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-08-29T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: audit HP server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796542#M81068</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;I've run that find commando on one of my own machines but what am I seeing here?&lt;BR /&gt;&lt;BR /&gt;btw, it is the thing I am looking for, normal UX commands which will show/ tell me someting.&lt;BR /&gt;&lt;BR /&gt;(mowdb251)/ # find / /opt /usr -xdev -type f -perm 666    &lt;BR /&gt;/etc/SnmpAgent.d/snmpd.conf&lt;BR /&gt;/etc/opt/resmon/persistence/runlevel4_flag&lt;BR /&gt;/opt/ifor/ls/res/i4adminX.pdl&lt;BR /&gt;/opt/hpnpl/tmp/ljx0003379&lt;BR /&gt;/opt/pred/bin/PSERRLOG&lt;BR /&gt;/usr/newconfig/var/stm/config/tools/exercise/hosts.cfg&lt;BR /&gt;/usr/share/man/cat1.Z/NIS+.1&lt;BR /&gt;/usr/share/man/cat1.Z/nis+.1&lt;BR /&gt;/usr/share/man/cat1.Z/nis.1&lt;BR /&gt;/usr/share/man/cat1.Z/X.1</description>
      <pubDate>Thu, 29 Aug 2002 09:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-hp-server/m-p/2796542#M81068</guid>
      <dc:creator>Ferdinand_2</dc:creator>
      <dc:date>2002-08-29T09:02:28Z</dc:date>
    </item>
  </channel>
</rss>

