Skip to content

Instantly share code, notes, and snippets.

@narutaro
Last active March 24, 2016 22:44
Show Gist options
  • Save narutaro/54a336accc234205cf2d to your computer and use it in GitHub Desktop.
Save narutaro/54a336accc234205cf2d to your computer and use it in GitHub Desktop.
Suricata

Suricata

sudo suricata -c /usr/local/etc/suricata/suricata.yaml  -v -i eth0
/usr/local/etc/suricata$ tree
.
├── classification.config
├── reference.config
├── rules
│   ├── app-layer-events.rules
│   ├── decoder-events.rules
│   ├── dns-events.rules
│   ├── files.rules
│   ├── http-events.rules
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── modbus-events.rules
│   ├── smtp-events.rules
│   ├── stream-events.rules
│   └── tls-events.rules
└── suricata.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment