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.
suricata/contrib/file_processor/file_processor.conf

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
}
}