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.
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
|
14 years ago
|
{
|
||
|
|
"logdir": "/var/log/suricata",
|
||
|
|
"debug_level": "INFO",
|
||
|
|
#"virustotal_apikey": "xxx"
|
||
|
|
"actions": {
|
||
|
|
"Action::Log": 1
|
||
|
|
},
|
||
|
|
"processors": {
|
||
|
|
"Processor::Anubis": 1,
|
||
|
|
"Processor::Malwr": 1,
|
||
|
|
"Processor::ThreatExpert": 1,
|
||
|
|
#"Processor::VirusTotal": 1
|
||
|
|
}
|
||
|
|
}
|