Does this mean somebody is trying to hack my website?

gopunk

Lifer
Jul 7, 2001
29,239
2
0
if my logs show a bunch of entries of someone trying to access cmd.exe and root.exe (they keep on getting 404's though)?

one such entry:

"GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 231 "-" "-"
 

N8Magic

Lifer
Dec 12, 2000
11,624
1
81
Originally posted by: gopunk
if my logs show a bunch of entries of someone trying to access cmd.exe and root.exe (they keep on getting 404's though)?

one such entry:

"GET /scripts/..%c0%af../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 231 "-" "-"

Looks pretty suspicious to me! :Q
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
"GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 208 "-" "-"
"GET /msadc/..%255c../..%255c../..%255c/..%c1%1c../..%c1%1c../..%c1%1c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 265 "-" "-"

those are two other ones.. there are like 20 of these things.
 

SyahM

Golden Member
Nov 6, 2001
1,788
0
0
i believe some of the ads/pop-up trying to execute those files. Could be harmful and could be not. On my machine, I redirect all known ads ip address to local ip, so in my apache logs, there are tons of error about file not found. If you have configure your webserver correctly and safely, I think there's nothing to worry lah ...
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
ah, i think i have the answer, my host tech support emailed back and here is what they said:

These are from all the NT viruses out there looking for hosts to infect. Luckily since we have Unix based servers this is the only impact - strange log entries. The viruses do not harm our systems.
 

dawks

Diamond Member
Oct 9, 1999
5,071
2
81
Thats the IIS Exploit 'Code Red' (or so I've been told)

The virus went around last year infecting hundreds of thousands of servers. Your only at risk if your running IIS.. But if you have all the latest patches, you should be safe. Make sure you have this if your running IIS.

In most cases, the ownes of the computers sending those 'hack attempts' dont even know whats going on. You can do two things, ignore them, or track down their ISP and send a sample of the attack from the log, including their IP address, and hope that their ISP will notify them, and tell them how to fix it.

Again.. Apache is not affected. Nor are non-windows machines.
 

AdamDuritz99

Diamond Member
Mar 26, 2000
3,233
0
71
Originally posted by: gopunk
ah, i think i have the answer, my host tech support emailed back and here is what they said:

These are from all the NT viruses out there looking for hosts to infect. Luckily since we have Unix based servers this is the only impact - strange log entries. The viruses do not harm our systems.
:Q
Thank god i use Redhat. :)

peace
sean
 

SyahM

Golden Member
Nov 6, 2001
1,788
0
0
Originally posted by: gopunk
ah, i think i have the answer, my host tech support emailed back and here is what they said:
These are from all the NT viruses out there looking for hosts to infect. Luckily since we have Unix based servers this is the only impact - strange log entries. The viruses do not harm our systems.


wahh .. thank god i use apache. Well, i guess i have to start tracking them down and email ISP then. Got tons of those! fhewww!
 

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
gopunk - You should ask them if the run UrlScan. It's a handy utility that we use and blocks all of those attempts and also cleans the logs so they don't show up anymore.