This rule identifies executable files that exhibit characteristics of the PseudoSigner02PEX099Anorganix YARA signature, suggesting the presence of potentially unsigned or obfuscated binaries often used for initial access or privilege escalation. Proactively hunting for these artifacts in Azure Sentinel allows the SOC team to detect stealthy malware or trojans that may evade standard signature-based detections before they establish a foothold in the environment.
rule PseudoSigner02PEX099Anorganix
{
meta:
author="malware-lu"
strings:
$a0 = { 60 E8 01 00 00 00 55 83 C4 04 E8 01 00 00 00 90 5D 81 FF FF FF 00 01 }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
anorganix_verify.exe) by a security operations team during a manual audit of third-party vendor software.
powershell.exe, cmd.exe, or python.exe) and the command line contains arguments like -verify, -check, or -audit.run_anorganix_check.bat) that invokes the Anorganix binary to validate the integrity of deployed application binaries in a staging environment.
schtasks.exe or taskeng.exe and the working directory is a known staging or QA path (e.g., C:\Staging\, D:\QA\)..exe files before deployment to the test environment.
code.exe, idea64.exe, devenv.exe) and the file path ends in a build or output directory (e.g., \bin\, \out\, \dist\).