From 014684ddcd02a5cfc0b8d1d4e49b57d310f07b97 Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:16:09 +0100 Subject: [PATCH] add win_dns_analytic_ prefix --- tests/test_rules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_rules.py b/tests/test_rules.py index d9a4d5456..004b72032 100755 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -855,6 +855,8 @@ class TestRules(unittest.TestCase): pattern_prefix = "win_bits_client_" elif value == "applocker": pattern_prefix = "win_applocker_" + elif value == "dns-server-analytic": + pattern_prefix = "win_dns_analytic_" # This value is used to test if we should add the OS infix for certain categories if os_bool: