mirror of https://github.com/MISP/misp-modules
13 lines
591 B
JSON
13 lines
591 B
JSON
{
|
|
"description": "A hover and expansion module which queries Qintel QSentry for ip reputation data",
|
|
"logo": "qintel.png",
|
|
"requirements": [
|
|
"A Qintel API token"
|
|
],
|
|
"input": "ip address attribute",
|
|
"ouput": "Objects containing the enriched IP, threat tags, last seen attributes and associated Autonomous System information",
|
|
"features": "This module takes an ip-address (ip-src or ip-dst) attribute as input, and queries the Qintel QSentry API to retrieve ip reputation data",
|
|
"references": [
|
|
"https://www.qintel.com/products/qsentry/"
|
|
]
|
|
} |