What Can You Discover from a USB Stick Found in the Grass?

  • Thread starter Thread starter Borek
  • Start date Start date
  • Tags Tags
    Usb
AI Thread Summary
The discussion centers around a forensic challenge involving a USB stick, where participants must deduce the owner's identity and reconstruct their story based on the files and metadata present. The creator of the challenge shares insights into the design process, emphasizing the need for realistic file traces, including creation, modification, and last access dates, which must align with the narrative being constructed. The challenge is accessible to users with basic computer skills, avoiding the need for advanced hacking knowledge. The creator faced technical hurdles, particularly with time synchronization issues due to NTP, which required isolating the computer or blocking the clock. The project has garnered positive reactions, particularly from users of the Polish version, indicating its engaging nature. Additionally, there are mentions of the ease of manipulating file dates on Windows and the comparative difficulties faced on Linux. The creator encourages participants to add the challenge to their Steam wishlist.
Borek
Mentor
Messages
29,122
Reaction score
4,541
Some of the older forum regulars can remember my strange questions asked over two years ago about ways of stopping NTPD, freshmen may remember my questions about ways of expressing some things in English. As strange as it may sound all these questions were related to the same project. I got to the point where I can share the details.



So, what it is about? It is a forensic challenge - you are given a USB stick and you have to find out who the owner was and reconstruct their story. It requires some reading, some thinking, some common logic and some computer skills. A bit nerdy, but designed to be in range of a reasonably savvy computer user, no need for PhD in hacking.

I had plenty of fun designing whole thing and working around some of the unexpected obstacles. The idea was to make the stick look like if it was used for many years to transfer random files between computers. When the files are added, copied, removed, it all leaves invisible traces in the FAT and the directory structure - and to be convincing the stick needs to have all these traces intact. For example: files can have up to three dates - creation, last modification, last use. All these have to reflect the story and look convincing, and it is not trivial to do so, as OS tries to use real time and tries to get this real time from the net using NTP, so I had to ether somehow block the clock and NTPD, or use a computer that was isolated form the outside world. And that's only a simple example of problems I had to solve, I learned more about some intricacies of different OS-es and structures of different types of files than ever before. Actually I am not 100% sure I haven't missed something, although so far nobody told me about any inconsistencies.

If I had plenty of fun making it, judging from the reaction to the Polish version people have plenty of fun looking for answers.

Fell free to add the add the TUSFitG to your Steam wishlist if you have one, after all that's why I am posting about it :wink: Yes, Greg knows.
 
  • Like
Likes hutchphd, DennisN, Drakkith and 1 other person
Physics news on Phys.org
Just so you know, if you are running under Windows you can write a simple program to change any of the 3 dates to whatever you want.
 
mfw picking up random USB drives: do you want stuxnet? that's how you get stuxnet.
 
Pythagorean said:
mfw picking up random USB drives: do you want stuxnet? that's how you get stuxnet.

And with USB Killer you just fry the motherboard.
 
phinds said:
Just so you know, if you are running under Windows you can write a simple program to change any of the 3 dates to whatever you want.

Yes, that's how I did another part of the project, but scripting the copying part was much easier to implement under Linux, and Linux basically supports only two of these dates.
 
Just launched :smile:

 
Similar to the 2024 thread, here I start the 2025 thread. As always it is getting increasingly difficult to predict, so I will make a list based on other article predictions. You can also leave your prediction here. Here are the predictions of 2024 that did not make it: Peter Shor, David Deutsch and all the rest of the quantum computing community (various sources) Pablo Jarrillo Herrero, Allan McDonald and Rafi Bistritzer for magic angle in twisted graphene (various sources) Christoph...
Thread 'My experience as a hostage'
I believe it was the summer of 2001 that I made a trip to Peru for my work. I was a private contractor doing automation engineering and programming for various companies, including Frito Lay. Frito had purchased a snack food plant near Lima, Peru, and sent me down to oversee the upgrades to the systems and the startup. Peru was still suffering the ills of a recent civil war and I knew it was dicey, but the money was too good to pass up. It was a long trip to Lima; about 14 hours of airtime...
Back
Top