mirror of https://github.com/MISP/misp-modules
9 lines
586 B
JSON
9 lines
586 B
JSON
{
|
|
"description": "Module to query an IP ASN history service (https://github.com/D4-project/IPASN-History).",
|
|
"requirements": ["pyipasnhistory: Python library to access IPASN-history instance"],
|
|
"input": "An IP address MISP attribute.",
|
|
"output": "Text describing additional information about the input after a query on the IPASN-history database.",
|
|
"references": ["https://github.com/D4-project/IPASN-History"],
|
|
"features": "This module takes an IP address attribute as input and queries the CIRCL IPASN service to get additional information about the input."
|
|
}
|