Name stringlengths 2 57 | Description stringlengths 207 4.68k | References stringlengths 98 4.83k | Kill Chain stringclasses 14
values | Platforms stringclasses 10
values | Domains stringclasses 1
value |
|---|---|---|---|---|---|
Service Execution | Adversaries may abuse the Windows service control manager to execute malicious commands or payloads. The Windows service control manager (<code>services.exe</code>) is an interface to manage and manipulate services.(Citation: Microsoft Service Control Manager) The service control manager is accessible to users via GUI ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1569/002 external_id: T1569.002 source_name: Microsoft Service Control Manager description: Microsoft. (2018, May 31). Service Control Manager. Retrieved March 28, 2020. url: https://docs.microsoft.com/windows/win32/services/service-control-man... | kill_chain_name: mitre-attack phase_name: execution | Windows | enterprise-attack |
Cloud Accounts | Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1078/004 external_id: T1078.004 source_name: AWS Identity Federation description: Amazon. (n.d.). Identity Federation in AWS. Retrieved March 13, 2020. url: https://aws.amazon.com/identity/federation/ source_name: Google Federating GC desc... | kill_chain_name: mitre-attack phase_name: initial-access | Azure AD | enterprise-attack |
Environmental Keying | Adversaries may environmentally key payloads or other features of malware to evade defenses and constraint execution to a specific target environment. Environmental keying uses cryptography to constrain execution or actions based on adversary supplied environment specific conditions that are expected to be present on t... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1480/001 external_id: T1480.001 source_name: Proofpoint Router Malvertising description: Kafeine. (2016, December 13). Home Routers Under Attack via Malvertising on Windows, Android Devices. Retrieved January 16, 2019. url: https://www.proofpoi... | kill_chain_name: mitre-attack phase_name: defense-evasion | Linux | enterprise-attack |
Fallback Channels | Adversaries may use fallback or alternate communication channels if the primary channel is compromised or inaccessible in order to maintain reliable command and control and to avoid data transfer thresholds. | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1008 external_id: T1008 source_name: University of Birmingham C2 description: Gardiner, J., Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016. url: https://arxiv.org/ftp/a... | kill_chain_name: mitre-attack phase_name: command-and-control | Linux | enterprise-attack |
NTFS File Attributes | Adversaries may use NTFS file attributes to hide their malicious data in order to evade detection. Every New Technology File System (NTFS) formatted partition contains a Master File Table (MFT) that maintains a record for every file/directory on the partition. (Citation: SpectorOps Host-Based Jul 2017) Within MFT entri... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1564/004 external_id: T1564.004 source_name: MalwareBytes ADS July 2015 description: Arntz, P. (2015, July 22). Introduction to Alternate Data Streams. Retrieved March 21, 2018. url: https://blog.malwarebytes.com/101/2015/07/introduction-to-alt... | kill_chain_name: mitre-attack phase_name: defense-evasion | Windows | enterprise-attack |
Kerberoasting | Adversaries may abuse a valid Kerberos ticket-granting ticket (TGT) or sniff network traffic to obtain a ticket-granting service (TGS) ticket that may be vulnerable to [Brute Force](https://attack.mitre.org/techniques/T1110).(Citation: Empire InvokeKerberoast Oct 2016)(Citation: AdSecurity Cracking Kerberos Dec 2015)
... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1558/003 external_id: T1558.003 source_name: Empire InvokeKerberoast Oct 2016 description: EmpireProject. (2016, October 31). Invoke-Kerberoast.ps1. Retrieved March 22, 2018. url: https://github.com/EmpireProject/Empire/blob/master/data/module_... | kill_chain_name: mitre-attack phase_name: credential-access | Windows | enterprise-attack |
DCSync | Adversaries may attempt to access credentials and other sensitive information by abusing a Windows Domain Controller's application programming interface (API)(Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft GetNCCChanges) (Citation: Samba DRSUAPI) (Citation: Wine API samlib.dll) to simulate the replication proc... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1003/006 external_id: T1003.006 source_name: Microsoft DRSR Dec 2017 description: Microsoft. (2017, December 1). MS-DRSR Directory Replication Service (DRS) Remote Protocol. Retrieved December 4, 2017. url: https://msdn.microsoft.com/library/cc... | kill_chain_name: mitre-attack phase_name: credential-access | Windows | enterprise-attack |
System Time Discovery | An adversary may gather the system time and/or time zone settings from a local or remote system. The system time is set and stored by services, such as the Windows Time Service on Windows or <code>systemsetup</code> on macOS.(Citation: MSDN System Time)(Citation: Technet Windows Time Service)(Citation: systemsetup mac ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1124 external_id: T1124 source_name: systemsetup mac time description: Apple Support. (n.d.). About systemsetup in Remote Desktop. Retrieved March 27, 2024. url: https://support.apple.com/en-gb/guide/remote-desktop/apd95406b8d/mac source_na... | kill_chain_name: mitre-attack phase_name: discovery | Windows | enterprise-attack |
At | Adversaries may abuse the [at](https://attack.mitre.org/software/S0110) utility to perform task scheduling for initial or recurring execution of malicious code. The [at](https://attack.mitre.org/software/S0110) utility exists as an executable within Windows, Linux, and macOS for scheduling tasks at a specified time and... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1053/002 external_id: T1053.002 source_name: rowland linux at 2019 description: Craig Rowland. (2019, July 25). Getting an Attacker IP Address from a Malicious Linux At Job. Retrieved October 15, 2021. url: https://www.linkedin.com/pulse/gettin... | kill_chain_name: mitre-attack phase_name: privilege-escalation | Windows | enterprise-attack |
Dynamic-link Library Injection | Adversaries may inject dynamic-link libraries (DLLs) into processes in order to evade process-based defenses as well as possibly elevate privileges. DLL injection is a method of executing arbitrary code in the address space of a separate live process.
DLL injection is commonly performed by writing the path to a DLL ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1055/001 external_id: T1055.001 source_name: Hiding Malicious Code with Module Stomping description: Aliz Hammond. (2019, August 15). Hiding Malicious Code with "Module Stomping": Part 1. Retrieved July 14, 2022. url: https://blog.f-secure.com/... | kill_chain_name: mitre-attack phase_name: privilege-escalation | Windows | enterprise-attack |
Exploits | Adversaries may buy, steal, or download exploits that can be used during targeting. An exploit takes advantage of a bug or vulnerability in order to cause unintended or unanticipated behavior to occur on computer hardware or software. Rather than developing their own exploits, an adversary may find/modify exploits from... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1588/005 external_id: T1588.005 source_name: Exploit Database description: Offensive Security. (n.d.). Exploit Database. Retrieved October 15, 2020. url: https://www.exploit-db.com/ source_name: TempertonDarkHotel description: Temperton, J... | kill_chain_name: mitre-attack phase_name: resource-development | PRE | enterprise-attack |
Modify Authentication Process | Adversaries may modify authentication mechanisms and processes to access user credentials or enable otherwise unwarranted access to accounts. The authentication process is handled by mechanisms, such as the Local Security Authentication Server (LSASS) process and the Security Accounts Manager (SAM) on Windows, pluggabl... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1556 external_id: T1556 source_name: Clymb3r Function Hook Passwords Sept 2013 description: Bialek, J. (2013, September 15). Intercepting Password Changes With Function Hooking. Retrieved November 21, 2017. url: https://clymb3r.wordpress.com/20... | kill_chain_name: mitre-attack phase_name: persistence | Windows | enterprise-attack |
Credential API Hooking | Adversaries may hook into Windows application programming interface (API) functions to collect user credentials. Malicious hooking mechanisms may capture API calls that include parameters that reveal user authentication credentials.(Citation: Microsoft TrojanSpy:Win32/Ursnif.gen!I Sept 2017) Unlike [Keylogging](https:/... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1056/004 external_id: T1056.004 source_name: Microsoft TrojanSpy:Win32/Ursnif.gen!I Sept 2017 description: Microsoft. (2017, September 15). TrojanSpy:Win32/Ursnif.gen!I. Retrieved December 18, 2017. url: https://www.microsoft.com/en-us/wdsi/thr... | kill_chain_name: mitre-attack phase_name: credential-access | Windows | enterprise-attack |
Firmware Corruption | Adversaries may overwrite or corrupt the flash memory contents of system BIOS or other firmware in devices attached to a system in order to render them inoperable or unable to boot, thus denying the availability to use the devices and/or the system.(Citation: Symantec Chernobyl W95.CIH) Firmware is software that is loa... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1495 external_id: T1495 source_name: cisa_malware_orgs_ukraine description: CISA. (2022, April 28). Alert (AA22-057A) Update: Destructive Malware Targeting Organizations in Ukraine. Retrieved July 29, 2022. url: https://www.cisa.gov/uscert/ncas... | kill_chain_name: mitre-attack phase_name: impact | Linux | enterprise-attack |
Inhibit System Recovery | Adversaries may delete or remove built-in data and turn off services designed to aid in the recovery of a corrupted system to prevent recovery.(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) This may deny access to available backups and recovery options.
Operating systems may contain features... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1490 external_id: T1490 source_name: Dark Reading Code Spaces Cyber Attack description: Brian Prince. (2014, June 20). Code Hosting Service Shuts Down After Cyber Attack. Retrieved March 21, 2023. url: https://www.darkreading.com/attacks-breac... | kill_chain_name: mitre-attack phase_name: impact | Windows | enterprise-attack |
Netsh Helper DLL | Adversaries may establish persistence by executing malicious content triggered by Netsh Helper DLLs. Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the u... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1546/007 external_id: T1546.007 source_name: Demaske Netsh Persistence description: Demaske, M. (2016, September 23). USING NETSHELL TO EXECUTE EVIL DLLS AND PERSIST ON A HOST. Retrieved April 8, 2017. url: https://htmlpreview.github.io/?https:... | kill_chain_name: mitre-attack phase_name: persistence | Windows | enterprise-attack |
Spearphishing via Service | Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems. Spearphishing via service is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of third party services rather than directly via enterprise ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1566/003 external_id: T1566.003 source_name: Lookout Dark Caracal Jan 2018 description: Blaich, A., et al. (2018, January 18). Dark Caracal: Cyber-espionage at a Global Scale. Retrieved April 11, 2018. url: https://info.lookout.com/rs/051-ESQ-4... | kill_chain_name: mitre-attack phase_name: initial-access | Linux | enterprise-attack |
Internal Proxy | Adversaries may use an internal proxy to direct command and control traffic between two or more systems in a compromised environment. Many tools exist that enable traffic redirection through proxies or port redirection, including [HTRAN](https://attack.mitre.org/software/S0040), ZXProxy, and ZXPortMap. (Citation: Trend... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1090/001 external_id: T1090.001 source_name: University of Birmingham C2 description: Gardiner, J., Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016. url: https://arxiv.o... | kill_chain_name: mitre-attack phase_name: command-and-control | Linux | enterprise-attack |
System Script Proxy Execution | Adversaries may use trusted scripts, often signed with certificates, to proxy the execution of malicious files. Several Microsoft signed scripts that have been downloaded from Microsoft or are default on Windows installations can be used to proxy execution of other files.(Citation: LOLBAS Project) This behavior may be ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1216 external_id: T1216 source_name: GitHub Ultimate AppLocker Bypass List description: Moe, O. (2018, March 1). Ultimate AppLocker Bypass List. Retrieved April 10, 2018. url: https://github.com/api0cradle/UltimateAppLockerByPassList source... | kill_chain_name: mitre-attack phase_name: defense-evasion | Windows | enterprise-attack |
Dead Drop Resolver | Adversaries may use an existing, legitimate external Web service to host information that points to additional command and control (C2) infrastructure. Adversaries may post content, known as a dead drop resolver, on Web services with embedded (and often obfuscated/encoded) domains or IP addresses. Once infected, victim... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1102/001 external_id: T1102.001 source_name: University of Birmingham C2 description: Gardiner, J., Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016. url: https://arxiv.o... | kill_chain_name: mitre-attack phase_name: command-and-control | Linux | enterprise-attack |
Junk Data | Adversaries may add junk data to protocols used for command and control to make detection more difficult.(Citation: FireEye SUNBURST Backdoor December 2020) By adding random or meaningless data to the protocols used for command and control, adversaries can prevent trivial methods for decoding, deciphering, or otherwise... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1001/001 external_id: T1001.001 source_name: FireEye SUNBURST Backdoor December 2020 description: FireEye. (2020, December 13). Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims With SUNBURST Backdoo... | kill_chain_name: mitre-attack phase_name: command-and-control | Linux | enterprise-attack |
Spearphishing Service | Adversaries may send spearphishing messages via third-party services to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Spearphishing for information frequentl... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1598/001 external_id: T1598.001 source_name: ThreatPost Social Media Phishing description: O'Donnell, L. (2020, October 20). Facebook: A Top Launching Pad For Phishing Attacks. Retrieved October 20, 2020. url: https://threatpost.com/facebook-la... | kill_chain_name: mitre-attack phase_name: reconnaissance | PRE | enterprise-attack |
Container API | Adversaries may gather credentials via APIs within a containers environment. APIs in these environments, such as the Docker API and Kubernetes APIs, allow a user to remotely manage their container resources and cluster components.(Citation: Docker API)(Citation: Kubernetes API)
An adversary may access the Docker API t... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1552/007 external_id: T1552.007 source_name: Unit 42 Unsecured Docker Daemons description: Chen, J.. (2020, January 29). Attacker's Tactics and Techniques in Unsecured Docker Daemons Revealed. Retrieved March 31, 2021. url: https://unit42.paloa... | kill_chain_name: mitre-attack phase_name: credential-access | Containers | enterprise-attack |
Domains | Adversaries may hijack domains and/or subdomains that can be used during targeting. Domain registration hijacking is the act of changing the registration of a domain name without the permission of the original registrant.(Citation: ICANNDomainNameHijacking) Adversaries may gain access to an email account for the person... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1584/001 external_id: T1584.001 source_name: Krebs DNS Hijack 2019 description: Brian Krebs. (2019, February 18). A Deep Dive on the Recent Widespread DNS Hijacking Attacks. Retrieved February 14, 2022. url: https://krebsonsecurity.com/2019/02/... | kill_chain_name: mitre-attack phase_name: resource-development | PRE | enterprise-attack |
SQL Stored Procedures | Adversaries may abuse SQL stored procedures to establish persistent access to systems. SQL Stored Procedures are code that can be saved and reused so that database users do not waste time rewriting frequently used SQL queries. Stored procedures can be invoked via SQL statements to the database using the procedure name ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1505/001 external_id: T1505.001 source_name: NetSPI Startup Stored Procedures description: Sutherland, S. (2016, March 7). Maintaining Persistence via SQL Server – Part 1: Startup Stored Procedures. Retrieved July 8, 2019. url: https://blog.net... | kill_chain_name: mitre-attack phase_name: persistence | Windows | enterprise-attack |
Network Device Authentication | Adversaries may use [Patch System Image](https://attack.mitre.org/techniques/T1601/001) to hard code a password in the operating system, thus bypassing of native authentication mechanisms for local accounts on network devices.
[Modify System Image](https://attack.mitre.org/techniques/T1601) may include implanted code ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1556/004 external_id: T1556.004 source_name: Mandiant - Synful Knock description: Bill Hau, Tony Lee, Josh Homan. (2015, September 15). SYNful Knock - A Cisco router implant - Part I. Retrieved October 19, 2020. url: https://www.mandiant.com/re... | kill_chain_name: mitre-attack phase_name: persistence | Network | enterprise-attack |
Disk Content Wipe | Adversaries may erase the contents of storage devices on specific systems or in large numbers in a network to interrupt availability to system and network resources.
Adversaries may partially or completely overwrite the contents of a storage device rendering the data irrecoverable through the storage interface.(Citati... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1561/001 external_id: T1561.001 source_name: DOJ Lazarus Sony 2018 description: Department of Justice. (2018, September 6). Criminal Complaint - United States of America v. PARK JIN HYOK. Retrieved March 29, 2019. url: https://www.justice.gov/o... | kill_chain_name: mitre-attack phase_name: impact | Linux | enterprise-attack |
Exfiltration Over Unencrypted Non-C2 Protocol | Adversaries may steal data by exfiltrating it over an un-encrypted network protocol other than that of the existing command and control channel. The data may also be sent to an alternate network location from the main command and control server.(Citation: copy_cmd_cisco)
Adversaries may opt to obfuscate this data, wit... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1048/003 external_id: T1048.003 source_name: copy_cmd_cisco description: Cisco. (2022, August 16). copy - Cisco IOS Configuration Fundamentals Command Reference . Retrieved July 13, 2022. url: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/f... | kill_chain_name: mitre-attack phase_name: exfiltration | Linux | enterprise-attack |
Dylib Hijacking | 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>, ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1574/004 external_id: T1574.004 source_name: MalwareUnicorn macOS Dylib Injection MachO description: Amanda Rousseau. (2020, April 4). MacOS Dylib Injection Workshop. Retrieved March 29, 2021. url: https://malwareunicorn.org/workshops/macos_dyl... | kill_chain_name: mitre-attack phase_name: defense-evasion | macOS | enterprise-attack |
Downgrade System Image | Adversaries may install an older version of the operating system of a network device to weaken security. Older operating system versions on network devices often have weaker encryption ciphers and, in general, fewer/less updated defensive features. (Citation: Cisco Synful Knock Evolution)
On embedded devices, downgra... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1601/002 external_id: T1601.002 source_name: Cisco Synful Knock Evolution description: Graham Holmes. (2015, October 8). Evolution of attacks on Cisco IOS devices. Retrieved October 19, 2020. url: https://blogs.cisco.com/security/evolution-of-a... | kill_chain_name: mitre-attack phase_name: defense-evasion | Network | enterprise-attack |
Local Accounts | Adversaries may obtain and abuse credentials of a local account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Local accounts are those configured by an organization for use by users, remote support, services, or for administration on a single system or service.
Local Acco... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1078/003 external_id: T1078.003 | kill_chain_name: mitre-attack phase_name: initial-access | Linux | enterprise-attack |
Exploitation for Defense Evasion | Adversaries may exploit a system or application vulnerability to bypass security features. Exploitation of a vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Vulnerabilities... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1211 external_id: T1211 source_name: Salesforce zero-day in facebook phishing attack description: Bill Toulas. (2023, August 2). Hackers exploited Salesforce zero-day in Facebook phishing attack. Retrieved September 18, 2023. url: https://www.b... | kill_chain_name: mitre-attack phase_name: defense-evasion | Linux | enterprise-attack |
Trusted Developer Utilities Proxy Execution | Adversaries may take advantage of trusted developer utilities to proxy execution of malicious payloads. There are many utilities used for software development related tasks that can be used to execute code in various forms to assist in development, debugging, and reverse engineering.(Citation: engima0x3 DNX Bypass)(Cit... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1127 external_id: T1127 source_name: Exploit Monday WinDbg description: Graeber, M. (2016, August 15). Bypassing Application Whitelisting by using WinDbg/CDB as a Shellcode Runner. Retrieved May 26, 2017. url: http://www.exploit-monday.com/2016... | kill_chain_name: mitre-attack phase_name: defense-evasion | Windows | enterprise-attack |
System Shutdown/Reboot | Adversaries may shutdown/reboot systems to interrupt access to, or aid in the destruction of, those systems. Operating systems may contain commands to initiate a shutdown/reboot of a machine or network device. In some cases, these commands may also be used to initiate a shutdown/reboot of a remote computer or network d... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1529 external_id: T1529 source_name: Talos Nyetya June 2017 description: Chiu, A. (2016, June 27). New Ransomware Variant "Nyetya" Compromises Systems Worldwide. Retrieved March 26, 2019. url: https://blog.talosintelligence.com/2017/06/worldwid... | kill_chain_name: mitre-attack phase_name: impact | Linux | enterprise-attack |
MMC | Adversaries may abuse mmc.exe to proxy execution of malicious .msc files. Microsoft Management Console (MMC) is a binary that may be signed by Microsoft and is used in several ways in either its GUI or in a command prompt.(Citation: win_mmc)(Citation: what_is_mmc) MMC can be used to create, open, and save custom consol... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1218/014 external_id: T1218.014 source_name: abusing_com_reg description: bohops. (2018, August 18). ABUSING THE COM REGISTRY STRUCTURE (PART 2): HIJACKING & LOADING TECHNIQUES. Retrieved September 20, 2021. url: https://bohops.com/2018/08/18/a... | kill_chain_name: mitre-attack phase_name: defense-evasion | Windows | enterprise-attack |
Process Argument Spoofing | Adversaries may attempt to hide process command-line arguments by overwriting process memory. Process command-line arguments are stored in the process environment block (PEB), a data structure used by Windows to store various information about/used by a process. The PEB includes the process command-line arguments that ... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1564/010 external_id: T1564.010 source_name: Microsoft PEB 2021 description: Microsoft. (2021, October 6). PEB structure (winternl.h). Retrieved November 19, 2021. url: https://docs.microsoft.com/en-us/windows/win32/api/winternl/ns-winternl-peb... | kill_chain_name: mitre-attack phase_name: defense-evasion | Windows | enterprise-attack |
COR_PROFILER | Adversaries may leverage the COR_PROFILER environment variable to hijack the execution flow of programs that load the .NET CLR. The COR_PROFILER is a .NET Framework feature which allows developers to specify an unmanaged (or external of .NET) profiling DLL to be loaded into each .NET process that loads the Common Langu... | source_name: mitre-attack url: https://attack.mitre.org/techniques/T1574/012 external_id: T1574.012 source_name: Microsoft Profiling Mar 2017 description: Microsoft. (2017, March 30). Profiling Overview. Retrieved June 24, 2020. url: https://docs.microsoft.com/en-us/dotnet/framework/unmanaged-api/profiling/prof... | kill_chain_name: mitre-attack phase_name: defense-evasion | Windows | enterprise-attack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.