Tag Archive for 'Tool'

URLScan 3.1 Released

About a week ago, the IIS Team released an updated version 3.1 of the URLScan tool. If you are running ver. 3.0, it’s recommended that you upgrade to URLScan 3.1.

URLScan is the tool to protect your websites against SQL Injection Attacks, the new version is updated to handle new variation of attacks.

Our internal security team brought it to our attention that they’d seen a new variation on the attacks.  This new variation is trying to exploit a behavior in ASP’s parsing of the query string for the Request.QueryString function.

UrlScan version 3.1 is a security tool that restricts the types of HTTP requests that Internet Information Services (IIS) 6.0 will process. UrlScan screens all incoming requests to the server by filtering the requests based on rules that are set by the administrator. Filtering requests helps secure the server by ensuring that only valid requests are processed.

The UrlScan version 3.1 security tool gives administrators even greater control over UrlScan configuration, providing functionality that helps administrators further secure and lock down the server.

New features

  • New installer that allows URLScan 3.1 to be installed on IIS 5.1 or later, including IIS 7.
  • Deny rules that can be independently applied to URL, query string, all headers, a particular header or a combination of these.
  • A global DenyQueryString section that lets you add deny rules for query strings with the option of checking un-escaped version of the query string as well.
  • Support for escape sequences in the deny rules so it’s possible to deny CRLF and other non-printable characters in configuration.
  • Multiple urlscan instances can be installed as site filters, each with its own configuration and logging options (urlscan.ini).
  • Configuration (urlscan.ini) change notifications that are propagated to worker processes without having to recycle them. Note that log settings still have to be recycled.

Download

MS Web Deployment Tool – Beta 2 Released

Microsoft has released the latest version of the new Microsoft Web Deployment Tool for Internet Information Services (IIS).

It the new wonder tool for migrating web servers and sites, in it’s current form it supports the following features:

  • Migrate entire servers or individual sites from one machine to another (IIS6 –> IIS7)
  • Sync Servers, Sites, and Applications (IIS6 –> IIS6, and IIS7 –> IIS7)
  • Create offline packages that can be used as backups, version control, and deployment units

The new release includes many new cool features, such as:

An all-new IIS Manager extension that enables you to create, and install packages from within IIS Manager.  Imagine being able to right click on your Web site, create an offline ‘package’ of the site and all of it’s configuration, dependencies, etc., and then roll it out over any number of servers, locally or remote.

Support for ‘delegated’ publishing, which enables Administrators to grant control to developers and Web site owners to do the packaging and publishing without being a machine administrator.

Support for SQL Server, enabling you to include SQL databases (Schema + Data) as part of your deployment, both live server <-> sync as well as offline packaging.

Integration with Visual Web Developer Express as part of the upcoming Visual Studio 10 release which will enable developers to create application packages at development/build time, which can then be deployed directly from within VS (one-click publishing to remote servers!) or offline as part of a staging process.

Download links:

For more information see www.iis.net.

URLScan 3.0 Released

Microsoft has released the latest version of URLScan 3.0, it’s released to web (RTW) like a lot of the other IIS modules and tools on IIS.net.

URLScan 3.0 can help block automated sql injection attacks at global or site level and it can be used with IIS 6 and IIS 7.

Download links:

More info here.

Tool Tip: mRemote

Found this cool tool, mRemote – it’s  a full featured, multi-tab remote connections manager. I’ve previously used Microsoft’s own Remote Desktops and Visionapp’s Remote Desktop, both can handle multiple RDP connections in one interface.

mRemote does the same, it just has more feature and is open source. So if you need a good tool to manage multiple servers, I can recommend mRemote.

It even supports more protocols, such as:

Download it at mRemote.org