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 |
|---|---|---|---|---|---|
T1146 | rdf:type | Mitigation | attack | enum | {"version":"1.0","external_references":[{"url":"http://www.akyl.net/securing-bashhistory-file-make-sure-your-linux-system-users-won%E2%80%99t-hide-or-delete-their-bashhistory","source_name":"Securing bash history","description":"Mathew Branwell. (2012, March 21). Securing .bash_history file. Retrieved July 8, 2017."}]} |
T1146 | revoked | true | attack | boolean | |
T1146 | revoked-by | T1070.003 | attack | id | |
T1146 | url | https://attack.mitre.org/techniques/T1146 | attack | url | |
T1146 | url | https://attack.mitre.org/mitigations/T1146 | attack | url | |
T1147 | belongs-to-tactic | TA0005 | attack | id | |
T1147 | created | 2017-12-14 16:46:06.044000+00:00 | attack | date | |
T1147 | created | 2018-10-17 00:14:20.652000+00:00 | attack | date | |
T1147 | deprecated | true | attack | boolean | |
T1147 | description | Every user account in macOS has a userID associated with it. When creating a user, you can specify the userID for that account. There is a property value in <code>/Library/Preferences/com.apple.loginwindow</code> called <code>Hide500Users</code> that prevents users with userIDs 500 and lower from appearing at the login... | attack | string | |
T1147 | description | If the computer is domain joined, then group policy can help restrict the ability to create or hide users. Similarly, preventing the modification of the <code>/Library/Preferences/com.apple.loginwindow</code> <code>Hide500Users</code> value will force all users to be visible. | attack | string | |
T1147 | domain | enterprise-attack | attack | string | |
T1147 | domain | enterprise-attack | attack | string | |
T1147 | is-subtechnique | false | attack | boolean | |
T1147 | modified | 2026-04-14 22:53:15.280000+00:00 | attack | date | |
T1147 | modified | 2025-04-18 17:59:42.668000+00:00 | attack | date | |
T1147 | name | Hidden Users | attack | string | |
T1147 | name | Hidden Users Mitigation | attack | string | |
T1147 | platform | macOS | attack | string | |
T1147 | rdf:type | Technique | attack | enum | {"version":"1.1","external_references":[{"url":"https://cdn2.hubspot.net/hubfs/3354902/Content%20PDFs/Cybereason-Lab-Analysis-OSX-Pirrit-4-6-16.pdf","source_name":"Cybereason OSX Pirrit","description":"Amit Serper. (2016). Cybereason Lab Analysis OSX.Pirrit. Retrieved December 10, 2021."}]} |
T1147 | rdf:type | Mitigation | attack | enum | {"version":"1.0"} |
T1147 | revoked | true | attack | boolean | |
T1147 | revoked-by | T1564.002 | attack | id | |
T1147 | url | https://attack.mitre.org/techniques/T1147 | attack | url | |
T1147 | url | https://attack.mitre.org/mitigations/T1147 | attack | url | |
T1148 | belongs-to-tactic | TA0005 | attack | id | |
T1148 | created | 2017-12-14 16:46:06.044000+00:00 | attack | date | |
T1148 | created | 2018-10-17 00:14:20.652000+00:00 | attack | date | |
T1148 | deprecated | true | attack | boolean | |
T1148 | description | The <code>HISTCONTROL</code> environment variable keeps track of what should be saved by the <code>history</code> command and eventually into the <code>~/.bash_history</code> file when a user logs out. This setting can be configured to ignore commands that start with a space by simply setting it to "ignorespace". <code... | attack | string | |
T1148 | description | Prevent users from changing the <code>HISTCONTROL</code> environment variable (Citation: Securing bash history). Also, make sure that the <code>HISTCONTROL</code> environment variable is set to “ignoredup” instead of “ignoreboth” or “ignorespace”. | attack | string | |
T1148 | domain | enterprise-attack | attack | string | |
T1148 | domain | enterprise-attack | attack | string | |
T1148 | is-subtechnique | false | attack | boolean | |
T1148 | modified | 2026-04-14 22:53:15.800000+00:00 | attack | date | |
T1148 | modified | 2025-04-18 17:59:40.291000+00:00 | attack | date | |
T1148 | name | HISTCONTROL | attack | string | |
T1148 | name | HISTCONTROL Mitigation | attack | string | |
T1148 | platform | Linux | attack | string | |
T1148 | platform | macOS | attack | string | |
T1148 | rdf:type | Technique | attack | enum | {"version":"1.2","external_references":[{"url":"https://capec.mitre.org/data/definitions/13.html","source_name":"capec"}]} |
T1148 | rdf:type | Mitigation | attack | enum | {"version":"1.0","external_references":[{"url":"http://www.akyl.net/securing-bashhistory-file-make-sure-your-linux-system-users-won%E2%80%99t-hide-or-delete-their-bashhistory","source_name":"Securing bash history","description":"Mathew Branwell. (2012, March 21). Securing .bash_history file. Retrieved July 8, 2017."}]} |
T1148 | revoked | true | attack | boolean | |
T1148 | revoked-by | T1690 | attack | id | |
T1148 | url | https://attack.mitre.org/techniques/T1148 | attack | url | |
T1148 | url | https://attack.mitre.org/mitigations/T1148 | attack | url | |
T1149 | belongs-to-tactic | TA0005 | attack | id | |
T1149 | created | 2017-12-14 16:46:06.044000+00:00 | attack | date | |
T1149 | created | 2018-10-17 00:14:20.652000+00:00 | attack | date | |
T1149 | deprecated | true | attack | boolean | |
T1149 | deprecated | true | attack | boolean | |
T1149 | description | **This technique has been deprecated and should no longer be used.**
As of OS X 10.8, mach-O binaries introduced a new header called LC_MAIN that points to the binary’s entry point for execution. Previously, there were two headers to achieve this same effect: LC_THREAD and LC_UNIXTHREAD (Citation: Prolific OSX Malwar... | attack | string | |
T1149 | description | Enforce valid digital signatures for signed code on all applications and only trust applications with signatures from trusted parties. | attack | string | |
T1149 | domain | enterprise-attack | attack | string | |
T1149 | domain | enterprise-attack | attack | string | |
T1149 | is-subtechnique | false | attack | boolean | |
T1149 | modified | 2026-04-14 22:53:15.104000+00:00 | attack | date | |
T1149 | modified | 2025-04-18 17:59:58.383000+00:00 | attack | date | |
T1149 | name | LC_MAIN Hijacking | attack | string | |
T1149 | name | LC_MAIN Hijacking Mitigation | attack | string | |
T1149 | platform | macOS | attack | string | |
T1149 | rdf:type | Technique | attack | enum | {"version":"2.1","external_references":[{"url":"https://assets.documentcloud.org/documents/2459197/bit9-carbon-black-threat-research-report-2015.pdf","source_name":"Prolific OSX Malware History","description":"Bit9 + Carbon Black Threat Research Team. (2015). 2015: The Most Prolific Year in History for OS X Malware. Re... |
T1149 | rdf:type | Mitigation | attack | enum | {"version":"1.0"} |
T1149 | url | https://attack.mitre.org/techniques/T1149 | attack | url | |
T1149 | url | https://attack.mitre.org/mitigations/T1149 | attack | url | |
T1150 | belongs-to-tactic | TA0005 | attack | id | |
T1150 | belongs-to-tactic | TA0003 | attack | id | |
T1150 | belongs-to-tactic | TA0004 | attack | id | |
T1150 | created | 2017-12-14 16:46:06.044000+00:00 | attack | date | |
T1150 | created | 2018-10-17 00:14:20.652000+00:00 | attack | date | |
T1150 | deprecated | true | attack | boolean | |
T1150 | description | Property list (plist) files contain all of the information that macOS and OS X uses to configure applications and services. These files are UTF-8 encoded and formatted like XML documents via a series of keys surrounded by < >. They detail when programs should execute, file paths to the executables, program arguments, r... | attack | string | |
T1150 | description | Prevent plist files from being modified by users by making them read-only. | attack | string | |
T1150 | domain | enterprise-attack | attack | string | |
T1150 | domain | enterprise-attack | attack | string | |
T1150 | is-subtechnique | false | attack | boolean | |
T1150 | modified | 2026-04-14 22:53:15.249000+00:00 | attack | date | |
T1150 | modified | 2025-04-18 17:59:47.826000+00:00 | attack | date | |
T1150 | name | Plist Modification | attack | string | |
T1150 | name | Plist Modification Mitigation | attack | string | |
T1150 | platform | macOS | attack | string | |
T1150 | 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."}]} |
T1150 | rdf:type | Mitigation | attack | enum | {"version":"1.0"} |
T1150 | revoked | true | attack | boolean | |
T1150 | revoked-by | T1547.011 | attack | id | |
T1150 | url | https://attack.mitre.org/techniques/T1150 | attack | url | |
T1150 | url | https://attack.mitre.org/mitigations/T1150 | attack | url | |
T1151 | belongs-to-tactic | TA0005 | attack | id | |
T1151 | belongs-to-tactic | TA0002 | attack | id | |
T1151 | created | 2017-12-14 16:46:06.044000+00:00 | attack | date | |
T1151 | created | 2018-10-17 00:14:20.652000+00:00 | attack | date | |
T1151 | deprecated | true | attack | boolean | |
T1151 | description | Adversaries can hide a program's true filetype by changing the extension of a file. With certain file types (specifically this does not work with .app extensions), appending a space to the end of a filename will change how the file is processed by the operating system. For example, if there is a Mach-O executable file ... | attack | string | |
T1151 | description | Prevent files from having a trailing space after the extension. | attack | string | |
T1151 | domain | enterprise-attack | attack | string | |
T1151 | domain | enterprise-attack | attack | string | |
T1151 | is-subtechnique | false | attack | boolean | |
T1151 | modified | 2026-04-14 22:53:15.900000+00:00 | attack | date | |
T1151 | modified | 2025-04-18 17:59:40.127000+00:00 | attack | date | |
T1151 | name | Space after Filename | attack | string |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.