Merge pull request #148 from weslambert/master

Add SOCtopus webhook for TheHive
This commit is contained in:
Mike Reeves
2019-12-04 14:11:52 -05:00
committed by GitHub

View File

@@ -208,3 +208,8 @@ misp {
# purpose = ImportAndExport
#} ## <-- Uncomment to complete the configuration
}
webhooks {
SOCtopusWebHook {
url = "http://{{ MASTERIP }}:7000/enrich"
}
}