From 61bbcfec52e7d11ef25972e89da06b6d022a6fe2 Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Mon, 20 Nov 2023 13:51:13 -0600 Subject: [PATCH] Add UEBA Tag (#3277) (cherry picked from commit 93ad4b095915d2db3eaadc66655c17785a5b6746) --- detection_rules/schemas/definitions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/detection_rules/schemas/definitions.py b/detection_rules/schemas/definitions.py index e4bf09efd..00e1f5f55 100644 --- a/detection_rules/schemas/definitions.py +++ b/detection_rules/schemas/definitions.py @@ -123,6 +123,7 @@ EXPECTED_RULE_TAGS = [ 'Use Case: Log Auditing', 'Use Case: Network Security Monitoring', 'Use Case: Threat Detection', + 'Use Case: UEBA', 'Use Case: Vulnerability' ]