<?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: Is the system really secure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467690#M16028</link>
    <description>Asad:&lt;BR /&gt;&lt;BR /&gt;Yes, there is a program running that is listening on ports  49263 and 53341- it is not necessary for the  port to be listed in /etc/services or listed in inetd.conf  before it is used by a program.&lt;BR /&gt;&lt;BR /&gt;The way to confirm what program is listening on the identified ports, download lsof  from &lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.51/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.51/&lt;/A&gt; &lt;BR /&gt;you can use lsof to determine what files and ports are opened but what process.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Nov 2000 05:28:47 GMT</pubDate>
    <dc:creator>Kofi ARTHIABAH</dc:creator>
    <dc:date>2000-11-28T05:28:47Z</dc:date>
    <item>
      <title>Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467687#M16025</link>
      <description>Hi&lt;BR /&gt;We are running a trusted system.  If I run netstat -n command, it will show only connection that are in ?Established? shown in ? state? column and socket (IP address.port#) is shown under the column ?Foreign Address?.  If I run netstat command with options -an then I see under foreign address *.* and status is LISTEN.  Are these the passive sockets and is not a security threat to the system?&lt;BR /&gt;Any explanation will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2000 22:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467687#M16025</guid>
      <dc:creator>Asad Malik</dc:creator>
      <dc:date>2000-11-27T22:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467688#M16026</link>
      <description>Asad:&lt;BR /&gt;&lt;BR /&gt;The system may not necessarily be secure... when you run netstat -an you get a listing telling you what services are running (are listening)   any service (look under Local Address)  that has a LISTEN against it is a service running.&lt;BR /&gt;&lt;BR /&gt;you can use the lsof tool to determine what process own what sockets.&lt;BR /&gt;&lt;BR /&gt;ESTABLISHED only shows up when there is an actual connection to the port between the localhost and the remote host.&lt;BR /&gt;&lt;BR /&gt;do a man on netstat for more details on  what each of the statuses means.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2000 22:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467688#M16026</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-27T22:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467689#M16027</link>
      <description>In the column "Local Address" of netstat -an command, if it shows like this *.49263 or *.53341 and these port numbers does not exists in the /etc services file.  Will there be a connection?&lt;BR /&gt;Does the service has to be mentioned in /etc/services file and configured in /etc/inetd.conf file.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 01:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467689#M16027</guid>
      <dc:creator>Asad Malik</dc:creator>
      <dc:date>2000-11-28T01:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467690#M16028</link>
      <description>Asad:&lt;BR /&gt;&lt;BR /&gt;Yes, there is a program running that is listening on ports  49263 and 53341- it is not necessary for the  port to be listed in /etc/services or listed in inetd.conf  before it is used by a program.&lt;BR /&gt;&lt;BR /&gt;The way to confirm what program is listening on the identified ports, download lsof  from &lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.51/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.51/&lt;/A&gt; &lt;BR /&gt;you can use lsof to determine what files and ports are opened but what process.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 05:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467690#M16028</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-28T05:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467691#M16029</link>
      <description>In addition to Kofi's contribution, the ports in use both for local addresses and foreign addresses are the numbers after the addresses. (e.g. w.x.y.z.number). Where w.x.y.z is ip address.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2000 12:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467691#M16029</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-28T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467692#M16030</link>
      <description>Hi Guys&lt;BR /&gt;One last point to clear.  if a port is open and state is LISTEN, will a connection only be established on that port for the service that is configured in /etc/inetd.conf file. &lt;BR /&gt;Or the said port can be used to access the system in some other way.</description>
      <pubDate>Tue, 28 Nov 2000 13:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467692#M16030</guid>
      <dc:creator>Asad Malik</dc:creator>
      <dc:date>2000-11-28T13:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is the system really secure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467693#M16031</link>
      <description>Once the port is open, it does not have to be defined in /etc/inetd.conf before it can be connected to remotely.&lt;BR /&gt;&lt;BR /&gt;if you do a &lt;BR /&gt;telnet localhost port&lt;BR /&gt;(where port is the port number it is listening on) you should get a connection - the results might not  mean anything to you if you do not know what program is running on that port... that is why if you use lsof to find out what is running on that port, you can better know what to expect.</description>
      <pubDate>Tue, 28 Nov 2000 13:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-the-system-really-secure/m-p/2467693#M16031</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-28T13:37:50Z</dc:date>
    </item>
  </channel>
</rss>

