Skip to content

Commit

Permalink
add: [expansion modules] Added ipinfo to the expansion modules list…
Browse files Browse the repository at this point in the history
… in `__init__`
  • Loading branch information
chrisr3d committed May 16, 2023
1 parent 196939d commit ddd8b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misp_modules/modules/expansion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
'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', 'extract_url_components']
'clamav', 'jinja_template_rendering','hyasinsight', 'variotdbs', 'crowdsec',
'extract_url_components', 'ipinfo']


minimum_required_fields = ('type', 'uuid', 'value')
Expand Down

0 comments on commit ddd8b85

Please sign in to comment.