This is a discussion on GLBA and HIPPA rules within the Snort forums, part of the System Security and Security Related category; Has anyone written rules that help audit for GLBA or HIPPA compliance? It would be nice to use Snort with ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Has anyone written rules that help audit for GLBA or HIPPA compliance?
It would be nice to use Snort with a few custom rules to detect social security numbers, account numbers, etc.. The only solution I have found for this type of auditing is vericeptor and it is way to expesive since I know Snort can detect this type of information. Anyone have any suggestions? Should I use regex or PCRE to write rules that use regular expressions? Any advice or feedback would be welcome. Thanks, Keith |
|
|||
|
loyder@yahoo.com (Keith) wrote in message news:<27c8b5ce.0401111240.6fbc8d06@posting.google. com>...
> Has anyone written rules that help audit for GLBA or HIPPA compliance? > It would be nice to use Snort with a few custom rules to detect social > security numbers, account numbers, etc.. > > The only solution I have found for this type of auditing is vericeptor > and it is way to expesive since I know Snort can detect this type of > information. > > Anyone have any suggestions? Should I use regex or PCRE to write > rules that use regular expressions? > > Any advice or feedback would be welcome. > > Thanks, > Keith PRCE ^(\d\d\d[-]\d\d[-]\d\d\d\d\z) |