A SOC analyst is alerted that .kirbi files are being modified on a system. Which hacking tool is likely being used by an adversary on the impacted system?
- Sqlmap
- Mimikatz
- Metasploit
- Nmap
Explanation & Hint:
If a SOC analyst is alerted that .kirbi files are being modified on a system, the hacking tool likely being used by an adversary on the impacted system is “Mimikatz.” Mimikatz is a well-known security tool that is often used by both system administrators and attackers for various tasks related to Windows security. One of its notable capabilities is to extract Kerberos ticket granting tickets (TGTs), which are stored in files with the extension .kirbi. These TGTs can be used in “pass-the-ticket” attacks to gain unauthorized access to resources within a Windows environment. The modification of .kirbi files is a strong indicator that Kerberos tickets are being manipulated, which is a common technique employed by Mimikatz. The other tools listed have different primary functions:
|