Detectionhightest
Suspicious IIS Module Registration
Detects a suspicious IIS module registration as described in Microsoft threat report on IIS backdoors
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), MicrosoftCreated Thu Aug 04Updated Mon Jan 23043c4b8b-3a54-4780-9682-081cb6b8185cwindows
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 Logic4 selectors
detection:
selection_parent:
ParentImage|endswith: '\w3wp.exe'
selection_cli_1:
CommandLine|contains: 'appcmd.exe add module'
selection_cli_2:
CommandLine|contains: ' system.enterpriseservices.internal.publish'
Image|endswith: '\powershell.exe'
selection_cli_3:
CommandLine|contains|all:
- 'gacutil'
- ' /I'
condition: selection_parent and 1 of selection_cli_*False Positives
Administrative activity
References
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
043c4b8b-3a54-4780-9682-081cb6b8185c
Status
test
Level
high
Type
Detection
Created
Thu Aug 04
Modified
Mon Jan 23
Path
rules/windows/process_creation/proc_creation_win_iis_susp_module_registration.yml
Raw Tags
attack.persistenceattack.t1505.004