Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringlengths
59
385
input
stringclasses
117 values
output
stringlengths
109
1.46k
metadata
dict
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Email Account (T1087.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under...
Windows Office Suite
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to get a listing of email addresses and accounts. Adversaries may try to dump Exchange address lists such as global address lists (GALs).(Citation: Microsoft Exchange Address Lists)
{ "technique_id": "T1087.003", "technique_name": "Email Account", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Impersonation (T1656). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘...
Linux macOS Windows SaaS Office Suite
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may impersonate a trusted person or organization in order to persuade and trick a target into performing some action on their behalf. For example, adversaries may communicate with victims (via [P...
{ "technique_id": "T1656", "technique_name": "Impersonation", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Web Portal Capture (T1056.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may install code on externally facing portals, such as a VPN login page, to capture and transmit credentials of users who attempt to log into the service. For example, a compromised login page ma...
{ "technique_id": "T1056.003", "technique_name": "Web Portal Capture", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Obtain Capabilities (T1588). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer und...
PRE
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may buy and/or steal capabilities that can be used during targeting. Rather than developing their own capabilities in-house, adversaries may purchase, freely download, or steal them. Activities m...
{ "technique_id": "T1588", "technique_name": "Obtain Capabilities", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Clear Linux or Mac System Logs (T1070.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the f...
Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may clear system logs to hide evidence of an intrusion. macOS and Linux both keep track of system or user-initiated actions via system logs. The majority of native system logging is stored under ...
{ "technique_id": "T1070.002", "technique_name": "Clear Linux or Mac System Logs", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique DLL (T1574.001)?
Windows
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 ...
{ "technique_id": "T1574.001", "technique_name": "DLL", "domain": "enterprise-attack", "is_reasoning": false }
What is the purpose of the ATT&CK technique Securityd Memory (T1555.002)?
Linux macOS
An adversary with root access may gather credentials by reading `securityd`’s memory. `securityd` is a service/daemon responsible for implementing security protocols such as encryption and authorization.(Citation: Apple Dev SecurityD) A privileged adversary may be able to scan through `securityd`'s memory to find the c...
{ "technique_id": "T1555.002", "technique_name": "Securityd Memory", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Token Impersonation/Theft (T1134.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final ...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or...
{ "technique_id": "T1134.001", "technique_name": "Token Impersonation/Theft", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Rundll32 (T1085)?
Windows
The rundll32.exe program can be called to execute an arbitrary binary. Adversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of the rundll32.exe process because of whitelists or false positives from Windows using rundll32.exe fo...
{ "technique_id": "T1085", "technique_name": "Rundll32", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Redundant Access (T1108). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under ...
Windows SaaS IaaS Linux macOS Office Suite Identity Provider
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer **This technique has been deprecated. Please use [Create Account](https://attack.mitre.org/techniques/T1136), [Web Shell](https://attack.mitre.org/techniques/T1505/003), and [External Remote Services](https:...
{ "technique_id": "T1108", "technique_name": "Redundant Access", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Path Interception by Search Order Hijacking (T1574.008)?
Windows
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...
{ "technique_id": "T1574.008", "technique_name": "Path Interception by Search Order Hijacking", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique External Remote Services (T1133). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answe...
Windows Linux Containers macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may leverage external-facing remote services to initially access and/or persist within a network. Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to inter...
{ "technique_id": "T1133", "technique_name": "External Remote Services", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Symmetric Cryptography (T1573.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final ans...
Linux Windows macOS Network Devices ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may employ a known symmetric encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Symmetric encryption...
{ "technique_id": "T1573.001", "technique_name": "Symmetric Cryptography", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Image File Execution Options Injection (T1183)?
Windows
Image File Execution Options (IFEO) enable a developer to attach a debugger to an application. When a process is created, a debugger present in an application’s IFEO will be prepended to the application’s name, effectively launching the new process under the debugger (e.g., “C:\dbg\ntsd.exe -g notepad.exe”). (Citation...
{ "technique_id": "T1183", "technique_name": "Image File Execution Options Injection", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Mshta (T1218.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### ...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may abuse mshta.exe to proxy execution of malicious .hta files and Javascript or VBScript through a trusted Windows utility. There are several examples of different types of threats leveraging ms...
{ "technique_id": "T1218.005", "technique_name": "Mshta", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Executable Installer File Permissions Weakness (T1574.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reason...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 o...
{ "technique_id": "T1574.005", "technique_name": "Executable Installer File Permissions Weakness", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Scan Databases (T1596.005)?
PRE
Adversaries may search within public scan databases for information about victims that can be used during targeting. Various online services continuously publish the results of Internet scans/surveys, often harvesting information such as active IP addresses, hostnames, open ports, certificates, and even server banners....
{ "technique_id": "T1596.005", "technique_name": "Scan Databases", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Multi-hop Proxy (T1188). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer To disguise the source of malicious traffic, adversaries may chain together multiple proxies. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; t...
{ "technique_id": "T1188", "technique_name": "Multi-hop Proxy", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Right-to-Left Override (T1036.002)?
Linux macOS Windows
Adversaries may abuse the right-to-left override (RTLO or RLO) character (U+202E) to disguise a string and/or file name to make it appear benign. RTLO is a non-printing Unicode character that causes the text that follows it to be displayed in reverse. For example, a Windows screensaver executable named <code>March 25 \...
{ "technique_id": "T1036.002", "technique_name": "Right-to-Left Override", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Trap (T1154). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answe...
Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer The <code>trap</code> command allows programs and shells to specify commands that will be executed upon receiving interrupt signals. A common situation is a script allowing for graceful termination and handl...
{ "technique_id": "T1154", "technique_name": "Trap", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Malicious Link (T1204.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer unde...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer An adversary may rely upon a user clicking a malicious link in order to gain execution. Users may be subjected to social engineering to get them to click on a link that will lead to code execution. This user...
{ "technique_id": "T1204.001", "technique_name": "Malicious Link", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Mshta (T1170). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answ...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 execu...
{ "technique_id": "T1170", "technique_name": "Mshta", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Hidden Window (T1564.003)?
macOS Windows Linux
Adversaries may use hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can be hidden. This may be utilized by system administrators to avoid disrupting user work environments when carrying out ...
{ "technique_id": "T1564.003", "technique_name": "Hidden Window", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique GUI Input Capture (T1056.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer u...
macOS Windows Linux
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may mimic common operating system GUI components to prompt users for credentials with a seemingly legitimate prompt. When programs are executed that need additional privileges than are present in...
{ "technique_id": "T1056.002", "technique_name": "GUI Input Capture", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Authentication Package (T1131). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 operatin...
{ "technique_id": "T1131", "technique_name": "Authentication Package", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Dynamic Linker Hijacking (T1574.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final a...
Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 link...
{ "technique_id": "T1574.006", "technique_name": "Dynamic Linker Hijacking", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Multilayer Encryption (T1079). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer u...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer An adversary performs C2 communications using multiple layers of encryption, typically (but not exclusively) tunneling a custom encryption scheme within a protocol encryption scheme such as HTTPS or SMTPS.
{ "technique_id": "T1079", "technique_name": "Multilayer Encryption", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Credentials (T1589.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a...
PRE
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may gather credentials that can be used during targeting. Account credentials gathered by adversaries may be those directly associated with the target victim organization or attempt to take advan...
{ "technique_id": "T1589.001", "technique_name": "Credentials", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hidden Window (T1143). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘...
macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may implement hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can...
{ "technique_id": "T1143", "technique_name": "Hidden Window", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Screensaver (T1546.002)?
Windows
Adversaries may establish persistence by executing malicious content triggered by user inactivity. Screensavers are programs that execute after a configurable time of user inactivity and consist of Portable Executable (PE) files with a .scr file extension.(Citation: Wikipedia Screensaver) The Windows screensaver applic...
{ "technique_id": "T1546.002", "technique_name": "Screensaver", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Multiband Communication (T1026). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer **This technique has been deprecated and should no longer be used.**
{ "technique_id": "T1026", "technique_name": "Multiband Communication", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compute Hijacking (T1496.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer u...
Windows IaaS Linux macOS Containers
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may leverage the compute resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability.
{ "technique_id": "T1496.001", "technique_name": "Compute Hijacking", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Process Injection (T1055). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may inject code into processes in order to evade process-based defenses as well as possibly elevate privileges. Process injection is a method of executing arbitrary code in the address space of a...
{ "technique_id": "T1055", "technique_name": "Process Injection", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Dynamic API Resolution (T1027.007)?
Windows
Adversaries may obfuscate then dynamically resolve API functions called by their malware in order to conceal malicious functionalities and impair defensive analysis. Malware commonly uses various [Native API](https://attack.mitre.org/techniques/T1106) functions provided by the OS to perform various tasks such as those ...
{ "technique_id": "T1027.007", "technique_name": "Dynamic API Resolution", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hardware Additions (T1200). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer unde...
Windows Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may physically introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access. Rather than just connecting an...
{ "technique_id": "T1200", "technique_name": "Hardware Additions", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Launchctl (T1152). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### ...
macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Launchctl controls the macOS launchd process which handles things like launch agents and launch daemons, but can execute other commands or programs itself. Launchctl supports taking subcommands on the comman...
{ "technique_id": "T1152", "technique_name": "Launchctl", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Regsvr32 (T1218.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘#...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may abuse Regsvr32.exe to proxy execution of malicious code. Regsvr32.exe is a command-line program used to register and unregister object linking and embedding controls, including dynamic link l...
{ "technique_id": "T1218.010", "technique_name": "Regsvr32", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Bash History (T1552.003)?
Linux macOS
Adversaries may search the bash command history on compromised systems for insecurely stored credentials. Bash keeps track of the commands users type on the command-line with the "history" utility. Once a user logs out, the history is flushed to the user’s <code>.bash_history</code> file. For each user, this file resid...
{ "technique_id": "T1552.003", "technique_name": "Bash History", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data Encrypted for Impact (T1486). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answ...
Linux macOS Windows IaaS ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may encrypt data on target systems or on large numbers of systems in a network to interrupt availability to system and network resources. They can attempt to render stored data inaccessible by en...
{ "technique_id": "T1486", "technique_name": "Data Encrypted for Impact", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Extra Window Memory Injection (T1181). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final ...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Before creating a window, graphical Windows-based processes must prescribe to or register a windows class, which stipulate appearance and behavior (via windows procedures, which are functions that handle inp...
{ "technique_id": "T1181", "technique_name": "Extra Window Memory Injection", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Netsh Helper DLL (T1546.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer un...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 net...
{ "technique_id": "T1546.007", "technique_name": "Netsh Helper DLL", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Disabling Security Tools (T1089)?
Linux macOS Windows
Adversaries may disable security tools to avoid possible detection of their tools and activities. This can take the form of killing security software or event logging processes, deleting Registry keys so that tools do not start at run time, or other methods to interfere with security scanning or event reporting.
{ "technique_id": "T1089", "technique_name": "Disabling Security Tools", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Application Deployment Software (T1017). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the fina...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may deploy malicious software to systems within a network using application deployment systems employed by enterprise administrators. The permissions required for this action vary by system confi...
{ "technique_id": "T1017", "technique_name": "Application Deployment Software", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Login Items (T1547.015). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a...
macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may add login items to execute upon user login to gain persistence or escalate privileges. Login items are applications, documents, folders, or server connections that are automatically launched ...
{ "technique_id": "T1547.015", "technique_name": "Login Items", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Web Cookies (T1606.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a...
Linux macOS Windows SaaS IaaS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may forge web cookies that can be used to gain access to web applications or Internet services. Web applications and services (hosted in cloud SaaS environments or on-premise servers) often use s...
{ "technique_id": "T1606.001", "technique_name": "Web Cookies", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Sharepoint (T1213.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ...
Windows Office Suite
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may leverage the SharePoint repository as a source to mine valuable information. SharePoint will often contain useful information for an adversary to learn about the structure and functionality o...
{ "technique_id": "T1213.002", "technique_name": "Sharepoint", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Local Accounts (T1078.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer unde...
Linux macOS Windows Containers Network Devices ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 organiza...
{ "technique_id": "T1078.003", "technique_name": "Local Accounts", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Fast Flux DNS (T1568.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under...
Linux macOS Windows ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may use Fast Flux DNS to hide a command and control channel behind an array of rapidly changing IP addresses linked to a single domain resolution. This technique uses a fully qualified domain nam...
{ "technique_id": "T1568.001", "technique_name": "Fast Flux DNS", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Boot or Logon Initialization Scripts (T1037)?
macOS Windows Linux Network Devices ESXi
Adversaries may use scripts automatically executed at boot or logon initialization to establish persistence.(Citation: Mandiant APT29 Eye Spy Email Nov 22)(Citation: Anomali Rocke March 2019) Initialization scripts can be used to perform administrative functions, which may often execute other programs or send informati...
{ "technique_id": "T1037", "technique_name": "Boot or Logon Initialization Scripts", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Spearphishing Link (T1598.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
PRE
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may send spearphishing messages with a malicious link to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulgin...
{ "technique_id": "T1598.003", "technique_name": "Spearphishing Link", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Security Support Provider (T1101)?
Windows
Windows Security Support Provider (SSP) DLLs are loaded into the Local Security Authority (LSA) process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration ...
{ "technique_id": "T1101", "technique_name": "Security Support Provider", "domain": "enterprise-attack", "is_reasoning": false }
What is the purpose of the ATT&CK technique Domain or Tenant Policy Modification (T1484)?
Windows Identity Provider
Adversaries may modify the configuration settings of a domain or identity tenant to evade defenses and/or escalate privileges in centrally managed environments. Such services provide a centralized means of managing identity resources such as devices and accounts, and often include configuration settings that may apply ...
{ "technique_id": "T1484", "technique_name": "Domain or Tenant Policy Modification", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Internal Proxy (T1090.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer unde...
Linux Network Devices Windows macOS ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 ...
{ "technique_id": "T1090.001", "technique_name": "Internal Proxy", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Automated Collection (T1119)?
Linux macOS Windows IaaS SaaS Office Suite
Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search for and copy information fitting set criteria such as...
{ "technique_id": "T1119", "technique_name": "Automated Collection", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique File Transfer Protocols (T1071.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final an...
Linux macOS Windows Network Devices ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may communicate using application layer protocols associated with transferring files to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and ...
{ "technique_id": "T1071.002", "technique_name": "File Transfer Protocols", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Time Based Evasion (T1497.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may employ various time-based methods to detect and avoid virtualization and analysis environments. This may include enumerating time-based properties, such as uptime or the system clock, as well...
{ "technique_id": "T1497.003", "technique_name": "Time Based Evasion", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Cloud Instance Metadata API (T1552.005)?
IaaS
Adversaries may attempt to access the Cloud Instance Metadata API to collect credentials and other sensitive data.
{ "technique_id": "T1552.005", "technique_name": "Cloud Instance Metadata API", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Junk Data (T1001.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘...
Linux macOS Windows ESXi
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 protoc...
{ "technique_id": "T1001.001", "technique_name": "Junk Data", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Outlook Home Page (T1137.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer u...
Windows Office Suite
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may abuse Microsoft Outlook's Home Page feature to obtain persistence on a compromised system. Outlook Home Page is a legacy feature used to customize the presentation of Outlook folders. This fe...
{ "technique_id": "T1137.004", "technique_name": "Outlook Home Page", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Windows Management Instrumentation Event Subscription (T1546.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may establish persistence and elevate privileges by executing malicious content triggered by a Windows Management Instrumentation (WMI) event subscription. WMI can be used to install event filter...
{ "technique_id": "T1546.003", "technique_name": "Windows Management Instrumentation Event Subscription", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Gather Victim Host Information (T1592). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final...
PRE
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may gather information about the victim's hosts that can be used during targeting. Information about hosts may include a variety of details, including administrative data (ex: name, assigned IP, ...
{ "technique_id": "T1592", "technique_name": "Gather Victim Host Information", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Additional Cloud Credentials (T1098.001)?
IaaS SaaS Identity Provider
Adversaries may add adversary-controlled credentials to a cloud account to maintain persistent access to victim accounts and instances within the environment.
{ "technique_id": "T1098.001", "technique_name": "Additional Cloud Credentials", "domain": "enterprise-attack", "is_reasoning": false }
What is the purpose of the ATT&CK technique Group Policy Modification (T1484.001)?
Windows
Adversaries may modify Group Policy Objects (GPOs) to subvert the intended discretionary access controls for a domain, usually with the intention of escalating privileges on the domain. Group policy allows for centralized management of user and computer settings in Active Directory (AD). GPOs are containers for group p...
{ "technique_id": "T1484.001", "technique_name": "Group Policy Modification", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Credential API Hooking (T1056.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final ans...
Windows Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may hook into Windows application programming interface (API) functions and Linux system functions to collect user credentials. Malicious hooking mechanisms may capture API or function calls that...
{ "technique_id": "T1056.004", "technique_name": "Credential API Hooking", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Steal Web Session Cookie (T1539). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answe...
Linux macOS Windows SaaS Office Suite
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications a...
{ "technique_id": "T1539", "technique_name": "Steal Web Session Cookie", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Screen Capture (T1113). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to take screen captures of the desktop to gather information over the course of an operation. Screen capturing functionality may be included as a feature of a remote access tool used ...
{ "technique_id": "T1113", "technique_name": "Screen Capture", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Winlogon Helper DLL (T1547.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may abuse features of Winlogon to execute DLLs and/or executables when a user logs in. Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention ...
{ "technique_id": "T1547.004", "technique_name": "Winlogon Helper DLL", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Network Service Discovery (T1046)?
Windows IaaS Linux macOS Containers Network Devices
Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation. Common methods to acquire this information include port, vulnerability, and/or wordlist scans using tools that are brought onto a...
{ "technique_id": "T1046", "technique_name": "Network Service Discovery", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Emond (T1519). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answ...
macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may use Event Monitor Daemon (emond) to establish persistence by scheduling malicious commands to run on predictable event triggers. Emond is a [Launch Daemon](https://attack.mitre.org/techniques...
{ "technique_id": "T1519", "technique_name": "Emond", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Endpoint Denial of Service (T1499). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final ans...
Windows Linux macOS Containers IaaS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users. Endpoint DoS can be performed by exhausting the system resources those services are...
{ "technique_id": "T1499", "technique_name": "Endpoint Denial of Service", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Web Services (T1584.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under ...
PRE
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may compromise access to third-party web services that can be used during targeting. A variety of popular websites exist for legitimate users to register for web-based services, such as GitHub, T...
{ "technique_id": "T1584.006", "technique_name": "Web Services", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique IDE Tunneling (T1219.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under...
Linux Windows macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may abuse Integrated Development Environment (IDE) software with remote development features to establish an interactive command and control channel on target systems within a network. IDE tunnel...
{ "technique_id": "T1219.001", "technique_name": "IDE Tunneling", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Internal Spearphishing (T1534). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
Windows macOS Linux SaaS Office Suite
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer After they already have access to accounts or systems within the environment, adversaries may use internal spearphishing to gain access to additional information or compromise other users within the same org...
{ "technique_id": "T1534", "technique_name": "Internal Spearphishing", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Rename Legitimate Utilities (T1036.003)?
Linux macOS Windows
Adversaries may rename legitimate / system utilities to try to evade security mechanisms concerning the usage of those utilities. Security monitoring and control mechanisms may be in place for legitimate utilities adversaries are capable of abusing, including both built-in binaries and tools such as PSExec, AutoHotKey,...
{ "technique_id": "T1036.003", "technique_name": "Rename Legitimate Utilities", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Modify Existing Service (T1031). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Registry. Service configurations can be modified using utilities...
{ "technique_id": "T1031", "technique_name": "Modify Existing Service", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique NTDS (T1003.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### A...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to access or create a copy of the Active Directory domain database in order to steal credential information, as well as obtain other information about domain members such as devices, ...
{ "technique_id": "T1003.003", "technique_name": "NTDS", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Web Session Cookie (T1506). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer unde...
Office 365 SaaS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries can use stolen session cookies to authenticate to web applications and services. This technique bypasses some multi-factor authentication protocols since the session is already authenticated.(Cit...
{ "technique_id": "T1506", "technique_name": "Web Session Cookie", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Encrypted/Encoded File (T1027.013)?
Linux macOS Windows
Adversaries may encrypt or encode files to obfuscate strings, bytes, and other specific patterns to impede detection. Encrypting and/or encoding file content aims to conceal malicious artifacts within a file used in an intrusion. Many other techniques, such as [Software Packing](https://attack.mitre.org/techniques/T102...
{ "technique_id": "T1027.013", "technique_name": "Encrypted/Encoded File", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exfiltration over USB (T1052.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answ...
Linux Windows macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to exfiltrate data over a USB connected physical device. In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a USB device introduced by a ...
{ "technique_id": "T1052.001", "technique_name": "Exfiltration over USB", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Security Software Discovery (T1518.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the fina...
Windows IaaS Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as cloud mon...
{ "technique_id": "T1518.001", "technique_name": "Security Software Discovery", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Relocate Malware (T1070.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer un...
Linux macOS Windows Network Devices
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Once a payload is delivered, adversaries may reproduce copies of the same malware on the victim system to remove evidence of their presence and/or avoid defenses. Copying malware payloads to new locations ma...
{ "technique_id": "T1070.010", "technique_name": "Relocate Malware", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Fileless Storage (T1027.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer un...
Windows Linux
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may store data in "fileless" formats to conceal malicious activity from defenses. Fileless storage can be broadly defined as any format other than a file. Common examples of non-volatile fileless...
{ "technique_id": "T1027.011", "technique_name": "Fileless Storage", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compile After Delivery (T1027.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final ans...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to make payloads difficult to discover and analyze by delivering files to victims as uncompiled code. Text-based source code files may subvert analysis and scrutiny from protections t...
{ "technique_id": "T1027.004", "technique_name": "Compile After Delivery", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Break Process Trees (T1036.009). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer...
Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer An adversary may attempt to evade process tree-based analysis by modifying executed malware's parent process ID (PPID). If endpoint protection software leverages the “parent-child" relationship for detection...
{ "technique_id": "T1036.009", "technique_name": "Break Process Trees", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Accessibility Features (T1015)?
Windows
Windows contains accessibility features that may be launched with a key combination before a user has logged in (for example, when the user is on the Windows logon screen). An adversary can modify the way these programs are launched to get a command prompt or backdoor without logging in to the system.
{ "technique_id": "T1015", "technique_name": "Accessibility Features", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Binary Padding (T1027.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer unde...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may use binary padding to add junk data and change the on-disk representation of malware. This can be done without affecting the functionality or behavior of a binary, but can increase the size o...
{ "technique_id": "T1027.001", "technique_name": "Binary Padding", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Rc.common (T1163)?
macOS
During the boot process, macOS executes <code>source /etc/rc.common</code>, which is a shell script containing various utility functions. This file also defines routines for processing command-line arguments and for gathering system settings, and is thus recommended to include in the start of Startup Item Scripts (Cita...
{ "technique_id": "T1163", "technique_name": "Rc.common", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Permission Groups Discovery (T1069). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final an...
Windows SaaS IaaS Linux macOS Containers Office Suite Identity Provider
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may attempt to discover group and permission settings. This information can help adversaries determine which user accounts and groups are available, the membership of users in particular groups, ...
{ "technique_id": "T1069", "technique_name": "Permission Groups Discovery", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Installer Packages (T1546.016). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
Linux macOS Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 sys...
{ "technique_id": "T1546.016", "technique_name": "Installer Packages", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Compression (T1027.015)?
Linux Windows macOS
Adversaries may use compression to obfuscate their payloads or files. Compressed file formats such as ZIP, gzip, 7z, and RAR can compress and archive multiple files together to make it easier and faster to transfer files. In addition to compressing files, adversaries may also compress shellcode directly - for example, ...
{ "technique_id": "T1027.015", "technique_name": "Compression", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Application or System Exploitation (T1499.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before t...
Windows IaaS Linux macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users. (Citation: Sucuri BIND9 August 2015) Some systems may automatically restart c...
{ "technique_id": "T1499.004", "technique_name": "Application or System Exploitation", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Windows Management Instrumentation Event Subscription (T1084). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your rea...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Windows Management Instrumentation (WMI) can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Adversaries may use the capabilities of WMI to...
{ "technique_id": "T1084", "technique_name": "Windows Management Instrumentation Event Subscription", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Exfiltration Over Unencrypted Non-C2 Protocol (T1048.003)?
Linux macOS Windows Network Devices ESXi
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)
{ "technique_id": "T1048.003", "technique_name": "Exfiltration Over Unencrypted Non-C2 Protocol", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique InstallUtil (T1118). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘##...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries. (Citation: MSDN InstallUtil) InstallU...
{ "technique_id": "T1118", "technique_name": "InstallUtil", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Exfiltration to Text Storage Sites (T1567.003)?
Linux macOS Windows ESXi
Adversaries may exfiltrate data to text storage sites instead of their primary command and control channel. Text storage sites, such as <code>pastebin[.]com</code>, are commonly used by developers to share code and other information.
{ "technique_id": "T1567.003", "technique_name": "Exfiltration to Text Storage Sites", "domain": "enterprise-attack", "is_reasoning": false }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Acquire Infrastructure (T1583). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer ...
PRE
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may buy, lease, rent, or obtain infrastructure that can be used during targeting. A wide variety of infrastructure exists for hosting and orchestrating adversary operations. Infrastructure soluti...
{ "technique_id": "T1583", "technique_name": "Acquire Infrastructure", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Firmware Corruption (T1495). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer und...
Linux macOS Windows Network Devices
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer 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 availabi...
{ "technique_id": "T1495", "technique_name": "Firmware Corruption", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AppleScript (T1059.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a...
macOS
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may abuse AppleScript for execution. AppleScript is a macOS scripting language designed to control applications and parts of the OS via inter-application messages called AppleEvents.(Citation: Ap...
{ "technique_id": "T1059.002", "technique_name": "AppleScript", "domain": "enterprise-attack", "is_reasoning": true }
You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Credentials in Registry (T1552.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final an...
Windows
First, let’s understand what the technique is trying to achieve. — … (insert step‑by‑step analysis) ### Answer Adversaries may search the Registry on compromised systems for insecurely stored credentials. The Windows Registry stores configuration information that can be used by the system or other programs. Adversari...
{ "technique_id": "T1552.002", "technique_name": "Credentials in Registry", "domain": "enterprise-attack", "is_reasoning": true }
What is the purpose of the ATT&CK technique Linux and Mac File and Directory Permissions Modification (T1222.002)?
macOS Linux
Adversaries may modify file or directory permissions/attributes to evade access control lists (ACLs) and access protected files.(Citation: Hybrid Analysis Icacls1 June 2018)(Citation: Hybrid Analysis Icacls2 May 2018) File and directory permissions are commonly managed by ACLs configured by the file or directory owner,...
{ "technique_id": "T1222.002", "technique_name": "Linux and Mac File and Directory Permissions Modification", "domain": "enterprise-attack", "is_reasoning": false }
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
5