[ad]
This tool is another one on the side of protection, again for web-based applications but this time for .NET applications it’s called .NETIDS (.NET Intrusion detection System). This tool is capable of detecting on attacks on web applications and gives the developer the possibility to react. The project files include filter rules and function stubs to react on possible intrusions which may vary from logging to warning or redirecting the user.
The goal of this project is to provide am additional layer of protection to any .NET application this project is used with. This also includes the detection of XSS, directory traversal, SQL injections, protection against overwriting JS objects and methods, advanced logging functions, categorization and tagging of the single filter rules and interfaces for reacting on possible intrusions.
.NET IDS is a actually a port of PHPIDS, which we’ve mentioned before, to the .NET Framework. The library is fully CLS compliant and implements exactly the same filtering sets as the PHP version.
.NETIDS can be used in three ways.
The first method is by inheriting your ASP.NET pages from the SecurePage class. This offers an easy and customizable way to scan page input. If you are relatively new to the .NET Framework this is the simplest way to secure your applications.
The second method is more customizable but harder to implement for novice programmers and involves working directly with the IDS objects.
The third method (available in the upcoming release) is by using the supplied HttpModule.
You can find the documentation here:
http://www.the-mice.co.uk/dotnetids/docs/
You can download .NET IDS v.0.1.3.0 here:
Or you can read more here.
Rajat Bhargava says
Interesting technique.
If you’re interested in IPS and IDS I recommend you look at our free Strataguard Lite product and our free secure networking security platform Cobia.
Pantagruel says
A nice .NET implementation of the PHPIDS package. I guess the big advantage will most likely be not having to install PHP on an IIS server.
@Rajat Bhargava
Product info sounds OK, perhaps you can persuade Darknet into having a better look at the mentioned products.
zupakomputer says
Does anyone know what happened to NQL? This seemed like a relevant and recent enough article to ask. There’s some kind of version 3.0 of it, but it seems to be extremely low-profile (hardly any books or sites on it, 7 years later) when it looked to be what its name suggested – the network equivalent of SQL.
lyz says
What about the Untangle software? I’m still on the testing period. But I can say that the interface is nice. Very useful esp. to those whose really not familiar with scripting and *nix commands. Untangle can be a router, vpn, IDS, IPS, virus blocker etc.
See for yourself. After all, it’s opensource.
Morgan Storey says
Oh Darknet is there nothing you don’t have for me.
I was googling PHPIDS for ASP and this came up, damn lucky really.
I will be testing this on an IIS dev server today.
@lyz: Untangle looks damn good, I am a fan of Pfsense, M0n0wall but really if you are trying to secure a windows box you have few open source choices. There is also the custom firmwares for WRT based routers that are really flexable and low powered, if I had the time and money, I would go two layer at home, openwrt and pfsense.