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.
Stored in: Countermeasures, Programming, Security Software
Related Posts:
- OSSEC HIDS - Open Source Host-based Intrusion System
- Impressive Open Source Intrusion Prevention - HLBR
- FTester - Firewall Tester and IDS Testing tool
- PHPIDS - Security Layer & Intrusion Detection for PHP Based Web Applications
- Viruses & Malware Monitored on a Dynamic World Map
- Kismet - Wireless Network Hacking, Sniffing & Monitoring
| 1,781 views |





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.
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.
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.