← Back to SOC feed Coverage →

NETDLLMicrosoft

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

Hunt Hypothesis

This detection identifies potential code injection or DLL hijacking attempts by monitoring for Microsoft .NET assemblies that match specific YARA signatures within the Azure Sentinel environment. Proactive hunting is essential to uncover stealthy lateral movement or persistence mechanisms where adversaries leverage legitimate .NET components to execute malicious payloads that may evade standard signature-based defenses.

YARA Rule

rule NETDLLMicrosoft
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 00 00 00 00 00 00 00 00 5F 43 6F 72 44 6C 6C 4D 61 69 6E 00 6D 73 63 6F 72 65 65 2E 64 6C 6C 00 00 ?? 00 00 FF 25 }

condition:
		$a0
}

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 4 specific false positive scenarios for the NETDLLMicrosoft detection rule in an enterprise environment, including suggested filters or exclusions:

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