Windows Registry Tampering Targeting Sophos AV Tamper Protection Enabled Flags
Flags Windows registry changes that disable Sophos AV tamper protection by clearing specific enabled DWORD values.
- Product
- windows
- Category
- registry_set
- Author
- Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2022-09-02
- Updated
- 2026-07-30
ATT&CK techniques
Recon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies registry modifications that set specific Sophos AV tamper protection configuration values to DWORD 0x00000000. Disabling these protections can help attackers impair endpoint defenses and evade detection. It relies on Windows registry modification telemetry for registry set events matching targeted Sophos key paths and the expected zero value.
Reporting behind it
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Windows Registry Tampering Targeting Sophos AV Tamper Protection Enabled Flags
id: 6f202061-e7b8-4e97-a824-4da167b6654d
status: test
description: This rule identifies registry modifications that set specific Sophos AV tamper protection configuration values to DWORD 0x00000000. Disabling these protections can help attackers impair endpoint defenses and evade detection. It relies on Windows registry modification telemetry for registry set events matching targeted Sophos key paths and the expected zero value.
references:
- https://redacted.com/blog/bianlian-ransomware-gang-gives-it-a-go/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/registry/registry_set/registry_set_sophos_av_tamper.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-09-02
modified: 2023-08-17
tags:
- attack.defense-impairment
- attack.t1685
logsource:
category: registry_set
product: windows
detection:
selection:
TargetObject|contains:
- \Sophos Endpoint Defense\TamperProtection\Config\SAVEnabled
- \Sophos Endpoint Defense\TamperProtection\Config\SEDEnabled
- \Sophos\SAVService\TamperProtection\Enabled
Details: DWORD (0x00000000)
condition: selection
falsepositives:
- Some FP may occur when the feature is disabled by the AV itself, you should always investigate if the action was legitimate
level: high
license: DRL-1.1
related:
- id: 9f4662ac-17ca-43aa-8f12-5d7b989d0101
type: derived