ctf-writeup/ICSJWG CTF 2023/Windows Pane - 2
daffainfo 9325852d3a feat: added TSG CTF 2023 2023-11-05 15:59:14 +07:00
..
images feat: added ICSJGW CTF 2023 2023-05-12 01:04:44 +07:00
Prefetch.zip feat: added ICSJGW CTF 2023 2023-05-12 01:04:44 +07:00
README.md feat: added TSG CTF 2023 2023-11-05 15:59:14 +07:00

README.md

Windows Pane - 2

Due to this logon behavior, Jubilife would like to perform additional forensics on Abigail's machine. The attached prefetch data was extracted from their machine and Jubilife would like your assistance to find any evidence of a malicious executable.

What is the full directory path of the malicious backdoor executable?

Flag format: full directory path of malicious executable. Example: C:\Users\User\Desktop\Path.exe

Note: A Windows machine or Windows VM is recommended for solving this challenge.

About the Challenge

We were given a zip file that contains prefetch files (You can download the file here). We need to find the full directory path of malicious executable

How to Solve?

Unzip the zip file first, and you will see a lot of prefetch files. But there is 1 file called B@CKD00R.EXE-7CB4E6DE.pf that has caught my attention

So to parse the pf file, you can use PECmd tools or Prefetch Explorer Command Line. And here is the command I used to parse the B@CKD00R.EXE-7CB4E6DE.pf

.\PECmd.exe -f '\Prefetch\Prefetch\B@CKD00R.EXE-7CB4E6DE.pf'

flag

As you can see in the result of the tool, there was location of malicious executable

\VOLUME{01d926fadbedf1a6-68dc08d5}\USERS\ABIGAIL_FORBES\DESKTOP\SECRET\B@CKD00R.EXE