This rule detects the execution of a known PseudoSigner variant, a tool frequently used by adversaries to generate fake code signatures and bypass security controls during initial access or lateral movement. Proactively hunting for this signature in Azure Sentinel allows the SOC to identify compromised endpoints or malicious artifacts before they are leveraged to establish persistence or escalate privileges.
rule PseudoSigner01VBOX43MTEAnorganix
{
meta:
author="malware-lu"
strings:
$a0 = { 0B C0 0B C0 0B C0 0B C0 0B C0 0B C0 0B C0 0B C0 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.
VBoxSVC (VirtualBox Service) or VBoxHeadless process is signed with a generic or pseudo-signature that matches the rule’s hash or string criteria.
VBoxSVC.exe or VBoxHeadless.exe, or exclude files located in the standard VirtualBox installation directory (e.g., C:\Program Files\Oracle\VirtualBox\).C:\Program Files\Dynatrace\ or C:\Program Files\New Relic\) or exclude processes where the command line contains agent-specific arguments like --agent or --collect.anorganix_helper.exe or mte_sync.dll) used for artifact packaging or dependency resolution.
jenkins.exe, gitlab-runner.exe, or vstsagent.exe) or exclude files located in the agent’s workspace directory (e