Basic Tips to Secure Microsoft Windows IIS Server

Microsoft IIS
  1. Stable software updates whether it be on client machines or servers they are very essential. Having the machine up on the current patches and updates will close the window of vulnerability an attacker may have with an unpatched system.
  2. Removing unnecessary applications and services. If one has a home with two windows and one door the entry points for an attacker to break in are limited. Removing the services that are unneeded will once again close that window of possible attack.
  3. Change the defaults. For ease of use after installation default passwords and default paths are set for basic configuration setup. Changing the default passwords helps prevent automatic software or an attacker getting an easy access. Changing the default paths can also help by adding some security through obscurity. Some attacks go after hard coded paths so changing the defaults will leave them guessing.
  4. Audit your server. This allows you to stay a step ahead of the attackers by being able to find and patch the vulnerabilities before they can be exploited. Depending level of audit you may find flaws in software that the manufacturer has yet to catch.
  5. Use heavy logging. A good amount of detail is useful in a post-exploitation scenario. Log monitoring applications can help parse through it all and can apply alerts to certain filters.
  6. Firewalls & Anti-Virus. Firewalls can monitor and apply filters such as TCP blocking to only allow traffic on the ports that are needed, whether internal or external. Anti-Virus can prevent from known signature malware from compromising the machine.
  7. Use Windows IIS lock down tool. This is an application released by Microsoft as a tool designed to provide security templates. It turns off features for you in an attempt to limit the area of attack.
  8. Secure the administrator account. Seeing as this it the total control account implementing complex passwords will avoid dictionary attacks and basic brute force attempts. Limiting login attempts and applying blocks to the firewall can help prevent rapid or automated attacks against the account.

Articles:

http://resources.infosecinstitute.com/securing-iis-server-checklists-2/

http://www.techrepublic.com/article/fifteen-tips-for-properly-securing-iis-web-servers/

http://blog.monitis.com/2012/04/13/nine-steps-to-secure-your-iis7-server/

https://technet.microsoft.com/en-us/library/jj635855.aspx

http://www.acunetix.com/websitesecurity/iis-security/

https://technet.microsoft.com/en-us/library/dd450372%28v=ws.10%29.aspx

Please follow and like us: