Detectionhightest

Registry Disable System Restore

Detects the modification of the registry to disable a system restore on the computer

Convert In Phoenix Studio

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

Launch
François HubautCreated Mon Apr 04Updated Thu Aug 175de03871-5d46-4539-a82d-3aa992a69a83windows
Log Source
WindowsRegistry Set
ProductWindows← raw: windows
CategoryRegistry Set← raw: registry_set
Detection Logic
Detection Logic1 selector
detection:
    selection:
        TargetObject|contains:
            - '\Policies\Microsoft\Windows NT\SystemRestore'
            - '\Microsoft\Windows NT\CurrentVersion\SystemRestore'
        TargetObject|endswith:
            - DisableConfig
            - DisableSR
        Details: 'DWORD (0x00000001)'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
5de03871-5d46-4539-a82d-3aa992a69a83
Status
test
Level
high
Type
Detection
Created
Mon Apr 04
Modified
Thu Aug 17
Path
rules/windows/registry/registry_set/registry_set_disable_system_restore.yml
Raw Tags
attack.impactattack.t1490
View on GitHub