misp-modules/documentation/website/export_mod/nexthinkexport.json

11 lines
464 B
JSON

{
"description": "Nexthink NXQL query export module",
"requirements": [],
"features": "This module export an event as Nexthink NXQL queries that can then be used in your own python3 tool or from wget/powershell",
"references": [
"https://doc.nexthink.com/Documentation/Nexthink/latest/APIAndIntegrations/IntroducingtheWebAPIV2"
],
"input": "MISP Event attributes",
"output": "Nexthink NXQL queries",
"logo": "nexthink.svg"
}