Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-IDS
[Top] [All Lists]

Detection of Injected XSS by IDS/IPS

Subject: Detection of Injected XSS by IDS/IPS
Date: Wed, 12 Sep 2007 07:24:04 -0700 (PDT)
Hi,
 
Many IDS and WAF products support detection (and prevention) of both persistent 
and reflective XSS injection attemtps.
XSS injection detection by IDS/WAF installed infront of web server can be done 
by monitoring GET and POST variables. IDS or WAF can look for javascript and VB 
script related words in these variables to detect any injection. There are many 
bleeding threat (www.bleedingthreats.net) rules available to detect the 
injection.
 
My question is related to user access to injected XSS in the web sites. How do 
we write rules to protect innocent users while accessing the websites having 
injected XSS?  In this case IDS installation would be at the HTTP Client side. 
To detect reflective XSS, I guess same rules that are used at the IDS at web 
server level can be used. What about persistent XSS?  Rules looking for java 
script in HTTP response (HTML pages) is one solution, but it could have many 
false positives (as many web pages have genuine java script and vb scripting in 
their pages) and also many false negatives as HTMP page can come in multiple 
packets,  compressed, encoded etc..   
 
Is there any simple way?
 
Thanks
Surya


      
____________________________________________________________________________________
Check out the hottest 2008 models today at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html

------------------------------------------------------------------------
Test Your IDS

Is your IDS deployed correctly?
Find out quickly and easily by testing it 
with real-world attacks from CORE IMPACT.
Go to 
http://www.coresecurity.com/index.php5?module=Form&action=impact&campaign=intro_sfw
 
to learn more.
------------------------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>
  • Detection of Injected XSS by IDS/IPS, Surya Batchu <=