mirror of https://github.com/MISP/misp-modules
10 lines
599 B
JSON
10 lines
599 B
JSON
{
|
|
"description": "Module to process a query on Onyphe.",
|
|
"logo": "logos/onyphe.jpg",
|
|
"requirements": ["onyphe python library", "An access to the Onyphe API (apikey)"],
|
|
"input": "A domain, hostname or IP address MISP attribute.",
|
|
"output": "MISP attributes fetched from the Onyphe query.",
|
|
"references": ["https://www.onyphe.io/", "https://github.com/sebdraven/pyonyphe"],
|
|
"features": "This module takes a domain, hostname, or IP address attribute as input in order to query the Onyphe API. Data fetched from the query is then parsed and MISP attributes are extracted."
|
|
}
|