← Back to SOC feed Coverage →

PseudoSigner01FSG10Anorganix

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

Hunt Hypothesis

This rule detects the presence of the PseudoSigner01FSG10Anorganix YARA signature, which identifies a specific low-severity artifact or code pattern often associated with minor obfuscation or benign tooling that may be leveraged in initial access or living-off-the-land scenarios. Proactively hunting for this indicator in Azure Sentinel allows the SOC to distinguish between known low-fidelity signatures and potential stealthy adversary activity, ensuring that subtle deviations in file integrity or process behavior are not overlooked during routine monitoring.

YARA Rule

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

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