Merge branch 'main' of github.com:MISP/misp-modules

pull/613/head
Christian Studer 2022-11-21 11:46:45 +01:00
commit 4cd5f4baf0
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ __all__ = ['cuckoo_submit', 'vmray_submit', 'bgpranking', 'circl_passivedns', 'c
'lastline_query', 'lastline_submit', 'sophoslabs_intelix', 'cytomic_orion', 'censys_enrich',
'trustar_enrich', 'recordedfuture', 'html_to_markdown', 'socialscan', 'passive-ssh',
'qintel_qsentry', 'mwdb', 'hashlookup', 'mmdb_lookup', 'ipqs_fraud_and_risk_scoring',
'clamav', 'jinja_template_rendering','hyasinsight', 'variotdbs', 'crowdsec']
'clamav', 'jinja_template_rendering','hyasinsight', 'variotdbs', 'crowdsec', 'extract_url_components']
minimum_required_fields = ('type', 'uuid', 'value')

View File

@ -15,5 +15,6 @@ __all__ = [
'csvimport',
'cof2misp',
'joe_import',
'taxii21'
'taxii21',
'url_import'
]