← Back to SOC feed Coverage →

Applications with Installer as an application name

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

Hunt Hypothesis

Applications with “Installer” in their name may indicate malicious software attempting to disguise its purpose. SOC teams should proactively hunt for such entries in Azure Sentinel to identify potential adversarial tactics that evade traditional detection methods.

YARA Rule

rule Installer: banker android
{
	meta:
		author = "https://twitter.com/plutec_net"
		reference = "https://koodous.com/"
		description = "Applications with Installer as an application name"

	condition:
		androguard.package_name("Jk7H.PwcD")
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

References

False Positive Guidance

Original source: https://github.com/Yara-Rules/rules/blob/main/deprecated/Android/Android_malware_banker.yar