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
T1213.004
modified
2025-04-15 22:12:49.744000+00:00
attack
date
T1213.004
name
Customer Relationship Management Software
attack
string
T1213.004
platform
SaaS
attack
string
T1213.004
rdf:type
Technique
attack
enum
{"version":"1.0","external_references":[{"url":"https://www.bleepingcomputer.com/news/security/customer-owned-bank-informs-100k-of-breach-exposing-account-balance-pii/","source_name":"Bleeping Computer Bank Hack 2020","description":"Ionut Ilascu. (2020, January 16). Customer-Owned Bank Informs 100k of Breach Exposing A...
T1213.004
subtechnique-of
T1213
attack
id
T1213.004
url
https://attack.mitre.org/techniques/T1213/004
attack
url
T1213.005
belongs-to-tactic
TA0009
attack
id
T1213.005
created
2024-08-30 13:50:42.023000+00:00
attack
date
T1213.005
description
Adversaries may leverage chat and messaging applications, such as Microsoft Teams, Google Chat, and Slack, to mine valuable information. The following is a brief list of example information that may hold potential value to an adversary and may also be found on messaging applications: * Testing / development creden...
attack
string
T1213.005
domain
enterprise-attack
attack
string
T1213.005
is-subtechnique
true
attack
boolean
T1213.005
modified
2026-05-12 15:12:00.726000+00:00
attack
date
T1213.005
name
Messaging Applications
attack
string
T1213.005
platform
Office Suite
attack
string
T1213.005
platform
SaaS
attack
string
T1213.005
rdf:type
Technique
attack
enum
{"version":"1.0","external_references":[{"url":"https://www.sentinelone.com/labs/nullbulge-threat-actor-masquerades-as-hacktivist-group-rebelling-against-ai/","source_name":"Sentinel Labs NullBulge 2024","description":" Jim Walter. (2024, July 16). NullBulge | Threat Actor Masquerades as Hacktivist Group Rebelling Agai...
T1213.005
subtechnique-of
T1213
attack
id
T1213.005
url
https://attack.mitre.org/techniques/T1213/005
attack
url
T1213.006
belongs-to-tactic
TA0009
attack
id
T1213.006
created
2025-05-22 19:02:46.718000+00:00
attack
date
T1213.006
description
Adversaries may leverage databases to mine valuable information. These databases may be hosted on-premises or in the cloud (both in platform-as-a-service and software-as-a-service environments). Examples of databases from which information may be collected include MySQL, PostgreSQL, MongoDB, Amazon Relational Databas...
attack
string
T1213.006
domain
enterprise-attack
attack
string
T1213.006
is-subtechnique
true
attack
boolean
T1213.006
modified
2026-05-12 15:12:00.623000+00:00
attack
date
T1213.006
name
Databases
attack
string
T1213.006
platform
IaaS
attack
string
T1213.006
platform
Linux
attack
string
T1213.006
platform
macOS
attack
string
T1213.006
platform
SaaS
attack
string
T1213.006
platform
Windows
attack
string
T1213.006
rdf:type
Technique
attack
enum
{"version":"1.0","external_references":[{"url":"https://cloud.google.com/blog/topics/threat-intelligence/unc5537-snowflake-data-theft-extortion","source_name":"Google Cloud Threat Intelligence UNC5537 Snowflake 2024","description":"Mandiant. (2024, June 10). UNC5537 Targets Snowflake Customer Instances for Data Theft a...
T1213.006
subtechnique-of
T1213
attack
id
T1213.006
url
https://attack.mitre.org/techniques/T1213/006
attack
url
T1214
belongs-to-tactic
TA0006
attack
id
T1214
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1214
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1214
deprecated
true
attack
boolean
T1214
description
The Windows Registry stores configuration information that can be used by the system or other programs. Adversaries may query the Registry looking for credentials and passwords that have been stored for use by other programs or services. Sometimes these credentials are used for automatic logons. Example commands to fi...
attack
string
T1214
description
Do not store credentials within the Registry. Proactively search for credentials within Registry keys and attempt to remediate the risk. If necessary software must store credentials, then ensure those accounts have limited permissions so they cannot be abused if obtained by an adversary.
attack
string
T1214
domain
enterprise-attack
attack
string
T1214
domain
enterprise-attack
attack
string
T1214
is-subtechnique
false
attack
boolean
T1214
modified
2025-10-24 17:48:35.620000+00:00
attack
date
T1214
modified
2025-04-18 17:59:52.794000+00:00
attack
date
T1214
name
Credentials in Registry
attack
string
T1214
name
Credentials in Registry Mitigation
attack
string
T1214
platform
Windows
attack
string
T1214
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://pentestlab.blog/2017/04/19/stored-credentials/","source_name":"Pentestlab Stored Credentials","description":"netbiosX. (2017, April 19). Stored Credentials. Retrieved April 6, 2018."}]}
T1214
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1214
revoked
true
attack
boolean
T1214
revoked-by
T1552.002
attack
id
T1214
url
https://attack.mitre.org/techniques/T1214
attack
url
T1214
url
https://attack.mitre.org/mitigations/T1214
attack
url
T1215
belongs-to-tactic
TA0003
attack
id
T1215
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1215
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1215
deprecated
true
attack
boolean
T1215
description
Loadable Kernel Modules (or LKMs) are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. For example, one type of module is the device driver, which allows the kernel to access hardware connected to the system. (...
attack
string
T1215
description
Common tools for detecting Linux rootkits include: rkhunter (Citation: SourceForge rkhunter), chrootkit (Citation: Chkrootkit Main), although rootkits may be designed to evade certain detection tools. LKMs and Kernel extensions require root level permissions to be installed. Limit access to the root account and preven...
attack
string
T1215
domain
enterprise-attack
attack
string
T1215
domain
enterprise-attack
attack
string
T1215
is-subtechnique
false
attack
boolean
T1215
modified
2025-10-24 17:48:55.181000+00:00
attack
date
T1215
modified
2025-04-18 17:59:52.625000+00:00
attack
date
T1215
name
Kernel Modules and Extensions
attack
string
T1215
name
Kernel Modules and Extensions Mitigation
attack
string
T1215
platform
Linux
attack
string
T1215
platform
macOS
attack
string
T1215
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://www.tldp.org/LDP/lkmpg/2.4/lkmpg.pdf","source_name":"Linux Kernel Programming","description":"Pomerantz, O., Salzman, P.. (2003, April 4). The Linux Kernel Module Programming Guide. Retrieved April 6, 2018."},{"url":"http://www.tldp.org/LDP/lkmpg/2.4/html/x437.htm...
T1215
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"http://rkhunter.sourceforge.net","source_name":"SourceForge rkhunter","description":"Rootkit Hunter Project. (2018, February 20). The Rootkit Hunter project. Retrieved April 9, 2018."},{"url":"http://www.chkrootkit.org/","source_name":"Chkrootkit Main","description":"Muri...
T1215
revoked
true
attack
boolean
T1215
revoked-by
T1547.006
attack
id
T1215
url
https://attack.mitre.org/techniques/T1215
attack
url
T1215
url
https://attack.mitre.org/mitigations/T1215
attack
url
T1216
belongs-to-tactic
TA0005
attack
id
T1216
created
2018-04-18 17:59:24.739000+00:00
attack
date
T1216
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1216
deprecated
true
attack
boolean
T1216
description
Adversaries may use trusted scripts, often signed with certificates, to proxy the execution of malicious files. Several Microsoft signed scripts that have been downloaded from Microsoft or are default on Windows installations can be used to proxy execution of other files.(Citation: LOLBAS Project) This behavior may be ...
attack
string
T1216
description
Certain signed scripts that can be used to execute other programs may not be necessary within a given environment. Use application whitelisting configured to block execution of these scripts if they are not required for a given system or network to prevent potential misuse by adversaries.
attack
string
T1216
domain
enterprise-attack
attack
string
T1216
domain
enterprise-attack
attack
string
T1216
is-subtechnique
false
attack
boolean
T1216
modified
2026-05-12 15:12:00.724000+00:00
attack
date
T1216
modified
2025-04-18 17:59:54.428000+00:00
attack
date
T1216
name
System Script Proxy Execution
attack
string
T1216
name
Signed Script Proxy Execution Mitigation
attack
string
T1216
platform
Windows
attack
string
T1216
rdf:type
Technique
attack
enum
{"version":"3.0","external_references":[{"url":"https://github.com/api0cradle/UltimateAppLockerByPassList","source_name":"GitHub Ultimate AppLocker Bypass List","description":"Moe, O. (2018, March 1). Ultimate AppLocker Bypass List. Retrieved April 10, 2018."},{"url":"https://github.com/LOLBAS-Project/LOLBAS#criteria",...
T1216
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1216
url
https://attack.mitre.org/techniques/T1216
attack
url
T1216
url
https://attack.mitre.org/mitigations/T1216
attack
url
T1216.001
belongs-to-tactic
TA0005
attack
id
T1216.001
created
2020-02-03 16:49:57.788000+00:00
attack
date
T1216.001
description
Adversaries may use PubPrn to proxy execution of malicious remote files. PubPrn.vbs is a [Visual Basic](https://attack.mitre.org/techniques/T1059/005) script that publishes a printer to Active Directory Domain Services. The script may be signed by Microsoft and is commonly executed through the [Windows Command Shell](h...
attack
string
T1216.001
domain
enterprise-attack
attack
string
T1216.001
is-subtechnique
true
attack
boolean
T1216.001
modified
2026-05-12 15:12:00.620000+00:00
attack
date
T1216.001
name
PubPrn
attack
string
T1216.001
platform
Windows
attack
string