Having fun while learning about and pivoting into the world of DFIR.
by ogmini
NASA has a SQLite DB on your Android Phone?
Continuing with my writeups on my “fails” or the ones I just couldn’t figure out in the timeframe alloted. I want to talk about how I went about trying to solve the challenge and where I went wrong. This should help me in the future by highlighting weaknesses and areas for improvement. Each post will focus on just one “fail” challenge. You can find all my writeups here.
Title: YOU Watch a Lot of space Videos
Description: What’s the numerical rating for the app with the most installs?
This challenge was under the Android section and worth 25 points making it the second to most difficult challenge.
Thanks for Andro6 for posting this solution on his blog https://medium.com/@andro6.ucsy/magnet-ctf-2025-writeups-fb73793eda8b. I haven’t been able to find any documentation explaining the behavior of the specific artifact.
The other part of the hint mentioned space and was a reference to NASA. Searching for a file with NASA in the name would have led to the discovery of the “nasa_ps_db” which could be opened in DB Browser for SQLite. The “play_app” table provides the numerical rating and the number of installs.