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 Snort-Signatures
[Top] [All Lists]

[Snort-sigs] Remote IIS Server_Name Spoof attempt

Subject: [Snort-sigs] Remote IIS Server_Name Spoof attempt
Date: Thu, 25 Aug 2005 12:51:58 +0200 (CEST)
Hi,

Do you have rule for detect this ?

http://ingehenriksen.blogspot.com/2005/08/remote-iis-5x-and-iis-60-server-name.html
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2678

maybe like :
alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"WEB-IIS Remote IIS Server Name spoof attempt"; flow:to_server,established; pcre:"/ http\:\/\/localhost\/.*\.asp/i"; sid:x;)
alert tcp $EXTERNAL_NET any -> $HOME_NET $HTTP_PORTS (msg:"WEB-IIS Remote IIS Server Name spoof attempt"; flow:to_server,established; pcre:"/ http\:\/\/127\.0\.0\.1\/.*\.asp/i"; sid:y;)


Regards
Rmkml


------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Snort-sigs mailing list Snort-sigs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/snort-sigs

<Prev in Thread] Current Thread [Next in Thread>
  • [Snort-sigs] Remote IIS Server_Name Spoof attempt, rmkml <=