mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
313 B
Plaintext
17 lines
313 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|