This detection identifies potential adversary activity involving the extraction of executable content from Windows packaging archives (WWPACK), which often serves as a precursor to fileless attacks or staged payload delivery. Proactively hunting for this behavior in Azure Sentinel is critical because low-severity extraction events can indicate early-stage reconnaissance or supply chain compromises that may be missed by standard alerting thresholds before they escalate into active threats.
rule WWPACKv305c4Extractable
{
meta:
author="malware-lu"
strings:
$a0 = { 03 05 00 1A B8 [2] 8C CA 03 D0 8C C9 81 C1 [2] 51 B9 [2] 51 06 06 B1 ?? 51 8C D3 }
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 4 specific false positive scenarios for the WWPACKv305c4Extractable detection rule, including suggested filters and exclusions:
Microsoft Office Click-to-Run Updates
OfficeC2RClient.exe) frequently extracts temporary .msi or .cab packages from the WWPACK repository to apply incremental updates. This extraction process often triggers the rule as it unpacks legitimate components into a temp directory before installation.\Microsoft Office ClickToRun\ and the file extension is .msi, .cab, or .dll.
ProcessImageName CONTAINS "OfficeC2RClient.exe" AND FileExtension IN ('.msi', '.cab')Antivirus Real-Time Scanning (e.g., CrowdStrike or SentinelOne)
WWPACK archive for deep inspection, the extraction action itself mimics the behavior of a suspicious payload extractor, causing a false hit.ProcessImageName IN ('C-Service.exe', 'SentinelOne.exe') AND ActionType == "Extract"System Center Configuration Manager (SCCM) Application Deployment
ccmsetup.exe or WUAHandler) extracts content from the distribution point. The deployment engine often utilizes a proprietary extraction method that generates temporary `WWPACK