首页 > 其他 > 详细

WiSec session 2: DroidJust

时间:2015-06-25 06:41:29      阅读:271      评论:0      收藏:0      [点我收藏+]

tasks:

T1. discover sensitive info transmission

T2. detect privacy leakage : distinguish malicious or benign use

challenges:

c1. fuzzy nature of privacy leakage detection pro: some info transmission is not explicit  -> sensitive info justification 

c2. larege no. of smartphone apps (need to be automated scalable)

c3. no server side logic available

Related work:

sensitive info flow tracking: taintDroid, PiOS, androidLeaks, FlowDroid

Event chain ana: appIntent (sensitive data transmission identification, but not scalable, need human efforts)

Statistical efforts: Bayesian

sensitive info usage: local use or transmit to netowrk

eg. weathre forcate app: send user‘s location to a remote server; app will receive weather info from the server; display the weather info

ways to get and transmit sensitive data:

1) framework apis

2) privileged intent actions: need to find the broadcast receiver

3)  uri fields and strings: need to resolve

sensible phone states

=PScout permission specifications.

=SuSi do not need to require permission.

unique identifier to link the data medium: context; filename

sensitive info transmission--- socket httpclient; domain IP address -- sensible data reception

 

WiSec session 2: DroidJust

原文:http://www.cnblogs.com/CarrieCui/p/4599077.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!