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, 16 insertions, 0 deletions
diff --git a/framework/src/suricata/contrib/file_processor/file_processor.conf b/framework/src/suricata/contrib/file_processor/file_processor.conf
new file mode 100644
index 00000000..839c0c35
--- /dev/null
+++ b/framework/src/suricata/contrib/file_processor/file_processor.conf
@@ -0,0 +1,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
+ }
+}