← Back to SOC feed Coverage →

unknown 1

yara LOW Yara-Rules
communityunknown
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-06T23:00:00Z · Confidence: medium

Hunt Hypothesis

The YARA rule ‘unknown_1’ identifies potential unknown malware artifacts, suggesting the presence of previously unseen malicious files or behaviors. SOC teams should proactively hunt for this in Azure Sentinel to detect and respond to emerging threats before they cause significant damage.

YARA Rule

rule unknown_1: amtrckr
{
	meta:
		family = "unknown"

	condition:
		androguard.url(/222\.76\.213\.20/) or 
		androguard.url(/103\.38\.42\.236/) or 
		androguard.url(/103\.243\.181\.41/) or 
		androguard.url(/123\.1\.157\.4/)
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

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