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
T1166
belongs-to-tactic
TA0004
attack
id
T1166
belongs-to-tactic
TA0003
attack
id
T1166
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1166
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1166
deprecated
true
attack
boolean
T1166
description
When the setuid or setgid bits are set on Linux or macOS for an application, this means that the application will run with the privileges of the owning user or group respectively (Citation: setuid man page). Normally an application is run in the current user’s context, regardless of which user or group owns the applic...
attack
string
T1166
description
Applications with known vulnerabilities or known shell escapes should not have the setuid or setgid bits set to reduce potential damage if an application is compromised. Additionally, the number of programs with setuid or setgid bits set should be minimized across a system.
attack
string
T1166
domain
enterprise-attack
attack
string
T1166
domain
enterprise-attack
attack
string
T1166
is-subtechnique
false
attack
boolean
T1166
modified
2025-10-24 17:49:19.596000+00:00
attack
date
T1166
modified
2025-04-18 17:59:41.210000+00:00
attack
date
T1166
name
Setuid and Setgid
attack
string
T1166
name
Setuid and Setgid Mitigation
attack
string
T1166
platform
Linux
attack
string
T1166
platform
macOS
attack
string
T1166
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"http://man7.org/linux/man-pages/man2/setuid.2.html","source_name":"setuid man page","description":"Michael Kerrisk. (2017, September 15). Linux Programmer's Manual. Retrieved September 21, 2018."},{"url":"https://www.welivesecurity.com/2016/07/06/new-osxkeydnap-malware-hu...
T1166
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1166
revoked
true
attack
boolean
T1166
revoked-by
T1548.001
attack
id
T1166
url
https://attack.mitre.org/techniques/T1166
attack
url
T1166
url
https://attack.mitre.org/mitigations/T1166
attack
url
T1167
belongs-to-tactic
TA0006
attack
id
T1167
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1167
description
In OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple’s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords. (Citation: OS X Keychain) (Citation: External to DA, the OS X Way) Apple’s s...
attack
string
T1167
domain
enterprise-attack
attack
string
T1167
is-subtechnique
false
attack
boolean
T1167
modified
2025-10-24 17:48:32.601000+00:00
attack
date
T1167
name
Securityd Memory
attack
string
T1167
platform
macOS
attack
string
T1167
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"http://juusosalonen.com/post/30923743427/breaking-into-the-os-x-keychain","source_name":"OS X Keychain","description":"Juuso Salonen. (2012, September 5). Breaking into the OS X keychain. Retrieved July 15, 2017."},{"url":"http://www.slideshare.net/StephanBorosh/external-...
T1167
revoked
true
attack
boolean
T1167
revoked-by
T1555.002
attack
id
T1167
url
https://attack.mitre.org/techniques/T1167
attack
url
T1168
belongs-to-tactic
TA0003
attack
id
T1168
belongs-to-tactic
TA0002
attack
id
T1168
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1168
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1168
deprecated
true
attack
boolean
T1168
description
On Linux and macOS systems, multiple methods are supported for creating pre-scheduled and periodic background jobs: cron, (Citation: Die.net Linux crontab Man Page) at, (Citation: Die.net Linux at Man Page) and launchd. (Citation: AppleDocs Scheduling Timed Jobs) Unlike [Scheduled Task/Job](https://attack.mitre.org/tec...
attack
string
T1168
description
Limit privileges of user accounts and remediate Privilege Escalation vectors so only authorized users can create scheduled jobs. Identify and block unnecessary system utilities or potentially malicious software that may be used to schedule jobs using whitelisting tools.
attack
string
T1168
domain
enterprise-attack
attack
string
T1168
domain
enterprise-attack
attack
string
T1168
is-subtechnique
false
attack
boolean
T1168
modified
2025-10-24 17:49:19.508000+00:00
attack
date
T1168
modified
2025-04-18 18:00:12.879000+00:00
attack
date
T1168
name
Local Job Scheduling
attack
string
T1168
name
Local Job Scheduling Mitigation
attack
string
T1168
platform
Linux
attack
string
T1168
platform
macOS
attack
string
T1168
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://linux.die.net/man/5/crontab","source_name":"Die.net Linux crontab Man Page","description":"Paul Vixie. (n.d.). crontab(5) - Linux man page. Retrieved December 19, 2017."},{"url":"https://linux.die.net/man/1/at","source_name":"Die.net Linux at Man Page","descriptio...
T1168
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1168
revoked
true
attack
boolean
T1168
revoked-by
T1053
attack
id
T1168
url
https://attack.mitre.org/techniques/T1168
attack
url
T1168
url
https://attack.mitre.org/mitigations/T1168
attack
url
T1169
belongs-to-tactic
TA0004
attack
id
T1169
created
2017-12-14 16:46:06.044000+00:00
attack
date
T1169
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1169
deprecated
true
attack
boolean
T1169
description
The sudoers file, <code>/etc/sudoers</code>, describes which users can run which commands and from which terminals. This also describes which commands users can run as other users or groups. This provides the idea of least privilege such that users are running in their lowest possible permissions for most of the time a...
attack
string
T1169
description
The sudoers file should be strictly edited such that passwords are always required and that users can’t spawn risky processes as users with higher privilege. By requiring a password, even if an adversary can get terminal access, they must know the password to run anything in the sudoers file.
attack
string
T1169
domain
enterprise-attack
attack
string
T1169
domain
enterprise-attack
attack
string
T1169
is-subtechnique
false
attack
boolean
T1169
modified
2025-10-24 17:49:09.488000+00:00
attack
date
T1169
modified
2025-04-18 17:59:45.997000+00:00
attack
date
T1169
name
Sudo
attack
string
T1169
name
Sudo Mitigation
attack
string
T1169
platform
Linux
attack
string
T1169
platform
macOS
attack
string
T1169
rdf:type
Technique
attack
enum
{"version":"1.1","external_references":[{"url":"https://blog.malwarebytes.com/threat-analysis/2017/04/new-osx-dok-malware-intercepts-web-traffic/","source_name":"OSX.Dok Malware","description":"Thomas Reed. (2017, July 7). New OSX.Dok malware intercepts web traffic. Retrieved July 10, 2017."}]}
T1169
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1169
revoked
true
attack
boolean
T1169
revoked-by
T1548.003
attack
id
T1169
url
https://attack.mitre.org/techniques/T1169
attack
url
T1169
url
https://attack.mitre.org/mitigations/T1169
attack
url
T1170
belongs-to-tactic
TA0005
attack
id
T1170
belongs-to-tactic
TA0002
attack
id
T1170
created
2018-01-16 16:13:52.465000+00:00
attack
date
T1170
created
2018-10-17 00:14:20.652000+00:00
attack
date
T1170
deprecated
true
attack
boolean
T1170
description
Mshta.exe is a utility that executes Microsoft HTML Applications (HTA). HTA files have the file extension <code>.hta</code>. (Citation: Wikipedia HTML Application) HTAs are standalone applications that execute using the same models and technologies of Internet Explorer, but outside of the browser. (Citation: MSDN HTML ...
attack
string
T1170
description
Mshta.exe may not be necessary within a given environment since its functionality is tied to older versions of Internet Explorer that have reached end of life. Use application whitelisting configured to block execution of mshta.exe if it is not required for a given system or network to prevent potential misuse by adver...
attack
string
T1170
domain
enterprise-attack
attack
string
T1170
domain
enterprise-attack
attack
string
T1170
is-subtechnique
false
attack
boolean
T1170
modified
2026-04-14 22:53:15.437000+00:00
attack
date
T1170
modified
2025-04-18 18:00:16.043000+00:00
attack
date
T1170
name
Mshta
attack
string
T1170
name
Mshta Mitigation
attack
string
T1170
platform
Windows
attack
string
T1170
rdf:type
Technique
attack
enum
{"version":"1.3","external_references":[{"url":"https://en.wikipedia.org/wiki/HTML_Application","source_name":"Wikipedia HTML Application","description":"Wikipedia. (2017, October 14). HTML Application. Retrieved October 27, 2017."},{"url":"https://msdn.microsoft.com/library/ms536471.aspx","source_name":"MSDN HTML Appl...
T1170
rdf:type
Mitigation
attack
enum
{"version":"1.0"}
T1170
revoked
true
attack
boolean
T1170
revoked-by
T1218.005
attack
id
T1170
url
https://attack.mitre.org/techniques/T1170
attack
url
T1170
url
https://attack.mitre.org/mitigations/T1170
attack
url
T1171
belongs-to-tactic
TA0006
attack
id
T1171
created
2018-01-16 16:13:52.465000+00:00
attack
date