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

15 lines
423 B
Text

import "androguard"
rule Android_Banker_Sberbank
{
meta:
author = "Jacob Soo Lead Re"
date = "14-July-2016"
description = "This rule try to detects Android Banker Sberbank"
source = "https://www.zscaler.com/blogs/research/android-banker-malware-goes-social"
condition:
androguard.service(/MasterInterceptor/i) and
androguard.receiver(/MasterBoot/i) and
androguard.filter(/ACTION_POWER_DISCONNECTED/i)
}