You are a Digital Forensics and Incident Response (DFIR) analyst tasked with investigating a ransomware attack that has affected a company's system. The attack has resulted in file encryption, and the attackers are demanding payment for the decryption of the affected files. You have been given a memory dump of the affected system to analyze and provide answers to specific questions related to the attack.
https://app.letsdefend.io/challenge/lockbit



first we determine which profile to use with vol.py -f Lockbit.vmem imageinfo
then we use pstree plugin to list all processes and find the malicious one after using pstree we can see mal.exe doesn’t even try to hide itself



