subject
stringlengths
5
9
predicate
stringclasses
21 values
object
stringlengths
2
4.68k
source
stringclasses
1 value
object_type
stringclasses
6 values
meta
stringlengths
0
10.5k
T1206
description
Setting the <code>timestamp_timeout</code> to 0 will require the user to input their password every time <code>sudo</code> is executed. Similarly, ensuring that the <code>tty_tickets</code> setting is enabled will prevent this leakage across tty sessions.
attack
string
T1206
domain
enterprise-attack
attack
string
T1206
domain
enterprise-attack
attack
string
T1206
is-subtechnique
false
attack
boolean
T1206
modified
2025-10-24 17:48:30.957000+00:00
attack
date
T1206
modified
2025-04-18 18:00:17.706000+00:00
attack
date
T1206
name
Sudo Caching
attack
string
T1206
name
Sudo Caching Mitigation
attack
string
T1206
platform
Linux
attack
string
T1206
platform
macOS
attack
string
T1206
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://www.sudo.ws/","source_name":"sudo man page 2018","description":"Todd C. Miller. (2018). Sudo Man Page. Retrieved March 19, 2018."},{"url":"https://www.cybereason.com/blog/labs-proton-b-what-this-mac-malware-actually-does","source_name":"cybereason osx proton","des...
T1206
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1206
revoked
true
attack
boolean
T1206
revoked-by
T1548.003
attack
id
T1206
url
https://attack.mitre.org/techniques/T1206
attack
url
T1206
url
https://attack.mitre.org/mitigations/T1206
attack
url
T1207
belongs-to-tactic
TA0112
attack
id
T1207
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1207
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1207
deprecated
true
attack
boolean
T1207
description
Adversaries may register a rogue Domain Controller to enable manipulation of Active Directory data. DCShadow may be used to create a rogue Domain Controller (DC). DCShadow is a method of manipulating Active Directory (AD) data, including objects and schemas, by registering (or reusing an inactive registration) and simu...
attack
string
T1207
description
This type of attack technique cannot be easily mitigated with preventive controls since it is based on the abuse of AD design features. For example, mitigating specific AD API calls will likely have unintended side effects, such as preventing DC replication from operating properly. Efforts should be focused on preventi...
attack
string
T1207
domain
enterprise-attack
attack
string
T1207
domain
enterprise-attack
attack
string
T1207
is-subtechnique
false
attack
boolean
T1207
modified
2026-05-12 15:12:00.634000+00:00
attack
date
T1207
modified
2025-04-18 18:00:10.518000+00:00
attack
date
T1207
name
Rogue Domain Controller
attack
string
T1207
name
DCShadow Mitigation
attack
string
T1207
platform
Windows
attack
string
T1207
rdf:type
Technique
attack
enum
{"version":"3.0","external_references":[{"url":"https://www.dcshadow.com/","source_name":"DCShadow Blog","description":"Delpy, B. & LE TOUX, V. (n.d.). DCShadow. Retrieved March 20, 2018."},{"url":"https://adsecurity.org/?page_id=1821","source_name":"Adsecurity Mimikatz Guide","description":"Metcalf, S. (2015, November...
T1207
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1207
url
https://attack.mitre.org/techniques/T1207
attack
url
T1207
url
https://attack.mitre.org/mitigations/T1207
attack
url
T1208
belongs-to-tactic
TA0006
attack
id
T1208
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1208
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1208
deprecated
true
attack
boolean
T1208
description
Service principal names (SPNs) are used to uniquely identify each instance of a Windows service. To enable authentication, Kerberos requires that SPNs be associated with at least one service logon account (an account specifically tasked with running a service (Citation: Microsoft Detecting Kerberoasting Feb 2018)). (Ci...
attack
string
T1208
description
Ensure strong password length (ideally 25+ characters) and complexity for service accounts and that these passwords periodically expire. (Citation: AdSecurity Cracking Kerberos Dec 2015) Also consider using Group Managed Service Accounts or another third party product such as password vaulting. (Citation: AdSecurity Cr...
attack
string
T1208
domain
enterprise-attack
attack
string
T1208
domain
enterprise-attack
attack
string
T1208
is-subtechnique
false
attack
boolean
T1208
modified
2025-10-24 17:49:15.097000+00:00
attack
date
T1208
modified
2025-04-18 18:00:07.445000+00:00
attack
date
T1208
name
Kerberoasting
attack
string
T1208
name
Kerberoasting Mitigation
attack
string
T1208
platform
Windows
attack
string
T1208
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://blogs.technet.microsoft.com/motiba/2018/02/23/detecting-kerberoasting-activity-using-azure-security-center/","source_name":"Microsoft Detecting Kerberoasting Feb 2018","description":"Bani, M. (2018, February 23). Detecting Kerberoasting activity using Azure Securi...
T1208
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"https://adsecurity.org/?p=2293","source_name":"AdSecurity Cracking Kerberos Dec 2015","description":"Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast \u2013 Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2...
T1208
revoked
true
attack
boolean
T1208
revoked-by
T1558.003
attack
id
T1208
url
https://attack.mitre.org/techniques/T1208
attack
url
T1208
url
https://attack.mitre.org/mitigations/T1208
attack
url
T1209
belongs-to-tactic
TA0003
attack
id
T1209
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1209
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1209
deprecated
true
attack
boolean
T1209
description
The Windows Time service (W32Time) enables time synchronization across and within domains. (Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients. (Citation: Microsoft TimeProvider) Ti...
attack
string
T1209
description
Identify and block potentially malicious software that may be executed as a time provider by using whitelisting (Citation: Beechey 2010) tools, like AppLocker, (Citation: Windows Commands JPCERT) (Citation: NSA MS AppLocker) that are capable of auditing and/or blocking unknown DLLs. Consider using Group Policy to conf...
attack
string
T1209
domain
enterprise-attack
attack
string
T1209
domain
enterprise-attack
attack
string
T1209
is-subtechnique
false
attack
boolean
T1209
modified
2025-10-24 17:49:29.141000+00:00
attack
date
T1209
modified
2025-04-18 18:00:07.267000+00:00
attack
date
T1209
name
Time Providers
attack
string
T1209
name
Time Providers Mitigation
attack
string
T1209
platform
Windows
attack
string
T1209
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://docs.microsoft.com/windows-server/networking/windows-time-service/windows-time-service-top","source_name":"Microsoft W32Time Feb 2018","description":"Microsoft. (2018, February 1). Windows Time Service (W32Time). Retrieved March 26, 2018."},{"url":"https://msdn.mi...
T1209
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"http://www.sans.org/reading-room/whitepapers/application/application-whitelisting-panacea-propaganda-33599","source_name":"Beechey 2010","description":"Beechey, J. (2010, December). Application Whitelisting: Panacea or Propaganda?. Retrieved November 18, 2014."},{"url":"h...
T1209
revoked
true
attack
boolean
T1209
revoked-by
T1547.003
attack
id
T1209
url
https://attack.mitre.org/techniques/T1209
attack
url
T1209
url
https://attack.mitre.org/mitigations/T1209
attack
url
T1210
belongs-to-tactic
TA0008
attack
id
T1210
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1210
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1210
deprecated
true
attack
boolean
T1210
description
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network. 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-...
attack
string
T1210
description
Segment networks and systems appropriately to reduce access to critical systems and services to controlled methods. Minimize available services to only those that are necessary. Regularly scan the internal network for available services to identify new and potentially vulnerable services. Minimize permissions and acces...
attack
string
T1210
domain
enterprise-attack
attack
string
T1210
domain
enterprise-attack
attack
string
T1210
is-subtechnique
false
attack
boolean
T1210
modified
2025-10-24 17:49:09.112000+00:00
attack
date
T1210
modified
2025-04-18 17:59:43.041000+00:00
attack
date
T1210
name
Exploitation of Remote Services
attack
string
T1210
name
Exploitation of Remote Services Mitigation
attack
string
T1210
platform
Linux
attack
string
T1210
platform
Windows
attack
string
T1210
platform
macOS
attack
string
T1210
platform
ESXi
attack
string
T1210
rdf:type
Technique
attack
enum
{"version":"1.2","external_references":[{"url":"https://github.com/vmware/vcf-security-and-compliance-guidelines/blob/main/security-advisories/vmsa-2024-0019/README.md","source_name":"Broadcom VMSA-2024-0019","description":"Broadcom. (2024, September 17). VMSA-2024-0019: Questions & Answers. Retrieved April 8, 2025."},...
T1210
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"https://arstechnica.com/information-technology/2017/03/hack-that-escapes-vm-by-exploiting-edge-browser-fetches-105000-at-pwn2own/","source_name":"Ars Technica Pwn2Own 2017 VM Escape","description":"Goodin, D. (2017, March 17). Virtual machine escape fetches $105,000 at Pw...
T1210
url
https://attack.mitre.org/techniques/T1210
attack
url
T1210
url
https://attack.mitre.org/mitigations/T1210
attack
url
T1211
belongs-to-tactic
TA0005
attack
id
T1211
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1211
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1211
deprecated
true
attack
boolean
T1211
description
Adversaries may exploit vulnerabilities to evade detection by hiding activity, suppressing logging, or operating within trusted or unmonitored components. Adversaries may exploit a system or application vulnerability to avoid detection while maintaining access within an environment. Exploitation occurs when an advers...
attack
string