← Back to SOC feed Coverage →

MSLRHv032afakeMSVC70DLLMethod3emadicius

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

Hunt Hypothesis

This rule detects the presence of a specific malicious DLL masquerading as a Microsoft Visual C++ 7.0 runtime component, a common technique used by adversaries to achieve persistence or code execution through trusted binary impersonation. Proactively hunting for this artifact in Azure Sentinel allows the SOC team to identify low-severity, file-based implants that may be hiding in plain sight within endpoint file systems before they are leveraged for further lateral movement or privilege escalation.

YARA Rule

rule MSLRHv032afakeMSVC70DLLMethod3emadicius
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 53 8B 5D 08 56 8B 75 0C 5E 5B 5D EB 05 E8 EB 04 40 00 EB FA E8 0A 00 00 00 E8 EB 0C 00 00 E8 F6 FF FF FF E8 F2 FF FF FF 83 C4 08 74 04 75 02 EB 02 EB 01 81 50 E8 02 00 00 00 29 5A 58 6B C0 03 E8 02 00 00 00 29 5A 83 C4 04 58 74 04 75 02 EB 02 EB 01 81 0F 31 50 0F 31 E8 0A 00 00 00 E8 EB 0C 00 00 E8 F6 FF FF FF E8 F2 FF FF FF }

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