fix: [crowdsec] more need to be fully supporting MISP standard format

pull/613/head
Alexandre Dulaunoy 2023-05-11 15:25:34 +02:00
parent 337dcf7acb
commit 98b766cbdc
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from pymisp import MISPEvent, MISPObject
import pycountry import pycountry
import requests import requests
mispattributes = {"input": ["ip-dst", "ip-src"], "output": ["text"], 'format': 'misp_standard'} mispattributes = {"input": ["ip-dst", "ip-src"], "output": ["text"]}
moduleinfo = { moduleinfo = {
"version": "1.0", "version": "1.0",
"author": "Shivam Sandbhor <shivam@crowdsec.net>", "author": "Shivam Sandbhor <shivam@crowdsec.net>",