mirror of https://github.com/MISP/misp-modules
9 lines
504 B
JSON
9 lines
504 B
JSON
{
|
|
"description": "An expansion hover module to expand information about CVE id.",
|
|
"logo": "logos/cve.png",
|
|
"input": "Vulnerability attribute.",
|
|
"output": "Text giving information about the CVE related to the Vulnerability.",
|
|
"references": ["https://cve.circl.lu/", "https://cve.mitre.org/"],
|
|
"features": "The module takes a vulnerability attribute as input and queries the CIRCL CVE search API to get information about the vulnerability as it is described in the list of CVEs."
|
|
}
|