<?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: unknown port 8081 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539748#M87131</link>
    <description>Thank to all, but I check and I find out some unknown user using this port from outside. First they connect to port 80 and then get out through 8081. And I figure out they r using my server for spamming to outside.&lt;BR /&gt;So I stop my http(Apache) completely.&lt;BR /&gt; &lt;BR /&gt;I don't know how they did it, and that's I want to know because I don't want them to do this to my server again.&lt;BR /&gt;</description>
    <pubDate>Mon, 09 May 2005 23:02:31 GMT</pubDate>
    <dc:creator>tuhintt</dc:creator>
    <dc:date>2005-05-09T23:02:31Z</dc:date>
    <item>
      <title>unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539742#M87125</link>
      <description>recently i found in my linux box there is a unknown port is running on listen mode and so many host conneted to it. the port is 8081. so to solve the problem i stop all my service except dns(bind). but still this 8082 port is running include 80,443. but i stop my http. what is wrong? pls Help.</description>
      <pubDate>Sat, 07 May 2005 02:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539742#M87125</guid>
      <dc:creator>tuhintt</dc:creator>
      <dc:date>2005-05-07T02:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539743#M87126</link>
      <description>You can find out PID and program name of the program listening on the port 8081 with (must run this as root to use -p option)&lt;BR /&gt;&lt;BR /&gt;# netstat -nlp | grep :8081&lt;BR /&gt;&lt;BR /&gt;In the example below you can see PID 3283 (sshd) is listening on port 22.&lt;BR /&gt;&lt;BR /&gt;# netstat -nlp | grep :22&lt;BR /&gt;tcp        0      0 :::22                       :::*                        LISTEN      3283/sshd</description>
      <pubDate>Sat, 07 May 2005 02:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539743#M87126</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-07T02:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539744#M87127</link>
      <description>I just ran into another forum (&lt;A href="http://mail.zope.org/pipermail/zope/2002-December/127421.html)" target="_blank"&gt;http://mail.zope.org/pipermail/zope/2002-December/127421.html)&lt;/A&gt; where they speak about a zope server using port 8021 for ftp.&lt;BR /&gt;&lt;BR /&gt;You might take a glance at it.&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Sat, 07 May 2005 05:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539744#M87127</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-07T05:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539745#M87128</link>
      <description>Hi Tuhintt,&lt;BR /&gt;&lt;BR /&gt;Try running "lsof -i" t osee which program is using this port.</description>
      <pubDate>Sun, 08 May 2005 06:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539745#M87128</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2005-05-08T06:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539746#M87129</link>
      <description>&lt;BR /&gt;from /etc/services the 8081 port is generally used by Transparent proxy service. if you are running some proxy servers on your system then they might be using this port.&lt;BR /&gt;&lt;BR /&gt;but thats not the case always as any program can bind to this port and listen for connections.&lt;BR /&gt;&lt;BR /&gt;do check 'netstat -atp | grep 8081' to find out process name. ofcourse you have to be root to do this.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 09 May 2005 01:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539746#M87129</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T01:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539747#M87130</link>
      <description>The 8081 port is used for transparent proxying. But it is not always true that this port is used by only ur normal web server running on port 80 . If u had Trend Micro Suites ( IMSS , IWSS ) installed , then the program which uses this port is nothing other than this. Try to find out the process which is using this port using&lt;BR /&gt;netstat -anp |grep 8081 ,&lt;BR /&gt;then traceout the processes which is using the port by &lt;BR /&gt;ps -ef |grep &lt;PID u="" got="" from="" netstat=""&gt;,&lt;BR /&gt;In netstat it will only show "httpd" , to traceout which httpd ( not the normal httpd server ) is using this port the ps command will help .&lt;/PID&gt;</description>
      <pubDate>Mon, 09 May 2005 07:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539747#M87130</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-05-09T07:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539748#M87131</link>
      <description>Thank to all, but I check and I find out some unknown user using this port from outside. First they connect to port 80 and then get out through 8081. And I figure out they r using my server for spamming to outside.&lt;BR /&gt;So I stop my http(Apache) completely.&lt;BR /&gt; &lt;BR /&gt;I don't know how they did it, and that's I want to know because I don't want them to do this to my server again.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 23:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539748#M87131</guid>
      <dc:creator>tuhintt</dc:creator>
      <dc:date>2005-05-09T23:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539749#M87132</link>
      <description>&lt;BR /&gt;looks like security breach. first get your server out of network, they might have put in some other backdoor to login even if you stop httpd process.&lt;BR /&gt;&lt;BR /&gt;best would be to reinstall the entire OS with newer version which contains security fixes, because they might have installed some sort of rootkit to modify application to suite their needs. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2005 00:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539749#M87132</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-10T00:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: unknown port 8081</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539750#M87133</link>
      <description>Yes.. At the very least you need to make sure your server is up-to-date with security updates.&lt;BR /&gt;&lt;BR /&gt;If it's a RH or Fedora box, there are regular security releases.  If it's so old that it's gone to legacy, then you need to upgrade the distribution so something that is actively maintained.&lt;BR /&gt;&lt;BR /&gt;Suse and Debian distributions also have regular updates, as do all major distributions.&lt;BR /&gt;&lt;BR /&gt;Second thing is firewall.  Make sure only those services of which you want publically accessable, are publically accessable.  For instance, if you aren't using 'https://&lt;YOUR server=""&gt;', either make sure 'mod_ssl' isn't enabled in your apache config, or make sure it's firewalled out.&lt;BR /&gt;&lt;BR /&gt;Also check what other services are running on your machine (netstat -nutlp) and figure out which are or are not supposed to be available to the world.&lt;/YOUR&gt;</description>
      <pubDate>Tue, 10 May 2005 01:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unknown-port-8081/m-p/3539750#M87133</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-10T01:05:34Z</dc:date>
    </item>
  </channel>
</rss>

