Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.19 KB

README.md

File metadata and controls

39 lines (28 loc) · 2.19 KB

FotaFinder

FotaFinder is a static analysis tool to detect if an Android app contains Firmware-Over-The-Air (FOTA) or OTA capablities, i.e., the ability to install system updates (FOTA) or just regular apps (OTA). FotaFinder operates by statically identifying signals in the code that indicate installation capabilities.

Project

This tool is part of a joint research project among UC3M COSEC Lab, the IAG group at IMDEA Networks, and NortonLifelock Research Group. You can find more information about the research in a paper presented in the 42nd IEEE Symposium on Security and Privacy: Trouble Over-The-Air: An Analysis of FOTA Apps in the Android Ecosystem

Cite FotaFinder

If you use FotaFinder as part of your research cite the tool using the next:

@inproceedings{blazquez2021trouble,
  title={Trouble Over-The-Air: An Analysis of FOTA Apps in the Android Ecosystem},
  author={Bl{\'a}zquez, Eduardo and Pastrana, Sergio and Feal, {\'A}lvaro and Gamba, Julien and Kotzias, Platon and Vallina-Rodriguez, Narseo and Tapiador, Juan},
  booktitle={2021 IEEE Symposium on Security and Privacy (SP)},
  pages={1606--1622},
  year={2021},
  organization={IEEE}
}

License

This project is licensed under a MIT License, please check the file LICENSE to find more information about it.

Contact Information

You can find more about the tool's authors and paper contributors in their webpages:

You can find more information about our research in our webpage AndroidObservatory