← Back to SOC feed Coverage →

ZipWorxSecureEXEv25ZipWORXTechnologiesLLC

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-14T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential supply chain compromises or malicious document distribution by flagging files matching the specific signature of ZipWorx Technologies’ secure executable within the Azure Sentinel environment. Proactive hunting for this indicator is essential to validate legitimate software usage and distinguish it from adversary attempts to leverage trusted vendor artifacts as a cover for lateral movement or initial access attacks.

YARA Rule

rule ZipWorxSecureEXEv25ZipWORXTechnologiesLLC
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E9 B8 00 00 00 [12] 00 00 00 00 00 [10] 00 53 65 63 75 72 65 45 58 45 20 45 78 65 63 75 74 61 62 6C 65 20 46 69 6C 65 20 50 72 6F 74 65 63 74 6F 72 0D 0A 43 6F 70 79 72 69 67 68 74 28 63 29 20 32 30 }

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 ZipWorxSecureEXEv25 detection rule, including recommended filters and exclusions:

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