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 |
|---|---|---|---|---|---|
T1546.015 | description | Adversaries may establish persistence by executing malicious content triggered by hijacked references to Component Object Model (COM) objects. COM is a system within Windows to enable interaction between software components through the operating system.(Citation: Microsoft Component Object Model) References to various... | attack | string | |
T1546.015 | domain | enterprise-attack | attack | string | |
T1546.015 | is-subtechnique | true | attack | boolean | |
T1546.015 | modified | 2025-10-24 17:49:18.160000+00:00 | attack | date | |
T1546.015 | name | Component Object Model Hijacking | attack | string | |
T1546.015 | platform | Windows | attack | string | |
T1546.015 | rdf:type | Technique | attack | enum | {"version":"1.3","external_references":[{"url":"https://www.elastic.co/blog/how-hunt-detecting-persistence-evasion-com","source_name":"Elastic COM Hijacking","description":"Ewing, P. Strom, B. (2016, September 15). How to Hunt: Detecting Persistence & Evasion with the COM. Retrieved September 15, 2016."},{"url":"https:... |
T1546.015 | subtechnique-of | T1546 | attack | id | |
T1546.015 | url | https://attack.mitre.org/techniques/T1546/015 | attack | url | |
T1546.016 | belongs-to-tactic | TA0004 | attack | id | |
T1546.016 | belongs-to-tactic | TA0003 | attack | id | |
T1546.016 | created | 2022-09-27 18:02:16.026000+00:00 | attack | date | |
T1546.016 | description | Adversaries may establish persistence and elevate privileges by using an installer to trigger the execution of malicious content. Installer packages are OS specific and contain the resources an operating system needs to install applications on a system. Installer packages can include scripts that run prior to installat... | attack | string | |
T1546.016 | domain | enterprise-attack | attack | string | |
T1546.016 | is-subtechnique | true | attack | boolean | |
T1546.016 | modified | 2026-05-12 15:12:00.721000+00:00 | attack | date | |
T1546.016 | name | Installer Packages | attack | string | |
T1546.016 | platform | Linux | attack | string | |
T1546.016 | platform | macOS | attack | string | |
T1546.016 | platform | Windows | attack | string | |
T1546.016 | rdf:type | Technique | attack | enum | {"version":"1.2","external_references":[{"url":"https://redcanary.com/blog/mac-application-bundles/","source_name":"Application Bundle Manipulation Brandon Dalton","description":"Brandon Dalton. (2022, August 9). A bundle of nerves: Tweaking macOS security controls to thwart application bundle manipulation. Retrieved S... |
T1546.016 | subtechnique-of | T1546 | attack | id | |
T1546.016 | url | https://attack.mitre.org/techniques/T1546/016 | attack | url | |
T1546.017 | belongs-to-tactic | TA0003 | attack | id | |
T1546.017 | belongs-to-tactic | TA0004 | attack | id | |
T1546.017 | created | 2024-09-26 17:02:09.888000+00:00 | attack | date | |
T1546.017 | description | Adversaries may maintain persistence through executing malicious content triggered using udev rules. Udev is the Linux kernel device manager that dynamically manages device nodes, handles access to pseudo-device files in the `/dev` directory, and responds to hardware events, such as when external devices like hard driv... | attack | string | |
T1546.017 | domain | enterprise-attack | attack | string | |
T1546.017 | is-subtechnique | true | attack | boolean | |
T1546.017 | modified | 2025-10-24 17:49:37.034000+00:00 | attack | date | |
T1546.017 | name | Udev Rules | attack | string | |
T1546.017 | platform | Linux | attack | string | |
T1546.017 | rdf:type | Technique | attack | enum | {"version":"1.0","external_references":[{"url":"https://ch4ik0.github.io/en/posts/leveraging-Linux-udev-for-persistence/","source_name":"Ignacio Udev research 2024","description":"Eder P. Ignacio. (2024, February 21). Leveraging Linux udev for persistence. Retrieved September 26, 2024."},{"url":"https://www.elastic.co/... |
T1546.017 | subtechnique-of | T1546 | attack | id | |
T1546.017 | url | https://attack.mitre.org/techniques/T1546/017 | attack | url | |
T1546.018 | belongs-to-tactic | TA0003 | attack | id | |
T1546.018 | belongs-to-tactic | TA0004 | attack | id | |
T1546.018 | created | 2025-05-22 19:20:46.740000+00:00 | attack | date | |
T1546.018 | description | Adversaries may achieve persistence by leveraging Python’s startup mechanisms, including path configuration (`.pth`) files and the `sitecustomize.py` or `usercustomize.py` modules. These files are automatically processed during the initialization of the Python interpreter, allowing for the execution of arbitrary code w... | attack | string | |
T1546.018 | domain | enterprise-attack | attack | string | |
T1546.018 | is-subtechnique | true | attack | boolean | |
T1546.018 | modified | 2025-10-21 02:35:20.850000+00:00 | attack | date | |
T1546.018 | name | Python Startup Hooks | attack | string | |
T1546.018 | platform | Linux | attack | string | |
T1546.018 | platform | macOS | attack | string | |
T1546.018 | platform | Windows | attack | string | |
T1546.018 | rdf:type | Technique | attack | enum | {"version":"1.0","external_references":[{"url":"https://docs.python.org/3/library/site.html","source_name":"Python Site Configuration Hook","description":"Python. (n.d.). site \u2014 Site-specific configuration hook. Retrieved May 22, 2025."},{"url":"https://dfir.ch/posts/publish_python_pth_extension/","source_name":"D... |
T1546.018 | subtechnique-of | T1546 | attack | id | |
T1546.018 | url | https://attack.mitre.org/techniques/T1546/018 | attack | url | |
T1547 | belongs-to-tactic | TA0003 | attack | id | |
T1547 | belongs-to-tactic | TA0004 | attack | id | |
T1547 | created | 2020-01-23 17:46:59.535000+00:00 | attack | date | |
T1547 | description | Adversaries may configure system settings to automatically execute a program during system boot or logon to maintain persistence or gain higher-level privileges on compromised systems. Operating systems may have mechanisms for automatically running a program on system boot or account logon.(Citation: Microsoft Run Key)... | attack | string | |
T1547 | domain | enterprise-attack | attack | string | |
T1547 | is-subtechnique | false | attack | boolean | |
T1547 | modified | 2025-10-24 17:48:29.846000+00:00 | attack | date | |
T1547 | name | Boot or Logon Autostart Execution | attack | string | |
T1547 | platform | Linux | attack | string | |
T1547 | platform | macOS | attack | string | |
T1547 | platform | Windows | attack | string | |
T1547 | platform | Network Devices | attack | string | |
T1547 | rdf:type | Technique | attack | enum | {"version":"1.3","external_references":[{"url":"https://web.archive.org/web/20160214140250/http://blog.cylance.com/windows-registry-persistence-part-2-the-run-keys-and-search-order","source_name":"Cylance Reg Persistence Sept 2013","description":"Langendorf, S. (2013, September 24). Windows Registry Persistence, Part 2... |
T1547 | url | https://attack.mitre.org/techniques/T1547 | attack | url | |
T1547.001 | belongs-to-tactic | TA0003 | attack | id | |
T1547.001 | belongs-to-tactic | TA0004 | attack | id | |
T1547.001 | created | 2020-01-23 22:02:48.566000+00:00 | attack | date | |
T1547.001 | description | Adversaries may achieve persistence by adding a program to a startup folder or referencing it with a Registry run key. Adding an entry to the "run keys" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.(Citation: Microsoft Run Key) These programs will be executed un... | attack | string | |
T1547.001 | domain | enterprise-attack | attack | string | |
T1547.001 | is-subtechnique | true | attack | boolean | |
T1547.001 | modified | 2026-05-12 15:12:00.706000+00:00 | attack | date | |
T1547.001 | name | Registry Run Keys / Startup Folder | attack | string | |
T1547.001 | platform | Windows | attack | string | |
T1547.001 | rdf:type | Technique | attack | enum | {"version":"2.1","external_references":[{"url":"https://blog.malwarebytes.com/cybercrime/2013/10/hiding-in-plain-sight/","source_name":"Malwarebytes Wow6432Node 2016","description":"Arntz, P. (2016, March 30). Hiding in Plain Sight. Retrieved August 3, 2020."},{"url":"https://docs.microsoft.com/en-us/windows/win32/sysi... |
T1547.001 | subtechnique-of | T1547 | attack | id | |
T1547.001 | url | https://attack.mitre.org/techniques/T1547/001 | attack | url | |
T1547.002 | belongs-to-tactic | TA0003 | attack | id | |
T1547.002 | belongs-to-tactic | TA0004 | attack | id | |
T1547.002 | created | 2020-01-24 14:54:42.757000+00:00 | attack | date | |
T1547.002 | description | Adversaries may abuse authentication packages to execute DLLs when the system boots. Windows authentication package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.(Citation: MSDN Aut... | attack | string | |
T1547.002 | domain | enterprise-attack | attack | string | |
T1547.002 | is-subtechnique | true | attack | boolean | |
T1547.002 | modified | 2025-10-24 17:49:17.208000+00:00 | attack | date | |
T1547.002 | name | Authentication Package | attack | string | |
T1547.002 | platform | Windows | attack | string | |
T1547.002 | rdf:type | Technique | attack | enum | {"version":"1.1","external_references":[{"url":"http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html","source_name":"Graeber 2014","description":"Graeber, M. (2014, October). Analysis of Malicious Security Support Provider DLLs. Retrieved March 1, 2017."},{"url":"https://technet.micro... |
T1547.002 | subtechnique-of | T1547 | attack | id | |
T1547.002 | url | https://attack.mitre.org/techniques/T1547/002 | attack | url | |
T1547.003 | belongs-to-tactic | TA0003 | attack | id | |
T1547.003 | belongs-to-tactic | TA0004 | attack | id | |
T1547.003 | created | 2020-01-24 15:51:52.317000+00:00 | attack | date | |
T1547.003 | description | Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.(Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting th... | attack | string | |
T1547.003 | domain | enterprise-attack | attack | string | |
T1547.003 | is-subtechnique | true | attack | boolean | |
T1547.003 | modified | 2025-10-24 17:48:51.278000+00:00 | attack | date | |
T1547.003 | name | Time Providers | attack | string | |
T1547.003 | platform | Windows | attack | string | |
T1547.003 | rdf:type | Technique | attack | enum | {"version":"1.2","external_references":[{"url":"https://github.com/scottlundgren/w32time","source_name":"Github W32Time Oct 2017","description":"Lundgren, S. (2017, October 28). w32time. Retrieved March 26, 2018."},{"url":"https://docs.microsoft.com/windows-server/networking/windows-time-service/windows-time-service-to... |
T1547.003 | subtechnique-of | T1547 | attack | id | |
T1547.003 | url | https://attack.mitre.org/techniques/T1547/003 | attack | url | |
T1547.004 | belongs-to-tactic | TA0003 | attack | id |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.