This detection identifies potential malicious activity where adversaries utilize specific PE header relocations within the WWPACK v302/v304 family to obfuscate their presence and evade static analysis. Proactively hunting for this behavior in Azure Sentinel allows the SOC team to uncover stealthy fileless or packed threats that may bypass standard signature-based defenses, ensuring early identification of sophisticated evasion techniques before they escalate into critical incidents.
rule WWPACKv302v302av304Relocationspack
{
meta:
author="malware-lu"
strings:
$a0 = { BE [2] BF [2] B9 [2] 8C CD 81 ED [2] 8B DD 81 EB [2] 8B D3 FC FA 1E 8E DB 01 15 33 C0 2E AC }
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.
Here are 5 specific false positive scenarios for the WWPACKv302v302av304Relocationspack detection rule, along with targeted filters and exclusions:
Scenario: Automated deployment of Microsoft Office 365 ProPlus updates via Intune or System Center Configuration Manager (SCCM).
WWPACK signature often matches the relocation logic used by the Office Click-to-Run installer when it reorganizes shared components during a major update cycle.ClickToRun.exe or OfficeC2RClient.exe running under the SYSTEM account, specifically targeting file paths within C:\Program Files\Microsoft Office\root\Office16.Scenario: Execution of Sysinternals Process Monitor (ProcMon) or Process Explorer during administrative troubleshooting sessions.
ProcMon.exe, ProcessExplorer.exe, and their child processes (e.g., dotnet.exe) from the detection logic if the parent process is running under a known Admin user group.Scenario: Scheduled nightly execution of Veeam Backup & Replication or Acronis Cyber Protect agents performing file indexing.