Detectionhightest
Regsvr32 DLL Execution With Suspicious File Extension
Detects the execution of REGSVR32.exe with DLL files masquerading as other files
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Florian Roth (Nextron Systems), François HubautCreated Mon Nov 29Updated Wed Aug 27089fc3d2-71e8-4763-a8a5-c97fbb0a403ewindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection_img:
- Image|endswith: '\regsvr32.exe'
- OriginalFileName: 'REGSVR32.EXE'
selection_cli:
CommandLine|endswith:
# Add more image extensions
# https://twitter.com/Max_Mal_/status/1542461200797163522/photo/3
- '.bin'
- '.bmp'
- '.cr2'
- '.dat'
- '.eps'
- '.gif'
- '.ico'
- '.jpeg'
- '.jpg'
- '.log'
- '.nef'
- '.orf'
- '.png'
- '.raw'
- '.rtf'
- '.sr2'
- '.temp'
- '.tif'
- '.tiff'
- '.tmp'
- '.txt'
condition: all of selection_*False Positives
Unlikely
False positives are unlikely for most environments. High confidence detection.
MITRE ATT&CK
Tactics
Sub-techniques
Related Rules
Similar
Rule not found8e2b24c9-4add-46a0-b4bb-0057b4e6187d
Rule Metadata
Rule ID
089fc3d2-71e8-4763-a8a5-c97fbb0a403e
Status
test
Level
high
Type
Detection
Created
Mon Nov 29
Modified
Wed Aug 27
Path
rules/windows/process_creation/proc_creation_win_regsvr32_susp_extensions.yml
Raw Tags
attack.defense-evasionattack.t1218.010