mirror of https://github.com/MISP/misp-modules
15 lines
636 B
JSON
15 lines
636 B
JSON
{
|
|
"description": "Module to process a query on Onyphe.",
|
|
"logo": "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."
|
|
} |