39
Shengqu Xi 1,* , Shao Yang 2,* , Xusheng Xiao 2 , Yuan Yao 1 , Yayuan Xiong 1 , Fengyuan Xu 1 , Haoyu Wang 3 , Peng Gao 4 , Zhuotao Liu 5 , Feng Xu 1 , Jian Lu 1 DeepIntent: Deep Icon-Behavior Learning for Detecting Intention-Behavior Discrepancy in Mobile Apps DeepIntent - CCS 2019 The first two authors contributed equally to this research 1 Nanjing University 2 Case Western Reserve University 3 Beijing University of Posts and Telecommunications 4 University of California, Berkeley 5 University of Illinois at Urbana-Champaign

Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Shengqu Xi1,*, Shao Yang2,*, Xusheng Xiao2, Yuan Yao1, Yayuan Xiong1, Fengyuan Xu1,Haoyu Wang3, Peng Gao4, Zhuotao Liu5, Feng Xu1, Jian Lu1

DeepIntent: Deep Icon-Behavior Learning for Detecting Intention-Behavior Discrepancy in Mobile Apps

DeepIntent - CCS 2019

∗ The first two authors contributed equally to this research

1 Nanjing University2 Case Western Reserve University

3 Beijing University of Posts and Telecommunications4 University of California, Berkeley

5 University of Illinois at Urbana-Champaign

Page 2: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Outline

• Background and Motivation• DeepIntent Approach

– Icon Widget Analysis– Deep Icon-Behavior Learning– Detecting Intention-Behavior Discrepancy

• Experiments• Conclusions

DeepIntent - CCS 2019 1

Page 3: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Outline

• Background and Motivation• DeepIntent Approach

– Icon Widget Analysis– Deep Icon-Behavior Learning– Detecting Intention-Behavior Discrepancy

• Experiments• Conclusions

DeepIntent - CCS 2019 2

Page 4: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Mobile Apps

• Mobile apps are playing an increasingly important role– E.g., travel, education, business

• Many apps access sensitive data to meet users’ needs– E.g., camera, location, microphone

• However, malicious apps may also illegally collect sensitive data– E.g., exploiting users’ private resources for advertising

DeepIntent - CCS 2019 3

Page 5: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Detecting Undesired Behaviors of Apps

• Industry: permission-based access control [statista. 2017]

– Cons: Difficult to decide when to use the permission

• Research: undesired behavior patterns [Huang et al. USENIX Security’15, Nan et al. USENIX Security’15]

– Cons: Only capture a fixed set of undesired behaviors

DeepIntent - CCS 2019 4

Our observation: the UI intentions perceived by users and the undesired behaviors of apps

are usually incompatible

Page 6: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Intentions and Behaviors• App's intentions to use sensitive data are often expressed via UI widgets

– Mainly through icons and texts

• App’s behaviors are performed by program executions– Thousands of APIs, but mainly summarized using permissions

DeepIntent - CCS 2019 5

Page 7: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Detecting Intention-Behavior Discrepancy

DeepIntent - CCS 2019 6

dial a number

call

timing filter

CALL permission

CALL

CALL

NONE

UI Widgets

icons texts

Behavior

Intention

• What are the intentions expressed from icons and contextual texts?• What are the behaviors the Apps really perform?• Are the behaviors compatible with the intentions?

Page 8: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Challenges

• C1: UI widgets’ intentions– Difficult for computers to understand– Lack of modeling joint semantics

DeepIntent - CCS 2019 7

• C2: Program behaviors– Difficult for precise analysis– E.g., handlers, multi-threading, ICC

• C3: Discrepancies– Difficult to correlate intentions and behaviors

Page 9: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Insights

• I1: Same type of sensitive behavior should have similar looks, e.g., to be evident to users– Deep learning to identify similar UI widgets

DeepIntent - CCS 2019 8

• I2: Permission uses can be extracted by analyzing the source code of apps– Static analysis to map permissions t0 widgets

• I3: Undesired behaviors usually contradict users expected specific looks– Outlier analysis to detect undesired behaviors

Page 10: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Outline

• Background and Motivation• DeepIntent Approach

– Icon Widget Analysis– Deep Icon-Behavior Learning– Detecting Intention-Behavior Discrepancy

• Experiments• Conclusions

DeepIntent - CCS 2019 9

Page 11: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Overview of DeepIntent

DeepIntent - CCS 2019 10

Icon-Behavior Association

Training APKs Contextual

Text Extraction

Deep Icon-Behavior Learning

Icon-Permission Mappings

Contextual Texts for Icons

Icon-Behavior Model

Outlier Detection

APK Behavior Prediction

Icon Widget Analysis

Detecting Intention-Behavior Discrepancy

Predicted Permission

Use

Abnormal Permission

Use

Page 12: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Overview of DeepIntent

DeepIntent - CCS 2019 11

Icon-Behavior Association

Training APKs Contextual

Text Extraction

Deep Icon-Behavior Learning

Icon-Permission Mappings

Contextual Texts for Icons

Icon-Behavior Model

Outlier Detection

APK Behavior Prediction

Icon Widget Analysis

Detecting Intention-Behavior Discrepancy

Predicted Permission

Use

Abnormal Permission

Use

• Phase 1: Icon Widget Analysis– Program analysis to extract features (i.e., icons

and texts) and labels (i.e., permission uses) of icon widgets

Page 13: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Overview of DeepIntent

DeepIntent - CCS 2019 12

Icon-Behavior Association

Training APKs Contextual

Text Extraction

Deep Icon-Behavior Learning

Icon-Permission Mappings

Contextual Texts for Icons

Icon-Behavior Model

Outlier Detection

APK Behavior Prediction

Icon Widget Analysis

Detecting Intention-Behavior Discrepancy

Predicted Permission

Use

Abnormal Permission

Use

• Phase 2: Deep Icon-Behavior Learning– Training icon-behavior model based on both icons and

their contextual texts, and the corresponding behaviors, i.e., permission uses

Page 14: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Overview of DeepIntent

DeepIntent - CCS 2019 13

Icon-Behavior Association

Training APKs Contextual

Text Extraction

Deep Icon-Behavior Learning

Icon-Permission Mappings

Contextual Texts for Icons

Icon-Behavior Model

Outlier Detection

APK Behavior Prediction

Icon Widget Analysis

Detecting Intention-Behavior Discrepancy

Predicted Permission

Use

Abnormal Permission

Use

• Phase 3: Detecting Intention-Behavior Discrepancy– Predicts permission uses for icon widgets, and detects

abnormal permission uses

Page 15: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Phase 1: Icon-Behavior Analysis

• Icon-Widget Association• Extended Call Graph Construction• API Permission Checking• Contextual Texts Extraction for Icons

DeepIntent - CCS 2019 14

APK

Extended Call Graph

Construction

Icon-WidgetAssociation

Widget-APIAssociation

API PermissionChecking

Icon-Permission Checking

Page 16: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Icon-Widget Association

• Associate the UI widgets with icons, i.e., drawable objects– Layout file: XML parsing– Source code: data flow analysis

• Adopt static analysis [Xiao et al. ICSE’19] to associate icons and UI widgets

DeepIntent - CCS 2019 15

UI Widget Icon

UI layout

Page 17: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Extended Call Graph Construction

• Associate the UI widgets with behaviors, i.e., API calls– Build call graph and patch missing links

DeepIntent - CCS 2019 16

Implicit caller and callee pairs captured, except for ICC methods

UI Widget

Links

Page 18: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

API Permission Checking

• Adopt PScout mapping [Kathy et al. CCS’12]

• Output the association between each icon and a set of permissions

• Allow one to many mapping– An icon can invoke one or more sensitive APIs– A sensitive API maps to multiple permissions

DeepIntent - CCS 2019 17

CALL permission

CAMERA permission

MICROPHONE permission

Page 19: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Contextual Texts Extraction for Icons

• Similar icons may reflect different intentions in different UI contexts

• Contextual texts– Layout texts that contained in the XML layout files– Icon-embedded texts– Resource names split by variable naming conventions

DeepIntent - CCS 2019 18

Page 20: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Phase 2: Deep Icon-Behavior Learning

• Icon Feature Extraction• Text Feature Extraction• Feature Combination• Training Icon-Behavior Model

DeepIntent - CCS 2019 19

Text

Icon

LearningText Feature Extraction

Icon Feature Extraction

Feature Combination

Permissions

Behavior Prediction

Page 21: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Icon Feature Extraction

• CNNs, e.g., DenseNet [Huang et al. CVPR’17], are successfully used in image recognition and model the icons

DeepIntent - CCS 2019 20

Input Icon

DenseNet

𝑢

Dense Block

Transition Layer

Dense Block

Convolution

……

×3

𝑓&

• Adopt DenseNet with 4 channels (RGBA)– 4 dense blocks and 3 transition– Resize icons to 128 * 128– Output with 16 * 16 regions

𝒇𝒖 = 𝑫𝒆𝒏𝒔𝒆𝑵𝒆𝒕(𝒖)

Page 22: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Text Feature Extraction

• RNNs [Yang et al. NAACL’16] have been successfully applied in various natural language tasks, e.g., textual classification

DeepIntent - CCS 2019 21

send

sms

normal

text

Input Text Bidirectional RNN

Embedding

𝑣

𝑓3

• Bidirectional RNNs– Embed each word into vector with

100 dimension– Adopt GRU neurons– Max length is 20

𝒇𝒗 = [𝒉𝟏, 𝒉𝟐, … , 𝒉𝑵]𝒉𝒊 = 𝑮𝑹𝑼(𝒗𝒊, 𝒉𝒊@𝟏)

𝒉𝒊 = 𝑮𝑹𝑼(𝒗𝒊, 𝒉𝒊@𝟏) 𝒉𝒊 = [𝒉𝒊, 𝒉𝒊]

Page 23: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Feature Combination• Intuition

– Icon and its text could be semantically correlated– Simultaneously update the icon features and the text features can capture

the correlations

DeepIntent - CCS 2019 22

……

𝐶𝑓&

𝑓3

B𝑓3

B𝑓& 𝑓

Icon Feature and Text Feature Co-Attention

• Co-Attention [Lu et al. NeurIPS’16, Zhang et al. AAAI’19]– Compute correlation matrix– Transfer the features for each other

𝑪 = 𝒕𝒂𝒏𝒉(𝒇𝒗𝑻𝑾𝒄𝒇𝒖)𝑯𝒖 = 𝒕𝒂𝒏𝒉(𝑾𝒖𝒇𝒖 + 𝑾𝒗𝒇𝒗 𝑪)𝒂𝒖 = 𝒔𝒐𝒇𝒕𝒎𝒂𝒙(𝑾𝒉𝑯𝒖)

M𝒇𝒖 =N𝒊O𝟎

𝑴𝒂𝒖𝒊 𝒇𝒖𝒊 𝒇 = M𝒇𝒖 + M𝒇𝒗

Page 24: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Training Icon-Behavior Model

• Multi-label prediction problem– Predict each permission as a binary classification problem– Sigmoid function in logistic regression

• Loss function– Binary cross entropy

DeepIntent - CCS 2019 23

CAMERA permission

MICROPHONE permission

𝒑 = 𝒔𝒊𝒈𝒎𝒐𝒊𝒅(𝑾𝒑𝒇 + 𝒃𝒑)

𝑳 =𝟏𝑫(− N

𝒑,𝒛 ∈𝑫

N𝒊

(𝒑𝒊 ∗ 𝒍𝒐𝒈 𝒛𝒊 + 𝟏 − 𝒑𝒊 ∗ 𝒍𝒐𝒈(𝟏 − 𝒛𝒊))

Page 25: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Phase 3: Detecting Intention-Behavior Discrepancy

• Detecting group-wise outlier• Computing final outlier score

DeepIntent - CCS 2019 24……

Detecting Group-wise Outliers

Computing the Final Outlier Score

distance-based

prediction-based

𝑠\

𝑠]

𝑠^

Features and Permissions

send sms

SMSPermission

outlier score

Multiple permissions

Page 26: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Detecting Group-Wise Outlier

• Low-dimensional features– Tend to be more robust

DeepIntent - CCS 2019 25

• AutoEncoder: simple and effective– Reduce and reconstruct

– Minimize the reconstruction error

𝑔 = 𝑟𝑒𝑑𝑢𝑐𝑒(𝑓)

𝑓d = 𝑟𝑒𝑐𝑜𝑛𝑠𝑡𝑟𝑢𝑐𝑡(𝑔)

𝑚𝑖𝑛NjO\

k𝑓j − 𝑓jd

^

……

Detecting Group-wise Outliers

Computing the Final Outlier Score

distance-based

prediction-based

𝑠\

𝑠]

𝑠^

Features and Permissions

send sms

SMSPermission

outlier score

Page 27: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Computing Final Outlier Score

• Aggregate– Combine prediction results

DeepIntent - CCS 2019 26

• Aggregation methods– Distance-based aggregation: local neighborhood density

– Prediction-based aggregation: predicted probabilities

– Combined aggregation

𝑠 =𝑠\

𝐴𝑣𝑔𝐷𝑖𝑠\+

𝑠^𝐴𝑣𝑔𝐷𝑖𝑠^

+ ⋯+𝑠]

𝐴𝑣𝑔𝐷𝑖𝑠]

𝑠 = 𝑠\ ∗ 1 − 𝑝\ + 𝑠^ ∗ 1 − 𝑝^ + ⋯+ 𝑠] ∗ (1 − 𝑝])

𝑠 = 𝑠\ ∗ 1 − 𝑝\ +1

𝐴𝑣𝑔𝐷𝑖𝑠\+ ⋯+ 𝑠] ∗ 1 − 𝑝] +

𝑠]𝐴𝑣𝑔𝐷𝑖𝑠]

outlier score

neighborhood density

outlier score

predicted probability

……

Detecting Group-wise Outliers

Computing the Final Outlier Score

distance-based

prediction-based

𝑠\

𝑠]

𝑠^

Features and Permissions

send sms

SMSPermission

outlier score

Page 28: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Outline

• Background and Motivation• DeepIntent Approach

– Icon Widget Analysis– Deep Icon-Behavior Learning– Detecting Intention-Behavior Discrepancy

• Experiments• Conclusions

DeepIntent - CCS 2019 27

Page 29: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Evaluation Setup: Implementation

• Program analysis

– Gator [Rountev and Yan. CGO’14], Soot [Vallee-Rai et al. CC’00], ApkTool [Tumbleson et al. Github’17] and PScout [Au et al. CCS’12]

• Icon processing

– Pillow [Clark. Github’10] and Google Tesseract Optical Character Recognition (OCR) [Smith et al. Github’06]

• Deep learning– Keras [Chollet et al. Keras’15] and PyOD [Zhao et al. JMLR’19]

DeepIntent - CCS 2019 28

Publicly available at https://github.com/deepintent-ccs/DeepIntent

Page 30: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Evaluation Setup: Subject

• Benign apps: 9,891– Google Play– No anti-virus engines flagged

• Malicious apps: 16,262– Resort to Wang et al. and RmvDroid– Flagged by at least 20 anti-virus engines

• Total icons: 7,691 (training) + 1,274 (benign testing) + 1,362 (malicious testing)

• Manually labeled testing icons: 1,274 + 1,362

DeepIntent - CCS 2019 29

Permission Distribution

NETWORK61%

LOCATION21%

MICROPHONE4%

SMS4%

CAMERA3%

CALL1%

STORAGE2%

CONTACTS4%

OTHER7%

Page 31: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Research Questions

• RQ1: How effective is the co-attention mechanism for icons and texts in improving icon-behavior learning?

• RQ2: How effective is icon-behavior association based on static analysis in improving icon-behavior learning?

• RQ3: How effective is DeepIntent in detecting intention-behavior discrepancies?

DeepIntent - CCS 2019 30

Page 32: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

RQ1: Joint Feature Learning

DeepIntent - CCS 2019 31

• DeepIntent significantly outperforms IconIntent

Page 33: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

RQ1: Joint Feature Learning

DeepIntent - CCS 2019 32

• DeepIntent significantly outperforms IconIntent• DeepIntent performs best compared to ‘text_only’ and ‘icon_only’ variants

Page 34: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

RQ1: Joint Feature Learning

• DeepIntent significantly outperforms IconIntent• DeepIntent performs best compared to ‘text_only’ and ‘icon_only’ variants• Compared to others, co-attention performs especially well in 4 out of 8 permission groups

DeepIntent - CCS 2019 33

Page 35: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

RQ2: Icon-Behavior Analysis• Without program analysis -> Manifest file

– Unused permissions and error Prone

DeepIntent - CCS 2019 34

• Re-trained with permissions from manifest files– Precision decrease dramatically– Essential to accurately extract icon-permission

mappings

Page 36: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

RQ3: Intention-Behavior Discrepancies

• Identifying intention-behavior discrepancies– Achieving 39.9% and 26.1% relative improvements on the benign apps and the

malicious apps compared with IconIntent– Combining icon and text features are useful for discrepancy detection– Outperforms ‘prediction’ -> Essential to evolve outlier detection

• Precision and recall curves of DeepIntent– Precision results are high when K < #outliers

DeepIntent - CCS 2019 35

Page 37: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Outline

• Background and Motivation• DeepIntent Approach

– Icon Widget Analysis– Deep Icon-Behavior Learning– Detecting Intention-Behavior Discrepancy

• Experiments• Conclusions

DeepIntent - CCS 2019 36

Page 38: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Conclusion• DeepIntent

– Program analysis techniques to associate the widgets to permission uses– Deep learning techniques to jointly model icons and their contextual texts of the

icon widgets– Detecting the intention-behavior discrepancies by computing and aggregating the

outlier scores

• Evaluation on 9,891 benign and 16,262 malicious apps– Achieves at least 19.3% relative improvement in predicting permission uses

compared with computer vision techniques– Program analysis is essential and achieves 70.8% relative improvement on average

compared to the learning approach without program analysis– Detect discrepancies with AUC value 0.8656 and 0.8839 for benign and malicious

apps (39.9% and 26.1% relative improvements over IconIntent)

DeepIntent - CCS 2019 37

Page 39: Intention-Behavior Discrepancy in Mobile Appspenggao/... · ShengquXi1,*,Shao Yang2,*, XushengXiao2, Yuan Yao1, YayuanXiong1, FengyuanXu1, HaoyuWang3, Peng Gao4, ZhuotaoLiu5, Feng

Thanks!Q&A

DeepIntent - CCS 2019 38

program analysis• Traceability & Label Inference

– UI widgets <-> permissions

• Constructing a large-scale high-quality training dataset

deep learning• Modeling unstructured artifacts

– E.g., icons and texts

• Predicting expected intentions based on icons and texts

DeepIntent combines program analysis and deep learning, and is publicly available at https://github.com/deepintent-ccs/DeepIntent