mirror of https://github.com/MISP/misp-modules
11 lines
464 B
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"
|
|
} |