mirror of https://github.com/MISP/misp-modules
add: [vulnerability_lookup] Module info
parent
9c83fa17ea
commit
863dee1338
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue