← Back to SOC feed Coverage →

PseudoSigner02WatcomCCDLLAnorganix

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

Hunt Hypothesis

This detection identifies potentially malicious or anomalous DLL files exhibiting characteristics of pseudo-signing, specifically targeting artifacts associated with Watcom and Anorganix that may indicate supply chain compromise or code injection attempts. A proactive hunt is essential in Azure Sentinel to uncover stealthy adversaries leveraging these specific signing patterns to bypass standard trust mechanisms before they establish persistence within the environment.

YARA Rule

rule PseudoSigner02WatcomCCDLLAnorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 53 56 57 55 8B 74 24 14 8B 7C 24 18 8B 6C 24 1C 83 FF 03 0F 87 01 00 00 00 F1 }

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

Here are 5 specific false positive scenarios for the PseudoSigner02WatcomCCDLLAnorganix detection rule, including suggested filters and exclusions:

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