← Back to SOC feed Coverage →

PseudoSigner01MicrosoftVisualC60DebugVersionAnorganix

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-19T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potentially malicious binaries that are pseudo-signed with a Microsoft Visual C++ 6.0 debug version certificate, a technique often used by adversaries to evade signature-based defenses while maintaining a legitimate appearance. A SOC team should proactively hunt for this anomaly in Azure Sentinel because the use of outdated or non-production debug certificates is a strong indicator of supply chain compromise or custom malware designed to bypass standard trust mechanisms.

YARA Rule

rule PseudoSigner01MicrosoftVisualC60DebugVersionAnorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 51 90 90 90 01 01 90 90 90 90 68 [4] 90 90 90 90 90 90 90 90 90 90 90 90 00 01 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 00 01 90 90 90 90 90 }

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 5 specific false positive scenarios for the detection rule PseudoSigner01MicrosoftVisualC60DebugVersionAnorganix, along with suggested filters and exclusions:

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