Commit 5064ae50 by mmorenog Committed by GitHub

Create Android_BadMirror.yar

parent cf866141
/*
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_BadMirror
{
meta:
author = "Jacob Soo Lead Re"
date = "06-June-2016"
description = "BadMirror is Android malware. The malware sends information to its remote CnC (phone number, MAC adddress, list of installed applications...) but it also has the capability to execute a few commands such as \"app\" (download an APK) or \"page\" (display a given URL)."
source = "https://blog.fortinet.com/post/badmirror-new-android-malware-family-spotted-by-sherlockdroid"
condition:
androguard.service(/SimInsService/i) and
androguard.permission(/android.permission.READ_PHONE_STATE/i)
}
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