Potential CVE-2023-36874 Exploitation - Fake Wermgr.Exe Creation
Detects the creation of a file named "wermgr.exe" being created in an uncommon directory. This could be a sign of potential exploitation of CVE-2023-36874.
Detection logic
selection
TargetFilename|endswith: \wermgr.exefilter_main_locations
TargetFilename|contains:
- :\$WINDOWS.~BT\NewOS\
- :\$WinREAgent\
- :\Windows\servicing\LCU\
- :\Windows\System32\
- :\Windows\SysWOW64\
- :\Windows\WinSxS\
- :\WUDownloadCache\
- :\Windows\SoftwareDistribution\Download\Condition
selection and not 1 of filter_main_*Raw YAML
title: Potential CVE-2023-36874 Exploitation - Fake Wermgr.Exe Creation
id: ad0960eb-0015-4d16-be13-b3d9f18f1342
status: test
description: Detects the creation of a file named "wermgr.exe" being created in an uncommon directory. This could be a sign of potential exploitation of CVE-2023-36874.
references:
- https://github.com/Wh04m1001/CVE-2023-36874
- https://www.crowdstrike.com/blog/falcon-complete-zero-day-exploit-cve-2023-36874/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-08-23
modified: 2025-01-13
tags:
- attack.execution
- cve.2023-36874
- detection.emerging-threats
logsource:
category: file_event
product: windows
detection:
selection:
TargetFilename|endswith: '\wermgr.exe'
filter_main_locations:
TargetFilename|contains:
- ':\$WINDOWS.~BT\NewOS\'
- ':\$WinREAgent\' # From "wuauclt.exe"
- ':\Windows\servicing\LCU\'
- ':\Windows\System32\'
- ':\Windows\SysWOW64\'
- ':\Windows\WinSxS\'
- ':\WUDownloadCache\' # Windows Update Download Cache
- ':\Windows\SoftwareDistribution\Download\'
condition: selection and not 1 of filter_main_*
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Similar rules
Potential CVE-2023-36874 Exploitation - Uncommon Report.Wer Location
mediumwindows · Same logsource category (file_event)
CVE-2021-1675 Print Spooler Exploitation Filename Pattern
criticalwindows · Same logsource category (file_event)
CVE-2021-26858 Exchange Exploitation
highwindows · Same logsource category (file_event)
CVE-2021-31979 CVE-2021-33771 Exploits by Sourgum
criticalwindows · Same logsource category (file_event)