Scenario

Our user "Hattori" has reported strange behavior on his computer and realized that some PDF files have been encrypted, including a critical document to the company named important_document.pdf. He decided to report it; since it was suspected that some credentials might have been stolen, the DFIR team has been involved and has captured some evidence. Join the team to investigate and learn how to get information from a memory dump in a practical scenario.

https://tryhackme.com/room/critical


1- Is the architecture of the machine x64 (64bit) Y/N?

Y

Screenshot 2025-07-29 031011.png

using windows.info plugin you will get the answer for the first 3 questions

windows.info plugin : gets general information about the Windows operating system, such as version, build number, system root, number of processors, and product type.

2- What is the Verison of the Windows OS

10

Screenshot 2025-07-29 031042.png

3- What is the base address of the kernel?

0xf8066161b000

Screenshot 2025-07-29 031059.png