Detecting Information Flow By Mutating Input Data

ASE(2017)

引用 18|浏览59
暂无评分
摘要
Analyzing information flow is central in assessing the security of applications. However, static and dynamic analyses of information flow are easily challenged by non-available or obscure code. We present a lightweight mutation-based analysis that systematically mutates dynamic values returned by sensitive sources to assess whether the mutation changes the values passed to sensitive sinks. If so, we found a flow between source and sink. In contrast to existing techniques, mutation-based flow analysis does not attempt to identify the specific path of the flow and is thus resilient to obfuscation.In its evaluation, our MUTAFLOW prototype for Android programs showed that mutation-based flow analysis is a lightweight yet effective complement to existing tools. Compared to the popular FLOWDROID static analysis tool, MUTAFLOW requires less than 10% of source code lines but has similar accuracy; on 20 tested real-world apps, it is able to detect 75 flows that FLOWDROID misses.
更多
查看译文
关键词
static analyses,dynamic analyses,obscure code,lightweight mutation,sensitive sources,sensitive sinks,flow analysis,lightweight yet effective complement,source code lines,information flow analysis,FlowDroid static analysis tool,MUTAFLOW prototype,systematically mutate dynamic values
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要