← Back to SOC feed Coverage →

MacromediaWindowsFlashProjectorPlayerv60

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-09-06T23:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects the presence of the legacy Macromedia Flash Player executable, which adversaries may leverage to execute malicious code or establish persistence through outdated browser plugins. Proactively hunting for this artifact helps the SOC identify potential attack vectors in Azure environments where legacy applications persist, reducing the risk of exploitation via known vulnerabilities in end-of-life software.

YARA Rule

rule MacromediaWindowsFlashProjectorPlayerv60
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 EC 44 56 FF 15 24 81 49 00 8B F0 8A 06 3C 22 75 1C 8A 46 01 46 3C 22 74 0C 84 C0 74 08 8A 46 01 46 3C 22 75 F4 80 3E 22 75 0F 46 EB 0C }

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

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