← Back to SOC feed Coverage →

PseudoSigner02PEIntro10Anorganix

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

Hunt Hypothesis

This rule targets executable files exhibiting specific PE header characteristics associated with the PseudoSigner02 tool, indicating potential use of a known malware family or a custom variant for initial access or privilege escalation. Proactively hunting for these artifacts in Azure Sentinel allows the SOC to identify compromised endpoints or staged payloads before they execute, reducing the dwell time of threats that may evade standard signature-based detections.

YARA Rule

rule PseudoSigner02PEIntro10Anorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 8B 04 24 9C 60 E8 14 00 00 00 5D 81 ED 0A 45 40 90 80 BD 67 44 40 90 90 0F 85 48 FF ED 0A }

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