HTB Writeups
  • HTB Writeups
  • Boxes: Very Easy
    • Academy
    • Archetype
    • Arctic
    • Base
    • Bike
    • Blue
    • Explosion
    • Included
    • Markup
    • Oopsie
    • Redeemer
    • Responder
    • Shield
    • Unified
    • Vaccine
  • Boxes: Easy
    • Analytics
    • Armageddon
    • Bashed
    • Beep
    • Blocky
    • Bounty Hunter
    • Buff
    • Cap
    • CozyHosting
    • Devel
    • Explore
    • Forest
    • Grandpa
    • Granny
    • Horizontall
    • Jerry
    • Keeper
    • Knife
    • Lame
    • Late
    • Legacy
    • Mirai
    • Netmon
    • Nibbles
    • Optimum
    • Paper
    • Photobomb
    • Precious
    • RedPanda
    • Return
    • Sau
    • ScriptKiddie
    • Sense
    • Servmon
    • Shocker
    • Shoppy
    • Squashed
    • Trick
  • Boxes: Medium
    • Poison
  • Challenges
    • Behind the Scenes
    • Canvas
    • Debugging Interface
    • Digital Cube
    • Easy Phish
    • Find the Easy Pass
    • Forest
    • Infiltration
    • misDIRection
    • Pusheen Loves Graphs
    • Retro
    • Signals
    • The Secret of a Queen
    • Wrong Spooky Season
  • Fortresses
  • Cyber Apocalypse 2023: The Cursed Mission
    • The Cursed Mission
    • Alien Cradle
    • Critical Flight
    • Debug
    • Extraterrestrial Persistence
    • Getting Started
    • Needle in the Haystack
    • Orbital
    • Packet Cyclone
    • Passman
    • Perfect Sync
    • Persistence
    • Plaintext Tleasure
    • Questionnaire
    • Reconfiguration
    • Relic Maps
    • Roten
    • Secret Code
    • Shattered Tablet
    • Small StEps
  • Hack the Boo 2023
    • Hauntmart
    • Spellbrewery
    • Trick or Treat
    • Valhalloween
  • Cyber Apocalypse 2024: Hacker Royale
    • Hacker Royale
    • An Unusual Sighting
    • BoxCutter
    • BunnyPass
    • Character
    • Data Siege
    • Delulu
    • Dynastic
    • Fake Boost
    • Flag Command
    • Game Invitation
    • It has begun
    • KORP Terminal
    • Labyrinth Linguist
    • LockTalk
    • Lucky Faucet
    • Makeshift
    • Maze
    • Packed Away
    • Phreaky
    • Primary Knowledge
    • Pursue the Tracks
    • Rids
    • Russian Roulette
    • Stop Drop and Roll
    • Testimonial
    • TimeKORP
    • Unbreakable
    • Urgent
  • CYBER APOCALYPSE 2025: Tales from Eldoria
    • Tales from Eldoria
    • A New Hire
    • Cave Expedition
    • Echoes in Stone
    • Eldorion
    • Embassy
    • EncryptedScroll
    • HeliosDEX
    • Quack Quack
    • Silent Trap
    • Stealth Invasion
    • Tales for the Brave
    • The Ancient Citadel
    • The Hillside Haven
    • The Stone That Whispers
    • Thorins Amulet
    • ToolPie
    • Traces
    • Trial by Fire
    • Whispers of the Moonbeam
Powered by GitBook
On this page
  1. Cyber Apocalypse 2024: Hacker Royale

Pursue the Tracks

Personal Rating: Medium

We have a file z.mft

This is likely an ntfs master file table. We can use this tool to make the data readable:

Files are related to two years, which are those? (for example: 1993,1995)

> 2023,2024

can be seen in the dates

There are some documents, which is the name of the first file written? (for example: randomname.pdf)

> Final_Annual_Report.xlsx

First file created without a dollar sign

Which file was deleted? (for example: randomname.pdf)

> Marketing_Plan.xlsx

Active: Inactive as the only file

How many of them have been set in Hidden mode? (for example: 43)

> 1

The only file with a dollar sign in the name that has a file extension

Which is the filename of the important TXT file that was created? (for example: randomname.txt)

> credentials.txt

This one is obvious

A file was also copied, which is the new filename? (for example: randomname.pdf)

> Financial_Statement_draft.xlsx

?

Which file was modified after creation? (for example: randomname.pdf)

> Project_Proposal.pdf

The only file where the modification date is significantly later than the creation date

What is the name of the file located at record number 45? (for example: randomname.pdf)

> Annual_Report.xlsx

obvious

What is the size of the file located at record number 40? (for example: 1337)

WRONG: 376, 1024, 178, 121, 2013331456, 368, 170, 4103, 8, 262144, 1879113728, 1073741824, 78010000, 7801, 159, 0400, 400, 0178, 37

> 0xe000

This is how you would usually view the file size, but that does not apply here. Some 1-Byte error and the compression flag change the offset for the value and the Microsoft documentation is wrong.

I did not understand how to get the solution. The value 0xe000 resides in the DATA Attribute section.

PreviousPrimary KnowledgeNextRids

Last updated 1 year ago

MFT StructureFutureLearn
Logo