← Back to SOC feed Coverage →

This rule detects apks related with sms fraud

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

Attackers may be using malicious APKs to execute SMS fraud by intercepting or spoofing SMS messages, allowing them to steal user credentials or initiate fraudulent transactions. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate potential SMS fraud campaigns early.

YARA Rule

rule smsfraud_apk : android
{
	meta:
		author = "https://twitter.com/plutec_net"
		reference = "https://koodous.com/"
		description = "This rule detects apks related with sms fraud"
		sample = "79b35a99f16de6912d6193f06361ac8bb75ea3a067f3dbc1df055418824f813c"

	condition:
		androguard.certificate.sha1("9E1B8719D80656E9EADAAB4251B2CFB4C8188835")
		
}

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_SMSsender.yar