Detectionhightest

ETW Logging Disabled In .NET Processes - Sysmon Registry

Potential adversaries stopping ETW providers recording loaded .NET assemblies.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)Created Fri Jun 05Updated Thu Aug 17bf4fc428-dcc3-4bbd-99fe-2422aeee2544windows
Log Source
WindowsRegistry Set
ProductWindows← raw: windows
CategoryRegistry Set← raw: registry_set
Detection Logic
Detection Logic2 selectors
detection:
    selection_etw_enabled:
        TargetObject|endswith: 'SOFTWARE\Microsoft\.NETFramework\ETWEnabled'
        Details: 'DWORD (0x00000000)'
    selection_complus:
        TargetObject|endswith:
            - '\COMPlus_ETWEnabled'
            - '\COMPlus_ETWFlags'
        Details:
            - 0 # For REG_SZ type
            - 'DWORD (0x00000000)'
    condition: 1 of selection_*
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
bf4fc428-dcc3-4bbd-99fe-2422aeee2544
Status
test
Level
high
Type
Detection
Created
Fri Jun 05
Modified
Thu Aug 17
Path
rules/windows/registry/registry_set/registry_set_dot_net_etw_tamper.yml
Raw Tags
attack.persistenceattack.defense-evasionattack.t1112attack.t1562
View on GitHub