← Back to SOC feed Coverage →

eXPressorPacK150XCGSoftLabs

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-08-26T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of the eXPressorPack150 XCG Soft Labs packer signature, which often indicates a legitimate software bundler but can also be leveraged by adversaries to obfuscate malicious payloads and evade static analysis. A proactive hunt is essential within Azure Sentinel to distinguish between benign application installations and potential packing techniques used by threat actors to conceal suspicious executables that might otherwise bypass standard heuristic defenses.

YARA Rule

rule eXPressorPacK150XCGSoftLabs
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 81 EC [4] 53 56 57 83 A5 [5] F3 EB 0C 65 58 50 72 2D 76 2E 31 2E 35 2E 00 83 7D 0C ?? 75 23 8B 45 08 A3 [4] 6A 04 68 00 10 00 00 68 20 03 00 00 6A 00 FF 15 [4] A3 [4] EB 04 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the eXPressorPacK150XCGSoftLabs detection rule, along with recommended filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar