From eeccecc0b2476392c7a102ea376830a047aa9619 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 26 Dec 2018 12:23:08 +0100 Subject: [PATCH] chg: [doc] Nexthink module added --- doc/documentation.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/documentation.md b/doc/documentation.md index 49fb6b5..ca1b1d9 100644 --- a/doc/documentation.md +++ b/doc/documentation.md @@ -1013,6 +1013,22 @@ Lite export of a MISP event. ----- +#### [nexthinkexport](https://github.com/MISP/misp-modules/tree/master/misp_modules/modules/export_mod/nexthinkexport.py) + + + +Nexthink NXQL query export module +- **features**: +>This module export an event as Nexthink NXQL queries that can then be used in your own python3 tool or from wget/powershell +- **input**: +>MISP Event attributes +- **output**: +>Nexthink NXQL queries +- **references**: +>https://doc.nexthink.com/Documentation/Nexthink/latest/APIAndIntegrations/IntroducingtheWebAPIV2 + +----- + #### [osqueryexport](https://github.com/MISP/misp-modules/tree/master/misp_modules/modules/export_mod/osqueryexport.py)