mirror of https://github.com/MISP/misp-modules
10 lines
585 B
JSON
10 lines
585 B
JSON
|
{
|
||
|
"description": "An expansion hover module to expand information about CVE id using Vulners API.",
|
||
|
"logo": "logos/vulners.png",
|
||
|
"requirements": ["Vulners python library", "An access to the Vulners API"],
|
||
|
"input": "A vulnerability attribute.",
|
||
|
"output": "Text giving additional information about the CVE in input.",
|
||
|
"references": ["https://vulners.com/"],
|
||
|
"features": "This module takes a vulnerability attribute as input and queries the Vulners API in order to get some additional data about it.\n\nThe API then returns details about the vulnerability."
|
||
|
}
|