← Back to SOC feed Coverage →

PellesC290300400DLLX86CRTLIB

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

Hunt Hypothesis

This YARA rule identifies the presence of the Pelles C 2.90.3004 32-bit C runtime library, which may indicate the use of a specific compiler for building custom malware or backdoors. Proactively hunting for this artifact helps the SOC team detect potential low-level code execution or development tooling that adversaries might leverage to create stealthy payloads within the Azure environment.

YARA Rule

rule PellesC290300400DLLX86CRTLIB
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 89 E5 53 56 57 8B 5D 0C 8B 75 10 BF 01 00 00 00 85 DB 75 10 83 3D [4] 00 75 07 31 C0 E9 [4] 83 FB 01 74 05 83 FB 02 75 ?? 85 FF 74 }

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

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