|
It's very unlikely that you'll need to report anything to Microsoft.
Have you made sure that you've applied all the relevant patches and service packs to the server? Also, have you run the IIS lockdown tool? Those are the main things you need to do to help secure an IIS server.
As for a DoS attack, first of all check your IIS logs - that'll show you requests to the server so you can look for anything dodgey in there. If there's lots of 404 statuses for long URLs that contain lots of hex codes, or requests for cmd.exe or root.exe, then someone might be attempting a hack, or trying loads of known vulnerabilities to try to get in.
If the DoS attack is on the network level though, you won't see this in the logs - you'll need to use a network traffic analyzer such as Ethreal to sniff packets off the wire.
If you're looking after a server, there's a lot to do to keep it safe, stable and constantly online... you really need to know your stuff.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|