← Back to SOC feed Coverage →

Trojan Droidjack

yara LOW Yara-Rules
backdoorcommunity
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 Trojan Droidjack detection rule identifies potential command and control communication associated with a known malicious Android malware, indicating possible compromise of endpoint devices. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and respond to advanced persistent threats that may evade traditional detection methods.

YARA Rule

rule Trojan_Droidjack
{
meta:
author = "https://twitter.com/SadFud75"
condition:
androguard.package_name("net.droidjack.server") or androguard.activity(/net.droidjack.server/i)
}

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