Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hacker Attempt! Please Help... 1

Status
Not open for further replies.

redhat22

Programmer
Jan 10, 2004
1
0
0
US
This is showing up in my access file... What does it mean?

24.169.16.146 - - [09/Jan/2004:23:00:17 -0700] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 284

24.169.16.146 - - [09/Jan/2004:23:00:17 -0700] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 282
24.169.16.146 - - [09/Jan/2004:23:00:18 -0700] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 292

Also, what does this mean...

24.8.122.80 - - [10/Jan/2004:22:15:07 -0700] "GET /default.ida?XXXXX...XXXX%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u0000%u00=a HTTP/1.0" 404 287

Do I have a hacker? How can I block them from accessing my server?
 
They are probably a combination of works and hackers.

Your running apache, nothing to worry about here. These are IIS exploits.
 
siberian is correct, you are being hit by IIS worms.

If you want to save the bandwidth these are comsuming, or stop the error.log entries, enter this in your httpd.conf:

redirect /scripts redirect /MSADC redirect /c redirect /d redirect /_mem_bin redirect /msadc redirect /_vti_bin redirect /null.ida RedirectMatch (.*)\cmd.exe RedirectMatch (.*)\root.exe RedirectMatch (.*)default.ida(.*) RedirectMatch (.*)null.ida(.*) RedirectMatch (.*)\null.ida(.*)

Tracey
Remember... True happiness is not getting what you want...

Its wanting what you have got!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top