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 |
|---|---|---|---|---|---|
T1573.002 | platform | macOS | attack | string | |
T1573.002 | platform | Network Devices | attack | string | |
T1573.002 | platform | Windows | attack | string | |
T1573.002 | rdf:type | Technique | attack | enum | {"version":"1.2","external_references":[{"url":"http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840","source_name":"SANS Decrypting SSL","description":"Butler, M. (2013, November). Finding Hidden Threats by Decrypting SSL. Retrieved April 5, 2016."},{"url":"https://insights.... |
T1573.002 | subtechnique-of | T1573 | attack | id | |
T1573.002 | url | https://attack.mitre.org/techniques/T1573/002 | attack | url | |
T1574 | belongs-to-tactic | TA0005 | attack | id | |
T1574 | belongs-to-tactic | TA0002 | attack | id | |
T1574 | created | 2020-03-12 20:38:12.465000+00:00 | attack | date | |
T1574 | description | Adversaries may execute their own malicious payloads by hijacking the way operating systems run programs. Hijacking execution flow can be for the purposes of persistence, since this hijacked execution may reoccur over time. Adversaries may also use these mechanisms to elevate privileges or evade defenses, such as appli... | attack | string | |
T1574 | domain | enterprise-attack | attack | string | |
T1574 | is-subtechnique | false | attack | boolean | |
T1574 | modified | 2026-05-12 15:12:00.707000+00:00 | attack | date | |
T1574 | name | Hijack Execution Flow | attack | string | |
T1574 | platform | Linux | attack | string | |
T1574 | platform | macOS | attack | string | |
T1574 | platform | Windows | attack | string | |
T1574 | rdf:type | Technique | attack | enum | {"version":"2.0"} |
T1574 | url | https://attack.mitre.org/techniques/T1574 | attack | url | |
T1574.001 | belongs-to-tactic | TA0005 | attack | id | |
T1574.001 | belongs-to-tactic | TA0002 | attack | id | |
T1574.001 | created | 2020-03-13 18:11:08.357000+00:00 | attack | date | |
T1574.001 | description | Adversaries may abuse dynamic-link library files (DLLs) in order to achieve persistence, escalate privileges, and evade defenses. DLLs are libraries that contain code and data that can be simultaneously utilized by multiple programs. While DLLs are not malicious by nature, they can be abused through mechanisms such as ... | attack | string | |
T1574.001 | domain | enterprise-attack | attack | string | |
T1574.001 | is-subtechnique | true | attack | boolean | |
T1574.001 | modified | 2026-05-12 15:12:00.624000+00:00 | attack | date | |
T1574.001 | name | DLL | attack | string | |
T1574.001 | platform | Windows | attack | string | |
T1574.001 | rdf:type | Technique | attack | enum | {"version":"3.0","external_references":[{"url":"https://www.crowdstrike.com/en-us/blog/4-ways-adversaries-hijack-dlls/","source_name":"Hijack DLLs CrowdStrike","description":" falcon.overwatch.team. (2022, December 30). 4 Ways Adversaries Hijack DLLs \u2014 and How CrowdStrike Falcon OverWatch Fights Back. Retrieved Ja... |
T1574.001 | subtechnique-of | T1574 | attack | id | |
T1574.001 | url | https://attack.mitre.org/techniques/T1574/001 | attack | url | |
T1574.002 | belongs-to-tactic | TA0005 | attack | id | |
T1574.002 | belongs-to-tactic | TA0002 | attack | id | |
T1574.002 | created | 2020-03-13 19:41:37.908000+00:00 | attack | date | |
T1574.002 | description | Adversaries may execute their own malicious payloads by side-loading DLLs. Similar to [DLL](https://attack.mitre.org/techniques/T1574/001), side-loading involves hijacking which DLL a program loads. But rather than just planting the DLL within the search order of a program then waiting for the victim application to be ... | attack | string | |
T1574.002 | domain | enterprise-attack | attack | string | |
T1574.002 | is-subtechnique | true | attack | boolean | |
T1574.002 | modified | 2026-04-15 22:56:43.434000+00:00 | attack | date | |
T1574.002 | name | DLL Side-Loading | attack | string | |
T1574.002 | platform | Windows | attack | string | |
T1574.002 | rdf:type | Technique | attack | enum | {"version":"2.1","external_references":[{"url":"https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-dll-sideloading.pdf","source_name":"FireEye DLL Side-Loading","description":"Amanda Steward. (2014). FireEye DLL Side-Loading: A Thorn in the Side of the Anti-Virus Industry. Retrieved Marc... |
T1574.002 | revoked | true | attack | boolean | |
T1574.002 | revoked-by | T1574.001 | attack | id | |
T1574.002 | subtechnique-of | T1574 | attack | id | |
T1574.002 | url | https://attack.mitre.org/techniques/T1574/002 | attack | url | |
T1574.004 | belongs-to-tactic | TA0005 | attack | id | |
T1574.004 | belongs-to-tactic | TA0002 | attack | id | |
T1574.004 | created | 2020-03-16 15:23:30.896000+00:00 | attack | date | |
T1574.004 | description | Adversaries may execute their own payloads by placing a malicious dynamic library (dylib) with an expected name in a path a victim application searches at runtime. The dynamic loader will try to find the dylibs based on the sequential order of the search paths. Paths to dylibs may be prefixed with <code>@rpath</code>, ... | attack | string | |
T1574.004 | domain | enterprise-attack | attack | string | |
T1574.004 | is-subtechnique | true | attack | boolean | |
T1574.004 | modified | 2026-05-12 15:12:00.726000+00:00 | attack | date | |
T1574.004 | name | Dylib Hijacking | attack | string | |
T1574.004 | platform | macOS | attack | string | |
T1574.004 | rdf:type | Technique | attack | enum | {"version":"3.0","external_references":[{"url":"https://malwareunicorn.org/workshops/macos_dylib_injection.html#5","source_name":"MalwareUnicorn macOS Dylib Injection MachO","description":"Amanda Rousseau. (2020, April 4). MacOS Dylib Injection Workshop. Retrieved March 29, 2021."},{"url":"https://www.virusbulletin.com... |
T1574.004 | subtechnique-of | T1574 | attack | id | |
T1574.004 | url | https://attack.mitre.org/techniques/T1574/004 | attack | url | |
T1574.005 | belongs-to-tactic | TA0005 | attack | id | |
T1574.005 | belongs-to-tactic | TA0002 | attack | id | |
T1574.005 | created | 2020-03-13 11:12:18.558000+00:00 | attack | date | |
T1574.005 | description | Adversaries may execute their own malicious payloads by hijacking the binaries used by an installer. These processes may automatically execute specific binaries as part of their functionality or to perform other actions. If the permissions on the file system directory containing a target binary, or permissions on the b... | attack | string | |
T1574.005 | domain | enterprise-attack | attack | string | |
T1574.005 | is-subtechnique | true | attack | boolean | |
T1574.005 | modified | 2026-05-12 15:12:00.641000+00:00 | attack | date | |
T1574.005 | name | Executable Installer File Permissions Weakness | attack | string | |
T1574.005 | platform | Windows | attack | string | |
T1574.005 | rdf:type | Technique | attack | enum | {"version":"2.0","external_references":[{"url":"https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/","source_name":"mozilla_sec_adv_2012","description":"Robert Kugler. (2012, November 20). Mozilla Foundation Security Advisory 2012-98. Retrieved March 10, 2017."},{"url":"https://seclists.org/fulldisclosure/20... |
T1574.005 | subtechnique-of | T1574 | attack | id | |
T1574.005 | url | https://attack.mitre.org/techniques/T1574/005 | attack | url | |
T1574.006 | belongs-to-tactic | TA0005 | attack | id | |
T1574.006 | belongs-to-tactic | TA0002 | attack | id | |
T1574.006 | created | 2020-03-13 20:09:59.569000+00:00 | attack | date | |
T1574.006 | description | Adversaries may execute their own malicious payloads by hijacking environment variables the dynamic linker uses to load shared libraries. During the execution preparation phase of a program, the dynamic linker loads specified absolute paths of shared libraries from various environment variables and files, such as <code... | attack | string | |
T1574.006 | domain | enterprise-attack | attack | string | |
T1574.006 | is-subtechnique | true | attack | boolean | |
T1574.006 | modified | 2026-05-12 15:12:00.636000+00:00 | attack | date | |
T1574.006 | name | Dynamic Linker Hijacking | attack | string | |
T1574.006 | platform | Linux | attack | string | |
T1574.006 | platform | macOS | attack | string | |
T1574.006 | rdf:type | Technique | attack | enum | {"version":"3.0","external_references":[{"url":"https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/OverviewOfDynamicLibraries.html","source_name":"Apple Doco Archive Dynamic Libraries","description":"Apple Inc.. (2012, July 23). Overview of Dynamic Librarie... |
T1574.006 | subtechnique-of | T1574 | attack | id | |
T1574.006 | url | https://attack.mitre.org/techniques/T1574/006 | attack | url | |
T1574.007 | belongs-to-tactic | TA0005 | attack | id | |
T1574.007 | belongs-to-tactic | TA0002 | attack | id | |
T1574.007 | created | 2020-03-13 14:10:43.424000+00:00 | attack | date | |
T1574.007 | description | Adversaries may execute their own malicious payloads by hijacking environment variables used to load libraries. The PATH environment variable contains a list of directories (User and System) that the OS searches sequentially through in search of the binary that was called from a script or the command line.
Adversarie... | attack | string | |
T1574.007 | domain | enterprise-attack | attack | string | |
T1574.007 | is-subtechnique | true | attack | boolean | |
T1574.007 | modified | 2026-05-12 15:12:00.620000+00:00 | attack | date | |
T1574.007 | name | Path Interception by PATH Environment Variable | attack | string | |
T1574.007 | platform | Linux | attack | string | |
T1574.007 | platform | macOS | attack | string | |
T1574.007 | platform | Windows | attack | string | |
T1574.007 | rdf:type | Technique | attack | enum | {"version":"2.0","external_references":[{"url":"https://www.elastic.co/guide/en/security/7.17/prebuilt-rule-7-16-4-modification-of-environment-variable-via-launchctl.html","source_name":"Elastic Rules macOS launchctl 2022","description":"Elastic Security 7.17. (2022, February 1). Modification of Environment Variable vi... |
T1574.007 | subtechnique-of | T1574 | attack | id | |
T1574.007 | url | https://attack.mitre.org/techniques/T1574/007 | attack | url | |
T1574.008 | belongs-to-tactic | TA0005 | attack | id | |
T1574.008 | belongs-to-tactic | TA0002 | attack | id | |
T1574.008 | created | 2020-03-13 17:48:58.999000+00:00 | attack | date | |
T1574.008 | description | Adversaries may execute their own malicious payloads by hijacking the search order used to load other programs. Because some programs do not call other programs using the full path, adversaries may place their own file in the directory where the calling program is located, causing the operating system to launch their m... | attack | string |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.