← Back to SOC feed Coverage →

tElockv090

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

Hunt Hypothesis

This detection identifies potential malware or suspicious artifacts matching the specific signature defined by the YARA rule tElockv090 within Azure Sentinel’s telemetry. Proactive hunting for this indicator is essential to uncover stealthy threats that may evade standard high-severity alerts, allowing the SOC team to validate low-fidelity signals before they escalate into broader incidents.

YARA Rule

rule tElockv090
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 02 00 00 00 E8 00 E8 00 00 00 00 5E 2B }

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 5 specific false positive scenarios for the tElockv090 detection rule in an enterprise environment, along with recommended filters and exclusions:

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