I ran netstat -anp and filtered out things I know about (httpd, exim, sshd, etc etc) with grep -v
Started to ran into these short bursts:
CODE
tcp 0 0 75.125.44.66:42180 204.0.5.25:80 ESTABLISHED 7513/perl
tcp 0 0 75.125.44.66:41577 204.0.5.10:80 ESTABLISHED -
and wonder what script is doing it...
So far I've seen three IPs.
http://204.0.5.10
http://64.132.34.94
http://204.0.5.25
All serve the same stuff on port 80:
CODE
Invalid URL
The requested URL "/", is invalid.
Reference #9.150500cc.1208645828.0
They are different networks, NTT America, Inc and Time Warner Telecom, Inc.
Strange? I wouldn't wonder if there is a perfectly simple explanation for this but I've been reading a bit too much about zombie spam networks recently.
Going to try to copy the /proc/[pid] of the process somewhere to get more info
