From 68e32f087ee92f08b1da876324a18f6512244c9f Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Fri, 3 May 2024 18:01:53 -0500 Subject: [PATCH] [New Rule] Potential Abuse of Resources by High Token Count and Large Response Sizes (#3644) (cherry picked from commit 2ffb0e7fe2e984314cacaa9cfd9cdd59e0fc2409) --- 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 a64dcd6ac..2dfb6ddab 100644 --- a/detection_rules/schemas/definitions.py +++ b/detection_rules/schemas/definitions.py @@ -88,6 +88,7 @@ EXPECTED_RULE_TAGS = [ 'Domain: Cloud', 'Domain: Container', 'Domain: Endpoint', + 'Mitre Atlas: *', 'OS: Linux', 'OS: macOS', 'OS: Windows',