← Back to SOC feed Coverage →

PellesC300400450EXEX86CRTDLL

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

Hunt Hypothesis

This detection identifies potential malicious activity involving 32-bit executable or DLL artifacts associated with the Pelles C compiler runtime library, which may indicate the presence of custom-compiled tools or obfuscated malware components. SOC teams should proactively hunt for these indicators in Azure Sentinel to uncover low-severity anomalies that could represent early-stage adversary tooling or supply chain compromises often overlooked by standard signature-based defenses.

YARA Rule

rule PellesC300400450EXEX86CRTDLL
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 89 E5 6A FF 68 [4] 68 [4] 64 FF 35 [4] 64 89 25 [4] 83 EC ?? 53 56 57 89 65 E8 C7 45 FC [4] 68 [4] E8 [4] 59 BE [4] EB }

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

False Positive Scenarios for Rule: PellesC300400400EXEX86CRTDLL

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