← Back to SOC feed Coverage →

Upxv12MarcusLazlo

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

Hunt Hypothesis

This YARA rule targets the specific binary signature of the Upxv12MarcusLazlo malware, which is often associated with low-severity web server exploits or initial access payloads. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify dormant or low-and-slow infections that may have slipped past standard behavioral detections, ensuring early containment before lateral movement occurs.

YARA Rule

rule Upxv12MarcusLazlo
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 BE [4] 8D BE [4] 57 83 CD FF EB 05 A4 01 DB 75 07 8B 1E 83 EE FC 11 DB 72 F2 31 C0 40 01 DB 75 07 8B 1E 83 EE FC 11 DB 11 C0 01 DB 75 07 8B 1E 83 EE FC 11 DB 73 E6 31 C9 83 }

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