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

| Subject: | [Snort-sigs] False positive in 1861.9 (WEB-MISC Linksys router default username and password login attempt) |
|---|---|
| Date: | Wed, 19 Jan 2005 16:19:00 -0700 |
Rule: WEB-MISC Linksys router default username and password login attempt -- Sid: 1861 -- False Negatives: Current version of the rule improperly matches on any password that starts with "admin". I am proposing to augment the PCRE clause with a terminator: alert tcp $EXTERNAL_NET any -> $HOME_NET 8080 (msg:"WEB-MISC Linksys router default username and password login attempt"; flow:to_server,established; content:"Authorization|3A|"; nocase; pcre:"/^Authorization\x3a\s*Basic\s+YWRtaW46YWRtaW4[=\s]/smi"; reference:nessus,10999; classtype:default-login-attempt; sid:1861; rev:10;) Unless I am mistaken the rule could be further optimized by using the credentials as a more unique pre-match and making the PCRE partially case sensitive to reduce false positives: alert tcp $EXTERNAL_NET any -> $HOME_NET 8080 (msg:"WEB-MISC Linksys router default username and password login attempt"; flow:to_server,established; content:"YWRtaW46YWRtaW4"; pcre:"/^Authorization\x3a\s*Basic\s+(?-i)YWRtaW46YWRtaW4[=\s]/smi"; reference:nessus,10999; classtype:default-login-attempt; sid:1861; rev:10;) Cheers, nnposter ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ 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> |
|---|---|---|
| ||
| Previous by Date: | [Snort-sigs] Bleedingsnort.com Daily Update, bleeding |
|---|---|
| Next by Date: | Re: [Snort-sigs] False positive in 3070.1 (IMAP fetch overflow attempt), Matthew Watchinski |
| Previous by Thread: | [Snort-sigs] False positive in 3070.1 (IMAP fetch overflow attempt), nnposter |
| Next by Thread: | [Snort-sigs] False negative in 3087.1 (WEB-IIS w3who.dll buffer overflow attempt), nnposter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |