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
T1053.003
belongs-to-tactic
TA0004
attack
id
T1053.003
created
2019-12-03 14:25:00.538000+00:00
attack
date
T1053.003
description
Adversaries may abuse the <code>cron</code> utility to perform task scheduling for initial or recurring execution of malicious code.(Citation: 20 macOS Common Tools and Techniques) The <code>cron</code> utility is a time-based job scheduler for Unix-like operating systems. The <code> crontab</code> file contains the s...
attack
string
T1053.003
domain
enterprise-attack
attack
string
T1053.003
is-subtechnique
true
attack
boolean
T1053.003
modified
2025-10-24 17:48:33.856000+00:00
attack
date
T1053.003
name
Cron
attack
string
T1053.003
platform
Linux
attack
string
T1053.003
platform
macOS
attack
string
T1053.003
platform
ESXi
attack
string
T1053.003
rdf:type
Technique
attack
enum
{"version":"1.3","external_references":[{"url":"https://www.cloudsek.com/blog/analysis-of-files-used-in-esxiargs-ransomware-attack-against-vmware-esxi-servers","source_name":"CloudSEK ESXiArgs 2023","description":"Mehardeep Singh Sawhney. (2023, February 9). Analysis of Files Used in ESXiArgs Ransomware Attack Against ...
T1053.003
subtechnique-of
T1053
attack
id
T1053.003
url
https://attack.mitre.org/techniques/T1053/003
attack
url
T1053.004
belongs-to-tactic
TA0002
attack
id
T1053.004
belongs-to-tactic
TA0003
attack
id
T1053.004
belongs-to-tactic
TA0004
attack
id
T1053.004
created
2019-12-03 14:15:27.452000+00:00
attack
date
T1053.004
deprecated
true
attack
boolean
T1053.004
description
This technique is deprecated due to the inaccurate usage. The report cited did not provide technical detail as to how the malware interacted directly with launchd rather than going through known services. Other system services are used to interact with launchd rather than launchd being used by itself. Adversaries may...
attack
string
T1053.004
domain
enterprise-attack
attack
string
T1053.004
is-subtechnique
true
attack
boolean
T1053.004
modified
2025-10-24 17:49:06.023000+00:00
attack
date
T1053.004
name
Launchd
attack
string
T1053.004
platform
macOS
attack
string
T1053.004
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html","source_name":"AppleDocs Launch Agent Daemons","description":"Apple. (n.d.). Creating Launch Daemons and Agents. Retrieved July 10, 2017."},{"url...
T1053.004
subtechnique-of
T1053
attack
id
T1053.004
url
https://attack.mitre.org/techniques/T1053/004
attack
url
T1053.005
belongs-to-tactic
TA0002
attack
id
T1053.005
belongs-to-tactic
TA0003
attack
id
T1053.005
belongs-to-tactic
TA0004
attack
id
T1053.005
created
2019-11-27 14:58:00.429000+00:00
attack
date
T1053.005
description
Adversaries may abuse the Windows Task Scheduler to perform task scheduling for initial or recurring execution of malicious code. There are multiple ways to access the Task Scheduler in Windows. The [schtasks](https://attack.mitre.org/software/S0111) utility can be run directly on the command line, or the Task Schedule...
attack
string
T1053.005
domain
enterprise-attack
attack
string
T1053.005
is-subtechnique
true
attack
boolean
T1053.005
modified
2026-05-12 15:12:00.618000+00:00
attack
date
T1053.005
name
Scheduled Task
attack
string
T1053.005
platform
Windows
attack
string
T1053.005
rdf:type
Technique
attack
enum
{"version":"1.8","external_references":[{"url":"https://www.proofpoint.com/us/blog/threat-insight/serpent-no-swiping-new-backdoor-targets-french-entities-unique-attack-chain","source_name":"ProofPoint Serpent","description":"Campbell, B. et al. (2022, March 21). Serpent, No Swiping! New Backdoor Targets French Entities...
T1053.005
subtechnique-of
T1053
attack
id
T1053.005
url
https://attack.mitre.org/techniques/T1053/005
attack
url
T1053.006
belongs-to-tactic
TA0002
attack
id
T1053.006
belongs-to-tactic
TA0003
attack
id
T1053.006
belongs-to-tactic
TA0004
attack
id
T1053.006
created
2020-10-12 17:50:31.584000+00:00
attack
date
T1053.006
description
Adversaries may abuse systemd timers to perform task scheduling for initial or recurring execution of malicious code. Systemd timers are unit files with file extension <code>.timer</code> that control services. Timers can be set to run on a calendar event or after a time span relative to a starting point. They can be u...
attack
string
T1053.006
domain
enterprise-attack
attack
string
T1053.006
is-subtechnique
true
attack
boolean
T1053.006
modified
2025-10-24 17:49:11.261000+00:00
attack
date
T1053.006
name
Systemd Timers
attack
string
T1053.006
platform
Linux
attack
string
T1053.006
rdf:type
Technique
attack
enum
{"version":"1.3","external_references":[{"url":"https://www.tecmint.com/control-systemd-services-on-remote-linux-server/","source_name":"Systemd Remote Control","description":"Aaron Kili. (2018, January 16). How to Control Systemd Services on Remote Linux Server. Retrieved July 26, 2021."},{"url":"https://wiki.archlinu...
T1053.006
subtechnique-of
T1053
attack
id
T1053.006
url
https://attack.mitre.org/techniques/T1053/006
attack
url
T1053.007
belongs-to-tactic
TA0002
attack
id
T1053.007
belongs-to-tactic
TA0003
attack
id
T1053.007
belongs-to-tactic
TA0004
attack
id
T1053.007
created
2021-03-29 17:06:22.247000+00:00
attack
date
T1053.007
description
Adversaries may abuse task scheduling functionality provided by container orchestration tools such as Kubernetes to schedule deployment of containers configured to execute malicious code. Container orchestration jobs run these automated tasks at a specific date and time, similar to cron jobs on a Linux system. Deployme...
attack
string
T1053.007
domain
enterprise-attack
attack
string
T1053.007
is-subtechnique
true
attack
boolean
T1053.007
modified
2025-10-24 17:48:25.363000+00:00
attack
date
T1053.007
name
Container Orchestration Job
attack
string
T1053.007
platform
Containers
attack
string
T1053.007
rdf:type
Technique
attack
enum
{"version":"1.4","external_references":[{"url":"https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/","source_name":"Kubernetes CronJob","description":"The Kubernetes Authors. (n.d.). Kubernetes CronJob. Retrieved March 29, 2021."},{"url":"https://kubernetes.io/docs/concepts/workloads/controllers/job/",...
T1053.007
subtechnique-of
T1053
attack
id
T1053.007
url
https://attack.mitre.org/techniques/T1053/007
attack
url
T1054
belongs-to-tactic
TA0005
attack
id
T1054
created
2017-05-31 21:30:47.384000+00:00
attack
date
T1054
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1054
deprecated
true
attack
boolean
T1054
description
An adversary may attempt to block indicators or events typically captured by sensors from being gathered and analyzed. This could include maliciously redirecting (Citation: Microsoft Lamin Sept 2017) or even disabling host-based sensors, such as Event Tracing for Windows (ETW),(Citation: Microsoft About Event Tracing 2...
attack
string
T1054
description
Ensure event tracers/forwarders (Citation: Microsoft ETW May 2018), firewall policies, and other associated mechanisms are secured with appropriate permissions and access controls. Consider automatically relaunching forwarding mechanisms at recurring intervals (ex: temporal, on-logon, etc.) as well as applying appropri...
attack
string
T1054
domain
enterprise-attack
attack
string
T1054
domain
enterprise-attack
attack
string
T1054
is-subtechnique
false
attack
boolean
T1054
modified
2026-04-14 22:53:15.891000+00:00
attack
date
T1054
modified
2025-04-18 18:00:19.335000+00:00
attack
date
T1054
name
Indicator Blocking
attack
string
T1054
name
Indicator Blocking Mitigation
attack
string
T1054
platform
Windows
attack
string
T1054
rdf:type
Technique
attack
enum
{"version":"1.2","external_references":[{"url":"https://capec.mitre.org/data/definitions/571.html","source_name":"capec"},{"url":"https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Backdoor:Win32/Lamin.A","source_name":"Microsoft Lamin Sept 2017","description":"Microsoft. (2009, May 17)....
T1054
rdf:type
Mitigation
attack
enum
{"version":"1.0","external_references":[{"url":"https://docs.microsoft.com/windows/desktop/etw/event-tracing-portal","source_name":"Microsoft ETW May 2018","description":"Microsoft. (2018, May 30). Event Tracing. Retrieved September 6, 2018."}]}
T1054
revoked
true
attack
boolean
T1054
revoked-by
T1685
attack
id
T1054
url
https://attack.mitre.org/techniques/T1054
attack
url
T1054
url
https://attack.mitre.org/mitigations/T1054
attack
url
T1055
belongs-to-tactic
TA0005
attack
id
T1055
belongs-to-tactic
TA0004
attack
id
T1055
created
2017-05-31 21:30:47.843000+00:00
attack
date
T1055
description
Adversaries may inject code into processes in order to evade process-based defenses as well as possibly elevate privileges. Process injection is a method of executing arbitrary code in the address space of a separate live process. Running code in the context of another process may allow access to the process's memory, ...
attack
string
T1055
domain
enterprise-attack
attack
string
T1055
is-subtechnique
false
attack
boolean
T1055
modified
2026-05-12 15:12:00.629000+00:00
attack
date
T1055
name
Process Injection
attack
string
T1055
platform
Linux
attack
string
T1055
platform
macOS
attack
string
T1055
platform
Windows
attack
string
T1055
rdf:type
Technique
attack
enum
{"version":"2.0"}
T1055
url
https://attack.mitre.org/techniques/T1055
attack
url
T1055.001
belongs-to-tactic
TA0005
attack
id