← Back to SOC feed Coverage →

IsNET DLL

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

Hunt Hypothesis

This rule identifies potentially malicious .NET DLLs that adversaries may deploy to establish persistence or execute network-based exploitation payloads. Proactively hunting for these files in Azure Sentinel helps detect stealthy implantation of managed code that traditional signature-based detections might miss, reducing the risk of undetected lateral movement or backdoor establishment.

YARA Rule

rule IsNET_DLL : PECheck
{
	condition:
		pe.imports ("mscoree.dll","_CorDllMain")
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

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