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
T1151
name
Space after Filename Mitigation
attack
string
T1151
platform
Linux
attack
string
T1151
platform
macOS
attack
string
T1151
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://capec.mitre.org/data/definitions/649.html","source_name":"capec"},{"url":"https://arstechnica.com/security/2016/07/after-hiatus-in-the-wild-mac-backdoors-are-suddenly-back/","source_name":"Mac Backdoors are back","description":"Dan Goodin. (2016, July 6). After hi...
T1151
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1151
revoked
true
attack
boolean
T1151
revoked-by
T1036.006
attack
id
T1151
url
https://attack.mitre.org/techniques/T1151
attack
url
T1151
url
https://attack.mitre.org/mitigations/T1151
attack
url
T1152
belongs-to-tactic
TA0005
attack
id
T1152
belongs-to-tactic
TA0002
attack
id
T1152
belongs-to-tactic
TA0003
attack
id
T1152
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1152
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1152
deprecated
true
attack
boolean
T1152
description
Launchctl controls the macOS launchd process which handles things like launch agents and launch daemons, but can execute other commands or programs itself. Launchctl supports taking subcommands on the command-line, interactively, or even redirected from standard input. By loading or reloading launch agents or launch da...
attack
string
T1152
description
Prevent users from installing their own launch agents or launch daemons and instead require them to be pushed out by group policy.
attack
string
T1152
domain
enterprise-attack
attack
string
T1152
domain
enterprise-attack
attack
string
T1152
is-subtechnique
false
attack
boolean
T1152
modified
2026-04-14 22:53:15.671000+00:00
attack
date
T1152
modified
2025-04-18 18:00:18.430000+00:00
attack
date
T1152
name
Launchctl
attack
string
T1152
name
Launchctl Mitigation
attack
string
T1152
platform
macOS
attack
string
T1152
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://researchcenter.paloaltonetworks.com/2016/09/unit42-sofacys-komplex-os-x-trojan/","source_name":"Sofacy Komplex Trojan","description":"Dani Creus, Tyler Halfpop, Robert Falcone. (2016, September 26). Sofacy's 'Komplex' OS X Trojan. Retrieved July 8, 2017."}]}
T1152
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1152
revoked
true
attack
boolean
T1152
revoked-by
T1569.001
attack
id
T1152
url
https://attack.mitre.org/techniques/T1152
attack
url
T1152
url
https://attack.mitre.org/mitigations/T1152
attack
url
T1153
belongs-to-tactic
TA0002
attack
id
T1153
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1153
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1153
deprecated
true
attack
boolean
T1153
deprecated
true
attack
boolean
T1153
description
**This technique has been deprecated and should no longer be used.** The <code>source</code> command loads functions into the current shell or executes files in the current context. This built-in command can be run in two different ways <code>source /path/to/filename [arguments]</code> or <code>.**This technique has b...
attack
string
T1153
description
Due to potential legitimate uses of source commands, it's may be difficult to mitigate use of this technique.
attack
string
T1153
domain
enterprise-attack
attack
string
T1153
domain
enterprise-attack
attack
string
T1153
is-subtechnique
false
attack
boolean
T1153
modified
2025-10-24 17:48:43.489000+00:00
attack
date
T1153
modified
2025-04-18 17:59:55.168000+00:00
attack
date
T1153
name
Source
attack
string
T1153
name
Source Mitigation
attack
string
T1153
platform
Linux
attack
string
T1153
platform
macOS
attack
string
T1153
rdf:type
Technique
attack
enum
{"version":"2.1","external_references":[{"url":"https://ss64.com/bash/source.html","source_name":"Source Manual","description":"ss64. (n.d.). Source or Dot Operator. Retrieved May 21, 2019."}]}
T1153
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1153
url
https://attack.mitre.org/techniques/T1153
attack
url
T1153
url
https://attack.mitre.org/mitigations/T1153
attack
url
T1154
belongs-to-tactic
TA0002
attack
id
T1154
belongs-to-tactic
TA0003
attack
id
T1154
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1154
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1154
deprecated
true
attack
boolean
T1154
description
The <code>trap</code> command allows programs and shells to specify commands that will be executed upon receiving interrupt signals. A common situation is a script allowing for graceful termination and handling of common keyboard interrupts like <code>ctrl+c</code> and <code>ctrl+d</code>. Adversaries can use this to ...
attack
string
T1154
description
Due to potential legitimate uses of trap commands, it's may be difficult to mitigate use of this technique.
attack
string
T1154
domain
enterprise-attack
attack
string
T1154
domain
enterprise-attack
attack
string
T1154
is-subtechnique
false
attack
boolean
T1154
modified
2025-10-24 17:49:15.696000+00:00
attack
date
T1154
modified
2025-04-18 18:00:00.923000+00:00
attack
date
T1154
name
Trap
attack
string
T1154
name
Trap Mitigation
attack
string
T1154
platform
Linux
attack
string
T1154
platform
macOS
attack
string
T1154
rdf:type
Technique
attack
enum
{"version":"1.2","external_references":[{"url":"https://ss64.com/bash/trap.html","source_name":"Trap Manual","description":"ss64. (n.d.). trap. Retrieved May 21, 2019."},{"url":"https://bash.cyberciti.biz/guide/Trap_statement","source_name":"Cyberciti Trap Statements","description":"Cyberciti. (2016, March 29). Trap st...
T1154
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1154
revoked
true
attack
boolean
T1154
revoked-by
T1546.005
attack
id
T1154
url
https://attack.mitre.org/techniques/T1154
attack
url
T1154
url
https://attack.mitre.org/mitigations/T1154
attack
url
T1155
belongs-to-tactic
TA0002
attack
id
T1155
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1155
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1155
deprecated
true
attack
boolean
T1155
description
macOS and OS X applications send AppleEvent messages to each other for interprocess communications (IPC). These messages can be easily scripted with AppleScript for local or remote IPC. Osascript executes AppleScript and any other Open Scripting Architecture (OSA) language scripts. A list of OSA languages installed on ...
attack
string
T1155
description
Require that all AppleScript be signed by a trusted developer ID before being executed - this will prevent random AppleScript code from executing (Citation: applescript signing). This subjects AppleScript code to the same scrutiny as other .app files passing through Gatekeeper.
attack
string
T1155
domain
enterprise-attack
attack
string
T1155
domain
enterprise-attack
attack
string
T1155
is-subtechnique
false
attack
boolean
T1155
modified
2025-10-24 17:48:50.030000+00:00
attack
date
T1155
modified
2025-04-18 17:59:45.279000+00:00
attack
date
T1155
name
AppleScript
attack
string
T1155
name
AppleScript Mitigation
attack
string
T1155
platform
macOS
attack
string
T1155
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://www.mcafee.com/blogs/other-blogs/mcafee-labs/macro-malware-targets-macs/","source_name":"Macro Malware Targets Macs","description":"Yerko Grbic. (2017, February 14). Macro Malware Targets Macs. Retrieved July 8, 2017."}]}
T1155
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"https://www.engadget.com/2013/10/23/applescript-and-automator-gain-new-features-in-os-x-mavericks/","source_name":"applescript signing","description":"Steven Sande. (2013, December 23). AppleScript and Automator gain new features in OS X Mavericks. Retrieved September 21,...
T1155
revoked
true
attack
boolean
T1155
revoked-by
T1059.002
attack
id
T1155
url
https://attack.mitre.org/techniques/T1155
attack
url
T1155
url
https://attack.mitre.org/mitigations/T1155
attack
url
T1156
belongs-to-tactic
TA0003
attack
id
T1156
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1156
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1156
deprecated
true
attack
boolean
T1156
description
Adversaries may establish persistence through executing malicious commands triggered by a user’s shell. User shells execute several configuration scripts at different points throughout the session based on events. For example, when a user opens a command line interface or remotely logs in (such as SSH) a login shell is...
attack
string
T1156
description
Making these files immutable and only changeable by certain administrators will limit the ability for adversaries to easily create user level persistence.
attack
string
T1156
domain
enterprise-attack
attack
string