In this lab, we are tasked with performing a forensic analysis on a Windows triage image provided by Dr. Alex Rivera. Dr. Rivera reported high CPU usage on his system after downloading an external library for his research project. Our objective is to investigate the system to determine the root cause of the high CPU usage, identify any malicious activities, and uncover how the attacker compromised the system.
The evidence is likely located in the PowerShell command history files:
ConsoleHost_history.txt in the user's profile directory.Microsoft-Windows-PowerShell%4Operational.evtx and Windows PowerShell.evtx.We reviewed the PowerShell event logs, focusing on the PowerShell Operational.evtx and Microsoft-Windows-PowerShell%4Operational.evtx files, but found no evidence of any external library downloads.
C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\.
ConsoleHost_history.txt to review the commands executed in PowerShell.
ConsoleHost_history.txt, we find the following command:pip install git+https://github.com/a1l4m/TensorFlow.git#egg=TensorFlow
This command indicates that Dr. Rivera attempted to install a Python package named TensorFlow from a GitHub repository. However, this repository may have been malicious or tampered with.
Answer:
pip install git+https://github.com/a1l4m/TensorFlow.git#egg=TensorFlo…