Description
There is indeed an active malware on the machine. We would like to understand how the attacker was able to execute it in memory. Identify the process that allowed the malware to be executed.
The flag is in the format FCSC{<process_name>:<process_id>}
where:
<process_name>
is the name of the process responsible for launching the malware, and<process_id>
is the Process ID (PID) of the process responsible for launching the malware.
For example: FCSC{malware.exe:42}
.
This challenge is part of a serie that should be solved sequentially:
Files
-
analyse-memoire.tar.xz
1.05 GiB – 59dbdb3d2e0eb219afc63fa086069b0e21cad79060ca3752b75e910058fce206
Author

Flag
Submit your solution
You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.
You need to be logged in to submit a writeup.
Writeups
There are no public solutions for this challenge yet, but you can submit yours after getting the flag.