SlideShare a Scribd company logo
Hide Android Applications in Images
Axelle Apvrille - FortiGuard Labs, Fortinet
Ange Albertini, Corkami
BlackHat Europe, Amsterdam, NH
October 2014
What is this all about?
Read the title! ;)
BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
What is this all about?
Read the title! ;)
Hiding
BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
What is this all about?
Read the title! ;)
Hiding Android Applications
BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
What is this all about?
Read the title! ;)
Hiding Android Applications
in ...
BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
What is this all about?
Read the title! ;)
Hiding Android Applications
in ... images
BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
Who are we?
Axelle
axelle = {
‘‘realname’’ : ‘‘Axelle Apvrille’’,
‘‘job’’ : ‘‘Mobile/IoT Malware Analyst and Research’’,
‘‘company’’ : ‘‘Fortinet, FortiGuard Labs’’ }
Ange
ange = {
‘‘realname’’ : ‘‘Ange Albertini’’,
‘‘hobby’’ : ‘‘Corkami’’ }
BlackHat Europe 2014 - A. Apvrille, A. Albertini 3/24
What is this?
Nice? Thanks that’s GIMP art from me ;)
BlackHat Europe 2014 - A. Apvrille, A. Albertini 4/24
It’s an image!
file says...
anakin.png: PNG image data, 636298042 x 1384184774, 19-bit
PNG file format
89 50 4e 47 0d 0a 1a 0a 00 01 b4 40 61 61 61 61 |.PNG.......@a
25 ed 23 3a 52 80 fb c6 13 cc 54 4d 74 f5 78 87 |%.#:R.....TMt
ba 7d b5 f6 93 63 43 f0 e0 b9 99 9b 37 06 cc 8f |.}...cC.....7
32 59 5b 55 da 14 e2 87 68 f7 89 e5 88 14 fe 76 |2Y[U....h....
3e 0b cd 65 ec c4 7a 71 4d 95 c0 4e de 48 30 91 |>..e..zqM..N.
...
BlackHat Europe 2014 - A. Apvrille, A. Albertini 5/24
It is more than that!
AES Decrypt
Valid PNG Valid Android Package (APK)
BlackHat Europe 2014 - A. Apvrille, A. Albertini 6/24
Embed this “PNG” in an Android app?
Imagine...
...if that PNG/APK is malicious!
(Nearly) invisible to reverse engineering!
The Android app is encrypted
Arg! What will I see?
A fat image
The wrapping application
Code that decrypts an asset
Code that loads/installs an application
But that depends how well the wrapping app is written
It can be obfuscated...
BlackHat Europe 2014 - A. Apvrille, A. Albertini 7/24
Demo
Party time!
Demo!
Wake up!
BlackHat Europe 2014 - A. Apvrille, A. Albertini 8/24
In case the demo crashes - lol
The APK looks genuine
Archive: PocActivity-debug.apk
Length Date Time Name
--------- ---------- ----- ----
508720 2014-09-11 13:41 assets/anakin.png
1272 2014-09-11 14:03 res/layout/main.xml
1988 2014-09-11 14:03 AndroidManifest.xml
1444 2014-09-11 14:03 resources.arsc
7515 2014-09-11 14:03 res/drawable-hdpi/logo.png
2455 2014-09-11 14:03 res/drawable-ldpi/logo.png
4471 2014-09-11 14:03 res/drawable-mdpi/logo.png
8856 2014-09-11 14:03 classes.dex
634 2014-09-11 14:03 META-INF/MANIFEST.MF
687 2014-09-11 14:03 META-INF/CERT.SF
776 2014-09-11 14:03 META-INF/CERT.RSA
--------- -------
538818 11 files
BlackHat Europe 2014 - A. Apvrille, A. Albertini 9/24
In case the demo crashes - lol
The image looks genuine: assets/anakin.png
BlackHat Europe 2014 - A. Apvrille, A. Albertini 10/24
In case the demo crashes - lol
The image looks genuine: assets/anakin.png
Perhaps a bit ’fat’
508720 bytes (≈ 500K) for 382x385 pixels
BlackHat Europe 2014 - A. Apvrille, A. Albertini 10/24
In case the demo crashes - lol
adb install
WrappingApk.apk
BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
In case the demo crashes - lol
BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
In case the demo crashes - lol
We could use
DexClassLoader to
hide this
BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
In case the demo crashes - lol
We could use
DexClassLoader to
hide this
BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
In case the demo crashes - lol
We could use
DexClassLoader to
hide this
BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
In case the demo crashes - lol
Payload gets
executed
BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
How do we do that?
1. We write a payload APK
BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
How do we do that?
1. We write a payload APK
2. We encrypt it using AngeCryption: it looks like a valid PNG
BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
How do we do that?
1. We write a payload APK
2. We encrypt it using AngeCryption: it looks like a valid PNG
3. We hack it (a little)
BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
How do we do that?
1. We write a payload APK
2. We encrypt it using AngeCryption: it looks like a valid PNG
3. We hack it (a little)
4. We implement another APK containing the PNG
BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
Power: controlling encryption!
Ciphertext
Genuine PNG
encrypt
Plaintext
Android Package (APK)
Is this possible?
BlackHat Europe 2014 - A. Apvrille, A. Albertini 13/24
AES encryption in practice
key:’MySecretKey12345’
block:’a block of text.’
key:’MySecretKey12346’
block:’a block of text.’
key:’MySecretKey12345’
block:’a block of text!’
BlackHat Europe 2014 - A. Apvrille, A. Albertini 14/24
Can we control the output?
With a tiny change in the key in the key or the block, the output
block is completely different
BlackHat Europe 2014 - A. Apvrille, A. Albertini 15/24
Can we control the output?
With a tiny change in the key in the key or the block, the output
block is completely different
We can’t control the output
The output block is (more or less) ’unpredictable’
BlackHat Europe 2014 - A. Apvrille, A. Albertini 15/24
Can we control the output?
With a tiny change in the key in the key or the block, the output
block is completely different
We can’t control the output
The output block is (more or less) ’unpredictable’
Yes, we can!
But there’s a trick - AngeCryption
BlackHat Europe 2014 - A. Apvrille, A. Albertini 15/24
Controlling AES with AngeCryption
It will look the same ... but be slightly different
The APK will look the same to Android
The PNG will look the same to our eyes
encrypt
Android does not see the diff
Manipulate Plaintext
encrypt
Your eye does not see the diff
so that it encrypts to this PNG
BlackHat Europe 2014 - A. Apvrille, A. Albertini 16/24
Trick no. 1: dummy PNG chunk
Header: 0x89 PNG r n 0x1a n
Chunk length
Chunk Id
Chunk data
Chunk CRC32
BlackHat Europe 2014 - A. Apvrille, A. Albertini 17/24
Trick no. 1: dummy PNG chunk
Header: 0x89 PNG r n 0x1a n
Chunk length
Chunk Id
Chunk data
Chunk CRC32
APK
AES decrypt
AES encrypt
BlackHat Europe 2014 - A. Apvrille, A. Albertini 17/24
Trick no. 2: appended zip data
Payload APK
EOCD 1
AES−1( ...
Anakin Skywalker
... )
EOCD 2
APK
BlackHat Europe 2014 - A. Apvrille, A. Albertini 18/24
Crypto background
AES is a block cipher
It can only process a block of 16 bytes
BlackHat Europe 2014 - A. Apvrille, A. Albertini 19/24
What if my plaintext is longer?!
Chaining - 101
We use chaining
We apply AES on block
... well, that’s for ECB (Electronic Code Book). Not very
good.
Other chainings
CBC, CFB, OFB... (see FIPS 81)
We’ll use CBC : Cipher Block Chaining
BlackHat Europe 2014 - A. Apvrille, A. Albertini 20/24
Cipher Block Chaining (CBC) - 101
IV is Initialization Vector
Trick no.3: controlling first block
We have our plaintext P0 and ciphertext C0
We select a key K
We compute IV: IV = AES−1
K (C0) ⊕ P0
BlackHat Europe 2014 - A. Apvrille, A. Albertini 21/24
Trick no.4: controlling other blocks
Basically... obvious!
Encrypting then decrypting is like doing nothing
and reciprocally
Want ciphertext to be bitmap of Anakin?
Select plaintext = AES−1(bitmapofAnakin)
AES(plaintext) = AES(AES−1(bitmapofAnakin)) = bitmap of
Anakin
BlackHat Europe 2014 - A. Apvrille, A. Albertini 22/24
Full picture
Payload APK
EOCD 1
Appended data
= chunks for Anakin
Dummy bytes
so that size multiple of 16
EOCD 2
APK
BlackHat Europe 2014 - A. Apvrille, A. Albertini 23/24
Full picture
Payload APK
EOCD 1
Appended data
= chunks for Anakin
Dummy bytes
so that size multiple of 16
EOCD 2
APKPNG
BlackHat Europe 2014 - A. Apvrille, A. Albertini 23/24
Full picture
Payload APK
EOCD 1
Appended data
= chunks for Anakin
Dummy bytes
so that size multiple of 16
EOCD 2
APKPNG
File Header
Dummy chunk
AES encrypt
Chunk CRC 32
Chunk IHDR
containing
Anakin Skywalker
Chunk(s) IDAT
Chunk IEND
AES(Dummy)
AES(EOCD)
Ignored
BlackHat Europe 2014 - A. Apvrille, A. Albertini 23/24
Thank You !
Status
Works on Android 4.4.2
June 2014: Android Security Team notified ≈ fixed
Contact info
Me: @cryptax or aapvrille at fortinet dot com
Ange: @angealbertini or ange at corkami dot com
References
AngeCryption:
http://corkami.googlecode.com/svn/trunk/src/angecryption/
Code: https://github.com/cryptax/angeapk - soon after conf’
Corkami: https://code.google.com/p/corkami/
Fortinet’s blog: http://blog.fortinet.com
Thanks to : @veorq, Android Security Team
BlackHat Europe 2014 - A. Apvrille, A. Albertini 24/24

More Related Content

PPTX
Divide and Conquer - Part II - Quickselect and Closest Pair of Points
PPTX
Unit 4 chapter - 8 Transaction processing Concepts (1).pptx
PPTX
Cloud description
PPT
error detection.ppt
PPTX
Decision properties of reular languages
PDF
Algorithm chapter 10
PPTX
Space complexity
Divide and Conquer - Part II - Quickselect and Closest Pair of Points
Unit 4 chapter - 8 Transaction processing Concepts (1).pptx
Cloud description
error detection.ppt
Decision properties of reular languages
Algorithm chapter 10
Space complexity

What's hot (6)

PPTX
protocols of concurrency control
PDF
Algorithm Design and Analysis
PPTX
Fractional Knapsack Problem
PPTX
SHADOW PAGING and BUFFER MANAGEMENT
PPTX
Advanced Algorithms: Transform and conquer
PPTX
Huffman coding || Huffman Tree
protocols of concurrency control
Algorithm Design and Analysis
Fractional Knapsack Problem
SHADOW PAGING and BUFFER MANAGEMENT
Advanced Algorithms: Transform and conquer
Huffman coding || Huffman Tree
Ad

Viewers also liked (18)

PDF
BlackHat Arsenal 2014 - C-SCAD : Assessing Security Flaws in C-SCAD WebX Clie...
PDF
Beginners guide-to-reverse-engineering-android-apps-pau-oliva-fora-viaforensi...
PDF
Cyber as WMD- April 2015- GFSU
PDF
ToorCon 14 : Malandroid : The Crux of Android Infections
PDF
sebis research profile
PDF
BlackHat USA 2013 Arsenal - Sparty : A FrontPage and SharePoint Security Audi...
PDF
Mobile analysis-kung-fu-santoku-style-viaforensics-rsa-conference-2014
PDF
Via forensics thotcon-2013-mobile-security-with-santoku-linux
PDF
One Phish, Two Phish, Red Phish, Your Account Details Just Got Stolen
PDF
Cyber Security for Critical Infrastrucutre-ppt
PDF
Blackhat USA 2015: BGP Stream Presentation
PPTX
M.Tech. Cyber Security & Incident Response
PPTX
Shodan- That Device Search Engine
PPTX
APT 28 :Cyber Espionage and the Russian Government?
PDF
BlackHat 2014 Briefings - Exploiting Fundamental Weaknesses in Botnet C&C Pan...
PDF
Introduction to Industrial Control Systems : Pentesting PLCs 101 (BlackHat Eu...
PPTX
Android– forensics and security testing
PPTX
Social Media at NASA, 2012 Edition
BlackHat Arsenal 2014 - C-SCAD : Assessing Security Flaws in C-SCAD WebX Clie...
Beginners guide-to-reverse-engineering-android-apps-pau-oliva-fora-viaforensi...
Cyber as WMD- April 2015- GFSU
ToorCon 14 : Malandroid : The Crux of Android Infections
sebis research profile
BlackHat USA 2013 Arsenal - Sparty : A FrontPage and SharePoint Security Audi...
Mobile analysis-kung-fu-santoku-style-viaforensics-rsa-conference-2014
Via forensics thotcon-2013-mobile-security-with-santoku-linux
One Phish, Two Phish, Red Phish, Your Account Details Just Got Stolen
Cyber Security for Critical Infrastrucutre-ppt
Blackhat USA 2015: BGP Stream Presentation
M.Tech. Cyber Security & Incident Response
Shodan- That Device Search Engine
APT 28 :Cyber Espionage and the Russian Government?
BlackHat 2014 Briefings - Exploiting Fundamental Weaknesses in Botnet C&C Pan...
Introduction to Industrial Control Systems : Pentesting PLCs 101 (BlackHat Eu...
Android– forensics and security testing
Social Media at NASA, 2012 Edition
Ad

Similar to Hide Android applications in images (20)

PDF
Breaking Secure Mobile Applications - Hack In The Box 2014 KL
PDF
Droidcon it-2014-marco-grassi-viaforensics
PDF
CNIT 128 7. Attacking Android Applications (Part 2)
PPTX
Mobile security
PDF
Let's play with crypto! v2
PDF
Let's play with crypto!
PDF
Richard wartell malware is hard. let's go shopping!!
PDF
Android's security architecture
PDF
Null Dubai Humla_Romansh_Yadav_Android_app_pentesting
PPTX
Cargo Cult Security 2014_01_18
PDF
Mobile Penetration Testing: Episode III - Attack of the Code
PDF
7. Attacking Android Applications (Part 2)
PPTX
From Reversing to Exploitation
PPT
Attacks and Defences
PDF
Sullivan randomness-infiltrate 2014
PDF
9 Writing Secure Android Applications
PDF
Exploiting Cryptographic Misuse - An Example
PDF
We need t go deeper - Testing inception apps.
PDF
"We need to go deeper - testing inception apps" - Jakub Kałużny
PPTX
From Reversing to Exploitation: Android Application Security in Essence
Breaking Secure Mobile Applications - Hack In The Box 2014 KL
Droidcon it-2014-marco-grassi-viaforensics
CNIT 128 7. Attacking Android Applications (Part 2)
Mobile security
Let's play with crypto! v2
Let's play with crypto!
Richard wartell malware is hard. let's go shopping!!
Android's security architecture
Null Dubai Humla_Romansh_Yadav_Android_app_pentesting
Cargo Cult Security 2014_01_18
Mobile Penetration Testing: Episode III - Attack of the Code
7. Attacking Android Applications (Part 2)
From Reversing to Exploitation
Attacks and Defences
Sullivan randomness-infiltrate 2014
9 Writing Secure Android Applications
Exploiting Cryptographic Misuse - An Example
We need t go deeper - Testing inception apps.
"We need to go deeper - testing inception apps" - Jakub Kałużny
From Reversing to Exploitation: Android Application Security in Essence

More from Ange Albertini (20)

PDF
Overview of file type identifiers (HackLu)
PDF
A question of time - Troopers 2024 Keynote
PDF
Technical challenges with file formats
PDF
Relations between archive formats
PDF
Abusing archive file formats
PDF
TimeCryption
PDF
You are *not* an idiot
PDF
Improving file formats
PDF
KILL MD5
PDF
No more dumb hex!
PDF
Beyond your studies
PDF
An introduction to inkscape
PDF
The challenges of file formats
PDF
Exploiting hash collisions
PDF
Infosec & failures
PDF
Connecting communities
PDF
TASBot - the perfectionist
PDF
Caring for file formats
PDF
Hacks in video games
PDF
Trusting files (and their formats)
Overview of file type identifiers (HackLu)
A question of time - Troopers 2024 Keynote
Technical challenges with file formats
Relations between archive formats
Abusing archive file formats
TimeCryption
You are *not* an idiot
Improving file formats
KILL MD5
No more dumb hex!
Beyond your studies
An introduction to inkscape
The challenges of file formats
Exploiting hash collisions
Infosec & failures
Connecting communities
TASBot - the perfectionist
Caring for file formats
Hacks in video games
Trusting files (and their formats)

Recently uploaded (20)

PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Big Data Technologies - Introduction.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
MYSQL Presentation for SQL database connectivity
NewMind AI Weekly Chronicles - August'25 Week I
Diabetes mellitus diagnosis method based random forest with bat algorithm
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
cuic standard and advanced reporting.pdf
Review of recent advances in non-invasive hemoglobin estimation
Per capita expenditure prediction using model stacking based on satellite ima...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Encapsulation_ Review paper, used for researhc scholars
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Big Data Technologies - Introduction.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Electronic commerce courselecture one. Pdf
Chapter 3 Spatial Domain Image Processing.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Advanced methodologies resolving dimensionality complications for autism neur...
Spectral efficient network and resource selection model in 5G networks
20250228 LYD VKU AI Blended-Learning.pptx

Hide Android applications in images

  • 1. Hide Android Applications in Images Axelle Apvrille - FortiGuard Labs, Fortinet Ange Albertini, Corkami BlackHat Europe, Amsterdam, NH October 2014
  • 2. What is this all about? Read the title! ;) BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
  • 3. What is this all about? Read the title! ;) Hiding BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
  • 4. What is this all about? Read the title! ;) Hiding Android Applications BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
  • 5. What is this all about? Read the title! ;) Hiding Android Applications in ... BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
  • 6. What is this all about? Read the title! ;) Hiding Android Applications in ... images BlackHat Europe 2014 - A. Apvrille, A. Albertini 2/24
  • 7. Who are we? Axelle axelle = { ‘‘realname’’ : ‘‘Axelle Apvrille’’, ‘‘job’’ : ‘‘Mobile/IoT Malware Analyst and Research’’, ‘‘company’’ : ‘‘Fortinet, FortiGuard Labs’’ } Ange ange = { ‘‘realname’’ : ‘‘Ange Albertini’’, ‘‘hobby’’ : ‘‘Corkami’’ } BlackHat Europe 2014 - A. Apvrille, A. Albertini 3/24
  • 8. What is this? Nice? Thanks that’s GIMP art from me ;) BlackHat Europe 2014 - A. Apvrille, A. Albertini 4/24
  • 9. It’s an image! file says... anakin.png: PNG image data, 636298042 x 1384184774, 19-bit PNG file format 89 50 4e 47 0d 0a 1a 0a 00 01 b4 40 61 61 61 61 |.PNG.......@a 25 ed 23 3a 52 80 fb c6 13 cc 54 4d 74 f5 78 87 |%.#:R.....TMt ba 7d b5 f6 93 63 43 f0 e0 b9 99 9b 37 06 cc 8f |.}...cC.....7 32 59 5b 55 da 14 e2 87 68 f7 89 e5 88 14 fe 76 |2Y[U....h.... 3e 0b cd 65 ec c4 7a 71 4d 95 c0 4e de 48 30 91 |>..e..zqM..N. ... BlackHat Europe 2014 - A. Apvrille, A. Albertini 5/24
  • 10. It is more than that! AES Decrypt Valid PNG Valid Android Package (APK) BlackHat Europe 2014 - A. Apvrille, A. Albertini 6/24
  • 11. Embed this “PNG” in an Android app? Imagine... ...if that PNG/APK is malicious! (Nearly) invisible to reverse engineering! The Android app is encrypted Arg! What will I see? A fat image The wrapping application Code that decrypts an asset Code that loads/installs an application But that depends how well the wrapping app is written It can be obfuscated... BlackHat Europe 2014 - A. Apvrille, A. Albertini 7/24
  • 12. Demo Party time! Demo! Wake up! BlackHat Europe 2014 - A. Apvrille, A. Albertini 8/24
  • 13. In case the demo crashes - lol The APK looks genuine Archive: PocActivity-debug.apk Length Date Time Name --------- ---------- ----- ---- 508720 2014-09-11 13:41 assets/anakin.png 1272 2014-09-11 14:03 res/layout/main.xml 1988 2014-09-11 14:03 AndroidManifest.xml 1444 2014-09-11 14:03 resources.arsc 7515 2014-09-11 14:03 res/drawable-hdpi/logo.png 2455 2014-09-11 14:03 res/drawable-ldpi/logo.png 4471 2014-09-11 14:03 res/drawable-mdpi/logo.png 8856 2014-09-11 14:03 classes.dex 634 2014-09-11 14:03 META-INF/MANIFEST.MF 687 2014-09-11 14:03 META-INF/CERT.SF 776 2014-09-11 14:03 META-INF/CERT.RSA --------- ------- 538818 11 files BlackHat Europe 2014 - A. Apvrille, A. Albertini 9/24
  • 14. In case the demo crashes - lol The image looks genuine: assets/anakin.png BlackHat Europe 2014 - A. Apvrille, A. Albertini 10/24
  • 15. In case the demo crashes - lol The image looks genuine: assets/anakin.png Perhaps a bit ’fat’ 508720 bytes (≈ 500K) for 382x385 pixels BlackHat Europe 2014 - A. Apvrille, A. Albertini 10/24
  • 16. In case the demo crashes - lol adb install WrappingApk.apk BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
  • 17. In case the demo crashes - lol BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
  • 18. In case the demo crashes - lol We could use DexClassLoader to hide this BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
  • 19. In case the demo crashes - lol We could use DexClassLoader to hide this BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
  • 20. In case the demo crashes - lol We could use DexClassLoader to hide this BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
  • 21. In case the demo crashes - lol Payload gets executed BlackHat Europe 2014 - A. Apvrille, A. Albertini 11/24
  • 22. How do we do that? 1. We write a payload APK BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
  • 23. How do we do that? 1. We write a payload APK 2. We encrypt it using AngeCryption: it looks like a valid PNG BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
  • 24. How do we do that? 1. We write a payload APK 2. We encrypt it using AngeCryption: it looks like a valid PNG 3. We hack it (a little) BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
  • 25. How do we do that? 1. We write a payload APK 2. We encrypt it using AngeCryption: it looks like a valid PNG 3. We hack it (a little) 4. We implement another APK containing the PNG BlackHat Europe 2014 - A. Apvrille, A. Albertini 12/24
  • 26. Power: controlling encryption! Ciphertext Genuine PNG encrypt Plaintext Android Package (APK) Is this possible? BlackHat Europe 2014 - A. Apvrille, A. Albertini 13/24
  • 27. AES encryption in practice key:’MySecretKey12345’ block:’a block of text.’ key:’MySecretKey12346’ block:’a block of text.’ key:’MySecretKey12345’ block:’a block of text!’ BlackHat Europe 2014 - A. Apvrille, A. Albertini 14/24
  • 28. Can we control the output? With a tiny change in the key in the key or the block, the output block is completely different BlackHat Europe 2014 - A. Apvrille, A. Albertini 15/24
  • 29. Can we control the output? With a tiny change in the key in the key or the block, the output block is completely different We can’t control the output The output block is (more or less) ’unpredictable’ BlackHat Europe 2014 - A. Apvrille, A. Albertini 15/24
  • 30. Can we control the output? With a tiny change in the key in the key or the block, the output block is completely different We can’t control the output The output block is (more or less) ’unpredictable’ Yes, we can! But there’s a trick - AngeCryption BlackHat Europe 2014 - A. Apvrille, A. Albertini 15/24
  • 31. Controlling AES with AngeCryption It will look the same ... but be slightly different The APK will look the same to Android The PNG will look the same to our eyes encrypt Android does not see the diff Manipulate Plaintext encrypt Your eye does not see the diff so that it encrypts to this PNG BlackHat Europe 2014 - A. Apvrille, A. Albertini 16/24
  • 32. Trick no. 1: dummy PNG chunk Header: 0x89 PNG r n 0x1a n Chunk length Chunk Id Chunk data Chunk CRC32 BlackHat Europe 2014 - A. Apvrille, A. Albertini 17/24
  • 33. Trick no. 1: dummy PNG chunk Header: 0x89 PNG r n 0x1a n Chunk length Chunk Id Chunk data Chunk CRC32 APK AES decrypt AES encrypt BlackHat Europe 2014 - A. Apvrille, A. Albertini 17/24
  • 34. Trick no. 2: appended zip data Payload APK EOCD 1 AES−1( ... Anakin Skywalker ... ) EOCD 2 APK BlackHat Europe 2014 - A. Apvrille, A. Albertini 18/24
  • 35. Crypto background AES is a block cipher It can only process a block of 16 bytes BlackHat Europe 2014 - A. Apvrille, A. Albertini 19/24
  • 36. What if my plaintext is longer?! Chaining - 101 We use chaining We apply AES on block ... well, that’s for ECB (Electronic Code Book). Not very good. Other chainings CBC, CFB, OFB... (see FIPS 81) We’ll use CBC : Cipher Block Chaining BlackHat Europe 2014 - A. Apvrille, A. Albertini 20/24
  • 37. Cipher Block Chaining (CBC) - 101 IV is Initialization Vector Trick no.3: controlling first block We have our plaintext P0 and ciphertext C0 We select a key K We compute IV: IV = AES−1 K (C0) ⊕ P0 BlackHat Europe 2014 - A. Apvrille, A. Albertini 21/24
  • 38. Trick no.4: controlling other blocks Basically... obvious! Encrypting then decrypting is like doing nothing and reciprocally Want ciphertext to be bitmap of Anakin? Select plaintext = AES−1(bitmapofAnakin) AES(plaintext) = AES(AES−1(bitmapofAnakin)) = bitmap of Anakin BlackHat Europe 2014 - A. Apvrille, A. Albertini 22/24
  • 39. Full picture Payload APK EOCD 1 Appended data = chunks for Anakin Dummy bytes so that size multiple of 16 EOCD 2 APK BlackHat Europe 2014 - A. Apvrille, A. Albertini 23/24
  • 40. Full picture Payload APK EOCD 1 Appended data = chunks for Anakin Dummy bytes so that size multiple of 16 EOCD 2 APKPNG BlackHat Europe 2014 - A. Apvrille, A. Albertini 23/24
  • 41. Full picture Payload APK EOCD 1 Appended data = chunks for Anakin Dummy bytes so that size multiple of 16 EOCD 2 APKPNG File Header Dummy chunk AES encrypt Chunk CRC 32 Chunk IHDR containing Anakin Skywalker Chunk(s) IDAT Chunk IEND AES(Dummy) AES(EOCD) Ignored BlackHat Europe 2014 - A. Apvrille, A. Albertini 23/24
  • 42. Thank You ! Status Works on Android 4.4.2 June 2014: Android Security Team notified ≈ fixed Contact info Me: @cryptax or aapvrille at fortinet dot com Ange: @angealbertini or ange at corkami dot com References AngeCryption: http://corkami.googlecode.com/svn/trunk/src/angecryption/ Code: https://github.com/cryptax/angeapk - soon after conf’ Corkami: https://code.google.com/p/corkami/ Fortinet’s blog: http://blog.fortinet.com Thanks to : @veorq, Android Security Team BlackHat Europe 2014 - A. Apvrille, A. Albertini 24/24