← Back to SOC feed Coverage →

tElockv041x

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-09-16T11:00:01Z · Confidence: medium

Hunt Hypothesis

This YARA rule targets specific memory patterns or file signatures associated with the tElockv041x malware family, indicating potential low-severity intrusion or persistence mechanisms. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify early-stage infections or dormant payloads before they escalate to more impactful post-exploitation activities.

YARA Rule

rule tElockv041x
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 66 8B C0 8D 24 24 EB 01 EB 60 EB 01 EB 9C E8 00 00 00 00 5E 83 C6 50 8B FE 68 78 01 [2] 59 EB 01 EB AC 54 E8 03 [3] 5C EB 08 }

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

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