← Back to SOC feed Coverage →

Might be PE Virus

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

Hunt Hypothesis

This rule identifies potential Portable Executable (PE) files that may be infected with malware, indicating an adversary has successfully delivered a malicious binary to a host. Proactively hunting for these detections allows the SOC team to isolate compromised endpoints early in the kill chain, preventing the execution of malicious code and subsequent lateral movement within the Azure environment.

YARA Rule

rule IsSuspicious
{
	meta:
		author="_pusher_"
		date = "2016-07"
		description="Might be PE Virus"
	condition:
		uint32(0x20) == 0x20202020	
}

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