Snort mailing list archives
RE: More sid 1841
From: "Schmehl, Paul L" <pauls () utdallas edu>
Date: Sat, 22 Feb 2003 11:00:34 -0600
If I understand the rules docs correctly (and there's no guarantee that
I do), the depth parameter is measured from the beginning of the
payload, not from the beginning of a previous content search
So something like this wouldn't work, right?
content:"javascript\://"; nocase; content:"\\n"; depth:255;
Can you use regexp wild cards like this?
content:"javascript\://*\";
Or better yet, like this?
content:"javascript\://*{255}\n";
And should we take this discussion to the snort-sigs list? (I'm ccing
it just in case we should.)
Paul Schmehl (pauls () utdallas edu)
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/~pauls/
-----Original Message-----
From: Michael Boman [mailto:michael.boman () securecirt com]
Sent: Saturday, February 22, 2003 8:59 AM
To: Matt Kettler
Cc: Schmehl, Paul L; snort-users () lists sourceforge net
Subject: Re: [Snort-users] More sid 1841
According to RFC 1034 and 1035 the hostname can be a maximum of 255
bytes, so just make sure the '\n' are within 255 bytes from the end of
'javascript://'.
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
Current thread:
- Re: More sid 1841, (continued)
- Re: More sid 1841 Kenneth G. Arnold (Feb 21)
- Re: More sid 1841 Matt Kettler (Feb 21)
- RE: More sid 1841 Schmehl, Paul L (Feb 21)
- RE: More sid 1841 Matt Kettler (Feb 21)
- RE: More sid 1841 --experimental? twig les (Feb 21)
- RE: More sid 1841 -experimental? Matt Kettler (Feb 21)
- Re: More sid 1841 Michael Boman (Feb 22)
- Re: More sid 1841 Matt Kettler (Feb 22)
- RE: More sid 1841 --experimental? twig les (Feb 21)
- RE: More sid 1841 Matt Kettler (Feb 21)
- RE: More sid 1841 Schmehl, Paul L (Feb 21)
- RE: More sid 1841 Schmehl, Paul L (Feb 22)
