Android.Bankun And Other Android Obfuscation Tactics: A New Malware Era   There’s one variant of Android.Bankun that is particularly interesting to me. When you look  at the manifest it doesn’t have even one permission. Even the most simple apps have at least  internet permissions. Having no permissions isn’t a red flag for being malicious though.  In fact, it may even make you lean towards it being legitimate. However, there is one thing  that gives Android.Bankun a red flag though. The package name of com.google.bankun  instantly makes me think something is fishy.   To the average user the word‚ Google’ is seen as a word to be trusted. This is especially true when it comes to the Android operating system which is of course created by the search engine giant. Malware authors now this and heavily use it to disguise their malicious intent. Mobile threat researchers like myself also know this and end up looking twice whenever we see ‚Google’ being used. Diving into the code, we see a sim...