← Back to SOC feed Coverage →

NETexecutableMicrosoft

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

Hunt Hypothesis

This detection identifies Microsoft .NET executables that may indicate an adversary leveraging managed code to establish persistence or execute malicious payloads within the environment. Proactive hunting for these artifacts in Azure Sentinel is essential to uncover stealthy threats that often evade traditional signature-based defenses by utilizing legitimate .NET frameworks to mask their activities.

YARA Rule

rule NETexecutableMicrosoft
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 00 00 00 00 00 00 00 00 5F 43 6F 72 45 78 65 4D 61 69 6E 00 6D 73 63 6F 72 65 65 2E 64 6C 6C 00 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 NETexecutableMicrosoft detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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