← Back to SOC feed Coverage →

chinese porn

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-08T23:00:01Z · Confidence: medium

Hunt Hypothesis

The detection rule identifies potential malicious activity associated with the distribution of illegal content, leveraging a YARA rule targeting specific file patterns. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate potential threats related to data exfiltration or covert communication channels.

YARA Rule

rule chinese_porn : SMSSend android
{
  meta:
		author = "https://twitter.com/plutec_net"
		reference = "https://koodous.com/"
	condition:
		androguard.package_name("com.tzi.shy") or
		androguard.package_name("com.shenqi.video.nfkw.neim")
}

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