|
Home > Archive > IIS Server Security > July 2006 > Urlscan 2.5 question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Urlscan 2.5 question
|
|
| winsysadmin 2006-07-14, 1:19 pm |
| Will installing Urlscan on IIS 4 & IIS 5 servers protect them from
Trace/Track vulnerabilities by default or do I need to configure Urlscan to
do this?
Thanks!
| |
| David Wang [Msft] 2006-07-15, 1:21 am |
| Depends on the configuration specified in URLScan.ini.
I suggest you read it and determine for yourself. You will have to do this
because you must know:
1. Exact resource that you are trying to secure
2. What vectors are able to attack that resource
3. What knobs can be tweaked in what way to address the vector
You have to take responsibility to know and configure all of them. Security
is a journey, not destination.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"winsysadmin" <winsysadmin@discussions.microsoft.com> wrote in message
news:78C4228A-D491-4D15-BFFB-96213F87D022@microsoft.com...
> Will installing Urlscan on IIS 4 & IIS 5 servers protect them from
> Trace/Track vulnerabilities by default or do I need to configure Urlscan
> to
> do this?
>
> Thanks!
| |
| Bernard Cheah [MVP] 2006-07-15, 7:23 am |
| What kind of Trace/Track vulnerabilities ?
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"winsysadmin" <winsysadmin@discussions.microsoft.com> wrote in message
news:78C4228A-D491-4D15-BFFB-96213F87D022@microsoft.com...
> Will installing Urlscan on IIS 4 & IIS 5 servers protect them from
> Trace/Track vulnerabilities by default or do I need to configure Urlscan
> to
> do this?
>
> Thanks!
| |
| karl levinson, mvp 2006-07-16, 1:19 pm |
| "winsysadmin" <winsysadmin@discussions.microsoft.com> wrote in message
news:78C4228A-D491-4D15-BFFB-96213F87D022@microsoft.com...
> Will installing Urlscan on IIS 4 & IIS 5 servers protect them from
> Trace/Track vulnerabilities by default or do I need to configure Urlscan
> to
> do this?
I don't think there is one single default. I believe there are several,
ones for OWA on Exchange server, etc., so that you could get different
default settings depending on how you install URLScan.
After installing urlscan, edit the urlscan.ini and read the sections on
[blockverbs] and [allowverbs]. Only one of those two sections is active at
a time, depending on the UseAllowVerbs setting in that file.
http://support.microsoft.com/Default.aspx?kbid=326444
http://securityadmin.info/faq.asp?urlscan
According to the first article above, it appears that AllowVerbs is the
default. So if Trace and Track are not in the AllowVerbs section, and I
expect that they would probably not be,
Trace and Track are largely theoretical vulnerabilities. Unless there is a
known unpatched exploit against them, and I'm not sure there are any at the
moment, they usually only give a small amount of information, not remote
compromise of the server.
--
kind regards,
Karl Levinson, CISSP, CCSA, MCSE [MS MVP]
--------------------------------
Microsoft Security FAQ:
http://securityadmin.info
| |
| Wade A. Hilmo [MS] 2006-07-17, 1:19 pm |
| Hello,
UrlScan does have a single default that is built into the dll. The built-in
defaults are the same values that exist in the UrlScan.ini file that
installs with the UrlScan installer at the following location:
http://www.microsoft.com/technet/se...ls/urlscan.mspx
To answer the original question, by default, UseAllowVerbs is 1, and the
[AllowVerbs] section contains GET, HEAD, and POST. Based on these settings,
UrlScan will reject any TRACE or TRACK requests, as well as any other HTTP
verbs other than GET, HEAD, or POST.
The other flavors of UrlScan configuration (such as OWA) that you refer to
below are part of the Lockdown tool installer. They apply non-default
configuration settings that are appropriate to the template chosen. The
Lockdown tool is only related to UrlScan as an installer. UrlScan was
developed before and completely independent of the Lockdown tool.
I hope this helps to clarify.
Thank you,
-Wade A. Hilmo,
-Microsoft
"karl levinson, mvp" <levinson_k@securityadmin.info> wrote in message
news:OGFQObNqGHA.4924@TK2MSFTNGP04.phx.gbl...
> "winsysadmin" <winsysadmin@discussions.microsoft.com> wrote in message
> news:78C4228A-D491-4D15-BFFB-96213F87D022@microsoft.com...
>
> I don't think there is one single default. I believe there are several,
> ones for OWA on Exchange server, etc., so that you could get different
> default settings depending on how you install URLScan.
>
> After installing urlscan, edit the urlscan.ini and read the sections on
> [blockverbs] and [allowverbs]. Only one of those two sections is active
at
> a time, depending on the UseAllowVerbs setting in that file.
>
> http://support.microsoft.com/Default.aspx?kbid=326444
> http://securityadmin.info/faq.asp?urlscan
>
> According to the first article above, it appears that AllowVerbs is the
> default. So if Trace and Track are not in the AllowVerbs section, and I
> expect that they would probably not be,
>
> Trace and Track are largely theoretical vulnerabilities. Unless there is
a
> known unpatched exploit against them, and I'm not sure there are any at
the
> moment, they usually only give a small amount of information, not remote
> compromise of the server.
>
> --
> kind regards,
> Karl Levinson, CISSP, CCSA, MCSE [MS MVP]
> --------------------------------
> Microsoft Security FAQ:
> http://securityadmin.info
>
>
|
|
|
|
|