From 8c9c70926d30339cc37efbc545384b0618fc22ce Mon Sep 17 00:00:00 2001 From: milkmix Date: Thu, 25 Oct 2018 21:35:21 +0200 Subject: [PATCH] added basic documentation --- doc/export_mod/osqueryexport.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/export_mod/osqueryexport.json diff --git a/doc/export_mod/osqueryexport.json b/doc/export_mod/osqueryexport.json new file mode 100644 index 0000000..c5090a8 --- /dev/null +++ b/doc/export_mod/osqueryexport.json @@ -0,0 +1,8 @@ +{ + "description": "OSQuery export of a MISP event.", + "requirements": [], + "features": "This module export an event as osquery queries that can be used in packs or in fleet management solution like Kolide.", + "references": [], + "input": "MISP Event attributes", + "output": "osquery SQL queries" +}