This hunt hypothesis targets adversaries employing obfuscation tactics by utilizing pseudo-signing certificates with anomalous naming patterns to evade signature-based detection and blend in as legitimate software. A SOC team should proactively hunt for this behavior in Azure Sentinel because low-severity anomalies often indicate early-stage reconnaissance or supply chain compromises that may escalate if these subtle signing irregularities are not correlated with broader user and process telemetry.
rule PseudoSigner02Gleam100Anorganix
{
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 EB 0B 83 EC 0C 53 56 57 E8 24 02 00 FF }
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 PseudoSigner02Gleam100Anorganix detection rule, including targeted filters and exclusions:
Scenario: Scheduled Microsoft Defender Antivirus (MMP) signature updates triggering the YARA match on MpCmdRun.exe.
mpcmdrun.exe process loads specific signature modules that mimic the “PseudoSigner” pattern.ImageFileName: mpcmdrun.exe originating from the path C:\Program Files\Windows Defender\.Scenario: Automated deployment of Office 365 ProPlus updates via Microsoft Endpoint Configuration Manager (SCCM).
ccmexec.exe) executes a scheduled task to patch Office applications, invoking the setup.exe which generates temporary artifacts matching the rule’s signature logic.ccmexec.exe when the child process is setup.exe located within C:\Program Files\Microsoft Office Root\Office16\.Scenario: Execution of a custom PowerShell script by the System Center Configuration Manager (SCCM) maintenance window.
powershell.exe) that invokes a signed DLL for inventory collection, which contains the specific “Anorganix” metadata structure detected by the rule.CommandLine contains keywords like -ExecutionPolicy Bypass -File .\ComplianceCheck.ps1 and the user context is NT AUTHORITY\SYSTEM.Scenario: Backup job execution using Veeam Backup & Replication agent