|
|||||||||||
|
RE: UrlScan vs. IISShield
From: Tiago Halm <thalm(at)netcabo.pt>
Date: Wed Aug 06 2003 - 14:24:56 EDT
are all features implemented by IISShield providing a broad and detailed mechanism for configuring and protecting IIS for all usage scenarios. IISShield provides a more solid prespective on what to protect and how to protect over the HTTP Protocol Layer. Regarding IISShield usage in IIS 6.0 in a more technical prespective, IIS ISAPI Filters have several notifications to which they can "subscribe" in order to be notified and customize the IIS behavior. These notifications and their meaning are available at (text may wrap): http://msdn.microsoft.com/library/en-us/iisref/htm/Filters_EntryPoint_HttpFi lterProc.asp?frame=true
The most important notifications which I am about to mention are:
a) SF_NOTIFY_READ_RAW_DATA
Starting with IIS6, IIS supports two isolation modes:
When IIS6 runs in WPIM, ISAPI Filters are not allowed to "listen" to the SF_NOTIFY_READ_RAW_DATA notification. This notification is only available in IIS5 Isolation Mode. Having said this, I will explain the meaning of these notifications for an ISAPI Filter for HTTP Layer Firewalling prespective. SF_NOTIFY_READ_RAW_DATA
SF_NOTIFY_PREPROC_HEADERS
IISShield's protection and parsing engine occurs over the SF_NOTIFY_READ_RAW_DATA notification is order to be as low level as possible and as secure as it can be. Since IISShield behaves this way (the only secure way) IISShield will only work over IIS6 when in IIS5 isolation mode. On the other hand, UrlScan works in IIS6 in WPIM. Why? Simply because in IIS6 WPIM UrlScan does **not** subscribe to the SF_NOTIFY_READ_RAW_DATA notification (it can't subscribe, because otherwise it would not work). Note that my prespective in terms of UrlScan is a user prespective, and, after installing UrlScan in IIS6, my UrlScan statement is based in the file %SYSTEMROOT%\inetsrv\metabase.xml in the FilterFlags node of URLSCAN, meaning that I may be wrong, but I believe this is the only possible explanation for UrlScan to work in IIS6 WPIM. Note that UrlScan works in conjunction with the HTTP.sys driver security and performance capabilities. ... </IIsFilter> ... In conclusion, IISShield offers a significant protection engine in comparison to UrlScan. When running in IIS6, IISShield needs for IIS6 to run in IIS5 isolation mode. In a security prespective, it comes to the choice between security over performance. Other IISShield details can be found at: http://www.kodeit.org/tools/iisshield.htm
IISShield Mailing List is at:
Regards,
-----Original Message-----
I have seen the new ISAPI filter released called IISShield. What would be the benefit of going to that filter as opposed to URLScan? Also what modifications do you make to your own verb lists or prohibited strings? Received on Wed Aug 6 14:31:56 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:06:58 EDT |
||||||||||
|
|||||||||||