← Back to SOC feed Coverage →

PseudoSigner01MicrosoftVisualBasic5060Anorganix

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-08-17T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potentially malicious executables exhibiting anomalous code signing characteristics, specifically those utilizing Microsoft Visual Basic 5.060 with an “Anorganix” pseudo-signer that may indicate a spoofed or compromised certificate. Proactively hunting for this signature in Azure Sentinel is critical to uncover stealthy adversaries who leverage legitimate-looking metadata to evade standard security controls and establish persistence within the environment.

YARA Rule

rule PseudoSigner01MicrosoftVisualBasic5060Anorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 68 [4] E8 0A 00 00 00 00 00 00 00 00 00 30 00 00 00 E9 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 3-5 specific false positive scenarios for the PseudoSigner01MicrosoftVisualBasic5060Anorganix detection rule, along with recommended filters:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar