From 76f4395735bec8b9290ef8841f83150a285ee4fd Mon Sep 17 00:00:00 2001 From: Marcel Kwaschny <9392778+marcelkwaschny@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:19:06 +0200 Subject: [PATCH] Added netwitness backend to the pySigma plugin directory --- pySigma-plugins-v1.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pySigma-plugins-v1.json b/pySigma-plugins-v1.json index 217a262..a737be9 100644 --- a/pySigma-plugins-v1.json +++ b/pySigma-plugins-v1.json @@ -289,6 +289,16 @@ "report-issue-url": "https://github.com/sifex/pySigma-backend-quickwit/issues/new", "state": "devel", "pysigma-version": "~=0.11.7" + }, + "c4f5d614-9c3a-4b88-a669-64e38248f2df": { + "id": "netwitness", + "type": "backend", + "description": "NetWitness Backend that generates application rules", + "package": "pySigma-backend-netwitness", + "project-url": "https://github.com/marcelkwaschny/pySigma-backend-netwitness/", + "report-issue-url": "https://github.com/marcelkwaschny/pySigma-backend-netwitness/issues/new", + "state": "testing", + "pysigma-version": "~=0.11.9" } } }