T1212 Exploitation for Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Credentialing and authentication mechanisms may be targeted for exploitation by adversaries as a means to gain access to useful credentials or circumvent the process to gain access to systems. One example of this is MS14-068, which targets Kerberos and can be used to forge Kerberos tickets using domain user permissions.21 Exploitation for credential access may also result in Privilege Escalation depending on the process targeted or credentials obtained.
Item | Value |
---|---|
ID | T1212 |
Sub-techniques | |
Tactics | TA0006 |
Platforms | Linux, Windows, macOS |
Version | 1.4 |
Created | 18 April 2018 |
Last Modified | 28 April 2022 |
Mitigations
ID | Mitigation | Description |
---|---|---|
M1048 | Application Isolation and Sandboxing | Make it difficult for adversaries to advance their operation through exploitation of undiscovered or unpatched vulnerabilities by using sandboxing. Other types of virtualization and application microsegmentation may also mitigate the impact of some types of exploitation. Risks of additional exploits and weaknesses in these systems may still exist.3 |
M1050 | Exploit Protection | Security applications that look for behavior used during exploitation such as Windows Defender Exploit Guard (WDEG) and the Enhanced Mitigation Experience Toolkit (EMET) can be used to mitigate some exploitation behavior.4 Control flow integrity checking is another way to potentially identify and stop a software exploit from occurring.5 Many of these protections depend on the architecture and target application binary for compatibility and may not work for software targeted for defense evasion. |
M1019 | Threat Intelligence Program | Develop a robust cyber threat intelligence capability to determine what types and levels of threat may use software exploits and 0-days against a particular organization. |
M1051 | Update Software | Update software regularly by employing patch management for internal enterprise endpoints and servers. |
Detection
ID | Data Source | Data Component |
---|---|---|
DS0015 | Application Log | Application Log Content |
DS0009 | Process | Process Creation |
DS0002 | User Account | User Account Authentication |
References
-
Metcalf, S. (2015, May 03). Detecting Forged Kerberos Ticket (Golden Ticket & Silver Ticket) Use in Active Directory. Retrieved December 23, 2015. ↩
-
Microsoft. (2014, November 18). Vulnerability in Kerberos Could Allow Elevation of Privilege (3011780). Retrieved December 23, 2015. ↩
-
Goodin, D. (2017, March 17). Virtual machine escape fetches $105,000 at Pwn2Own hacking contest - updated. Retrieved March 12, 2018. ↩
-
Nunez, N. (2017, August 9). Moving Beyond EMET II – Windows Defender Exploit Guard. Retrieved March 12, 2018. ↩
-
Wikipedia. (2018, January 11). Control-flow integrity. Retrieved March 12, 2018. ↩