add: [vulnerability_lookup] Module info

pull/709/head
Christian Studer 2024-12-19 16:55:15 +01:00
parent 9c83fa17ea
commit 863dee1338
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 5 additions and 5 deletions

View File

@ -14,12 +14,12 @@ moduleinfo = {
'description': 'An expansion module to query Vulnerability Lookup',
'module-type': ['expansion', 'hover'],
'name': 'Vulnerability Lookup',
'logo': '',
'logo': 'vulnerability_lookup.png',
'requirements': [],
'features': '',
'references': [],
'input': '',
'output': '',
'features': 'The module takes a vulnerability attribute as input and queries Vulnerability Lookup to gather additional information based on the Vulnerability ID. The result of the query is then parsed and converted into MISP content which can be added to the original event to enrich the input attribute.',
'references': ['https://vulnerability.circl.lu'],
'input': 'Vulnerability Attribute',
'output': 'Additional information on the vulnerability, gathered from the Vulnerability Lookup API.',
}
api_url = 'https://vulnerability.circl.lu/api'