Commit d82081da by mmorenog Committed by GitHub

Create Android_Clicker_G.yar

parent b6a1846a
/*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license.
*/
import "androguard"
rule Android_Clicker_G
{
meta:
author = "Jacob Soo Lead Re"
date = "01-July-2016"
description = "This rule try to detects Clicker.G samples"
reference = "https://blogs.mcafee.com/mcafee-labs/android-malware-clicker-dgen-found-google-play/"
strings:
$a = "upd.php?text="
condition:
androguard.receiver(/MyBroadCastReceiver/i) and $a
}
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