This detection identifies potentially malicious or suspicious executables matching the specific signature pattern of “PseudoSigner01YodasProtector102Anorganix,” which may indicate an adversary utilizing a known code signing certificate for obfuscation or initial access. SOC teams should proactively hunt for this indicator in Azure Sentinel to validate the legitimacy of these artifacts and prevent potential supply chain compromises or stealthy persistence mechanisms that leverage trusted signer identities.
rule PseudoSigner01YodasProtector102Anorganix
{
meta:
author="malware-lu"
strings:
$a0 = { E8 03 00 00 00 EB 01 90 90 E9 }
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.
Here are 4 specific false positive scenarios for the PseudoSigner01YodasProtector102Anorganix detection rule, along with targeted filters and exclusions:
Scenario: Automated Backup Agent Execution
C:\Program Files\Veeam\Backup and Replication Service\Engine.exe (or equivalent for Rubrik) when running on known backup server hosts. Additionally, filter out alerts occurring strictly within the defined maintenance window (02:00–04:00 UTC).Scenario: Endpoint Protection Policy Updates
MsMpEng.exe (Defender) or C:\Program Files\CrowdStrike\fsqh.exe. If the child process matches the YARA signature but is spawned by these known EDR parents, suppress the alert.Scenario: Scheduled Patch Deployment via SCCM