<?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: Securing the server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551972#M593579</link>
    <description>This is more complicated than you think.  Have a look at &lt;A href="http://www.sabernet.net/papers/hp-ux10.html" target="_blank"&gt;http://www.sabernet.net/papers/hp-ux10.html&lt;/A&gt;&lt;BR /&gt;and &lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;</description>
    <pubDate>Thu, 12 Jul 2001 15:28:44 GMT</pubDate>
    <dc:creator>Chris Calabrese</dc:creator>
    <dc:date>2001-07-12T15:28:44Z</dc:date>
    <item>
      <title>Securing the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551969#M593576</link>
      <description>I have a scripts that run on my server every 30 minutes to capature all port not in use.  I have ran it for 7 days and now I want to disable the ports that are not being used.  I'm not familiar with most of these ports and before I disable the ports, I wanted to know what they do.  Is there some documentation I can read that talk about the ports in /etc/services on the HP server.   I have over 75 ports listed that are not being used.  Please help....  here's the attachment list...</description>
      <pubDate>Thu, 12 Jul 2001 13:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551969#M593576</guid>
      <dc:creator>Ray Bell</dc:creator>
      <dc:date>2001-07-12T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Securing the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551970#M593577</link>
      <description>As far as I know, /etc/services is just a translation table and has nothing to do with security.&lt;BR /&gt;If you want to secure your server for network connections, you can do the following :&lt;BR /&gt;Edit /etc/inetd.conf and set a "#" before every service that you don't want to be active.&lt;BR /&gt;Edit /var/adm/inetd.sec to limit access to services that have to be activated to specific systems.&lt;BR /&gt;All other network ports are used by processes that run continuously and that you have to start explicitly. If you stop that process, no communication on that port will be possible anymore. Scan your processes and try to find suspicious processes that should be stopped.&lt;BR /&gt;And then, there are those ports that you see as used, but shouldn't be used because the user is only sneeking around ...</description>
      <pubDate>Thu, 12 Jul 2001 14:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551970#M593577</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2001-07-12T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Securing the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551971#M593578</link>
      <description>I aggree somewhat but how can I scan the server to find out what port I can disable?   Also if a port is disable in /etc/service then no matter daemon is running then the prot is not available so the user can get access to my system and this lock down an entry into my server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2001 14:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551971#M593578</guid>
      <dc:creator>Ray Bell</dc:creator>
      <dc:date>2001-07-12T14:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Securing the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551972#M593579</link>
      <description>This is more complicated than you think.  Have a look at &lt;A href="http://www.sabernet.net/papers/hp-ux10.html" target="_blank"&gt;http://www.sabernet.net/papers/hp-ux10.html&lt;/A&gt;&lt;BR /&gt;and &lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;</description>
      <pubDate>Thu, 12 Jul 2001 15:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551972#M593579</guid>
      <dc:creator>Chris Calabrese</dc:creator>
      <dc:date>2001-07-12T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Securing the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551973#M593580</link>
      <description>Sorry I can give any idea on this subject but could you do to me a little favour and give me the script that you have for checking the opens ports on the system.&lt;BR /&gt;Thinks</description>
      <pubDate>Fri, 13 Jul 2001 13:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551973#M593580</guid>
      <dc:creator>MALKI</dc:creator>
      <dc:date>2001-07-13T13:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Securing the server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551974#M593581</link>
      <description>Get a copy of lsof from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt; and then run 'lsof -i'.  That will tell you everything about your network listeners.</description>
      <pubDate>Fri, 13 Jul 2001 16:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/securing-the-server/m-p/2551974#M593581</guid>
      <dc:creator>Chris Calabrese</dc:creator>
      <dc:date>2001-07-13T16:32:39Z</dc:date>
    </item>
  </channel>
</rss>

