#share-button{ border-top:1px solid #ccc;border-bottom:1px solid #ccc; padding:8px 0px;margin:10px 0px;width:100%;float:left;height:20px;font-family: 'Noto Sans', sans-serif; font-size: 12px; font-weight: 400;} #share-button p{ float:left; background:#fafafa; display:block; padding:5px 8px !important; margin-top:-3px; border-radius:6px 6px;} #share-button a{ position:relative; float:left; border-radius:6px 6px; display:block; color:#fafafa; padding:5px 8px; margin:-3px 3px 3px;} #share-button a:hover{ }

Search This Blog

Friday, June 27, 2014

Forensic Triage for Mobile Phones with DEC0DE

Abstract

We present DEC0DE, a system for recovering information from phones with unknown storage formats, a critical problem for forensic triage. Because phones have myriad custom hardware and software, we examine only the stored data. Via flexible descriptions of typical data structures, and using a classic dynamic programming algorithm, we are able to identify call logs and address book entries in phones across varied models and manufacturers. We designed DEC0DE by examining the formats of one set of phone models, and we evaluate its performance on other models. Overall, we are able to obtain high performance for these unexamined models: an average recall of 97% and precision of 80% for call logs; and average recall of 93% and precision of 52% for address books. Moreover, at the expense of recall dropping to 14%, we can increase precision of address book recovery to 94% by culling results that don’t match between call logs and address book entries on the same phone.
By : Robert J. Walls, Erik Learned-Miller and Brian Neil Levine
Download Link :
0 Comments
Comments
Comments

No comments:

Post a Comment