Skip to content

sethhall/credit-card-exposure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Exposure

Detect credit card numbers in HTTP and SMTP with Zeek. This script only works with Zeek 3.0+.

Installation

Zeek Package Manager

zkg refresh
zkg install sethhall/credit-card-exposure

Alternate Manual Installation

cd <prefix>/share/zeek/site/
git clone git://github.com/sethhall/credit-card-exposure.git
echo "@load credit-card-exposure/scripts/" >> local.zeek

After the credit-card-exposure module is loaded, follow the configuration examples below.

Configuration

The only interesting configuration available for users is for log redaction. The default is conservative to avoid creating more sensitive data so notices and logs are redacted by default. If you would like to change this setting, you can add the following line to your local site configuration script after loading the module:

redef CreditCardExposure::redact_log = F;

About

Detect credit card exposures with Bro

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages