Merge pull request #547 from Wachizungu/fix-add-hashlookup-to-expansion-initpy

Add hashlookup to expansion init.py
pull/548/head
Alexandre Dulaunoy 2022-02-03 11:08:08 +01:00 committed by GitHub
commit cc4c9935d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ __all__ = ['cuckoo_submit', 'vmray_submit', 'bgpranking', 'circl_passivedns', 'c
'assemblyline_submit', 'assemblyline_query', 'ransomcoindb', 'malwarebazaar',
'lastline_query', 'lastline_submit', 'sophoslabs_intelix', 'cytomic_orion', 'censys_enrich',
'trustar_enrich', 'recordedfuture', 'html_to_markdown', 'socialscan', 'passive-ssh',
'qintel_qsentry', 'mwdb']
'qintel_qsentry', 'mwdb', 'hashlookup']
minimum_required_fields = ('type', 'uuid', 'value')