Sneed-Reactivity/yara-mikesxrs/ballastsecurity/dendroid.yara
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

17 lines
No EOL
400 B
Text

rule dendroid
{
meta:
author = "Brian Wallace @botnet_hunter"
authoer_email = "bwall@ballastsecurity.net"
date = "2014-08-18"
description = "Identify Dendroid Rat"
strings:
$s1 = "/upload-pictures.php?"
$s2 = "Opened Dialog:"
$s3 = "com/connect/MyService"
$s4 = "android/os/Binder"
$s5 = "android/app/Service"
condition:
all of them
}