From f66cca96ce935cd6ff1e95a5516514527018c387 Mon Sep 17 00:00:00 2001 From: DefensiveDepth Date: Wed, 3 Apr 2024 16:17:29 -0400 Subject: [PATCH] YARA casing --- salt/soc/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 1d0eb0e38..9bb302057 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2053,7 +2053,7 @@ soc: query: "so_detection.language:sigma" - name: "Detection Type - Sigma - Windows" query: 'so_detection.language:sigma AND so_detection.content: "*product: windows*"' - - name: "Detection Type - Yara (Strelka)" + - name: "Detection Type - YARA (Strelka)" query: "so_detection.language:yara" - name: "Security Onion - Grid Detections" query: "so_detection.ruleset:securityonion-resources"