This detection identifies potentially malicious or suspicious executables matching the specific “PseudoSigner02FSG131Anorganix” signature pattern, which may indicate adversaries utilizing obfuscated code to evade standard security controls. Proactively hunting for this behavior in Azure Sentinel is essential to uncover stealthy threats that leverage pseudo-signing techniques to blend with legitimate traffic and maintain persistence within the environment.
rule PseudoSigner02FSG131Anorganix
{
meta:
author="malware-lu"
strings:
$a0 = { BE 90 90 90 00 BF 90 90 90 00 BB 90 90 90 00 53 BB 90 90 90 00 B2 80 }
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 PseudoSigner02FSG131Anorganix detection rule, along with targeted filters and exclusions:
Scenario: Automated Patch Deployment via SCCM/Intune
Microsoft.Update.Client.exe or wsappx) often triggers the YARA rule because it utilizes a pseudo-signature mechanism similar to the target threat when writing temporary files to %TEMP%.ParentImageName is ccmsetup.exe, Microsoft.IntuneManagementExtension.exe, or wsappx.exe AND the process path contains \Windows\SoftwareDistribution\ or \Program Files (x86)\Microsoft Intune Management Extension\.Scenario: Antivirus Real-Time Scanning of Compressed Archives
.zip or .7z archives received via email or shared drives. The extraction utility often generates temporary pseudo-signed artifacts that mimic the detection logic’s signature for Anorganix.ProcessName matches known AV components (e.g., C:\Program Files\CrowdStrike\csagent.exe, SentinelOne\ssg.exe) and the file extension of the detected object is .tmp, .zip, or .7z.Scenario: SQL Server Backup Jobs with Pseudo-Signing
sqlagent.exe) often invoke backup scripts that generate temporary staging files. These scripts may use a custom signing library that