← Back to SOC feed Coverage →

PROTECTEXECOMv60

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-23T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential malicious executable behavior by leveraging a specific YARA signature (PROTECTEXECOMv60) to flag known threat patterns within file processes. A proactive hunt is essential in Azure Sentinel to uncover early-stage compromises that may evade standard alerts due to the rule’s low severity, ensuring timely identification of stealthy adversary activities before they escalate.

YARA Rule

rule PROTECTEXECOMv60
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 1E B4 30 CD 21 3C 02 73 ?? CD 20 BE [2] E8 }

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

False Positive Scenarios for Rule: PROTECTEXECOMv60

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