Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
rules
Commits
b7acb6ca
Unverified
Commit
b7acb6ca
authored
Feb 06, 2018
by
mmorenog
Committed by
GitHub
Feb 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #302 from mikesxrs/patch-14
Create Android_Polish_Bankbot.yar
parents
7800dac9
a2f83ce9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
Android_Polish_Bankbot.yar
Mobile_Malware/Android_Polish_Bankbot.yar
+40
-0
No files found.
Mobile_Malware/Android_Polish_Bankbot.yar
0 → 100644
View file @
b7acb6ca
import "androguard"
rule bankbot_polish_banks : banker
{
meta:
author = "Eternal"
hash0 = "86aaed9017e3af5d1d9c8460f2d8164f14e14db01b1a278b4b93859d3cf982f5"
description = "BankBot/Mazain attacking polish banks"
reference = "https://www.cert.pl/en/news/single/analysis-of-a-polish-bankbot/"
strings:
$bank1 = "com.comarch.mobile"
$bank2 = "eu.eleader.mobilebanking.pekao"
$bank3 = "eu.eleader.mobilebanking.raiffeisen"
$bank4 = "pl.fmbank.smart"
$bank5 = "pl.mbank"
$bank6 = "wit.android.bcpBankingApp.millenniumPL"
$bank7 = "pl.pkobp.iko"
$bank8 = "pl.plus.plusonline"
$bank9 = "pl.ing.mojeing"
$bank10 = "pl.bzwbk.bzwbk24"
$bank11 = "com.getingroup.mobilebanking"
$bank12 = "eu.eleader.mobilebanking.invest"
$bank13 = "pl.bph"
$bank14 = "com.konylabs.cbplpat"
$bank15 = "eu.eleader.mobilebanking.pekao.firm"
$s1 = "IMEI"
$s2 = "/:/"
$s3 = "p="
$s4 = "SMS From:"
condition:
all of ($s*) and 1 of ($bank*) and
androguard.permission(/android.permission.INTERNET/) and
androguard.permission(/android.permission.WAKE_LOCK/) and
androguard.permission(/android.permission.READ_EXTERNAL_STORAGE/) and
androguard.permission(/android.permission.RECEIVE_MMS/) and
androguard.permission(/android.permission.READ_SMS/) and
androguard.permission(/android.permission.RECEIVE_SMS/)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment