← Back to SOC feed Coverage →

PseudoSigner02FSG131Anorganix

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 or suspicious executables matching the specific “PseudoSigner02FSG131Anorganix” signature pattern, which may indicate adversaries utilizing obfuscated code to evade standard security controls. Proactively hunting for this behavior in Azure Sentinel is essential to uncover stealthy threats that leverage pseudo-signing techniques to blend with legitimate traffic and maintain persistence within the environment.

YARA Rule

rule PseudoSigner02FSG131Anorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BE 90 90 90 00 BF 90 90 90 00 BB 90 90 90 00 53 BB 90 90 90 00 B2 80 }

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 PseudoSigner02FSG131Anorganix detection rule, along with targeted filters and exclusions:

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