2018-09-13 18:18:05 +02:00
|
|
|
{
|
2019-01-21 13:31:52 +01:00
|
|
|
"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"],
|
2018-11-19 17:05:55 +01:00
|
|
|
"input": "An IP address MISP attribute.",
|
2019-01-21 13:31:52 +01:00
|
|
|
"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."
|
2018-09-13 18:18:05 +02:00
|
|
|
}
|