← Back to SOC feed Coverage →

HACKSTOPv111c

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 code artifacts associated with the HACKSTOPv111c signature, potentially indicating the presence of a known malware family or exploit kit component within Azure workloads. Proactively hunting for this indicator allows the SOC to identify low-severity, stealthy intrusions that may be evading traditional network-based detections before they escalate to lateral movement or data exfiltration.

YARA Rule

rule HACKSTOPv111c
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B4 30 CD 21 86 E0 3D [2] 73 ?? B4 ?? CD 21 B0 ?? B4 4C CD 21 53 BB [2] 5B EB }

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