mirror of https://github.com/MISP/misp-modules
feature: add qintel qsentry module documentation
parent
dc0660acd0
commit
897164c5ed
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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/"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue