This detection identifies potential file integrity protection mechanisms or anti-tampering behaviors triggered by the CopyProtectorv20 signature, which may indicate an adversary attempting to secure their tools against analysis or modification. Proactively hunting for this activity in Azure Sentinel allows the SOC team to distinguish between legitimate security controls and evasion tactics used by attackers to maintain persistence within the environment.
rule CopyProtectorv20
{
meta:
author="malware-lu"
strings:
$a0 = { 2E A2 [2] 53 51 52 1E 06 B4 ?? 1E 0E 1F BA [2] CD 21 1F }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
CopyProtectorv20Scenario 1: Enterprise Backup Agent Snapshots
VeeamBackupService.exe, vbragent.exe, and commvault_agent.exe running under the system account (NT SYSTEM) or specific backup service accounts during defined maintenance windows (e.g., 02:00–06:00).Scenario 2: Scheduled Document Conversion Jobs
.doc files to PDF for archival. This process involves reading source files and writing new protected versions, triggering the “copy protection” signature.WINWORD.EXE and AcroRdr64.exe when executed by a specific scheduled task account (e.g., svc_doc_conversion) on hostnames matching the pattern *FILE-SRV-*.Scenario 3: Endpoint DLP Policy Enforcement
SymantecDLP.exe or MSPurviewAgent.exe