Update T1003.yaml Dumping Credentials using Mimikatz #2661
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Atomic Test #7 - Dumping Credentials using Mimikatz with AMSI Bypass
Demonstrates the capability of Mimikatz to extract credentials from memory, including an AMSI bypass technique.
Details
This atomic test focuses on using Mimikatz, a well-known tool in the cybersecurity community, for extracting credentials stored in memory. Mimikatz is capable of extracting plaintext passwords, hashes, PIN codes, and Kerberos tickets from memory. This test is designed to help security teams understand and detect Mimikatz usage within their environment.
In addition to the standard Mimikatz execution, this test includes a script to bypass the Anti-Malware Scan Interface (AMSI) in Windows. This AMSI bypass technique is a common tactic used by attackers to evade detection and is crucial for security teams to understand and recognize.
Executor
The test is executed via the command prompt with elevated privileges and involves the following steps:
Testing
Testing should be carried out in a controlled environment due to the nature of the tools and techniques used.
Security teams are encouraged to use this test to enhance their detection capabilities against tools like Mimikatz and techniques like AMSI bypass.
Associated Issues
NA