Videos

Published on April 2nd, 2019 📆 | 4817 Views ⚑

0

Decompile Android APK into Java and Xml (Hunt for Malware)


https://www.ispeech.org



Decompile APK into Java and Xml (Hunt for Malware)
Subscribe now https://goo.gl/EG1EPH

Please subscribe, ring the bell and share this video.
(and comment)

locate an apk to play with
https://www.apkmirror.com/
https://apkbucket.net/

I selected
https://apkbucket.net/apk/badoink-video-downloader/com.badoinkfree/

Scan for malware with https://apkscan.nviso.be/
https://apkscan.nviso.be/report/show/10f93222344135823e33d02efba5549a

look for a description of the virus
https://www.symantec.com/security-center/writeup/2014-032815-4549-99

pull apart with
APKTOOL: https://ibotpeaches.github.io/Apktool/
(apktool.exe and apktool.jar into C:windows)
run "apktool d com.badoinkfree.apk"
creates an exported folder with smali files
(Android Smali Assembly Language File)

rename apk to zip and extract the classes.dex
DEX2JAR: https://sourceforge.net/p/dex2jar
d2j-dex2jar classes.dex

copy out the Jar file
JD-GUI: http://jd.benow.ca/
open with jdgui
search airpush

This Video brought to you by the Virus Doctor. You will get a 15% discount on a course if you use coupon code Mickyj15.
https://www.thevirusdoc.com/

Mickyj Whitehat playlist https://www.youtube.com/watch?v=gzfxJqU9sVQ&list=PLodEQVE4Lw01mtCM_LAn6e0tPNd5BfERv

Subscribe to my email list and I will send you a PDF of my top 10 tools for pulling a part Malware (find the email hat on www.mickyj.com)





Check out the Mickyj whitehat Merch at https://shop.spreadshirt.com.au/mickyj-whitehat

Show your support by joining in this competition https://youtu.be/1fmY0SS4HKQ

Also, feel free to send my video advert out to your friends. This advert gives enough detail to help the people with a keen interest join the community. https://youtu.be/Dqp_ve_aR4o

Help give this channel a fighting chance !
Please share in your community, forums, user groups and blogs !

** To help fund this adventure, here are some of the products I recommend. **

Antivirus on Amazon "TREND MICRO INTERNET SECURITY 2019 | 3 PC's | 1 Year | PC | Registration code - No CD" https://amzn.to/2TBrboR
Book on Amazon "The Hacker Playbook 3: Practical Guide to Penetration Testing" https://amzn.to/2TB0Res
I recommend Sonicwall firewalls and this Book on Amazon "Configuring SonicWALL Firewalls" https://amzn.to/2TEUJBT
Software on Amazon "Webroot Antivirus with Spy Sweeper Personal Edition" https://amzn.to/2THS6zk

Tools used
- virustotal
- Hybrid-analysis
- HexRays /IDA
- Process Hacker
- Process Monitor
- Wireshark
- many more specific to each video

..........: About the music :..........

Music Provided by the Following

Rock Intro 3 by Audionautix is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/)
Artist: http://audionautix.com/

source

Tagged with:



0 Responses to Decompile Android APK into Java and Xml (Hunt for Malware)