← Back to SOC feed Coverage →

PseudoSigner02MicrosoftVisualC70DLLAnorganix

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

Hunt Hypothesis

This detection identifies potentially malicious DLLs that exhibit anomalous code signing characteristics, specifically where Microsoft Visual C++ 7.0 binaries display inconsistent or non-standard signer patterns indicative of pseudo-signing attacks. A SOC team should proactively hunt for these artifacts in Azure Sentinel to uncover stealthy supply chain compromises or living-off-the-land techniques that may evade traditional signature-based defenses due to their low severity and subtle behavioral anomalies.

YARA Rule

rule PseudoSigner02MicrosoftVisualC70DLLAnorganix
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8D 6C 01 00 81 EC 00 00 00 00 8B 45 90 83 F8 01 56 0F 84 00 00 00 00 85 C0 0F 84 }

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 PseudoSigner02MicrosoftVisualC70DLLAnorganix detection rule, along with suggested filters and exclusions:

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