← Back to SOC feed Coverage →

PseudoSigner01CodeSafe20Anorganix

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

Hunt Hypothesis

This detection identifies potentially malicious executables that utilize a specific code signing certificate pattern associated with the “PseudoSigner01CodeSafe20Anorganix” YARA signature, which may indicate an adversary leveraging trusted or spoofed digital signatures to evade initial security controls. Proactively hunting for this behavior in Azure Sentinel is essential to uncover stealthy threats that bypass standard signature-based defenses by masquerading as legitimate software through the use of known or compromised signing identities.

YARA Rule

rule PseudoSigner01CodeSafe20Anorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 EB 0B 83 EC 10 53 56 57 E8 C4 01 00 85 E9 }

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 3-5 specific false positive scenarios for the PseudoSigner01CodeSafe20Anorganix detection rule, including suggested filters and exclusions:

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