<?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: webserver sending outbound http request in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947343#M752629</link>
    <description>Sounds like its not apache. If its really outbound, it looks like someone is running a browser. Netscape, lynx perhaps.&lt;BR /&gt;&lt;BR /&gt;Perhaps you have content on your apache webserver that links to outside web sites? A link to oracle trying to download the oracle gif?  When the page loads, there are errors, but not necessarily in your log. I'ts just bad content.&lt;BR /&gt;&lt;BR /&gt;It surely could be a bad cgi script.&lt;BR /&gt;&lt;BR /&gt;I would get the IP address(es) from the firewall admin and do some nslookup on them. Then scan your web content for the website.&lt;BR /&gt;&lt;BR /&gt;For example if the site is metalink.com/ora.gif&lt;BR /&gt;&lt;BR /&gt;find /$APACHE_HOME -exec grep -l 'metalink.com' {} ;&lt;BR /&gt;Find the offending doc, and the author and whip the author 20 times with a wet noodle.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 14 Apr 2003 12:55:25 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-04-14T12:55:25Z</dc:date>
    <item>
      <title>webserver sending outbound http request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947339#M752625</link>
      <description>My apache webserver is running on hpux 11i with c2 security, bastille and is behind a firewall. The firewall administrator noticed that this server is generating some outbound requests from port 80, at times 10-50 requests per second. These requests are, however, blocked and dropped by firewall. Some IPs that it tries to connect to, are not in access.log.&lt;BR /&gt;&lt;BR /&gt;My apache version is 2.0.43.00.05&lt;BR /&gt;&lt;BR /&gt;What can be the cause of this? Badly written cgi/java script? How can I know what content it is trying to access?&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Wed, 09 Apr 2003 16:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947339#M752625</guid>
      <dc:creator>Manjeet_1</dc:creator>
      <dc:date>2003-04-09T16:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: webserver sending outbound http request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947340#M752626</link>
      <description>Do you have any more information about the packets?&lt;BR /&gt;&lt;BR /&gt;Seems your firewall administrator might have access to some logs.&lt;BR /&gt;&lt;BR /&gt;Another possibility is to use ipfilter (get it from software.hp.com) to track the packets coming into and going out.&lt;BR /&gt;&lt;BR /&gt;Are you sure it's 'from port 80' and not 'to port 80'?  The latter may be explained by running a web browser...getting lots of 'page not found' errors if the requests are blocked.&lt;BR /&gt;&lt;BR /&gt;I don't know what the real problem is, but maybe some more information would give some clues.&lt;BR /&gt;&lt;BR /&gt;    -Keith</description>
      <pubDate>Thu, 10 Apr 2003 18:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947340#M752626</guid>
      <dc:creator>Keith Buck</dc:creator>
      <dc:date>2003-04-10T18:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: webserver sending outbound http request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947341#M752627</link>
      <description>I would imagine that is input to port 80, not output.&lt;BR /&gt;&lt;BR /&gt;I am still seeing a few code red requests come in on my home cable lan after all these months.&lt;BR /&gt;&lt;BR /&gt;If it really is output, then somehting is really wrong somewhere.  If it were a MS machine running IIS, I would suspect a virus.&lt;BR /&gt;&lt;BR /&gt;Tell your firewall admin to turn on tracing and see what is in those request packets.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Apr 2003 19:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947341#M752627</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-04-10T19:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: webserver sending outbound http request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947342#M752628</link>
      <description>Keith,&lt;BR /&gt;&lt;BR /&gt;I asked my firewall admin; all he has is port information, not content-info. :-(. It seems he can't get me any more info.&lt;BR /&gt;yes, I am sure its outgoing packets from port 80 (as seen in firewall log). There are 100's of thousand incoming connections (as seen in my access log). &lt;BR /&gt;&lt;BR /&gt;John, &lt;BR /&gt;&lt;BR /&gt;I also see some code-red and nimda (in bound) connections in my access log. I was told that apache is not prone to these attacks but just day before, I came to know that all apache servers prior to version 2.0.45 have some type of vulnerability (its not made public yet - so that folks can first patch their web servers!)&lt;BR /&gt;&lt;BR /&gt;HP has not yet released its patched version. I am hoping newer version will help stop these outgoing requests!&lt;BR /&gt;&lt;BR /&gt;BTW, HP's Apache version doesn't co-relate to versions on apache.org anymore. Maybe its embedded somewhere in their readme file.&lt;BR /&gt;&lt;BR /&gt;Do you know of any tool which would help me find 'what outbound requests are being generated by my webserver' (what's the content its trying to reach). I know of nettl utility on HP but I also know it generates 'huge' output!&lt;BR /&gt;&lt;BR /&gt;Or is it possible to 'turn off' requests being generated from port 80 ? Seems unlikely but no harm in asking!&lt;BR /&gt;&lt;BR /&gt;thank you both!</description>
      <pubDate>Fri, 11 Apr 2003 15:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947342#M752628</guid>
      <dc:creator>Manjeet_1</dc:creator>
      <dc:date>2003-04-11T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: webserver sending outbound http request</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947343#M752629</link>
      <description>Sounds like its not apache. If its really outbound, it looks like someone is running a browser. Netscape, lynx perhaps.&lt;BR /&gt;&lt;BR /&gt;Perhaps you have content on your apache webserver that links to outside web sites? A link to oracle trying to download the oracle gif?  When the page loads, there are errors, but not necessarily in your log. I'ts just bad content.&lt;BR /&gt;&lt;BR /&gt;It surely could be a bad cgi script.&lt;BR /&gt;&lt;BR /&gt;I would get the IP address(es) from the firewall admin and do some nslookup on them. Then scan your web content for the website.&lt;BR /&gt;&lt;BR /&gt;For example if the site is metalink.com/ora.gif&lt;BR /&gt;&lt;BR /&gt;find /$APACHE_HOME -exec grep -l 'metalink.com' {} ;&lt;BR /&gt;Find the offending doc, and the author and whip the author 20 times with a wet noodle.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Apr 2003 12:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/webserver-sending-outbound-http-request/m-p/2947343#M752629</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-14T12:55:25Z</dc:date>
    </item>
  </channel>
</rss>

