Commit b266e01b by R3vrseShell

Android_Triada_Banking

yara rule for hunting triada malware
parent 584f801d
import "androguard"
rule Android_Triada
{
meta:
author = "reverseShell - https://twitter.com/JReyCastro"
date = "2016/03/04"
description = "This rule try to detects Android.Triada.Malware"
sample = "4656aa68ad30a5cf9bcd2b63f21fba7cfa0b70533840e771bd7d6680ef44794b"
source = "https://securelist.com/analysis/publications/74032/attack-on-zygote-a-new-twist-in-the-evolution-of-mobile-threats/"
strings:
$string_1 = "android/system/PopReceiver"
condition:
all of ($string_*) and
androguard.permission(/android.permission.KILL_BACKGROUND_PROCESSES/) and
androguard.permission(/android.permission.SYSTEM_ALERT_WINDOW/) and
androguard.permission(/android.permission.GET_TASKS/)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment