This hunt hypothesis targets adversaries leveraging specific code signing artifacts identified by the PseudoSigner01PENinja131Anorganix YARA rule to mask malicious binaries within legitimate processes. Proactively hunting for this behavior in Azure Sentinel is essential to detect early-stage supply chain compromises or living-off-the-land attacks that utilize pseudo-signed executables to evade standard signature-based defenses.
rule PseudoSigner01PENinja131Anorganix
{
meta:
author="malware-lu"
strings:
$a0 = { 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 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 5 specific false positive scenarios for the PseudoSigner01PENinja131Anorganix detection rule, including suggested filters and exclusions tailored for a legitimate enterprise environment:
Scenario: Automated Patch Deployment via Microsoft Endpoint Configuration Manager (SCCM)
ccmsetup.exe and wuauserv.exe. Additionally, filter alerts where the parent process is CcmExec.exe running during defined maintenance windows (e.g., 02:00–04:00 UTC).Scenario: Antivirus Engine Scanning by CrowdStrike Falcon
C-0.exe (CrowdStrike Falcon Sensor) or csagent.exe. Implement a time-based suppression for alerts generated within 60 seconds of file creation if the source is the C:\ProgramData\CrowdStrike\ directory.Scenario: Scheduled PowerShell Script Execution by IT Operations
powershell.exe) that invoke external tools (e.g., anorganix-cli). These scripts often load unsigned helper modules or temporary DLLs that mimic the signature structure detected by the