MAGNET WEEKLY CTF #1



 MAGNET WEEKLY CTF #1

 
This challenge involves analysis of an Android phone image.
 
 
I started with a Google search of the file in question:
 
 
 
 
and found this info on stack overflow:
 

 
 
I loaded the image into Autopsy and located the file,
 

but the access time (in fact, all of the times) were 00:00:00.

There was some interesting information in the text of the file:



Maybe the timeline would yield some clues:

 

Could the "hosts" file have been most recently accessed
the last time the site was accessed?



NO.
 

Maybe it was most recently accessed the first time
the site was accessed?
Some sticky initialization assignment, perhaps?
 


NO, again. Two guesses down.
 
OK, enough Autopsy.
Maybe I'll just check the file info using finder (MacOS).
 
 

What? No SECONDS?
 
Time to change the default.
 


Drag SECONDS to the Short field:
 
 
 
Open file info again, and SECONDS appear. 
 
 
Add +5 hours for UTC:
 

SUCCESS!

 
 
NOTE: it would have been much easier
to use exiftool from the beginning, though confusing
access and modification time would probably still
have cost me an incorrect entry.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Comments

Popular posts from this blog