mirror of https://github.com/MISP/misp-modules
9 lines
672 B
JSON
9 lines
672 B
JSON
{
|
|
"description": "Module to query an IP ASN history service (https://github.com/CIRCL/IP-ASN-history.git).",
|
|
"requirements": ["ipasn_redis: Python library to access IP-ASN-history instance via redis", "An IP-ASN-history instance information (host, port and database index)"],
|
|
"input": "An IP address MISP attribute.",
|
|
"output": "Text describing additional information about the input after a query on the IP-ASN-history database.",
|
|
"references": ["https://www.circl.lu/services/ip-asn-history/"],
|
|
"features": "This module takes an IP address attribute as input and queries the CIRCL IP ASN service to get additional information about the input."
|
|
}
|