Forum Moderators: phranque
GET /default.ida?XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%u9090%u6858%ucbd3%u7801%u9090%
u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u5
31b%u53ff%u0078%u0000%u00=a HTTP/1.0
and
GET /scripts/..%255c%255c../winn
t/system32/cmd.exe?/c+dir
Definitely the second one is based on getting into the Windows server, but the other one - I dunno?
How do I make sure these are 1) denied, and 2) not dropping my server? I know on my old server these happened quite often, so I better be ready for them!
Thanks,
Ian
Since you're on Apache, neither of those files exist - So, technically, you don't have to worry about it.
These are requests from unpatched Windows servers infected with Code Red or NIMDA, trying to spread the worm. You should see 404-Not Found responses to these requests on an Apache server.
Jim
access_log:
208.192.4.151 - - [24/Jan/2004:10:38:36 -0600] "GET /scripts/..%255c%255c../winn
t/system32/cmd.exe?/c+dir" 404 334
error_log:
[Sat Jan 24 10:38:36 2004] [error] [client 208.192.4.151] File does not exist: /
usr/sites/example.com/scripts
And then its done.
Any input?
[edited by: jdMorgan at 2:54 am (utc) on Jan. 29, 2004]
[edit reason] examplified domain [/edit]