Feb 2 17:34:20 ns telnetd[29665]: refused connect from ns.cvvm.com
Feb 2 17:34:20 ns telnetd[29667]: refused connect from ns.cvvm.com
This is output from tcp_wrapper telling us that
it refused connection to the cracker. This is good.
Feb 2 17:34:25 ns sendmail[29666]: NOQUEUE: Null connection from
root@ns.cvvm.com [139.142.106.131]
Feb 2 17:34:51 ns sendmail[29668]: NOQUEUE: Null connection from
root@ns.cvvm.com [139.142.106.131]
Again, tcp_wrapper again. And I'm not sure what this message means but
it might be the cracker just wanted to see the sendmail banners.
Sendmail prior to 8.9.2 does not disable mail relay by default.
"GET /cgi-bin/phf HTTP/1.0" 404 164
"GET /cgi-bin/Count.cgi HTTP/1.0" 404 170
"GET /cgi-bin/test-cgi HTTP/1.0" 404 169
"GET /cgi-bin/php.cgi HTTP/1.0" 404 168
"GET /cgi-bin/handler HTTP/1.0" 404 168
"GET /cgi-bin/webgais HTTP/1.0" 404 168
"GET /cgi-bin/websendmail HTTP/1.0" 404 172
"GET /cgi-bin/webdist.cgi HTTP/1.0" 404 172
"GET /cgi-bin/faxsurvey HTTP/1.0" 404 170
"GET /cgi-bin/htmlscript HTTP/1.0" 404 171
"GET /cgi-bin/pfdisplay.cgi HTTP/1.0" 404 174
"GET /cgi-bin/perl.exe HTTP/1.0" 404 169
"GET /cgi-bin/wwwboard.pl HTTP/1.0" 404 172
"GET /cgi-bin/ews/ews/architext_query.pl HTTP/1.0" 404 187
"GET /cgi-bin/jj HTTP/1.0" 404 163
This represents probes for cgi_bin scripts which contain known exploits.
In short, they were looking for holes in the software. They didn't find any
of those programs. httpd-error.log confirms this. If you don't need
a script, delete it. |