{"id":7681,"date":"2017-05-17T20:40:56","date_gmt":"2017-05-18T04:40:56","guid":{"rendered":"http:\/\/www.palada.net\/index.php\/2017\/05\/17\/news-1466\/"},"modified":"2017-05-17T20:40:56","modified_gmt":"2017-05-18T04:40:56","slug":"news-1466","status":"publish","type":"post","link":"https:\/\/www.palada.net\/index.php\/2017\/05\/17\/news-1466\/","title":{"rendered":"Spring Parade for Refreshed Android Marcher"},"content":{"rendered":"<p><strong>Credit to Author: Dario Durando, Kenny Yang, David Maciejak| Date: Wed, 17 May 2017 21:14:16 -0700<\/strong><\/p>\n<div class=\"entry\">\n<h1>&nbsp;<\/h1>\n<p align=\"center\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher1.png\" style=\"width: 800px; height: 484px;\" \/><\/p>\n<p align=\"center\">&nbsp;<\/p>\n<p>Android malware continues to grow exponentially now that it has overtaken the top position as the most popular OS (across all platforms), making it the target of choice for malware authors.&nbsp;Android Marcher is an Android banker malware that has been on the FortiGuard Labs radar since late 2013. Since that time it has been seen in a number of campaigns targeting many different banks and countries.&nbsp;And now, Marcher has once again resurfaced with a new campaign. Over the past few months we have observed it masking itself in a variety of ways &ndash; sometimes hiding behind the icons of games, banks or popular applications to lure victims into installing it on their devices.<\/p>\n<p><img decoding=\"async\" alt=\"\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher2.png\" style=\"width: 482px; height: 189px; float: left;\" \/><\/p>\n<p>Samples from this family of malware show that it usually has a small footprint, keeping all of their phishing pages online, ready to be downloaded whenever the targeted application is open on the device.<\/p>\n<p>After obtaining DeviceAdmin privileges, malware from the Marcher family hides itself and begins waiting. When one of the many targeted apps is opened, it hijacks the main screen and displays a phishing page obtained from a URL, usually of the form https:\/\/host\/subfolder\/njs2\/?m=[id_of_app] (in the APPENDIX you will find the targeted apps with related ID.) &nbsp;While the campaign primarily targets banking apps, it does not stop there. It also keeps track of Google Play, PayPal, messaging apps, and social media.&nbsp;<\/p>\n<p>Once credentials are obtained they are sent to the C&amp;C and added to the database.&nbsp;Marcher is able to receive multiple commands through SMS, including but not limited to: intercept SMS, execute USSD codes, send SMS, and lock and unlock the phone.&nbsp;These are the main features of the Marcher family. If you are interested in a more exhaustive, in-depth analysis for the previous version, we recommend that you read this <a href=\"https:\/\/www.securify.nl\/blog\/SFY20170202\/marcher___android_banking_trojan_on_the_rise.html\">blogpost<\/a> by the folks at Securify.<\/p>\n<p>&nbsp;<\/p>\n<h2>New anti-emulation feature<\/h2>\n<p>Marcher creators are aware of the growing attention it is attracting among the research community. To prevent this, previous Marcher versions had implemented an anti-AV check to prevent security apps from running on the device. The malware checks if a known antivirus app is running on the device (the full list is provided in the APPENDIX). If it is, it redirects the main screen to the HOME screen, as you can see in figure 1 below.<\/p>\n<p align=\"center\"><img decoding=\"async\" alt=\"Description: F:workWork_From_July_2016work_with_davidantiav_3.jpg\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher3.png\" style=\"border-width: 0px; border-style: solid; width: 700px; height: 296px;\" \/><\/p>\n<p align=\"center\"><em>Figure 1: Check for installed AV apps<\/em><\/p>\n<p>&nbsp;<\/p>\n<p>However, it seems like this was not good enough for the authors. So in the more recent versions, Marcher creators have implemented another check to reduce the effectiveness of researcher analysis. The app now also checks to see if it is running in an emulator or on a real device.<\/p>\n<p>As you can see in the <em>Figure 2<\/em>, the malware checks for multiple indicators of emulation:<\/p>\n<p>For example, it checks if the IMEI is a default value (000000000000000, 012345678912345, 004999010640000) or if it uses some widely known kernels for emulators (ranchu\/goldfish). It also checks for the use of strings &ldquo;generic&rdquo;, &ldquo;unknown,&rdquo; or others that would suggest the use of an emulator in multiple fields of the <em>Build<\/em> object.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p align=\"center\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher4.png\" style=\"width: 975px; height: 671px;\" \/><\/p>\n<p align=\"center\"><em>Figure 2: Anti-emulator code<\/em><\/p>\n<p>&nbsp;<\/p>\n<p>This check complicates the researcher&rsquo;s life because modifying these values in emulators is not extremely straightforward (it usually requires a modification of the binary file of the emulator), while code obfuscation makes spotting the routine a little bit harder.<\/p>\n<p>With respect to the Marcher samples we encountered few months ago, between the end of 2016 and the beginning of 2017, the level of obfuscation has been increased even more, to the point where even method calls are disguised using getDeclaredMethod() to retrieve the wanted routine and declaredMethod.invoke() to execute it, in addition to obfuscated strings to evade static analysis. While the obfuscation method used in the old and new versions is the same, in the latest samples there are almost no clear text strings identifiable. In <em>Figure 3 <\/em>you can see the de-obfuscated strings added as comment.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p align=\"center\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher5.png\" style=\"width: 975px; height: 162px;\" \/><\/p>\n<p align=\"center\"><em>Figure 3: Code obfuscation<\/em><\/p>\n<p>&nbsp;<\/p>\n<p align=\"center\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher6.png\" style=\"width: 974px; height: 299px;\" \/><\/p>\n<p align=\"center\"><em>Figure 4: C&amp;C address list<\/em><\/p>\n<p>At the time of writing, the C&amp;C panel had already been taken offline. However, <a href=\"https:\/\/twitter.com\/SfyLabs\/status\/855813622454513668\">SfyLabs<\/a> were able to get their hands on it and extract the bot list. As you can see in the chart below, roughly 3700 devices were infected, and by a large margin the two most targeted countries were France and Germany.<\/p>\n<p align=\"center\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher7.png\" style=\"width: 752px; height: 452px;\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2>Conclusion<\/h2>\n<p>As usual, our advice is to be careful when you are installing applications on your device. Given the prevalence of Android-based malware, don&rsquo;t blindly trust third party application marketplaces, or apps advertised via email or text message. Even if the app icon looks legit to you, you never know what could be hidden behind it. A good security practice is to always check the permissions the app requires and only allow those that are strictly necessary.<\/p>\n<h2>Detection<\/h2>\n<p>Fortinet detects this malware with the signature Android\/SpyBanker.IS!tr, and detects the older versions of Marcher with the signature Android\/Banker.IH!tr.spy.<\/p>\n<p>FortiGuard Labs will follow up on this and keep you updated on this and other android banking malware.<\/p>\n<p>&nbsp;<\/p>\n<p>-= FortiGuard Lion Team =-<\/p>\n<p>&nbsp;<\/p>\n<h2>APPENDIX<\/h2>\n<p><strong>IOC<\/strong><\/p>\n<p>Package name: etcqlnzwauf.hflivryhdnjb<\/p>\n<p>Hash: 6f5835c921d5e1616e3d0a871c8d88e6bb8f3b67fb14cbc3ac345126b6b2365b<\/p>\n<p>Package name: snqtu.cgbsbdjj<\/p>\n<p>Hash: c20318ac7331110e13206cdea2e7e2d1a7f3b250004c256b49a83cc1aa02d233<\/p>\n<p>Package name: gnpwibfapfjtdr.orvcpqiilijrbih<\/p>\n<p>Hash: 9d1b630f017d1975aca8d0be51f8720918c0382e2edd58a9bfdb7243d5869f6d<\/p>\n<p>Package name: fvxqpwsunfbvkesmd.xydmpw<\/p>\n<p>Hash: 980a7ea0250aea85d7a986a9d2035d0a127e861da18107d10a50532643732f2d<\/p>\n<p><strong>ANTIVIRUS APPS CHECKED<\/strong><\/p>\n<p>com.symantec.mobilesecurity<br \/>  com.avast.android.mobilesecurity<br \/>  com.duapps.antivirus<br \/>  com.nqmobile.antivirus20<br \/>  com.netqin.antivirus<br \/>  com.antivirus.tablet<br \/>  com.qihoo.security<br \/>  com.thegoldengoodapps.phone_cleaning_virus_free.cleaner.booster<br \/>  avg.antivirus<br \/>  com.cleanmaster.boost<br \/>  droiddudes.best.anitvirus<br \/>  com.referplish.VirusRemovalForAndroid<br \/>  com.drweb<br \/>  com.trustlook.antivirus<br \/>  com.antivirus<br \/>  com.dianxinos.optimizer.duplay<br \/>  com.avira.android<br \/>  com.cleanmaster.mguard_x8<br \/>  com.anhlt.antiviruspro<br \/>  com.womboidsystems.antivirus.security.android<br \/>  com.qihoo.security.lite<br \/>  com.zrgiu.antivirus<br \/>  com.cleanmaster.mguard<br \/>  com.bitdefender.antivirus<br \/>  com.ikarus.mobile.security<br \/>  com.psafe.msuite<br \/>  oem.antivirus<br \/>  com.cleanmaster.security<br \/>  com.sonyericsson.mtp.extension.factoryreset<br \/>  com.eset.ems.gp<br \/>  com.piriform.ccleaner<br \/>  com.nqmobile.antivirus20.clarobr<br \/>  com.kms.free<br \/>  com.cleanmaster.sdk<br \/>  com.eset.ems2.gp<\/p>\n<p><strong>BANKS APPS TARGETED<\/strong><\/p>\n<p>com.isis_papyrus.raiffeisen_pay_eyewdg, id=10<br \/>  com.ykb.androidtablet, id=121<br \/>  de.ing_diba.kontostand, id=67<br \/>  de.consorsbank, id=14<br \/>  com.bapro.movil, id=39<br \/>  at.bawag.mbanking, id=1<br \/>  com.ykb.android, id=122<br \/>  de.dkb.portalapp, id=15<br \/>  se.accumulate.me.core.androidclient.csb, id=54<br \/>  com.intertech.mobilemoneytransfer.activity, id=116<br \/>  com.garanti.cepbank, id=110<br \/>  com.garanti.cepsubesi, id=112<br \/>  com.rbs.mobile.android.natwest, id=24<br \/>  de.postbank.finanzassistent, id=17<br \/>  tr.com.sekerbilisim.mbank, id=118<br \/>  com.mosync.app_Banco_Galicia, id=46<br \/>  org.banelco, id=51<br \/>  de.comdirect.android, id=12<br \/>  pe.com.interbank.mobilebanking, id=53<br \/>  com.santander.app, id=47<br \/>  ar.com.santander.rio.mbanking, id=33<br \/>  cl.santander.smartphone, id=35<br \/>  mx.bancosantander.supermovil, id=50<br \/>  com.tmob.denizbank, id=117<br \/>  br.com.bb.android, id=34<br \/>  com.vakifbank.mobile, id=119<br \/>  com.grppl.android.shell.BOS, id=20<br \/>  com.ykb.android.mobilonay, id=120<br \/>  com.bancomer.mbanking, id=38<br \/>  org.microemu.android.model.common.VTUserApplicationLINKMB, id=52<br \/>  com.bcp.bank.bcp, id=42<br \/>  com.starfinanz.smob.android.sfinanzstatus, id=11<br \/>  com.ingbanktr.ingmobil, id=114<br \/>  at.volksbank.volksbankmobile, id=4<br \/>  com.akbank.softotp, id=107<br \/>  com.tmobtech.halkbank, id=113<br \/>  at.easybank.mbanking, id=2<br \/>  uk.co.tsb.mobilebank, id=28<br \/>  com.starfinanz.smob.android.sbanking, id=70<br \/>  com.akbank.android.apps.akbank_direkt_tablet, id=124<br \/>  com.rbs.mobile.android.rbs, id=25<br \/>  com.finansbank.mobile.cepsube, id=109<br \/>  com.rbs.mobile.android.ubr, id=26<br \/>  com.htsu.hsbcpersonalbanking, id=23<br \/>  com.bbva.nxt_argentina, id=40<br \/>  com.bankaustria.android.olb, id=5<br \/>  com.grupoavalav1.bancamovil, id=44<br \/>  com.itau, id=45<br \/>  de.commerzbanking.mobil, id=13<br \/>  com.citibanamex.banamexmobile, id=43<br \/>  com.akbank.android.apps.akbank_direkt, id=106<br \/>  at.spardat.netbanking, id=3<br \/>  co.com.bbva.mb, id=36<br \/>  com.starfinanz.mobile.android.dkbpushtan, id=69<br \/>  de.fiducia.smartphone.android.banking.vr, id=16<br \/>  com.todo1.davivienda.mobileapp, id=48<br \/>  com.barclays.android.barclaysmobilebanking, id=19<br \/>  com.grppl.android.shell.CMBlloydsTSB73, id=21<br \/>  se.accumulate.me.core.androidclient.occidente, id=55<br \/>  com.bancodebogota.bancamovil, id=37<br \/>  com.teb, id=108<br \/>  biz.mobinex.android.apps.cep_sifrematik, id=111<br \/>  com.pozitron.iscep, id=115<br \/>  com.grppl.android.shell.halifax, id=22<br \/>  com.ing.diba.mbbr2, id=9<br \/>  com.db.mm.deutschebank, id=8<br \/>  mobile.santander.de, id=18<br \/>  com.ziraat.ziraatmobil, id=123<br \/>  de.adesso.mobile.android.gadfints, id=68<br \/>  uk.co.santander.santanderUK, id=27<br \/>  com.todo1.mobile, id=49<br \/>  com.bbva.nxt_peru, id=4<br \/>  com.cic_prod.bad id=87<\/p>\n<p><strong>CC<\/strong><\/p>\n<p>hxxps:[\/][\/]easymanage.at[\/]HISHEATWANT[\/]<\/p>\n<p>hxxps:[\/][\/]theponyclub.at[\/]HISHEATWANT[\/]<\/p>\n<p>hxxps:[\/][\/]selltheworld.at[\/]HISHEATWANT[\/]<\/p>\n<p>hxxps:[\/][\/]chucknorris.at[\/]addproblemanima[\/]<\/p>\n<p>hxxps:[\/][\/]l33tchuck.at[\/]addproblemanima[\/]<\/p>\n<p>hxxps:[\/][\/]chucksfactory.at[\/]addproblemanima[\/]<\/p>\n<p>hxxps:[\/][\/]engesappies.at[\/]addproblemanima[\/]<\/p>\n<p>hxxps:[\/][\/]android-service.at[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]android-service.email[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]android-service.info[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]autohauss.at[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]gooleplay.at[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]internetservicees.at[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]internetservicees.at[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]internetservicees.be[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]internetservicees.ch[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]music-streams.at[\/]iosys[\/]<\/p>\n<p>hxxps:[\/][\/]exofisty.at[\/]jadafire[\/]<\/p>\n<p>hxxps:[\/][\/]fisttheexo.at[\/]jadafire[\/]<\/p>\n<p>hxxps:[\/][\/]soldatenccarmy.at[\/]jadafire[\/]<\/p>\n<p>hxxps:[\/][\/]soldatenccarmygoldenshower.at[\/]jadafire[\/]<\/p>\n<p>hxxps:[\/][\/]soldatenccarmythegaynation.at[\/]jadafire[\/]<\/p>\n<p>hxxps:[\/][\/]clouddream.at[\/]hairyass[\/]<\/p>\n<p>hxxps:[\/][\/]tripletribe.at[\/]hairyass[\/]<\/p>\n<p>hxxps:[[\/][\/]]beachmusiclisting.at[\/]hairyass[\/]<\/p>\n<p>&nbsp;<\/p>\n<\/div<br \/><a href=\"http:\/\/blog.fortinet.com\/2017\/05\/17\/spring-parade-for-refreshed-android-marcher\" target=\"bwo\" >https:\/\/blog.fortinet.com\/feed<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/d3gpjj9d20n0p3.cloudfront.net\/ngblog\/uploads\/dev_tests\/WCRY\/WannaCry%203\/Marcher\/Marcher1.png\"\/><\/p>\n<p><strong>Credit to Author: Dario Durando, Kenny Yang, David Maciejak| Date: Wed, 17 May 2017 21:14:16 -0700<\/strong><\/p>\n<p>Android malware continues to grow exponentially now that it has overtaken the top position as the most popular OS (across all platforms), making it the target of choice for malware authors.  Android Marcher is an Android banker malware that has been on the FortiGuard Labs radar since late 2013. Since that time it has been seen in a number of campaigns targeting many different banks and countries.  And now, Marcher has once again resurfaced with a new campaign. Over the past few months we have observed it masking itself in a variety of ways&#8230;<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[10424,10378],"tags":[],"class_list":["post-7681","post","type-post","status-publish","format-standard","hentry","category-fortinet","category-security"],"_links":{"self":[{"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/posts\/7681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/comments?post=7681"}],"version-history":[{"count":0,"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/posts\/7681\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/media?parent=7681"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/categories?post=7681"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/tags?post=7681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}