blob: 839c0c3505d78065dee2215e2b8aabbb58797307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"logdir": "/var/log/suricata",
"debug_level": "INFO",
#"virustotal_apikey": "xxx"
"actions": {
"Action::Log": 1,
"Action::Syslog": 1
},
"processors": {
"Processor::Anubis": 1,
"Processor::Malwr": 1,
"Processor::ThreatExpert": 1,
"Processor::ShadowServer": 1
#"Processor::VirusTotal": 1
}
}
|