From 063bb57dfdabbefb7c84166b7a35dfdabd2b8c90 Mon Sep 17 00:00:00 2001 From: Gavin Knapp Date: Thu, 4 May 2023 07:52:48 +0100 Subject: [PATCH] Update net_connection_win_notion.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note to self: Leave commits until the morning when working late 🙃🤣. Removed test user from install path. --- .../windows/network_connection/net_connection_win_notion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/windows/network_connection/net_connection_win_notion.yaml b/rules/windows/network_connection/net_connection_win_notion.yaml index 2340492be..3d835237e 100644 --- a/rules/windows/network_connection/net_connection_win_notion.yaml +++ b/rules/windows/network_connection/net_connection_win_notion.yaml @@ -24,8 +24,8 @@ detection: - 'C:\Program Files\Google\Chrome\Application\chrome.exe' - 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe' filter_optional_notion: - Image: - - 'C:\Users\bwcdemoadmin\AppData\Local\Programs\Notion\Notion.exe' + Image|endswith: + - 'C:\AppData\Local\Programs\Notion\Notion.exe' filter_optional_firefox: Image: - 'C:\Program Files\Mozilla Firefox\firefox.exe'