I am completing some online labs for a cyber security course. We are meant to do specific tasks.
For this task we have a compromised virtual machine in an activity titled "compromised host" .
"The attacker has deployed the ‘mimikatz’ tool to attempt to capture plaintext passwords." I am not sure what a mimikatz tool is, but upon research online it is used in malicious attacks. We are meant to find the filename of the executable for this mimikatz tool on the disk. I am not sure how we are meant to identify it, especially when it is probably not called mimikatz (I have already tried). We are also meant to find a path to a log file, which contains the details to someone called Alan Jones (I am assuming this could be used as a keyword in a search of files).
The questions we have been asked are: 1) What is the filename of the mimikatz executable on disk? 2) What is the full path of the log file on disk?
How do we find the mimikatz file(commands in powershell?) and how do we find the password log?