This detection identifies potential adversary activity involving pseudo-signed binaries or virtualized execution environments that may indicate early-stage reconnaissance or supply chain compromise attempts. A proactive hunt is essential within Azure Sentinel to uncover stealthy threats leveraging these specific signing artifacts before they escalate into more severe incidents, given the rule’s low severity which might otherwise be overlooked in routine monitoring.
rule PseudoSigner02VBOX43MTEAnorganix
{
meta:
author="malware-lu"
strings:
$a0 = { 0B C0 0B C0 0B C0 0B C0 0B C0 0B C0 0B C0 0B C0 }
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 PseudoSigner02VBOX43MTEAnorganix detection rule, including suggested filters and exclusions:
Scenario: VirtualBox Guest Additions Auto-Update Service
VBoxService.exe or VBoxTray.exe processes on endpoints running Oracle VM VirtualBox often trigger this signature when the “Guest Additions” component performs a background update or re-initializes the pseudo-signing certificate store. This is common in desktop virtualization labs and developer workstations.C:\Program Files\Oracle\VirtualBox and process names matching VBoxService.exe, VBoxTray.exe, or VBoxHeadless.exe.Scenario: Microsoft Teams Meeting Recording & Transcription Engine
TeamsMeetingApp.exe (or related worker processes) generates temporary pseudo-signed artifacts for the “Anorganix” media processing module. This frequently occurs during scheduled end-of-day meeting summaries or large-scale webinars.C:\Users\<User>\AppData\Local\Microsoft\Teams\current and filter events where the parent process is TeamsMeetingApp.exe.Scenario: Endpoint Protection (e.g., CrowdStrike or SentinelOne) Scheduled Scans