|
Here are my notes on hardening (securing) Microsoft's Internet Information Server against attacks. All topics are in this one large file for quick searches through all topics. | Topics this page:
|
|
|
|
A web form can also be selected as the Start Page by right-clicking on it.
The "WWW" service must be "bounced" (stopped and restarted) after changes to any virtual directory.
For better security (to prevent directory traversal attacks), do not add cutom web page files in the default wwwroot folder but create a virtual folder on another drive by right-clicking on the "Default Web Site" folder and selecting "New" then "Virtual Directory.".
The Burrows & Langford Tutorial on Configuring and Using Internet Information Services (IIS) Server on Windowx XP
describes how to move sites and create remote sites.
IISTracer monitors Microsoft IIS to see and log state of requests,
incomming/outgoing bytes, http headers and several request running times.
IISTracer shows a state of running scripts (.asp, .cfm, .php, .cgi, ...), applications (.dll, .exe, ..) and a big downloads (.mp3, .zip, ...).
It lets you also monitor what script or which client (IP) hangs-up your server.
Troubleshooting IIS with Exception Monitor (Dbgplus.exe unzipped from ixcptmon.exe)
|
|
|
|
| Registry Key | Recommended Value |
|---|---|
| Tcpip\Parameters\SynAttackProtect | 0 |
| Tcpip\Parameters\TcpMaxHalfOpen | 100 (500 on Advanced Server) |
| Tcpip\Parameters\TcpMaxHalfOpenRetried | 80 (400 on Advanced Server) |
| Tcpip\Parameters\EnablePMTUDiscovery | 0 |
| NetBt\Parameters\NoNameReleaseOnDemand | 0 |
| Tcpip\Parameters\EnabledDeadGWDetect | 0 |
| Tcpip\Parameters\KeepAliveTime | 300,000 |
| Tcpip\Parameters\Interfaces\PerformRouterDiscovery | 0 |
| Tcpip\Parameters\EnableICMPRedirects | 0 |
Related Topics:
ASP Programming
Website Security
Win2000 Install
Active Directory
Win2000 Admin
WinNT4 Install
Keyboard Shortcuts
Free Training!
Tech Support
| Your first name: Your family name: Your location (city, country): Your Email address: |
Top of Page Thank you! | |||