← Back to SOC feed Coverage →

PseudoSigner01PENightMare2BetaAnorganix

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

Hunt Hypothesis

This detection identifies potential NightMare campaign activity by flagging executables with suspicious pseudo-signing characteristics that mimic legitimate software to evade standard signature-based defenses. A proactive hunt is essential in Azure Sentinel to uncover stealthy initial access attempts where adversaries leverage forged digital signatures to establish a foothold before triggering high-severity alerts.

YARA Rule

rule PseudoSigner01PENightMare2BetaAnorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 E9 10 00 00 00 EF 40 03 A7 07 8F 07 1C 37 5D 43 A7 04 B9 2C 3A 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

Here are 4 specific false positive scenarios for the PseudoSigner01PENightMare2BetaAnorganix detection rule, tailored to a legitimate enterprise environment:

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