← Back to SOC feed Coverage →

PseudoSigner01FSG131Anorganix

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

Hunt Hypothesis

This hypothesis detects adversary behavior involving the execution of binaries signed with a specific pseudo-signature pattern identified by the Anorganix YARA rule, which may indicate early-stage lateral movement or the use of legitimate-looking tools for malicious purposes. A SOC team should proactively hunt for this indicator in Azure Sentinel to validate the authenticity of these signatures and identify potential supply chain compromises that might be missed by standard high-severity alerts due to their low initial severity classification.

YARA Rule

rule PseudoSigner01FSG131Anorganix
{
      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 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

False Positive Scenarios for Rule: PseudoSigner01FSG131Anorganix

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