Commit ee87baa6 by mmorenog Committed by GitHub

Update Android_RuMMS.yar

parent ae7349a0
...@@ -21,3 +21,21 @@ rule Android_RuMMS ...@@ -21,3 +21,21 @@ rule Android_RuMMS
androguard.permission(/android.permission.RECEIVE_BOOT_COMPLETED/) androguard.permission(/android.permission.RECEIVE_BOOT_COMPLETED/)
} }
rule Android_RuMMS_0
{
meta:
author = "Jacob Soo Lead Re"
date = "19-May-2016"
description = "This rule try to detects Android.Banking.RuMMS"
source = "https://www.fireeye.com/blog/threat-research/2016/04/rumms-android-malware.html"
condition:
(androguard.service(/\.Tb/) and
androguard.service(/\.Ad/) and
androguard.receiver(/\.Ac/) and
androguard.receiver(/\.Ma/)) or
(androguard.url(/http\:\/\/37\.1\.207/) and
androguard.url(/\/api\/\?id\=7/))
}
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