← Back to SOC feed Coverage →

PseudoSigner02FSG10Anorganix

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

Hunt Hypothesis

This detection identifies potential code signing anomalies where executables exhibit characteristics of pseudo-signers or anomalous digital signatures that may indicate supply chain compromise or certificate abuse. Proactive hunting for this behavior in Azure Sentinel is critical to uncover stealthy adversaries leveraging forged identities to bypass standard security controls and establish a foothold within the environment.

YARA Rule

rule PseudoSigner02FSG10Anorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 90 90 90 68 [4] 67 64 FF 36 00 00 67 64 89 26 00 00 F1 90 90 90 90 BB D0 01 40 00 BF 00 10 40 00 BE 90 90 90 90 53 E8 0A 00 00 00 02 D2 75 05 8A 16 46 12 D2 C3 FC B2 80 A4 6A 02 5B }

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 PseudoSigner02FSG10Anorganix detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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