From d5146fe0d4f90d91df91b25ca75580bb43ef46f6 Mon Sep 17 00:00:00 2001 From: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:53:17 +0100 Subject: [PATCH] Update file_event_win_winword_cve_2021_40444.yml --- .../file_event_win_winword_cve_2021_40444.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rules/windows/file_event/file_event_win_winword_cve_2021_40444.yml b/rules/windows/file_event/file_event_win_winword_cve_2021_40444.yml index a5042a688..3db029236 100644 --- a/rules/windows/file_event/file_event_win_winword_cve_2021_40444.yml +++ b/rules/windows/file_event/file_event_win_winword_cve_2021_40444.yml @@ -7,12 +7,12 @@ references: - https://twitter.com/vanitasnk/status/1437329511142420483?s=21 author: Florian Roth, Sittikorn S date: 2021/09/10 -modified: 2022/06/16 +modified: 2022/06/17 logsource: product: windows category: file_event detection: - selection: + selection_cab: Image|endswith: '\winword.exe' TargetFilename|endswith: '.cab' TargetFilename|contains: '\Windows\INetCache' @@ -21,7 +21,11 @@ detection: TargetFilename|contains|all: - '\AppData\Local\Temp\' - '.inf' - condition: selection or selection_inf + filter_legit: + TargetFilename|startwith: 'C:\Users\' + TargetFilename|contains: 'AppData\Local\Temp' + TargetFilename|endwith : '\Content.inf' + condition: (selection_cab or selection_inf) and not filter_legit fields: - TargetFilename falsepositives: