aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/contrib/file_processor/file_processor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/contrib/file_processor/file_processor.conf')
-rw-r--r--framework/src/suricata/contrib/file_processor/file_processor.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/framework/src/suricata/contrib/file_processor/file_processor.conf b/framework/src/suricata/contrib/file_processor/file_processor.conf
deleted file mode 100644
index 839c0c35..00000000
--- a/framework/src/suricata/contrib/file_processor/file_processor.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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
- }
-}