{"instruction": "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 a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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)", "metadata": {"technique_id": "T1087.003", "technique_name": "Email Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 [Phishing for Information](https://attack.mitre.org/techniques/T1598), [Phishing](https://attack.mitre.org/techniques/T1566), or [Internal Spearphishing](https://attack.mitre.org/techniques/T1534)) while impersonating a known sender such as an executive, colleague, or third-party vendor. Established trust can then be leveraged to accomplish an adversary’s ultimate goals, possibly against multiple victims.", "metadata": {"technique_id": "T1656", "technique_name": "Impersonation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 may log provided user credentials before logging the user in to the service.", "metadata": {"technique_id": "T1056.003", "technique_name": "Web Portal Capture", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 may include the acquisition of malware, software (including licenses), exploits, certificates, and information relating to vulnerabilities. Adversaries may obtain capabilities to support their operations throughout numerous phases of the adversary lifecycle.", "metadata": {"technique_id": "T1588", "technique_name": "Obtain Capabilities", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 the /var/log/ directory. Subfolders in this directory categorize logs by their related functions, such as:(Citation: Linux Logs)", "metadata": {"technique_id": "T1070.002", "technique_name": "Clear Linux or Mac System Logs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique DLL (T1574.001)?", "input": "Windows", "output": "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 side-loading, hijacking search order, and phantom DLL hijacking.(Citation: unit 42)", "metadata": {"technique_id": "T1574.001", "technique_name": "DLL", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Securityd Memory (T1555.002)?", "input": "Linux\nmacOS", "output": "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 correct sequence of keys to decrypt the user’s logon keychain. This may provide the adversary with various plaintext passwords, such as those for users, WiFi, mail, browsers, certificates, secure notes, etc.(Citation: OS X Keychain)(Citation: OSX Keydnap malware)", "metadata": {"technique_id": "T1555.002", "technique_name": "Securityd Memory", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 `DuplicateTokenEx`.(Citation: DuplicateToken function) The token can then be used with `ImpersonateLoggedOnUser` to allow the calling thread to impersonate a logged on user's security context, or with `SetThreadToken` to assign the impersonated token to a thread.", "metadata": {"technique_id": "T1134.001", "technique_name": "Token Impersonation/Theft", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Rundll32 (T1085)?", "input": "Windows", "output": "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 for normal operations.", "metadata": {"technique_id": "T1085", "technique_name": "Rundll32", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**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://attack.mitre.org/techniques/T1133) where appropriate.**", "metadata": {"technique_id": "T1108", "technique_name": "Redundant Access", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Path Interception by Search Order Hijacking (T1574.008)?", "input": "Windows", "output": "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 malicious software at the request of the calling program.", "metadata": {"technique_id": "T1574.008", "technique_name": "Path Interception by Search Order Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nContainers\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services. Services such as [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006) and [VNC](https://attack.mitre.org/techniques/T1021/005) can also be used externally.(Citation: MacOS VNC software for Remote Desktop)", "metadata": {"technique_id": "T1133", "technique_name": "External Remote Services", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 algorithms use the same key for plaintext encryption and ciphertext decryption. Common symmetric encryption algorithms include AES, DES, 3DES, Blowfish, and RC4.", "metadata": {"technique_id": "T1573.001", "technique_name": "Symmetric Cryptography", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Image File Execution Options Injection (T1183)?", "input": "Windows", "output": "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: Microsoft Dev Blog IFEO Mar 2010)", "metadata": {"technique_id": "T1183", "technique_name": "Image File Execution Options Injection", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 mshta.exe during initial compromise and for execution of code (Citation: Cylance Dust Storm) (Citation: Red Canary HTA Abuse Part Deux) (Citation: FireEye Attacks Leveraging HTA) (Citation: Airbus Security Kovter Analysis) (Citation: FireEye FIN7 April 2017)", "metadata": {"technique_id": "T1218.005", "technique_name": "Mshta", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by hijacking the binaries used by an installer. These processes may automatically execute specific binaries as part of their functionality or to perform other actions. If the permissions on the file system directory containing a target binary, or permissions on the binary itself, are improperly set, then the target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.", "metadata": {"technique_id": "T1574.005", "technique_name": "Executable Installer File Permissions Weakness", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Scan Databases (T1596.005)?", "input": "PRE", "output": "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.(Citation: Shodan)", "metadata": {"technique_id": "T1596.005", "technique_name": "Scan Databases", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nTo 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; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source.", "metadata": {"technique_id": "T1188", "technique_name": "Multi-hop Proxy", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Right-to-Left Override (T1036.002)?", "input": "Linux\nmacOS\nWindows", "output": "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 March 25 \\u202Excod.scr will display as March 25 rcs.docx. A JavaScript file named photo_high_re\\u202Egnp.js will be displayed as photo_high_resj.png.(Citation: Infosecinstitute RTLO Technique)", "metadata": {"technique_id": "T1036.002", "technique_name": "Right-to-Left Override", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe trap 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 handling of common keyboard interrupts like ctrl+c and ctrl+d. Adversaries can use this to register code to be executed when the shell encounters specific interrupts either to gain execution or as a persistence mechanism. Trap commands are of the following format trap 'command list' signals where \"command list\" will be executed when \"signals\" are received.(Citation: Trap Manual)(Citation: Cyberciti Trap Statements)", "metadata": {"technique_id": "T1154", "technique_name": "Trap", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn 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 action will typically be observed as follow-on behavior from [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002). Clicking on a link may also lead to other execution techniques such as exploitation of a browser or application vulnerability via [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203). Links may also lead users to download files that require execution via [Malicious File](https://attack.mitre.org/techniques/T1204/002).", "metadata": {"technique_id": "T1204.001", "technique_name": "Malicious Link", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nMshta.exe is a utility that executes Microsoft HTML Applications (HTA). HTA files have the file extension .hta. (Citation: Wikipedia HTML Application) HTAs are standalone applications that execute using the same models and technologies of Internet Explorer, but outside of the browser. (Citation: MSDN HTML Applications)", "metadata": {"technique_id": "T1170", "technique_name": "Mshta", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Hidden Window (T1564.003)?", "input": "macOS\nWindows\nLinux", "output": "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 administrative tasks.", "metadata": {"technique_id": "T1564.003", "technique_name": "Hidden Window", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "macOS\nWindows\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https://attack.mitre.org/techniques/T1548/002)).", "metadata": {"technique_id": "T1056.002", "technique_name": "GUI Input Capture", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system. (Citation: MSDN Authentication Packages)", "metadata": {"technique_id": "T1131", "technique_name": "Authentication Package", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by hijacking environment variables the dynamic linker uses to load shared libraries. During the execution preparation phase of a program, the dynamic linker loads specified absolute paths of shared libraries from various environment variables and files, such as LD_PRELOAD on Linux or DYLD_INSERT_LIBRARIES on macOS.(Citation: TheEvilBit DYLD_INSERT_LIBRARIES)(Citation: Timac DYLD_INSERT_LIBRARIES)(Citation: Gabilondo DYLD_INSERT_LIBRARIES Catalina Bypass) Libraries specified in environment variables are loaded first, taking precedence over system libraries with the same function name.(Citation: Man LD.SO)(Citation: TLDP Shared Libraries)(Citation: Apple Doco Archive Dynamic Libraries) Each platform's linker uses an extensive list of environment variables at different points in execution. These variables are often used by developers to debug binaries without needing to recompile, deconflict mapped symbols, and implement custom functions in the original library.(Citation: Baeldung LD_PRELOAD)", "metadata": {"technique_id": "T1574.006", "technique_name": "Dynamic Linker Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn 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.", "metadata": {"technique_id": "T1079", "technique_name": "Multilayer Encryption", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 advantage of the tendency for users to use the same passwords across personal and business accounts.", "metadata": {"technique_id": "T1589.001", "technique_name": "Credentials", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "macOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 be hidden. This may be utilized by system administrators to avoid disrupting user work environments when carrying out administrative tasks. Adversaries may abuse operating system functionality to hide otherwise visible windows from users so as not to alert the user to adversary activity on the system.", "metadata": {"technique_id": "T1143", "technique_name": "Hidden Window", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Screensaver (T1546.002)?", "input": "Windows", "output": "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 application scrnsave.scr is located in C:\\Windows\\System32\\, and C:\\Windows\\sysWOW64\\ on 64-bit Windows systems, along with screensavers included with base Windows installations.", "metadata": {"technique_id": "T1546.002", "technique_name": "Screensaver", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated and should no longer be used.**", "metadata": {"technique_id": "T1026", "technique_name": "Multiband Communication", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage the compute resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability.", "metadata": {"technique_id": "T1496.001", "technique_name": "Compute Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 separate live process. Running code in the context of another process may allow access to the process's memory, system/network resources, and possibly elevated privileges. Execution via process injection may also evade detection from security products since the execution is masked under a legitimate process.", "metadata": {"technique_id": "T1055", "technique_name": "Process Injection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Dynamic API Resolution (T1027.007)?", "input": "Windows", "output": "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 involving processes, files, and other system artifacts.", "metadata": {"technique_id": "T1027.007", "technique_name": "Dynamic API Resolution", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 and distributing payloads via removable storage (i.e. [Replication Through Removable Media](https://attack.mitre.org/techniques/T1091)), more robust hardware additions can be used to introduce new functionalities and/or features into a system that can then be abused.", "metadata": {"technique_id": "T1200", "technique_name": "Hardware Additions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nLaunchctl 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 command-line, interactively, or even redirected from standard input. By loading or reloading launch agents or launch daemons, adversaries can install persistence or execute changes they made (Citation: Sofacy Komplex Trojan). Running a command from launchctl is as simple as launchctl submit -l -- /Path/to/thing/to/execute \"arg\" \"arg\" \"arg\". Loading, unloading, or reloading launch agents or launch daemons can require elevated privileges.", "metadata": {"technique_id": "T1152", "technique_name": "Launchctl", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 libraries (DLLs), on Windows systems. The Regsvr32.exe binary may also be signed by Microsoft. (Citation: Microsoft Regsvr32)", "metadata": {"technique_id": "T1218.010", "technique_name": "Regsvr32", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Bash History (T1552.003)?", "input": "Linux\nmacOS", "output": "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 .bash_history file. For each user, this file resides at the same location: ~/.bash_history. Typically, this file keeps track of the user’s last 500 commands. Users often type usernames and passwords on the command-line as parameters to programs, which then get saved to this file when they log out. Adversaries can abuse this by looking through the file for potential credentials. (Citation: External to DA, the OS X Way)", "metadata": {"technique_id": "T1552.003", "technique_name": "Bash History", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nIaaS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 encrypting files or data on local and remote drives and withholding access to a decryption key. This may be done in order to extract monetary compensation from a victim in exchange for decryption or a decryption key (ransomware) or to render data permanently inaccessible in cases where the key is not saved or transmitted.(Citation: US-CERT Ransomware 2016)(Citation: FireEye WannaCry 2017)(Citation: US-CERT NotPetya 2017)(Citation: US-CERT SamSam 2018)", "metadata": {"technique_id": "T1486", "technique_name": "Data Encrypted for Impact", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nBefore 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 input/output of data). (Citation: Microsoft Window Classes) Registration of new windows classes can include a request for up to 40 bytes of extra window memory (EWM) to be appended to the allocated memory of each instance of that class. This EWM is intended to store data specific to that window and has specific application programming interface (API) functions to set and get its value. (Citation: Microsoft GetWindowLong function) (Citation: Microsoft SetWindowLong function)", "metadata": {"technique_id": "T1181", "technique_name": "Extra Window Memory Injection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 utility.(Citation: TechNet Netsh) The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.", "metadata": {"technique_id": "T1546.007", "technique_name": "Netsh Helper DLL", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Disabling Security Tools (T1089)?", "input": "Linux\nmacOS\nWindows", "output": "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.", "metadata": {"technique_id": "T1089", "technique_name": "Disabling Security Tools", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.", "metadata": {"technique_id": "T1017", "technique_name": "Application Deployment Software", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 when a user logs in.(Citation: Open Login Items Apple) Login items can be added via a shared file list or Service Management Framework.(Citation: Adding Login Items) Shared file list login items can be set using scripting languages such as [AppleScript](https://attack.mitre.org/techniques/T1059/002), whereas the Service Management Framework uses the API call SMLoginItemSetEnabled.", "metadata": {"technique_id": "T1547.015", "technique_name": "Login Items", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 session cookies to authenticate and authorize user access.", "metadata": {"technique_id": "T1606.001", "technique_name": "Web Cookies", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 of the internal network and systems. For example, the following is a list of example information that may hold potential value to an adversary and may also be found on SharePoint:", "metadata": {"technique_id": "T1213.002", "technique_name": "Sharepoint", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nContainers\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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.", "metadata": {"technique_id": "T1078.003", "technique_name": "Local Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 name, with multiple IP addresses assigned to it which are swapped with high frequency, using a combination of round robin IP addressing and short Time-To-Live (TTL) for a DNS resource record.(Citation: MehtaFastFluxPt1)(Citation: MehtaFastFluxPt2)(Citation: Fast Flux - Welivesecurity)", "metadata": {"technique_id": "T1568.001", "technique_name": "Fast Flux DNS", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Boot or Logon Initialization Scripts (T1037)?", "input": "macOS\nWindows\nLinux\nNetwork Devices\nESXi", "output": "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 information to an internal logging server. These scripts can vary based on operating system and whether applied locally or remotely.", "metadata": {"technique_id": "T1037", "technique_name": "Boot or Logon Initialization Scripts", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 divulging information, frequently credentials or other actionable information. Spearphishing for information frequently involves social engineering techniques, such as posing as a source with a reason to collect information (ex: [Establish Accounts](https://attack.mitre.org/techniques/T1585) or [Compromise Accounts](https://attack.mitre.org/techniques/T1586)) and/or sending multiple, seemingly urgent messages.", "metadata": {"technique_id": "T1598.003", "technique_name": "Spearphishing Link", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Security Support Provider (T1101)?", "input": "Windows", "output": "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 is stored in two Registry keys: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages and HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.", "metadata": {"technique_id": "T1101", "technique_name": "Security Support Provider", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Domain or Tenant Policy Modification (T1484)?", "input": "Windows\nIdentity Provider", "output": "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 between domains or tenants such as trust relationships, identity syncing, or identity federation.", "metadata": {"technique_id": "T1484", "technique_name": "Domain or Tenant Policy Modification", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nNetwork Devices\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 Micro APT Attack Tools) Adversaries use internal proxies to manage command and control communications inside a compromised environment, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between infected systems to avoid suspicion. Internal proxy connections may use common peer-to-peer (p2p) networking protocols, such as SMB, to better blend in with the environment.", "metadata": {"technique_id": "T1090.001", "technique_name": "Internal Proxy", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Automated Collection (T1119)?", "input": "Linux\nmacOS\nWindows\nIaaS\nSaaS\nOffice Suite", "output": "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 file type, location, or name at specific time intervals.", "metadata": {"technique_id": "T1119", "technique_name": "Automated Collection", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 often the results of those commands, will be embedded within the protocol traffic between the client and server.", "metadata": {"technique_id": "T1071.002", "technique_name": "File Transfer Protocols", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 as the use of timers or other triggers to avoid a virtual machine environment (VME) or sandbox, specifically those that are automated or only operate for a limited amount of time.", "metadata": {"technique_id": "T1497.003", "technique_name": "Time Based Evasion", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Cloud Instance Metadata API (T1552.005)?", "input": "IaaS", "output": "Adversaries may attempt to access the Cloud Instance Metadata API to collect credentials and other sensitive data.", "metadata": {"technique_id": "T1552.005", "technique_name": "Cloud Instance Metadata API", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 analyzing the traffic. Examples may include appending/prepending data with junk characters or writing junk characters between significant characters.", "metadata": {"technique_id": "T1001.001", "technique_name": "Junk Data", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 feature allows for an internal or external URL to be loaded and presented whenever a folder is opened. A malicious HTML page can be crafted that will execute code when loaded by Outlook Home Page.(Citation: SensePost Outlook Home Page)", "metadata": {"technique_id": "T1137.004", "technique_name": "Outlook Home Page", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 filters, providers, consumers, and bindings that execute code when a defined event occurs. Examples of events that may be subscribed to are the wall clock time, user login, or the computer's uptime.(Citation: Mandiant M-Trends 2015)", "metadata": {"technique_id": "T1546.003", "technique_name": "Windows Management Instrumentation Event Subscription", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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, functionality, etc.) as well as specifics regarding its configuration (ex: operating system, language, etc.).", "metadata": {"technique_id": "T1592", "technique_name": "Gather Victim Host Information", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Additional Cloud Credentials (T1098.001)?", "input": "IaaS\nSaaS\nIdentity Provider", "output": "Adversaries may add adversary-controlled credentials to a cloud account to maintain persistent access to victim accounts and instances within the environment.", "metadata": {"technique_id": "T1098.001", "technique_name": "Additional Cloud Credentials", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Group Policy Modification (T1484.001)?", "input": "Windows", "output": "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 policy settings made up of files stored within a predictable network path `\\\\SYSVOL\\\\Policies\\`.(Citation: TechNet Group Policy Basics)(Citation: ADSecurity GPO Persistence 2016)", "metadata": {"technique_id": "T1484.001", "technique_name": "Group Policy Modification", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 include parameters that reveal user authentication credentials.(Citation: Microsoft TrojanSpy:Win32/Ursnif.gen!I Sept 2017) Unlike [Keylogging](https://attack.mitre.org/techniques/T1056/001), this technique focuses specifically on API functions that include parameters that reveal user credentials.", "metadata": {"technique_id": "T1056.004", "technique_name": "Credential API Hooking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn 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 and services often use session cookies as an authentication token after a user has authenticated to a website.", "metadata": {"technique_id": "T1539", "technique_name": "Steal Web Session Cookie", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 in post-compromise operations. Taking a screenshot is also typically possible through native utilities or API calls, such as CopyFromScreen, xwd, or screencapture.(Citation: CopyFromScreen .NET)(Citation: Antiquated Mac Malware)", "metadata": {"technique_id": "T1113", "technique_name": "Screen Capture", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 sequence (SAS) triggered by Ctrl-Alt-Delete. Registry entries in HKLM\\Software[\\\\Wow6432Node\\\\]\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\ and HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\ are used to manage additional helper programs and functionalities that support Winlogon.(Citation: Cylance Reg Persistence Sept 2013)", "metadata": {"technique_id": "T1547.004", "technique_name": "Winlogon Helper DLL", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Network Service Discovery (T1046)?", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices", "output": "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 system.(Citation: CISA AR21-126A FIVEHANDS May 2021)", "metadata": {"technique_id": "T1046", "technique_name": "Network Service Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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/T1160) that accepts events from various services, runs them through a simple rules engine, and takes action. The emond binary at /sbin/emond will load any rules from the /etc/emond.d/rules/ directory and take action once an explicitly defined event takes place. The rule files are in the plist format and define the name, event type, and action to take. Some examples of event types include system startup and user authentication. Examples of actions are to run a system command or send an email. The emond service will not launch if there is no file present in the QueueDirectories path /private/var/db/emondClients, specified in the [Launch Daemon](https://attack.mitre.org/techniques/T1160) configuration file at/System/Library/LaunchDaemons/com.apple.emond.plist.(Citation: xorrior emond Jan 2018)(Citation: magnusviri emond Apr 2016)(Citation: sentinelone macos persist Jun 2019)", "metadata": {"technique_id": "T1519", "technique_name": "Emond", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nContainers\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 hosted on or exploiting the system to cause a persistent crash condition. Example services include websites, email services, DNS, and web-based applications. Adversaries have been observed conducting DoS attacks for political purposes(Citation: FireEye OpPoisonedHandover February 2016) and to support other malicious activities, including distraction(Citation: FSISAC FraudNetDoS September 2012), hacktivism, and extortion.(Citation: Symantec DDoS October 2014)", "metadata": {"technique_id": "T1499", "technique_name": "Endpoint Denial of Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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, Twitter, Dropbox, Google, SendGrid, etc. Adversaries may try to take ownership of a legitimate user's access to a web service and use that web service as infrastructure in support of cyber operations. Such web services can be abused during later stages of the adversary lifecycle, such as during Command and Control ([Web Service](https://attack.mitre.org/techniques/T1102)), [Exfiltration Over Web Service](https://attack.mitre.org/techniques/T1567), or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Recorded Future Turla Infra 2020) Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. By utilizing a web service, particularly when access is stolen from legitimate users, adversaries can make it difficult to physically tie back operations to them. Additionally, leveraging compromised web-based email services may allow adversaries to leverage the trust associated with legitimate domains.", "metadata": {"technique_id": "T1584.006", "technique_name": "Web Services", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 tunneling combines SSH, port forwarding, file sharing, and debugging into a single secure connection, letting developers work on remote systems as if they were local. Unlike SSH and port forwarding, IDE tunneling encapsulates an entire session and may use proprietary tunneling protocols alongside SSH, allowing adversaries to blend in with legitimate development workflows. Some IDEs, like Visual Studio Code, also provide CLI tools (e.g., `code tunnel`) that adversaries may use to programmatically establish tunnels and generate web-accessible URLs for remote access. These tunnels can be authenticated through accounts such as GitHub, enabling the adversary to control the compromised system via a legitimate developer portal.(Citation: sentinelone operationDigitalEye Dec 2024)(Citation: Unit42 Chinese VSCode 06 September 2024)(Citation: Thornton tutorial VSCode shell September 2023)", "metadata": {"technique_id": "T1219.001", "technique_name": "IDE Tunneling", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAfter 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 organization. Internal spearphishing is multi-staged campaign where a legitimate account is initially compromised either by controlling the user's device or by compromising the account credentials of the user. Adversaries may then attempt to take advantage of the trusted internal account to increase the likelihood of tricking more victims into falling for phish attempts, often incorporating [Impersonation](https://attack.mitre.org/techniques/T1656).(Citation: Trend Micro - Int SP)", "metadata": {"technique_id": "T1534", "technique_name": "Internal Spearphishing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Rename Legitimate Utilities (T1036.003)?", "input": "Linux\nmacOS\nWindows", "output": "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, and IronPython.(Citation: LOLBAS Main Site)(Citation: Huntress Python Malware 2025)(Citation: The DFIR Report AutoHotKey 2023)(Citation: Splunk Detect Renamed PSExec) It may be possible to bypass those security mechanisms by renaming the utility prior to utilization (ex: rename rundll32.exe).(Citation: Elastic Masquerade Ball) An alternative case occurs when a legitimate utility is copied or moved to a different directory and renamed to avoid detections based on these utilities executing from non-standard paths.(Citation: F-Secure CozyDuke)", "metadata": {"technique_id": "T1036.003", "technique_name": "Rename Legitimate Utilities", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows 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 such as sc.exe and [Reg](https://attack.mitre.org/software/S0075).", "metadata": {"technique_id": "T1031", "technique_name": "Modify Existing Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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, users, and access rights. By default, the NTDS file (NTDS.dit) is located in %SystemRoot%\\NTDS\\Ntds.dit of a domain controller.(Citation: Wikipedia Active Directory)", "metadata": {"technique_id": "T1003.003", "technique_name": "NTDS", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Office 365\nSaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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.(Citation: Pass The Cookie)", "metadata": {"technique_id": "T1506", "technique_name": "Web Session Cookie", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Encrypted/Encoded File (T1027.013)?", "input": "Linux\nmacOS\nWindows", "output": "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/T1027/002), [Steganography](https://attack.mitre.org/techniques/T1027/003), and [Embedded Payloads](https://attack.mitre.org/techniques/T1027/009), share this same broad objective. Encrypting and/or encoding files could lead to a lapse in detection of static signatures, only for this malicious content to be revealed (i.e., [Deobfuscate/Decode Files or Information](https://attack.mitre.org/techniques/T1140)) at the time of execution/use.", "metadata": {"technique_id": "T1027.013", "technique_name": "Encrypted/Encoded File", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 user. The USB device could be used as the final exfiltration point or to hop between otherwise disconnected systems.", "metadata": {"technique_id": "T1052.001", "technique_name": "Exfiltration over USB", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 monitoring agents and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.", "metadata": {"technique_id": "T1518.001", "technique_name": "Security Software Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nOnce 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 may also be combined with [File Deletion](https://attack.mitre.org/techniques/T1070/004) to cleanup older artifacts.", "metadata": {"technique_id": "T1070.010", "technique_name": "Relocate Malware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Windows\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 storage in Windows systems include the Windows Registry, event logs, or WMI repository.(Citation: Microsoft Fileless)(Citation: SecureList Fileless) In Linux systems, shared memory directories such as `/dev/shm`, `/run/shm`, `/var/run`, and `/var/lock` may also be considered fileless storage, as files written to these directories are mapped directly to RAM and not stored on the disk.(Citation: Elastic Binary Executed from Shared Memory Directory)(Citation: Akami Frog4Shell 2024)(Citation: Aquasec Muhstik Malware 2024)", "metadata": {"technique_id": "T1027.011", "technique_name": "Fileless Storage", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 targeting executables/binaries. These payloads will need to be compiled before execution; typically via native utilities such as ilasm.exe(Citation: ATTACK IQ), csc.exe, or GCC/MinGW.(Citation: ClearSky MuddyWater Nov 2018)", "metadata": {"technique_id": "T1027.004", "technique_name": "Compile After Delivery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn 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, breaking this relationship could result in the adversary’s behavior not being associated with previous process tree activity. On Unix-based systems breaking this process tree is common practice for administrators to execute software using scripts and programs.(Citation: 3OHA double-fork 2022)", "metadata": {"technique_id": "T1036.009", "technique_name": "Break Process Trees", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Accessibility Features (T1015)?", "input": "Windows", "output": "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.", "metadata": {"technique_id": "T1015", "technique_name": "Accessibility Features", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 of the binary beyond what some security tools are capable of handling due to file size limitations.", "metadata": {"technique_id": "T1027.001", "technique_name": "Binary Padding", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Rc.common (T1163)?", "input": "macOS", "output": "During the boot process, macOS executes source /etc/rc.common, 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 (Citation: Startup Items). In macOS and OS X, this is now a deprecated technique in favor of launch agents and launch daemons, but is currently still used.", "metadata": {"technique_id": "T1163", "technique_name": "Rc.common", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nContainers\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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, and which users and groups have elevated permissions.", "metadata": {"technique_id": "T1069", "technique_name": "Permission Groups Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence and elevate privileges by using an installer to trigger the execution of malicious content. Installer packages are OS specific and contain the resources an operating system needs to install applications on a system. Installer packages can include scripts that run prior to installation as well as after installation is complete. Installer scripts may inherit elevated permissions when executed. Developers often use these scripts to prepare the environment for installation, check requirements, download dependencies, and remove files after installation.(Citation: Installer Package Scripting Rich Trouton)", "metadata": {"technique_id": "T1546.016", "technique_name": "Installer Packages", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Compression (T1027.015)?", "input": "Linux\nWindows\nmacOS", "output": "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, in order to store it in a Windows Registry key (i.e., [Fileless Storage](https://attack.mitre.org/techniques/T1027/011)).(Citation: Trustwave Pillowmint June 2020)", "metadata": {"technique_id": "T1027.015", "technique_name": "Compression", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 critical applications and services when crashes occur, but they can likely be re-exploited to cause a persistent denial of service (DoS) condition.", "metadata": {"technique_id": "T1499.004", "technique_name": "Application or System Exploitation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows 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 subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system. Adversaries may attempt to evade detection of this technique by compiling WMI scripts into Windows Management Object (MOF) files (.mof extension). (Citation: Dell WMI Persistence) Examples of events that may be subscribed to are the wall clock time or the computer's uptime. (Citation: Kazanciyan 2014) Several threat groups have reportedly used this technique to maintain persistence. (Citation: Mandiant M-Trends 2015)", "metadata": {"technique_id": "T1084", "technique_name": "Windows Management Instrumentation Event Subscription", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exfiltration Over Unencrypted Non-C2 Protocol (T1048.003)?", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "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)", "metadata": {"technique_id": "T1048.003", "technique_name": "Exfiltration Over Unencrypted Non-C2 Protocol", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nInstallUtil 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) InstallUtil is located in the .NET directories on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe and C:\\Windows\\Microsoft.NET\\Framework64\\v\\InstallUtil.exe. InstallUtil.exe is digitally signed by Microsoft.", "metadata": {"technique_id": "T1118", "technique_name": "InstallUtil", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exfiltration to Text Storage Sites (T1567.003)?", "input": "Linux\nmacOS\nWindows\nESXi", "output": "Adversaries may exfiltrate data to text storage sites instead of their primary command and control channel. Text storage sites, such as pastebin[.]com, are commonly used by developers to share code and other information.", "metadata": {"technique_id": "T1567.003", "technique_name": "Exfiltration to Text Storage Sites", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 solutions include physical or cloud servers, domains, and third-party web services.(Citation: TrendmicroHideoutsLease) Some infrastructure providers offer free trial periods, enabling infrastructure acquisition at limited to no cost.(Citation: Free Trial PurpleUrchin) Additionally, botnets are available for rent or purchase.", "metadata": {"technique_id": "T1583", "technique_name": "Acquire Infrastructure", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 loaded and executed from non-volatile memory on hardware devices in order to initialize and manage device functionality. These devices may include the motherboard, hard drive, or video cards.", "metadata": {"technique_id": "T1495", "technique_name": "Firmware Corruption", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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: Apple AppleScript) These AppleEvent messages can be sent independently or easily scripted with AppleScript. These events can locate open windows, send keystrokes, and interact with almost any open application locally or remotely.", "metadata": {"technique_id": "T1059.002", "technique_name": "AppleScript", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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. Adversaries may query the Registry looking for credentials and passwords that have been stored for use by other programs or services. Sometimes these credentials are used for automatic logons.", "metadata": {"technique_id": "T1552.002", "technique_name": "Credentials in Registry", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Linux and Mac File and Directory Permissions Modification (T1222.002)?", "input": "macOS\nLinux", "output": "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, or users with the appropriate permissions. File and directory ACL implementations vary by platform, but generally explicitly designate which users or groups can perform which actions (read, write, execute, etc.).", "metadata": {"technique_id": "T1222.002", "technique_name": "Linux and Mac File and Directory Permissions Modification", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Stage Capabilities (T1608). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may upload, install, or otherwise set up capabilities that can be used during targeting. To support their operations, an adversary may need to take capabilities they developed ([Develop Capabilities](https://attack.mitre.org/techniques/T1587)) or obtained ([Obtain Capabilities](https://attack.mitre.org/techniques/T1588)) and stage them on infrastructure under their control. These capabilities may be staged on infrastructure that was previously purchased/rented by the adversary ([Acquire Infrastructure](https://attack.mitre.org/techniques/T1583)) or was otherwise compromised by them ([Compromise Infrastructure](https://attack.mitre.org/techniques/T1584)). Capabilities may also be staged on web services, such as GitHub or Pastebin, or on Platform-as-a-Service (PaaS) offerings that enable users to easily provision applications.(Citation: Volexity Ocean Lotus November 2020)(Citation: Dragos Heroku Watering Hole)(Citation: Malwarebytes Heroku Skimmers)(Citation: Netskope GCP Redirection)(Citation: Netskope Cloud Phishing)", "metadata": {"technique_id": "T1608", "technique_name": "Stage Capabilities", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Virtual Private Server (T1583.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may rent Virtual Private Servers (VPSs) that can be used during targeting. There exist a variety of cloud service providers that will sell virtual machines/containers as a service. By utilizing a VPS, adversaries can make it difficult to physically tie back operations to them. The use of cloud infrastructure can also make it easier for adversaries to rapidly provision, modify, and shut down their infrastructure.", "metadata": {"technique_id": "T1583.003", "technique_name": "Virtual Private Server", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Masquerade File Type (T1036.008)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may masquerade malicious payloads as legitimate files through changes to the payload's formatting, including the file’s signature, extension, icon, and contents. Various file types have a typical standard format, including how they are encoded and organized. For example, a file’s signature (also known as header or magic bytes) is the beginning bytes of a file and is often used to identify the file’s type. For example, the header of a JPEG file, is 0xFF 0xD8 and the file extension is either `.JPE`, `.JPEG` or `.JPG`.", "metadata": {"technique_id": "T1036.008", "technique_name": "Masquerade File Type", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique HISTCONTROL (T1148)?", "input": "Linux\nmacOS", "output": "The HISTCONTROL environment variable keeps track of what should be saved by the history command and eventually into the ~/.bash_history file when a user logs out. This setting can be configured to ignore commands that start with a space by simply setting it to \"ignorespace\". HISTCONTROL can also be set to ignore duplicate commands by setting it to \"ignoredups\". In some Linux systems, this is set by default to \"ignoreboth\" which covers both of the previous examples. This means that “ ls” will not be saved, but “ls” would be saved by history. HISTCONTROL does not exist by default on macOS, but can be set by the user and will be respected. Adversaries can use this to operate without leaving traces by simply prepending a space to all of their terminal commands.", "metadata": {"technique_id": "T1148", "technique_name": "HISTCONTROL", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Spearphishing Attachment (T1193). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nSpearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution.", "metadata": {"technique_id": "T1193", "technique_name": "Spearphishing Attachment", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Indicator Removal from Tools (T1066)?", "input": "Linux\nmacOS\nWindows", "output": "If a malicious tool is detected and quarantined or otherwise curtailed, an adversary may be able to determine why the malicious tool was detected (the indicator), modify the tool by removing the indicator, and use the updated version that is no longer detected by the target's defensive systems or subsequent targets that may use similar systems.", "metadata": {"technique_id": "T1066", "technique_name": "Indicator Removal from Tools", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compromise Accounts (T1586). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may compromise accounts with services that can be used during targeting. For operations incorporating social engineering, the utilization of an online persona may be important. Rather than creating and cultivating accounts (i.e. [Establish Accounts](https://attack.mitre.org/techniques/T1585)), adversaries may compromise existing accounts. Utilizing an existing persona may engender a level of trust in a potential victim if they have a relationship, or knowledge of, the compromised persona.", "metadata": {"technique_id": "T1586", "technique_name": "Compromise Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Code Repositories (T1593.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search public code repositories for information about victims that can be used during targeting. Victims may store code in repositories on various third-party websites such as GitHub, GitLab, SourceForge, and BitBucket. Users typically interact with code repositories through a web application or command-line utilities such as git.", "metadata": {"technique_id": "T1593.003", "technique_name": "Code Repositories", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique /etc/passwd and /etc/shadow (T1003.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to dump the contents of /etc/passwd and /etc/shadow to enable offline password cracking. Most modern Linux operating systems use a combination of /etc/passwd and /etc/shadow to store user account information, including password hashes in /etc/shadow. By default, /etc/shadow is only readable by the root user.(Citation: Linux Password and Shadow File Formats)", "metadata": {"technique_id": "T1003.008", "technique_name": "/etc/passwd and /etc/shadow", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 (T1214). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe Windows Registry stores configuration information that can be used by the system or other programs. Adversaries may query the Registry looking for credentials and passwords that have been stored for use by other programs or services. Sometimes these credentials are used for automatic logons.", "metadata": {"technique_id": "T1214", "technique_name": "Credentials in Registry", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Web Protocols (T1071.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may communicate using application layer protocols associated with web traffic to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.", "metadata": {"technique_id": "T1071.001", "technique_name": "Web Protocols", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exclusive Control (T1668)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries who successfully compromise a system may attempt to maintain persistence by “closing the door” behind them – in other words, by preventing other threat actors from initially accessing or maintaining a foothold on the same system.", "metadata": {"technique_id": "T1668", "technique_name": "Exclusive Control", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Component Object Model and Distributed COM (T1175). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated. Please use [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) and [Component Object Model](https://attack.mitre.org/techniques/T1559/001).**", "metadata": {"technique_id": "T1175", "technique_name": "Component Object Model and Distributed COM", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Artificial Intelligence (T1588.007)?", "input": "PRE", "output": "Adversaries may obtain access to generative artificial intelligence tools, such as large language models (LLMs), to aid various techniques during targeting. These tools may be used to inform, bolster, and enable a variety of malicious tasks, including conducting [Reconnaissance](https://attack.mitre.org/tactics/TA0043), creating basic scripts, assisting social engineering, and even developing payloads.(Citation: MSFT-AI)", "metadata": {"technique_id": "T1588.007", "technique_name": "Artificial Intelligence", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Masquerade Account Name (T1036.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIaaS\nContainers\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may match or approximate the names of legitimate accounts to make newly created ones appear benign. This will typically occur during [Create Account](https://attack.mitre.org/techniques/T1136), although accounts may also be renamed at a later date. This may also coincide with [Account Access Removal](https://attack.mitre.org/techniques/T1531) if the actor first deletes an account before re-creating one with the same name.(Citation: Huntress MOVEit 2023)", "metadata": {"technique_id": "T1036.010", "technique_name": "Masquerade Account Name", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Code Signing Policy Modification (T1553.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify code signing policies to enable execution of unsigned or self-signed code. Code signing provides a level of authenticity on a program from a developer and a guarantee that the program has not been tampered with. Security controls can include enforcement mechanisms to ensure that only valid, signed code can be run on an operating system.", "metadata": {"technique_id": "T1553.006", "technique_name": "Code Signing Policy Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exploitation for Privilege Escalation (T1068)?", "input": "Containers\nLinux\nWindows\nmacOS", "output": "Adversaries may exploit software vulnerabilities in an attempt to elevate privileges. Exploitation of a software 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. Security constructs such as permission levels will often hinder access to information and use of certain techniques, so adversaries will likely need to perform privilege escalation to include use of software exploitation to circumvent those restrictions.", "metadata": {"technique_id": "T1068", "technique_name": "Exploitation for Privilege Escalation", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Evil Twin (T1557.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may host seemingly genuine Wi-Fi access points to deceive users into connecting to malicious networks as a way of supporting follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002), or [Input Capture](https://attack.mitre.org/techniques/T1056).(Citation: Australia ‘Evil Twin’)", "metadata": {"technique_id": "T1557.004", "technique_name": "Evil Twin", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Scheduled Task/Job (T1053). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nContainers\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse task scheduling functionality to facilitate initial or recurring execution of malicious code. Utilities exist within all major operating systems to schedule programs or scripts to be executed at a specified date and time. A task can also be scheduled on a remote system, provided the proper authentication is met (ex: RPC and file and printer sharing in Windows environments). Scheduling a task on a remote system typically may require being a member of an admin or otherwise privileged group on the remote system.(Citation: TechNet Task Scheduler Security)", "metadata": {"technique_id": "T1053", "technique_name": "Scheduled Task/Job", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Path Interception (T1034). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated. Please use [Path Interception by PATH Environment Variable](https://attack.mitre.org/techniques/T1574/007), [Path Interception by Search Order Hijacking](https://attack.mitre.org/techniques/T1574/008), and/or [Path Interception by Unquoted Path](https://attack.mitre.org/techniques/T1574/009).**", "metadata": {"technique_id": "T1034", "technique_name": "Path Interception", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Account (T1087.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to get a listing of domain accounts. This information can help adversaries determine which domain accounts exist to aid in follow-on behavior such as targeting specific accounts which possess particular privileges.", "metadata": {"technique_id": "T1087.002", "technique_name": "Domain Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exfiltration to Code Repository (T1567.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exfiltrate data to a code repository rather than over their primary command and control channel. Code repositories are often accessible via an API (ex: https://api.github.com). Access to these APIs are often over HTTPS, which gives the adversary an additional level of protection.", "metadata": {"technique_id": "T1567.001", "technique_name": "Exfiltration to Code Repository", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique PowerShell Profile (T1546.013). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gain persistence and elevate privileges by executing malicious content triggered by PowerShell profiles. A PowerShell profile (profile.ps1) is a script that runs when [PowerShell](https://attack.mitre.org/techniques/T1059/001) starts and can be used as a logon script to customize user environments.", "metadata": {"technique_id": "T1546.013", "technique_name": "PowerShell Profile", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Transfer Data to Cloud Account (T1537). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exfiltrate data by transferring the data, including through sharing/syncing and creating backups of cloud environments, to another cloud account they control on the same service.", "metadata": {"technique_id": "T1537", "technique_name": "Transfer Data to Cloud Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Temporary Elevated Cloud Access (T1548.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse permission configurations that allow them to gain temporarily elevated access to cloud resources. Many cloud environments allow administrators to grant user or service accounts permission to request just-in-time access to roles, impersonate other accounts, pass roles onto resources and services, or otherwise gain short-term access to a set of privileges that may be distinct from their own.", "metadata": {"technique_id": "T1548.005", "technique_name": "Temporary Elevated Cloud Access", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Bootkit (T1542.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use bootkits to persist on systems. A bootkit is a malware variant that modifies the boot sectors of a hard drive, allowing malicious code to execute before a computer's operating system has loaded. Bootkits reside at a layer below the operating system and may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.", "metadata": {"technique_id": "T1542.003", "technique_name": "Bootkit", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Golden Ticket (T1558.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries who have the KRBTGT account password hash may forge Kerberos ticket-granting tickets (TGT), also known as a golden ticket.(Citation: AdSecurity Kerberos GT Aug 2015) Golden tickets enable adversaries to generate authentication material for any account in Active Directory.(Citation: CERT-EU Golden Ticket Protection)", "metadata": {"technique_id": "T1558.001", "technique_name": "Golden Ticket", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Mutual Exclusion (T1480.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may constrain execution or actions based on the presence of a mutex associated with malware. A mutex is a locking mechanism used to synchronize access to a resource. Only one thread or process can acquire a mutex at a given time.(Citation: Microsoft Mutexes)", "metadata": {"technique_id": "T1480.002", "technique_name": "Mutual Exclusion", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Credentials from Password Stores (T1555). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search for common password storage locations to obtain user credentials.(Citation: F-Secure The Dukes) Passwords are stored in several places on a system, depending on the operating system or application holding the credentials. There are also specific applications and services that store passwords to make them easier for users to manage and maintain, such as password managers and cloud secrets vaults. Once credentials are obtained, they can be used to perform lateral movement and access restricted information.", "metadata": {"technique_id": "T1555", "technique_name": "Credentials from Password Stores", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Archive Collected Data (T1560). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network.(Citation: DOJ GRU Indictment Jul 2018) Encryption can be used to hide information that is being exfiltrated from detection or make exfiltration less conspicuous upon inspection by a defender.", "metadata": {"technique_id": "T1560", "technique_name": "Archive Collected Data", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Provider DLL (T1556.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may register malicious network provider dynamic link libraries (DLLs) to capture cleartext user credentials during the authentication process. Network provider DLLs allow Windows to interface with specific network protocols and can also support add-on credential management functions.(Citation: Network Provider API) During the logon process, Winlogon (the interactive logon module) sends credentials to the local `mpnotify.exe` process via RPC. The `mpnotify.exe` process then shares the credentials in cleartext with registered credential managers when notifying that a logon event is happening.(Citation: NPPSPY - Huntress)(Citation: NPPSPY Video)(Citation: NPLogonNotify)", "metadata": {"technique_id": "T1556.008", "technique_name": "Network Provider DLL", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique JamPlus (T1127.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use `JamPlus` to proxy the execution of a malicious script. `JamPlus` is a build utility tool for code and data build systems. It works with several popular compilers and can be used for generating workspaces in code editors such as Visual Studio.(Citation: JamPlus manual)", "metadata": {"technique_id": "T1127.003", "technique_name": "JamPlus", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Groups (T1069.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to find cloud groups and permission settings. The knowledge of cloud permission groups can help adversaries determine the particular roles of users and groups within an environment, as well as which users are associated with a particular group.", "metadata": {"technique_id": "T1069.003", "technique_name": "Cloud Groups", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disable or Modify Linux Audit System (T1562.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may disable or modify the Linux audit system to hide malicious activity and avoid detection. Linux admins use the Linux Audit system to track security-relevant information on a system. The Linux Audit system operates at the kernel-level and maintains event logs on application and system activity such as process, network, file, and login events based on pre-configured rules.", "metadata": {"technique_id": "T1562.012", "technique_name": "Disable or Modify Linux Audit System", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Virtual Private Server (T1584.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may compromise third-party Virtual Private Servers (VPSs) that can be used during targeting. There exist a variety of cloud service providers that will sell virtual machines/containers as a service. Adversaries may compromise VPSs purchased by third-party entities. By compromising a VPS to use as infrastructure, adversaries can make it difficult to physically tie back operations to themselves.(Citation: NSA NCSC Turla OilRig)", "metadata": {"technique_id": "T1584.003", "technique_name": "Virtual Private Server", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Re-opened Applications (T1164). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nStarting in Mac OS X 10.7 (Lion), users can specify certain applications to be re-opened when a user reboots their machine. While this is usually done via a Graphical User Interface (GUI) on an app-by-app basis, there are property list files (plist) that contain this information as well located at ~/Library/Preferences/com.apple.loginwindow.plist and ~/Library/Preferences/ByHost/com.apple.loginwindow.* .plist.", "metadata": {"technique_id": "T1164", "technique_name": "Re-opened Applications", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Email Hiding Rules (T1564.008)?", "input": "Windows\nLinux\nmacOS\nOffice Suite", "output": "Adversaries may use email rules to hide inbound emails in a compromised user's mailbox. Many email clients allow users to create inbox rules for various email functions, including moving emails to other folders, marking emails as read, or deleting emails. Rules may be created or modified within email clients or through external features such as the New-InboxRule or Set-InboxRule [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlets on Windows systems.(Citation: Microsoft Inbox Rules)(Citation: MacOS Email Rules)(Citation: Microsoft New-InboxRule)(Citation: Microsoft Set-InboxRule)", "metadata": {"technique_id": "T1564.008", "technique_name": "Email Hiding Rules", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Clear Mailbox Data (T1070.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify mail and mail application data to remove evidence of their activity. Email applications allow users and other programs to export and delete mailbox data via command line tools or use of APIs. Mail application data can be emails, email metadata, or logs generated by the application or operating system, such as export requests.", "metadata": {"technique_id": "T1070.008", "technique_name": "Clear Mailbox Data", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Control Panel (T1218.002)?", "input": "Windows", "output": "Adversaries may abuse control.exe to proxy execution of malicious payloads. The Windows Control Panel process binary (control.exe) handles execution of Control Panel items, which are utilities that allow users to view and adjust computer settings.", "metadata": {"technique_id": "T1218.002", "technique_name": "Control Panel", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data from Local System (T1005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search local system sources, such as file systems, configuration files, local databases, or virtual machine files, to find files of interest and sensitive data prior to Exfiltration.", "metadata": {"technique_id": "T1005", "technique_name": "Data from Local System", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compromise Software Supply Chain (T1195.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise. Supply chain compromise of software can take place in a number of ways, including manipulation of the application source code, manipulation of the update/distribution mechanism for that software, or replacing compiled releases with a modified version.", "metadata": {"technique_id": "T1195.002", "technique_name": "Compromise Software Supply Chain", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Credential Stuffing (T1110.004)?", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices\nOffice Suite\nIdentity Provider\nESXi", "output": "Adversaries may use credentials obtained from breach dumps of unrelated accounts to gain access to target accounts through credential overlap. Occasionally, large numbers of username and password pairs are dumped online when a website or service is compromised and the user account credentials accessed. The information may be useful to an adversary attempting to compromise accounts by taking advantage of the tendency for users to use the same passwords across personal and business accounts.", "metadata": {"technique_id": "T1110.004", "technique_name": "Credential Stuffing", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Firmware (T1592.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's host firmware that can be used during targeting. Information about host firmware may include a variety of details such as type and versions on specific hosts, which may be used to infer more information about hosts in the environment (ex: configuration, purpose, age/patch level, etc.).", "metadata": {"technique_id": "T1592.003", "technique_name": "Firmware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Windows Management Instrumentation (T1047)?", "input": "Windows", "output": "Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is designed for programmers and is the infrastructure for management data and operations on Windows systems.(Citation: WMI 1-3) WMI is an administration feature that provides a uniform environment to access Windows system components.", "metadata": {"technique_id": "T1047", "technique_name": "Windows Management Instrumentation", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Securityd Memory (T1167). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nIn OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple’s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords. (Citation: OS X Keychain) (Citation: External to DA, the OS X Way) Apple’s securityd utility takes the user’s logon password, encrypts it with PBKDF2, and stores this master key in memory. Apple also uses a set of keys and algorithms to encrypt the user’s password, but once the master key is found, an attacker need only iterate over the other values to unlock the final password. (Citation: OS X Keychain)", "metadata": {"technique_id": "T1167", "technique_name": "Securityd Memory", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Service Execution (T1035). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute a binary, command, or script via a method that interacts with Windows services, such as the Service Control Manager. This can be done by either creating a new service or modifying an existing service. This technique is the execution used in conjunction with [New Service](https://attack.mitre.org/techniques/T1050) and [Modify Existing Service](https://attack.mitre.org/techniques/T1031) during service persistence or privilege escalation.", "metadata": {"technique_id": "T1035", "technique_name": "Service Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Accounts (T1585.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create accounts with cloud providers that can be used during targeting. Adversaries can use cloud accounts to further their operations, including leveraging cloud storage services such as Dropbox, MEGA, Microsoft OneDrive, or AWS S3 buckets for [Exfiltration to Cloud Storage](https://attack.mitre.org/techniques/T1567/002) or to [Upload Tool](https://attack.mitre.org/techniques/T1608/002)s. Cloud accounts can also be used in the acquisition of infrastructure, such as [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003)s or [Serverless](https://attack.mitre.org/techniques/T1583/007) infrastructure. Establishing cloud accounts may allow adversaries to develop sophisticated capabilities without managing their own servers.(Citation: Awake Security C2 Cloud)", "metadata": {"technique_id": "T1585.003", "technique_name": "Cloud Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Topology (T1590.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's network topology that can be used during targeting. Information about network topologies may include a variety of details, including the physical and/or logical arrangement of both external-facing and internal network environments. This information may also include specifics regarding network devices (gateways, routers, etc.) and other infrastructure.", "metadata": {"technique_id": "T1590.004", "technique_name": "Network Topology", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Network Share Connection Removal (T1126)?", "input": "Windows", "output": "Adversaries may remove share connections that are no longer useful in order to clean up traces of their operation. Windows shared drive and [Windows Admin Shares](https://attack.mitre.org/techniques/T1077) connections can be removed when no longer needed. [Net](https://attack.mitre.org/software/S0039) is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command. (Citation: Technet Net Use)", "metadata": {"technique_id": "T1126", "technique_name": "Network Share Connection Removal", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Security Support Provider (T1547.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse security support providers (SSPs) to execute DLLs when the system boots. Windows 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.", "metadata": {"technique_id": "T1547.005", "technique_name": "Security Support Provider", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Unused/Unsupported Cloud Regions (T1535). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create cloud instances in unused geographic service regions in order to evade detection. Access is usually obtained through compromising accounts used to manage cloud infrastructure.", "metadata": {"technique_id": "T1535", "technique_name": "Unused/Unsupported Cloud Regions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Social Media (T1593.001)?", "input": "PRE", "output": "Adversaries may search social media for information about victims that can be used during targeting. Social media sites may contain various information about a victim organization, such as business announcements as well as information about the roles, locations, and interests of staff.", "metadata": {"technique_id": "T1593.001", "technique_name": "Social Media", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Uncommonly Used Port (T1065)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may conduct C2 communications over a non-standard port to bypass proxies and firewalls that have been improperly configured.", "metadata": {"technique_id": "T1065", "technique_name": "Uncommonly Used Port", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Kerberoasting (T1208)?", "input": "Windows", "output": "Service principal names (SPNs) are used to uniquely identify each instance of a Windows service. To enable authentication, Kerberos requires that SPNs be associated with at least one service logon account (an account specifically tasked with running a service (Citation: Microsoft Detecting Kerberoasting Feb 2018)). (Citation: Microsoft SPN) (Citation: Microsoft SetSPN) (Citation: SANS Attacking Kerberos Nov 2014) (Citation: Harmj0y Kerberoast Nov 2016)", "metadata": {"technique_id": "T1208", "technique_name": "Kerberoasting", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Local Account (T1136.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nContainers\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create a local account to maintain access to victim systems. Local accounts are those configured by an organization for use by users, remote support, services, or for administration on a single system or service.", "metadata": {"technique_id": "T1136.001", "technique_name": "Local Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Additional Cloud Roles (T1098.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nSaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may add additional roles or permissions to an adversary-controlled cloud account to maintain persistent access to a tenant. For example, adversaries may update IAM policies in cloud-based environments or add a new global administrator in Office 365 environments.(Citation: AWS IAM Policies and Permissions)(Citation: Google Cloud IAM Policies)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: Microsoft O365 Admin Roles) With sufficient permissions, a compromised account can gain almost unlimited access to data and settings (including the ability to reset the passwords of other admins).(Citation: Expel AWS Attacker)", "metadata": {"technique_id": "T1098.003", "technique_name": "Additional Cloud Roles", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Custom Command and Control Protocol (T1094)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may communicate using a custom command and control protocol instead of encapsulating commands/data in an existing [Application Layer Protocol](https://attack.mitre.org/techniques/T1071). Implementations include mimicking well-known protocols or developing custom protocols (including raw sockets) on top of fundamental protocols provided by TCP/IP/another standard network stack.", "metadata": {"technique_id": "T1094", "technique_name": "Custom Command and Control Protocol", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Bash History (T1139)?", "input": "Linux\nmacOS", "output": "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 .bash_history file. For each user, this file resides at the same location: ~/.bash_history. Typically, this file keeps track of the user’s last 500 commands. Users often type usernames and passwords on the command-line as parameters to programs, which then get saved to this file when they log out. Attackers can abuse this by looking through the file for potential credentials. (Citation: External to DA, the OS X Way)", "metadata": {"technique_id": "T1139", "technique_name": "Bash History", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Financial Theft (T1657). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may steal monetary resources from targets through extortion, social engineering, technical theft, or other methods aimed at their own financial gain at the expense of the availability of these resources for victims. Financial theft is the ultimate objective of several popular campaign types including extortion by ransomware,(Citation: FBI-ransomware) business email compromise (BEC) and fraud,(Citation: FBI-BEC) \"pig butchering,\"(Citation: wired-pig butchering) bank hacking,(Citation: DOJ-DPRK Heist) and exploiting cryptocurrency networks.(Citation: BBC-Ronin)", "metadata": {"technique_id": "T1657", "technique_name": "Financial Theft", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Server Software Component (T1505)?", "input": "Windows\nLinux\nmacOS\nNetwork Devices\nESXi", "output": "Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems. Enterprise server applications may include features that allow developers to write and install software or scripts to extend the functionality of the main application. Adversaries may install malicious components to extend and abuse server applications.(Citation: volexity_0day_sophos_FW)", "metadata": {"technique_id": "T1505", "technique_name": "Server Software Component", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 Web Service (T1567). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nOffice Suite\nSaaS\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use an existing, legitimate external Web service to exfiltrate data rather than their primary command and control channel. Popular Web services acting as an exfiltration mechanism may give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to compromise. Firewall rules may also already exist to permit traffic to these services.", "metadata": {"technique_id": "T1567", "technique_name": "Exfiltration Over Web Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 Asymmetric Encrypted Non-C2 Protocol (T1048.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may steal data by exfiltrating it over an asymmetrically 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.", "metadata": {"technique_id": "T1048.002", "technique_name": "Exfiltration Over Asymmetric Encrypted Non-C2 Protocol", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Make and Impersonate Token (T1134.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may make new tokens and impersonate users to escalate privileges and bypass access controls. For example, if an adversary has a username and password but the user is not logged onto the system the adversary can then create a logon session for the user using the `LogonUser` function.(Citation: LogonUserW function) The function will return a copy of the new session's access token and the adversary can use `SetThreadToken` to assign the token to a thread.", "metadata": {"technique_id": "T1134.003", "technique_name": "Make and Impersonate Token", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Malvertising (T1583.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may purchase online advertisements that can be abused to distribute malware to victims. Ads can be purchased to plant as well as favorably position artifacts in specific locations online, such as prominently placed within search engine results. These ads may make it more difficult for users to distinguish between actual search results and advertisements.(Citation: spamhaus-malvertising) Purchased ads may also target specific audiences using the advertising network’s capabilities, potentially further taking advantage of the trust inherently given to search engines and popular websites.", "metadata": {"technique_id": "T1583.008", "technique_name": "Malvertising", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DNS Server (T1583.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may set up their own Domain Name System (DNS) servers that can be used during targeting. During post-compromise activity, adversaries may utilize DNS traffic for various tasks, including for Command and Control (ex: [Application Layer Protocol](https://attack.mitre.org/techniques/T1071)). Instead of hijacking existing DNS servers, adversaries may opt to configure and run their own DNS servers in support of operations.", "metadata": {"technique_id": "T1583.002", "technique_name": "DNS Server", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Scheduled Task (T1053.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse the Windows Task Scheduler to perform task scheduling for initial or recurring execution of malicious code. There are multiple ways to access the Task Scheduler in Windows. The [schtasks](https://attack.mitre.org/software/S0111) utility can be run directly on the command line, or the Task Scheduler can be opened through the GUI within the Administrator Tools section of the Control Panel.(Citation: Stack Overflow) In some cases, adversaries have used a .NET wrapper for the Windows Task Scheduler, and alternatively, adversaries have used the Windows netapi32 library and [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) (WMI) to create a scheduled task. Adversaries may also utilize the Powershell Cmdlet `Invoke-CimMethod`, which leverages WMI class `PS_ScheduledTask` to create a scheduled task via an XML path.(Citation: Red Canary - Atomic Red Team)", "metadata": {"technique_id": "T1053.005", "technique_name": "Scheduled Task", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique RDP Hijacking (T1563.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may hijack a legitimate user’s remote desktop session to move laterally within an environment. Remote desktop is a common feature in operating systems. It allows a user to log into an interactive session with a system desktop graphical user interface on a remote system. Microsoft refers to its implementation of the Remote Desktop Protocol (RDP) as Remote Desktop Services (RDS).(Citation: TechNet Remote Desktop Services)", "metadata": {"technique_id": "T1563.002", "technique_name": "RDP Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Web Shell (T1505.003)?", "input": "Linux\nWindows\nmacOS\nNetwork Devices", "output": "Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to access the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.(Citation: volexity_0day_sophos_FW)", "metadata": {"technique_id": "T1505.003", "technique_name": "Web Shell", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Direct Volume Access (T1006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may directly access a volume to bypass file access controls and file system monitoring. Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique may bypass Windows file access controls as well as file system monitoring tools. (Citation: Hakobyan 2009)", "metadata": {"technique_id": "T1006", "technique_name": "Direct Volume Access", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique MSBuild (T1127.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use MSBuild to proxy execution of code through a trusted Windows utility. MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It handles XML formatted project files that define requirements for loading and building various platforms and configurations.(Citation: MSDN MSBuild)", "metadata": {"technique_id": "T1127.001", "technique_name": "MSBuild", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Automated Exfiltration (T1020). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection.(Citation: ESET Gamaredon June 2020)", "metadata": {"technique_id": "T1020", "technique_name": "Automated Exfiltration", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Winlogon Helper DLL (T1004)?", "input": "Windows", "output": "Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete. Registry entries in HKLM\\Software\\[Wow6432Node\\]Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\ and HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\ are used to manage additional helper programs and functionalities that support Winlogon. (Citation: Cylance Reg Persistence Sept 2013)", "metadata": {"technique_id": "T1004", "technique_name": "Winlogon Helper DLL", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 Identity Information (T1589). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, security question responses, etc.) as well as sensitive details such as credentials or multi-factor authentication (MFA) configurations.", "metadata": {"technique_id": "T1589", "technique_name": "Gather Victim Identity Information", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Delete Cloud Instance (T1578.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may delete a cloud instance after they have performed malicious activities in an attempt to evade detection and remove evidence of their presence. Deleting an instance or virtual machine can remove valuable forensic artifacts and other evidence of suspicious behavior if the instance is not recoverable.", "metadata": {"technique_id": "T1578.003", "technique_name": "Delete Cloud Instance", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Rundll32 (T1218.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse rundll32.exe to proxy execution of malicious code. Using rundll32.exe, vice executing directly (i.e. [Shared Modules](https://attack.mitre.org/techniques/T1129)), may avoid triggering security tools that may not monitor execution of the rundll32.exe process because of allowlists or false positives from normal operations. Rundll32.exe is commonly associated with executing DLL payloads (ex: rundll32.exe {DLLname, DLLfunction}).", "metadata": {"technique_id": "T1218.011", "technique_name": "Rundll32", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Cloud Accounts (T1078.004)?", "input": "SaaS\nIaaS\nOffice Suite\nIdentity Provider", "output": "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 service provider or SaaS application. Cloud Accounts can exist solely in the cloud; alternatively, they may be hybrid-joined between on-premises systems and the cloud through syncing or federation with other identity sources such as Windows Active Directory.(Citation: AWS Identity Federation)(Citation: Google Federating GC)(Citation: Microsoft Deploying AD Federation)", "metadata": {"technique_id": "T1078.004", "technique_name": "Cloud Accounts", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Bootkit (T1067). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nA bootkit is a malware variant that modifies the boot sectors of a hard drive, including the Master Boot Record (MBR) and Volume Boot Record (VBR). (Citation: MTrends 2016)", "metadata": {"technique_id": "T1067", "technique_name": "Bootkit", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Browser Extensions (T1176.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse internet browser extensions to establish persistent access to victim systems. Browser extensions or plugins are small programs that can add functionality to and customize aspects of internet browsers. They can be installed directly via a local file or custom URL or through a browser's app store - an official online platform where users can browse, install, and manage extensions for a specific web browser. Extensions generally inherit the web browser's permissions previously granted.(Citation: Wikipedia Browser Extension)(Citation: Chrome Extensions Definition)", "metadata": {"technique_id": "T1176.001", "technique_name": "Browser Extensions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Clear Command History (T1146). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nIn addition to clearing system logs, an adversary may clear the command history of a compromised account to conceal the actions undertaken during an intrusion. macOS and Linux both keep track of the commands users type in their terminal so that users can retrace what they've done. These logs can be accessed in a few different ways. While logged in, this command history is tracked in a file pointed to by the environment variable HISTFILE. When a user logs off a system, this information is flushed to a file in the user's home directory called ~/.bash_history. The benefit of this is that it allows users to go back to commands they've used before in different sessions. Since everything typed on the command-line is saved, passwords passed in on the command line are also saved. Adversaries can abuse this by searching these files for cleartext passwords. Additionally, adversaries can use a variety of methods to prevent their own commands from appear in these logs such as unset HISTFILE, export HISTFILESIZE=0, history -c, rm ~/.bash_history.", "metadata": {"technique_id": "T1146", "technique_name": "Clear Command History", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compiled HTML File (T1223). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nCompiled HTML files (.chm) are commonly distributed as part of the Microsoft HTML Help system. CHM files are compressed compilations of various content such as HTML documents, images, and scripting/web related programming languages such VBA, JScript, Java, and ActiveX. (Citation: Microsoft HTML Help May 2018) CHM content is displayed using underlying components of the Internet Explorer browser (Citation: Microsoft HTML Help ActiveX) loaded by the HTML Help executable program (hh.exe). (Citation: Microsoft HTML Help Executable Program)", "metadata": {"technique_id": "T1223", "technique_name": "Compiled HTML File", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Event Triggered Execution (T1546). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence and/or elevate privileges using system mechanisms that trigger execution based on specific events. Various operating systems have means to monitor and subscribe to events such as logons or other user activity such as running specific applications/binaries. Cloud environments may also support various functions and services that monitor and can be invoked in response to specific cloud events.(Citation: Backdooring an AWS account)(Citation: Varonis Power Automate Data Exfiltration)(Citation: Microsoft DART Case Report 001)", "metadata": {"technique_id": "T1546", "technique_name": "Event Triggered Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Phishing for Information (T1598). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may send phishing messages to elicit sensitive information that can be used during targeting. Phishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Phishing for information is different from [Phishing](https://attack.mitre.org/techniques/T1566) in that the objective is gathering data from the victim rather than executing malicious code.", "metadata": {"technique_id": "T1598", "technique_name": "Phishing for Information", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique JavaScript (T1059.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse various implementations of JavaScript for execution. JavaScript (JS) is a platform-independent scripting language (compiled just-in-time at runtime) commonly associated with scripts in webpages, though JS can be executed in runtime environments outside the browser.(Citation: NodeJS)", "metadata": {"technique_id": "T1059.007", "technique_name": "JavaScript", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Stored Data Manipulation (T1565.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.(Citation: FireEye APT38 Oct 2018)(Citation: DOJ Lazarus Sony 2018) By manipulating stored data, adversaries may attempt to affect a business process, organizational understanding, and decision making.", "metadata": {"technique_id": "T1565.001", "technique_name": "Stored Data Manipulation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LLMNR/NBT-NS Poisoning and Relay (T1171). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nLink-Local Multicast Name Resolution (LLMNR) and NetBIOS Name Service (NBT-NS) are Microsoft Windows components that serve as alternate methods of host identification. LLMNR is based upon the Domain Name System (DNS) format and allows hosts on the same local link to perform name resolution for other hosts. NBT-NS identifies systems on a local network by their NetBIOS name. (Citation: Wikipedia LLMNR) (Citation: TechNet NetBIOS)", "metadata": {"technique_id": "T1171", "technique_name": "LLMNR/NBT-NS Poisoning and Relay", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Application Layer Protocol (T1071). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may communicate using OSI application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.", "metadata": {"technique_id": "T1071", "technique_name": "Application Layer Protocol", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Application Access Token (T1550.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nContainers\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use stolen application access tokens to bypass the typical authentication process and access restricted accounts, information, or services on remote systems. These tokens are typically stolen from users or services and used in lieu of login credentials.", "metadata": {"technique_id": "T1550.001", "technique_name": "Application Access Token", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique XPC Services (T1559.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries can provide malicious content to an XPC service daemon for local code execution. macOS uses XPC services for basic inter-process communication between various processes, such as between the XPC Service daemon and third-party application privileged helper tools. Applications can send messages to the XPC Service daemon, which runs as root, using the low-level XPC Service C API or the high level NSXPCConnection API in order to handle tasks that require elevated privileges (such as network connections). Applications are responsible for providing the protocol definition which serves as a blueprint of the XPC services. Developers typically use XPC Services to provide applications stability and privilege separation between the application client and the daemon.(Citation: creatingXPCservices)(Citation: Designing Daemons Apple Dev)", "metadata": {"technique_id": "T1559.003", "technique_name": "XPC Services", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Direct Network Flood (T1498.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to cause a denial of service (DoS) by directly sending a high-volume of network traffic to a target. This DoS attack may also reduce the availability and functionality of the targeted system(s) and network. [Direct Network Flood](https://attack.mitre.org/techniques/T1498/001)s are when one or more systems are used to send a high-volume of network packets towards the targeted service's network. Almost any network protocol may be used for flooding. Stateless protocols such as UDP or ICMP are commonly used but stateful protocols such as TCP can be used as well.", "metadata": {"technique_id": "T1498.001", "technique_name": "Direct Network Flood", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Script Proxy Execution (T1216). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 abused by adversaries to execute malicious files that could bypass application control and signature validation on systems.(Citation: GitHub Ultimate AppLocker Bypass List)", "metadata": {"technique_id": "T1216", "technique_name": "System Script Proxy Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique SIP and Trust Provider Hijacking (T1198)?", "input": "Windows", "output": "In user mode, Windows Authenticode (Citation: Microsoft Authenticode) digital signatures are used to verify a file's origin and integrity, variables that may be used to establish trust in signed code (ex: a driver with a valid Microsoft signature may be handled as safe). The signature validation process is handled via the WinVerifyTrust application programming interface (API) function, (Citation: Microsoft WinVerifyTrust) which accepts an inquiry and coordinates with the appropriate trust provider, which is responsible for validating parameters of a signature. (Citation: SpectorOps Subverting Trust Sept 2017)", "metadata": {"technique_id": "T1198", "technique_name": "SIP and Trust Provider Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Create Account (T1136). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS\nNetwork Devices\nContainers\nSaaS\nOffice Suite\nIdentity Provider\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create an account to maintain access to victim systems.(Citation: Symantec WastedLocker June 2020) With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.", "metadata": {"technique_id": "T1136", "technique_name": "Create Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Service Discovery (T1526). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may attempt to enumerate the cloud services running on a system after gaining access. These methods can differ from platform-as-a-service (PaaS), to infrastructure-as-a-service (IaaS), or software-as-a-service (SaaS). Many services exist throughout the various cloud providers and can include Continuous Integration and Continuous Delivery (CI/CD), Lambda Functions, Entra ID, etc. They may also include security services, such as AWS GuardDuty and Microsoft Defender for Cloud, and logging services, such as AWS CloudTrail and Google Cloud Audit Logs.", "metadata": {"technique_id": "T1526", "technique_name": "Cloud Service Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Kernel Modules and Extensions (T1547.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify the kernel to automatically execute programs on system boot. Loadable Kernel Modules (LKMs) are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. For example, one type of module is the device driver, which allows the kernel to access hardware connected to the system.(Citation: Linux Kernel Programming)", "metadata": {"technique_id": "T1547.006", "technique_name": "Kernel Modules and Extensions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 (T1128). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nNetsh.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 utility. (Citation: TechNet Netsh) The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.", "metadata": {"technique_id": "T1128", "technique_name": "Netsh Helper DLL", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Code Repositories (T1213.003)?", "input": "SaaS", "output": "Adversaries may leverage code repositories to collect valuable information. Code repositories are tools/services that store source code and automate software builds. They may be hosted internally or privately on third party sites such as Github, GitLab, SourceForge, and BitBucket. Users typically interact with code repositories through a web application or command-line utilities such as git.", "metadata": {"technique_id": "T1213.003", "technique_name": "Code Repositories", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Archive via Custom Method (T1560.003)?", "input": "Linux\nmacOS\nWindows", "output": "An adversary may compress or encrypt data that is collected prior to exfiltration using a custom method. Adversaries may choose to use custom archival methods, such as encryption with XOR or stream ciphers implemented with no external library or utility references. Custom implementations of well-known compression algorithms have also been used.(Citation: ESET Sednit Part 2)", "metadata": {"technique_id": "T1560.003", "technique_name": "Archive via Custom Method", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Transmitted Data Manipulation (T1493)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may alter data en route to storage or other systems in order to manipulate external outcomes or hide activity.(Citation: FireEye APT38 Oct 2018)(Citation: DOJ Lazarus Sony 2018) By manipulating transmitted data, adversaries may attempt to affect a business process, organizational understanding, and decision making.", "metadata": {"technique_id": "T1493", "technique_name": "Transmitted Data Manipulation", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Trap (T1546.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence by executing malicious content triggered by an interrupt signal. The trap 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 handling of common keyboard interrupts like ctrl+c and ctrl+d.", "metadata": {"technique_id": "T1546.005", "technique_name": "Trap", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique LSA Secrets (T1003.004)?", "input": "Windows", "output": "Adversaries with SYSTEM access to a host may attempt to access Local Security Authority (LSA) secrets, which can contain a variety of different credential materials, such as credentials for service accounts.(Citation: Passcape LSA Secrets)(Citation: Microsoft AD Admin Tier Model)(Citation: Tilbury Windows Credentials) LSA secrets are stored in the registry at HKEY_LOCAL_MACHINE\\SECURITY\\Policy\\Secrets. LSA secrets can also be dumped from memory.(Citation: ired Dumping LSA Secrets)", "metadata": {"technique_id": "T1003.004", "technique_name": "LSA Secrets", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Ccache Files (T1558.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n", "metadata": {"technique_id": "T1558.005", "technique_name": "Ccache Files", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Dynamic Data Exchange (T1173). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows Dynamic Data Exchange (DDE) is a client-server protocol for one-time and/or continuous inter-process communication (IPC) between applications. Once a link is established, applications can autonomously exchange transactions consisting of strings, warm data links (notifications when a data item changes), hot data links (duplications of changes to a data item), and requests for command execution.", "metadata": {"technique_id": "T1173", "technique_name": "Dynamic Data Exchange", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Modify Registry (T1112). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may interact with the Windows Registry as part of a variety of other techniques to aid in defense evasion, persistence, and execution.", "metadata": {"technique_id": "T1112", "technique_name": "Modify Registry", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Wi-Fi Discovery (T1016.002)?", "input": "Linux\nWindows\nmacOS", "output": "Adversaries may search for information about Wi-Fi networks, such as network names and passwords, on compromised systems. Adversaries may use Wi-Fi information as part of [Account Discovery](https://attack.mitre.org/techniques/T1087), [Remote System Discovery](https://attack.mitre.org/techniques/T1018), and other discovery or [Credential Access](https://attack.mitre.org/tactics/TA0006) activity to support both ongoing and future campaigns.", "metadata": {"technique_id": "T1016.002", "technique_name": "Wi-Fi Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Communication Through Removable Media (T1092). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system.(Citation: ESET Sednit USBStealer 2014) Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by [Replication Through Removable Media](https://attack.mitre.org/techniques/T1091). Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.", "metadata": {"technique_id": "T1092", "technique_name": "Communication Through Removable Media", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Direct Cloud VM Connections (T1021.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage [Valid Accounts](https://attack.mitre.org/techniques/T1078) to log directly into accessible cloud hosted compute infrastructure through cloud native methods. Many cloud providers offer interactive connections to virtual infrastructure that can be accessed through the [Cloud API](https://attack.mitre.org/techniques/T1059/009), such as Azure Serial Console(Citation: Azure Serial Console), AWS EC2 Instance Connect(Citation: EC2 Instance Connect)(Citation: lucr-3: Getting SaaS-y in the cloud), and AWS System Manager.(Citation: AWS System Manager).", "metadata": {"technique_id": "T1021.008", "technique_name": "Direct Cloud VM Connections", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique At (Linux) (T1053.001)?", "input": "Linux", "output": "Adversaries may abuse the [at](https://attack.mitre.org/software/S0110) utility to perform task scheduling for initial, recurring, or future execution of malicious code. The [at](https://attack.mitre.org/software/S0110) command within Linux operating systems enables administrators to schedule tasks.(Citation: Kifarunix - Task Scheduling in Linux)", "metadata": {"technique_id": "T1053.001", "technique_name": "At (Linux)", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Application Integration (T1671). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may achieve persistence by leveraging OAuth application integrations in a software-as-a-service environment. Adversaries may create a custom application, add a legitimate application into the environment, or even co-opt an existing integration to achieve malicious ends.(Citation: Push Security SaaS Persistence 2022)(Citation: SaaS Attacks GitHub Evil Twin Integrations)", "metadata": {"technique_id": "T1671", "technique_name": "Cloud Application Integration", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Dynamic-link Library Injection (T1055.001)?", "input": "Windows", "output": "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.", "metadata": {"technique_id": "T1055.001", "technique_name": "Dynamic-link Library Injection", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 (T1547.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse authentication packages to execute DLLs when the system boots. Windows authentication package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.(Citation: MSDN Authentication Packages)", "metadata": {"technique_id": "T1547.002", "technique_name": "Authentication Package", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Internal Defacement (T1491.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may deface systems internal to an organization in an attempt to intimidate or mislead users, thus discrediting the integrity of the systems. This may take the form of modifications to internal websites or server login messages, or directly to user systems with the replacement of the desktop wallpaper.(Citation: Novetta Blockbuster)(Citation: Varonis) Disturbing or offensive images may be used as a part of [Internal Defacement](https://attack.mitre.org/techniques/T1491/001) in order to cause user discomfort, or to pressure compliance with accompanying messages. Since internally defacing systems exposes an adversary's presence, it often takes place after other intrusion goals have been accomplished.(Citation: Novetta Blockbuster Destructive Malware)", "metadata": {"technique_id": "T1491.001", "technique_name": "Internal Defacement", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Data Manipulation (T1565)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.(Citation: Sygnia Elephant Beetle Jan 2022) By manipulating data, adversaries may attempt to affect a business process, organizational understanding, or decision making.", "metadata": {"technique_id": "T1565", "technique_name": "Data Manipulation", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Process Doppelgänging (T1186). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows Transactional NTFS (TxF) was introduced in Vista as a method to perform safe file operations. (Citation: Microsoft TxF) To ensure data integrity, TxF enables only one transacted handle to write to a file at a given time. Until the write handle transaction is terminated, all other handles are isolated from the writer and may only read the committed version of the file that existed at the time the handle was opened. (Citation: Microsoft Basic TxF Concepts) To avoid corruption, TxF performs an automatic rollback if the system or application fails during a write transaction. (Citation: Microsoft Where to use TxF)", "metadata": {"technique_id": "T1186", "technique_name": "Process Doppelgänging", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Device Driver Discovery (T1652). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to enumerate local device drivers on a victim host. Information about device drivers may highlight various insights that shape follow-on behaviors, such as the function/purpose of the host, present security tools (i.e. [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001)) or other defenses (e.g., [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497)), as well as potential exploitable vulnerabilities (e.g., [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068)).", "metadata": {"technique_id": "T1652", "technique_name": "Device Driver Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Trusted Relationship (T1199)?", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nIdentity Provider\nOffice Suite", "output": "Adversaries may breach or otherwise leverage organizations who have access to intended victims. Access through trusted third party relationship abuses an existing connection that may not be protected or receives less scrutiny than standard mechanisms of gaining access to a network.", "metadata": {"technique_id": "T1199", "technique_name": "Trusted Relationship", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DNS (T1071.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may communicate using the Domain Name System (DNS) application layer protocol to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.", "metadata": {"technique_id": "T1071.004", "technique_name": "DNS", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Install Root Certificate (T1553.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may install a root certificate on a compromised system to avoid warnings when connecting to adversary controlled web servers. Root certificates are used in public key cryptography to identify a root certificate authority (CA). When a root certificate is installed, the system or application will trust certificates in the root's chain of trust that have been signed by the root certificate.(Citation: Wikipedia Root Certificate) Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.", "metadata": {"technique_id": "T1553.004", "technique_name": "Install Root Certificate", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Command and Scripting Interpreter (T1059). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nIdentity Provider\nLinux\nNetwork Devices\nOffice Suite\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse command and script interpreters to execute commands, scripts, or binaries. These interfaces and languages provide ways of interacting with computer systems and are a common feature across many different platforms. Most systems come with some built-in command-line interface and scripting capabilities, for example, macOS and Linux distributions include some flavor of [Unix Shell](https://attack.mitre.org/techniques/T1059/004) while Windows installations include the [Windows Command Shell](https://attack.mitre.org/techniques/T1059/003) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).", "metadata": {"technique_id": "T1059", "technique_name": "Command and Scripting Interpreter", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AutoHotKey & AutoIT (T1059.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute commands and perform malicious tasks using AutoIT and AutoHotKey automation scripts. AutoIT and AutoHotkey (AHK) are scripting languages that enable users to automate Windows tasks. These automation scripts can be used to perform a wide variety of actions, such as clicking on buttons, entering text, and opening and closing programs.(Citation: AutoIT)(Citation: AutoHotKey)", "metadata": {"technique_id": "T1059.010", "technique_name": "AutoHotKey & AutoIT", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Outlook Forms (T1137.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse Microsoft Outlook forms to obtain persistence on a compromised system. Outlook forms are used as templates for presentation and functionality in Outlook messages. Custom Outlook forms can be created that will execute code when a specifically crafted email is sent by an adversary utilizing the same custom Outlook form.(Citation: SensePost Outlook Forms)", "metadata": {"technique_id": "T1137.003", "technique_name": "Outlook Forms", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Graphical User Interface (T1061). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated. Please use [Remote Services](https://attack.mitre.org/techniques/T1021) where appropriate.**", "metadata": {"technique_id": "T1061", "technique_name": "Graphical User Interface", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Stored Data Manipulation (T1492). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may insert, delete, or manipulate data at rest in order to manipulate external outcomes or hide activity.(Citation: FireEye APT38 Oct 2018)(Citation: DOJ Lazarus Sony 2018) By manipulating stored data, adversaries may attempt to affect a business process, organizational understanding, and decision making.", "metadata": {"technique_id": "T1492", "technique_name": "Stored Data Manipulation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Clear Network Connection History and Configurations (T1070.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may clear or remove evidence of malicious network connections in order to clean up traces of their operations. Configuration settings as well as various artifacts that highlight connection history may be created on a system and/or in application logs from behaviors that require network connections, such as [Remote Services](https://attack.mitre.org/techniques/T1021) or [External Remote Services](https://attack.mitre.org/techniques/T1133). Defenders may use these artifacts to monitor or otherwise analyze network connections created by adversaries.", "metadata": {"technique_id": "T1070.007", "technique_name": "Clear Network Connection History and Configurations", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Modify Cloud Compute Configurations (T1578.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify settings that directly affect the size, locations, and resources available to cloud compute infrastructure in order to evade defenses. These settings may include service quotas, subscription associations, tenant-wide policies, or other configurations that impact available compute. Such modifications may allow adversaries to abuse the victim’s compute resources to achieve their goals, potentially without affecting the execution of running instances and/or revealing their activities to the victim.", "metadata": {"technique_id": "T1578.005", "technique_name": "Modify Cloud Compute Configurations", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Email Addresses (T1589.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather email addresses that can be used during targeting. Even if internal instances exist, organizations may have public-facing email infrastructure and addresses for employees.", "metadata": {"technique_id": "T1589.002", "technique_name": "Email Addresses", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DNS/Passive DNS (T1596.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search DNS data for information about victims that can be used during targeting. DNS information may include a variety of details, including registered name servers as well as records that outline addressing for a target’s subdomains, mail servers, and other hosts.", "metadata": {"technique_id": "T1596.001", "technique_name": "DNS/Passive DNS", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LSASS Driver (T1547.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify or add LSASS drivers to obtain persistence on compromised systems. The Windows security subsystem is a set of components that manage and enforce the security policy for a computer or domain. The Local Security Authority (LSA) is the main component responsible for local security policy and user authentication. The LSA includes multiple dynamic link libraries (DLLs) associated with various other security functions, all of which run in the context of the LSA Subsystem Service (LSASS) lsass.exe process.(Citation: Microsoft Security Subsystem)", "metadata": {"technique_id": "T1547.008", "technique_name": "LSASS Driver", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disable or Modify Cloud Logs (T1562.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nSaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may disable or modify cloud logging capabilities and integrations to limit what data is collected on their activities and avoid detection. Cloud environments allow for collection and analysis of audit and application logs that provide insight into what activities a user does within the environment. If an adversary has sufficient permissions, they can disable or modify logging to avoid detection of their activities.", "metadata": {"technique_id": "T1562.008", "technique_name": "Disable or Modify Cloud Logs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Windows Service (T1543.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify Windows services to repeatedly execute malicious payloads as part of persistence. When Windows boots up, it starts programs or applications called services that perform background system functions.(Citation: TechNet Services) Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Windows Registry.", "metadata": {"technique_id": "T1543.003", "technique_name": "Windows Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Inhibit System Recovery (T1490). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nNetwork Devices\nIaaS\nContainers\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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.", "metadata": {"technique_id": "T1490", "technique_name": "Inhibit System Recovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LNK Icon Smuggling (T1027.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may smuggle commands to download malicious payloads past content filters by hiding them within otherwise seemingly benign windows shortcut files. Windows shortcut files (.LNK) include many metadata fields, including an icon location field (also known as the `IconEnvironmentDataBlock`) designed to specify the path to an icon file that is to be displayed for the LNK file within a host directory.", "metadata": {"technique_id": "T1027.012", "technique_name": "LNK Icon Smuggling", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Service Stop (T1489). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may stop or disable services on a system to render those services unavailable to legitimate users. Stopping critical services or processes can inhibit or stop response to an incident or aid in the adversary's overall objectives to cause damage to the environment.(Citation: Talos Olympic Destroyer 2018)(Citation: Novetta Blockbuster)", "metadata": {"technique_id": "T1489", "technique_name": "Service Stop", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Install Digital Certificate (T1608.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may install SSL/TLS certificates that can be used during targeting. SSL/TLS certificates are files that can be installed on servers to enable secure communications between systems. Digital certificates include information about the key, information about its owner's identity, and the digital signature of an entity that has verified the certificate's contents are correct. If the signature is valid, and the person examining the certificate trusts the signer, then they know they can use that key to communicate securely with its owner. Certificates can be uploaded to a server, then the server can be configured to use the certificate to enable encrypted communication with it.(Citation: DigiCert Install SSL Cert)", "metadata": {"technique_id": "T1608.003", "technique_name": "Install Digital Certificate", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Lateral Tool Transfer (T1570). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may transfer tools or other files between systems in a compromised environment. Once brought into the victim environment (i.e., [Ingress Tool Transfer](https://attack.mitre.org/techniques/T1105)) files may then be copied from one system to another to stage adversary tools or other files over the course of an operation.", "metadata": {"technique_id": "T1570", "technique_name": "Lateral Tool Transfer", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 (T1192). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nOffice 365\nSaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nSpearphishing with a link is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of links to download malware contained in email, instead of attaching malicious files to the email itself, to avoid defenses that may inspect email attachments.", "metadata": {"technique_id": "T1192", "technique_name": "Spearphishing Link", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Dynamic Data Exchange (T1559.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use Windows Dynamic Data Exchange (DDE) to execute arbitrary commands. DDE is a client-server protocol for one-time and/or continuous inter-process communication (IPC) between applications. Once a link is established, applications can autonomously exchange transactions consisting of strings, warm data links (notifications when a data item changes), hot data links (duplications of changes to a data item), and requests for command execution.", "metadata": {"technique_id": "T1559.002", "technique_name": "Dynamic Data Exchange", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Revert Cloud Instance (T1536)?", "input": "IaaS", "output": "An adversary may revert changes made to a cloud instance after they have performed malicious activities in attempt to evade detection and remove evidence of their presence. In highly virtualized environments, such as cloud-based infrastructure, this may be accomplished by restoring virtual machine (VM) or data storage snapshots through the cloud management dashboard or cloud APIs.", "metadata": {"technique_id": "T1536", "technique_name": "Revert Cloud Instance", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Transmitted Data Manipulation (T1565.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may alter data en route to storage or other systems in order to manipulate external outcomes or hide activity, thus threatening the integrity of the data.(Citation: FireEye APT38 Oct 2018)(Citation: DOJ Lazarus Sony 2018) By manipulating transmitted data, adversaries may attempt to affect a business process, organizational understanding, and decision making.", "metadata": {"technique_id": "T1565.002", "technique_name": "Transmitted Data Manipulation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Private Keys (T1145). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nPrivate cryptographic keys and certificates are used for authentication, encryption/decryption, and digital signatures. (Citation: Wikipedia Public Key Crypto)", "metadata": {"technique_id": "T1145", "technique_name": "Private Keys", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Obfuscated Files or Information (T1027). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system or in transit. This is common behavior that can be used across different platforms and the network to evade defenses.", "metadata": {"technique_id": "T1027", "technique_name": "Obfuscated Files or Information", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Firmware (T1019). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer. (Citation: Wikipedia BIOS) (Citation: Wikipedia UEFI) (Citation: About UEFI)", "metadata": {"technique_id": "T1019", "technique_name": "System Firmware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Spearphishing Voice (T1598.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use voice communications 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 frequently involves social engineering techniques, such as posing as a source with a reason to collect information (ex: [Impersonation](https://attack.mitre.org/techniques/T1656)) and/or creating a sense of urgency or alarm for the recipient.", "metadata": {"technique_id": "T1598.004", "technique_name": "Spearphishing Voice", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Business Relationships (T1591.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's business relationships that can be used during targeting. Information about an organization’s business relationships may include a variety of details, including second or third-party organizations/domains (ex: managed service providers, contractors, etc.) that have connected (and potentially elevated) network access. This information may also reveal supply chains and shipment paths for the victim’s hardware and software resources.", "metadata": {"technique_id": "T1591.002", "technique_name": "Business Relationships", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Spearphishing via Service (T1566.003)?", "input": "Linux\nmacOS\nWindows", "output": "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 email channels.", "metadata": {"technique_id": "T1566.003", "technique_name": "Spearphishing via Service", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compromise Hardware Supply Chain (T1195.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may manipulate hardware components in products prior to receipt by a final consumer for the purpose of data or system compromise. By modifying hardware or firmware in the supply chain, adversaries can insert a backdoor into consumer networks that may be difficult to detect and give the adversary a high degree of control over the system. Hardware backdoors may be inserted into various devices, such as servers, workstations, network infrastructure, or peripherals.", "metadata": {"technique_id": "T1195.003", "technique_name": "Compromise Hardware Supply Chain", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exploitation for Credential Access (T1212). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exploit software vulnerabilities in an attempt to collect credentials. Exploitation of a software 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.", "metadata": {"technique_id": "T1212", "technique_name": "Exploitation for Credential Access", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hypervisor CLI (T1059.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "ESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse hypervisor command line interpreters (CLIs) to execute malicious commands. Hypervisor CLIs typically enable a wide variety of functionality for managing both the hypervisor itself and the guest virtual machines it hosts.", "metadata": {"technique_id": "T1059.012", "technique_name": "Hypervisor CLI", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique SID-History Injection (T1178)?", "input": "Windows", "output": "The Windows security identifier (SID) is a unique value that identifies a user or group account. SIDs are used by Windows security in both security descriptors and access tokens. (Citation: Microsoft SID) An account can hold additional SIDs in the SID-History Active Directory attribute (Citation: Microsoft SID-History Attribute), allowing inter-operable account migration between domains (e.g., all values in SID-History are included in access tokens).", "metadata": {"technique_id": "T1178", "technique_name": "SID-History Injection", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data from Information Repositories (T1213). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nSaaS\nIaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage information repositories to mine valuable information. Information repositories are tools that allow for storage of information, typically to facilitate collaboration or information sharing between users, and can store a wide variety of data that may aid adversaries in further objectives, such as Credential Access, Lateral Movement, or Defense Evasion, or direct access to the target information. Adversaries may also abuse external sharing features to share sensitive documents with recipients outside of the organization (i.e., [Transfer Data to Cloud Account](https://attack.mitre.org/techniques/T1537)).", "metadata": {"technique_id": "T1213", "technique_name": "Data from Information Repositories", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Digital Certificates (T1596.003)?", "input": "PRE", "output": "Adversaries may search public digital certificate data for information about victims that can be used during targeting. Digital certificates are issued by a certificate authority (CA) in order to cryptographically verify the origin of signed content. These certificates, such as those used for encrypted web traffic (HTTPS SSL/TLS communications), contain information about the registered organization such as name and location.", "metadata": {"technique_id": "T1596.003", "technique_name": "Digital Certificates", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Verclsid (T1218.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse verclsid.exe to proxy execution of malicious code. Verclsid.exe is known as the Extension CLSID Verification Host and is responsible for verifying each shell extension before they are used by Windows Explorer or the Windows Shell.(Citation: WinOSBite verclsid.exe)", "metadata": {"technique_id": "T1218.012", "technique_name": "Verclsid", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Device Registration (T1098.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may register a device to an adversary-controlled account. Devices may be registered in a multifactor authentication (MFA) system, which handles authentication to the network, or in a device management system, which handles device access and compliance.", "metadata": {"technique_id": "T1098.005", "technique_name": "Device Registration", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Device Configuration Dump (T1602.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may access network configuration files to collect sensitive data about the device and the network. The network configuration is a file containing parameters that determine the operation of the device. The device typically stores an in-memory copy of the configuration while operating, and a separate configuration on non-volatile storage to load after device reset. Adversaries can inspect the configuration files to reveal information about the target network and its layout, the network device and its software, or identifying legitimate accounts and credentials for later use.", "metadata": {"technique_id": "T1602.002", "technique_name": "Network Device Configuration Dump", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Email Forwarding Rule (T1114.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may setup email forwarding rules to collect sensitive information. Adversaries may abuse email forwarding rules to monitor the activities of a victim, steal information, and further gain intelligence on the victim or the victim’s organization to use as part of further exploits or operations.(Citation: US-CERT TA18-068A 2018) Furthermore, email forwarding rules can allow adversaries to maintain persistent access to victim's emails even after compromised credentials are reset by administrators.(Citation: Pfammatter - Hidden Inbox Rules) Most email clients allow users to create inbox rules for various email functions, including forwarding to a different recipient. These rules may be created through a local email application, a web interface, or by command-line interface. Messages can be forwarded to internal or external recipients, and there are no restrictions limiting the extent of this rule. Administrators may also create forwarding rules for user accounts with the same considerations and outcomes.(Citation: Microsoft Tim McMichael Exchange Mail Forwarding 2)(Citation: Mac Forwarding Rules)", "metadata": {"technique_id": "T1114.003", "technique_name": "Email Forwarding Rule", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exploit Public-Facing Application (T1190)?", "input": "Containers\nIaaS\nLinux\nNetwork Devices\nWindows\nmacOS\nESXi", "output": "Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.", "metadata": {"technique_id": "T1190", "technique_name": "Exploit Public-Facing Application", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Socket Filters (T1205.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attach filters to a network socket to monitor then activate backdoors used for persistence or command and control. With elevated permissions, adversaries can use features such as the `libpcap` library to open sockets and install filters to allow or disallow certain types of data to come through the socket. The filter may apply to all traffic passing through the specified network interface (or every interface if not specified). When the network interface receives a packet matching the filter criteria, additional actions can be triggered on the host, such as activation of a reverse shell.", "metadata": {"technique_id": "T1205.002", "technique_name": "Socket Filters", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Python (T1059.006)?", "input": "Linux\nWindows\nmacOS\nESXi", "output": "Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the python.exe interpreter) or via scripts (.py) that can be written and distributed to different systems. Python code can also be compiled into binary executables.(Citation: Zscaler APT31 Covid-19 October 2020)", "metadata": {"technique_id": "T1059.006", "technique_name": "Python", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Reduce Key Space (T1600.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may reduce the level of effort required to decrypt data transmitted over the network by reducing the cipher strength of encrypted communications.(Citation: Cisco Synful Knock Evolution)", "metadata": {"technique_id": "T1600.001", "technique_name": "Reduce Key Space", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LSASS Memory (T1003.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS). After a user logs on, the system generates and stores a variety of credential materials in LSASS process memory. These credential materials can be harvested by an administrative user or SYSTEM and used to conduct [Lateral Movement](https://attack.mitre.org/tactics/TA0008) using [Use Alternate Authentication Material](https://attack.mitre.org/techniques/T1550).", "metadata": {"technique_id": "T1003.001", "technique_name": "LSASS Memory", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique New Service (T1050). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWhen operating systems boot up, they can start programs or applications called services that perform background system functions. (Citation: TechNet Services) A service's configuration information, including the file path to the service's executable, is stored in the Windows Registry.", "metadata": {"technique_id": "T1050", "technique_name": "New Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Logon Script (Windows) (T1037.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use Windows logon scripts automatically executed at logon initialization to establish persistence. Windows allows logon scripts to be run whenever a specific user or group of users log into a system.(Citation: TechNet Logon Scripts) This is done via adding a path to a script to the HKCU\\Environment\\UserInitMprLogonScript Registry key.(Citation: Hexacorn Logon Scripts)", "metadata": {"technique_id": "T1037.001", "technique_name": "Logon Script (Windows)", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Service Execution (T1569.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse the Windows service control manager to execute malicious commands or payloads. The Windows service control manager (services.exe) is an interface to manage and manipulate services.(Citation: Microsoft Service Control Manager) The service control manager is accessible to users via GUI components as well as system utilities such as sc.exe and [Net](https://attack.mitre.org/software/S0039).", "metadata": {"technique_id": "T1569.002", "technique_name": "Service Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compiled HTML File (T1218.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse Compiled HTML files (.chm) to conceal malicious code. CHM files are commonly distributed as part of the Microsoft HTML Help system. CHM files are compressed compilations of various content such as HTML documents, images, and scripting/web related programming languages such VBA, JScript, Java, and ActiveX. (Citation: Microsoft HTML Help May 2018) CHM content is displayed using underlying components of the Internet Explorer browser (Citation: Microsoft HTML Help ActiveX) loaded by the HTML Help executable program (hh.exe). (Citation: Microsoft HTML Help Executable Program)", "metadata": {"technique_id": "T1218.001", "technique_name": "Compiled HTML File", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Domains (T1583.001)?", "input": "PRE", "output": "Adversaries may acquire domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free.", "metadata": {"technique_id": "T1583.001", "technique_name": "Domains", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Subvert Trust Controls (T1553). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may undermine security controls that will either warn users of untrusted activity or prevent execution of untrusted programs. Operating systems and security products may contain mechanisms to identify programs or websites as possessing some level of trust. Examples of such features would include a program being allowed to run because it is signed by a valid code signing certificate, a program prompting the user with a warning because it has an attribute set from being downloaded from the Internet, or getting an indication that you are about to connect to an untrusted site.", "metadata": {"technique_id": "T1553", "technique_name": "Subvert Trust Controls", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Content Injection (T1659). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic. Rather than luring victims to malicious payloads hosted on a compromised website (i.e., [Drive-by Target](https://attack.mitre.org/techniques/T1608/004) followed by [Drive-by Compromise](https://attack.mitre.org/techniques/T1189)), adversaries may initially access victims through compromised data-transfer channels where they can manipulate traffic and/or inject their own content. These compromised online network channels may also be used to deliver additional payloads (i.e., [Ingress Tool Transfer](https://attack.mitre.org/techniques/T1105)) and other data to already compromised systems.(Citation: ESET MoustachedBouncer)", "metadata": {"technique_id": "T1659", "technique_name": "Content Injection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Port Knocking (T1205.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use port knocking to hide open ports used for persistence or command and control. To enable a port, an adversary sends a series of attempted connections to a predefined sequence of closed ports. After the sequence is completed, opening a port is often accomplished by the host based firewall, but could also be implemented by custom software.", "metadata": {"technique_id": "T1205.001", "technique_name": "Port Knocking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data Compressed (T1002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network. The compression is done separately from the exfiltration channel and is performed using a custom program or algorithm, or a more common compression library or utility such as 7zip, RAR, ZIP, or zlib.", "metadata": {"technique_id": "T1002", "technique_name": "Data Compressed", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Odbcconf (T1218.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse odbcconf.exe to proxy execution of malicious payloads. Odbcconf.exe is a Windows utility that allows you to configure Open Database Connectivity (ODBC) drivers and data source names.(Citation: Microsoft odbcconf.exe) The Odbcconf.exe binary may be digitally signed by Microsoft.", "metadata": {"technique_id": "T1218.008", "technique_name": "Odbcconf", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Devices (T1584.008). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may compromise third-party network devices that can be used during targeting. Network devices, such as small office/home office (SOHO) routers, may be compromised where the adversary's ultimate goal is not [Initial Access](https://attack.mitre.org/tactics/TA0001) to that environment -- instead leveraging these devices to support additional targeting.", "metadata": {"technique_id": "T1584.008", "technique_name": "Network Devices", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Multi-Factor Authentication (T1556.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts.", "metadata": {"technique_id": "T1556.006", "technique_name": "Multi-Factor Authentication", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Scheduled Transfer (T1029). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may schedule data exfiltration to be performed only at certain times of day or at certain intervals. This could be done to blend traffic patterns with normal activity or availability.", "metadata": {"technique_id": "T1029", "technique_name": "Scheduled Transfer", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Search Closed Sources (T1597). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search and gather information about victims from closed (e.g., paid, private, or otherwise not freely available) sources that can be used during targeting. Information about victims may be available for purchase from reputable private sources and databases, such as paid subscriptions to feeds of technical/threat intelligence data. Adversaries may also purchase information from less-reputable sources such as dark web or cybercrime blackmarkets.(Citation: ZDNET Selling Data)", "metadata": {"technique_id": "T1597", "technique_name": "Search Closed Sources", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Email Bombing (T1667). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nOffice Suite\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may flood targeted email addresses with an overwhelming volume of messages. This may bury legitimate emails in a flood of spam and disrupt business operations.(Citation: sophos-bombing)(Citation: krebs-email-bombing)", "metadata": {"technique_id": "T1667", "technique_name": "Email Bombing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique External Defacement (T1491.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may deface systems external to an organization in an attempt to deliver messaging, intimidate, or otherwise mislead an organization or users. [External Defacement](https://attack.mitre.org/techniques/T1491/002) may ultimately cause users to distrust the systems and to question/discredit the system’s integrity. Externally-facing websites are a common victim of defacement; often targeted by adversary and hacktivist groups in order to push a political message or spread propaganda.(Citation: FireEye Cyber Threats to Media Industries)(Citation: Kevin Mandia Statement to US Senate Committee on Intelligence)(Citation: Anonymous Hackers Deface Russian Govt Site) [External Defacement](https://attack.mitre.org/techniques/T1491/002) may be used as a catalyst to trigger events, or as a response to actions taken by an organization or government. Similarly, website defacement may also be used as setup, or a precursor, for future attacks such as [Drive-by Compromise](https://attack.mitre.org/techniques/T1189).(Citation: Trend Micro Deep Dive Into Defacement)", "metadata": {"technique_id": "T1491.002", "technique_name": "External Defacement", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Shutdown/Reboot (T1529). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 device via [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) (e.g. reload).(Citation: Microsoft Shutdown Oct 2017)(Citation: alert_TA18_106A) They may also include shutdown/reboot of a virtual machine via hypervisor / cloud consoles or command line tools.", "metadata": {"technique_id": "T1529", "technique_name": "System Shutdown/Reboot", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Launch Daemon (T1160). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nPer Apple’s developer documentation, when macOS and OS X boot up, launchd is run to finish system initialization. This process loads the parameters for each launch-on-demand system-level daemon from the property list (plist) files found in /System/Library/LaunchDaemons and /Library/LaunchDaemons (Citation: AppleDocs Launch Agent Daemons). These LaunchDaemons have property list files which point to the executables that will be launched (Citation: Methods of Mac Malware Persistence).", "metadata": {"technique_id": "T1160", "technique_name": "Launch Daemon", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Checks (T1497.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may employ various system checks to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (VME) or sandbox. If the adversary detects a VME, they may alter their malware to disengage from the victim or conceal the core functions of the implant. They may also search for VME artifacts before dropping secondary or additional payloads. Adversaries may use the information learned from [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497) during automated discovery to shape follow-on behaviors.(Citation: Deloitte Environment Awareness)", "metadata": {"technique_id": "T1497.001", "technique_name": "System Checks", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Lua (T1059.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse Lua commands and scripts for execution. Lua is a cross-platform scripting and programming language primarily designed for embedded use in applications. Lua can be executed on the command-line (through the stand-alone lua interpreter), via scripts (.lua), or from Lua-embedded programs (through the struct lua_State).(Citation: Lua main page)(Citation: Lua state)", "metadata": {"technique_id": "T1059.011", "technique_name": "Lua", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Query Registry (T1012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may interact with the Windows Registry to gather information about the system, configuration, and installed software.", "metadata": {"technique_id": "T1012", "technique_name": "Query Registry", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Login Hook (T1037.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use a Login Hook to establish persistence executed upon user logon. A login hook is a plist file that points to a specific script to execute with root privileges upon user logon. The plist file is located in the /Library/Preferences/com.apple.loginwindow.plist file and can be modified using the defaults command-line utility. This behavior is the same for logout hooks where a script can be executed upon user logout. All hooks require administrator permissions to modify or create hooks.(Citation: Login Scripts Apple Dev)(Citation: LoginWindowScripts Apple Dev)", "metadata": {"technique_id": "T1037.002", "technique_name": "Login Hook", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Server (T1583.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may buy, lease, rent, or obtain physical servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, such as watering hole operations in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), enabling [Phishing](https://attack.mitre.org/techniques/T1566) operations, or facilitating [Command and Control](https://attack.mitre.org/tactics/TA0011). Instead of compromising a third-party [Server](https://attack.mitre.org/techniques/T1584/004) or renting a [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may opt to configure and run their own servers in support of operations. Free trial periods of cloud servers may also be abused.(Citation: Free Trial PurpleUrchin)(Citation: Freejacked)", "metadata": {"technique_id": "T1583.004", "technique_name": "Server", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Server (T1584.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may compromise third-party servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control.(Citation: TrendMicro EarthLusca 2022) Instead of purchasing a [Server](https://attack.mitre.org/techniques/T1583/004) or [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may compromise third-party servers in support of operations.", "metadata": {"technique_id": "T1584.004", "technique_name": "Server", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique DCSync (T1003.006)?", "input": "Windows", "output": "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 process from a remote domain controller using a technique called DCSync.", "metadata": {"technique_id": "T1003.006", "technique_name": "DCSync", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Upload Malware (T1608.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may upload malware to third-party or adversary controlled infrastructure to make it accessible during targeting. Malicious software can include payloads, droppers, post-compromise tools, backdoors, and a variety of other malicious content. Adversaries may upload malware to support their operations, such as making a payload available to a victim network to enable [Ingress Tool Transfer](https://attack.mitre.org/techniques/T1105) by placing it on an Internet accessible web server.", "metadata": {"technique_id": "T1608.001", "technique_name": "Upload Malware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Commonly Used Port (T1043)?", "input": "Linux\nmacOS\nWindows", "output": "**This technique has been deprecated. Please use [Non-Standard Port](https://attack.mitre.org/techniques/T1571) where appropriate.**", "metadata": {"technique_id": "T1043", "technique_name": "Commonly Used Port", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LSASS Driver (T1177). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe Windows security subsystem is a set of components that manage and enforce the security policy for a computer or domain. The Local Security Authority (LSA) is the main component responsible for local security policy and user authentication. The LSA includes multiple dynamic link libraries (DLLs) associated with various other security functions, all of which run in the context of the LSA Subsystem Service (LSASS) lsass.exe process. (Citation: Microsoft Security Subsystem)", "metadata": {"technique_id": "T1177", "technique_name": "LSASS Driver", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Credentials from Web Browsers (T1555.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may acquire credentials from web browsers by reading files specific to the target browser.(Citation: Talos Olympic Destroyer 2018) Web browsers commonly save credentials such as website usernames and passwords so that they do not need to be entered manually in the future. Web browsers typically store the credentials in an encrypted format within a credential store; however, methods exist to extract plaintext credentials from web browsers.", "metadata": {"technique_id": "T1555.003", "technique_name": "Credentials from Web Browsers", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique XDG Autostart Entries (T1547.013). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may add or modify XDG Autostart Entries to execute malicious programs or commands when a user’s desktop environment is loaded at login. XDG Autostart entries are available for any XDG-compliant Linux system. XDG Autostart entries use Desktop Entry files (`.desktop`) to configure the user’s desktop environment upon user login. These configuration files determine what applications launch upon user login, define associated applications to open specific file types, and define applications used to open removable media.(Citation: Free Desktop Application Autostart Feb 2006)(Citation: Free Desktop Entry Keys)", "metadata": {"technique_id": "T1547.013", "technique_name": "XDG Autostart Entries", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Cron (T1053.003)?", "input": "Linux\nmacOS\nESXi", "output": "Adversaries may abuse the cron utility to perform task scheduling for initial or recurring execution of malicious code.(Citation: 20 macOS Common Tools and Techniques) The cron utility is a time-based job scheduler for Unix-like operating systems. The crontab file contains the schedule of cron entries to be run and the specified times for execution. Any crontab files are stored in operating system-specific file paths.", "metadata": {"technique_id": "T1053.003", "technique_name": "Cron", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Proxy (T1090). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use a connection proxy to direct network traffic between systems or act as an intermediary for network communications to a command and control server to avoid direct connections to their infrastructure. 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 Micro APT Attack Tools) Adversaries use these types of proxies to manage command and control communications, reduce the number of simultaneous outbound network connections, provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion. Adversaries may chain together multiple proxies to further disguise the source of malicious traffic.", "metadata": {"technique_id": "T1090", "technique_name": "Proxy", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Run Virtual Instance (T1564.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may carry out malicious operations using a virtual instance to avoid detection. A wide variety of virtualization technologies exist that allow for the emulation of a computer or computing environment. By running malicious code inside of a virtual instance, adversaries can hide artifacts associated with their behavior from security tools that are unable to monitor activity inside the virtual instance.(Citation: CyberCX Akira Ransomware) Additionally, depending on the virtual networking implementation (ex: bridged adapter), network traffic generated by the virtual instance can be difficult to trace back to the compromised host as the IP address and hostname might not match known values.(Citation: SingHealth Breach Jan 2019)", "metadata": {"technique_id": "T1564.006", "technique_name": "Run Virtual Instance", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data Obfuscation (T1001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may obfuscate command and control traffic to make it more difficult to detect.(Citation: Bitdefender FunnyDream Campaign November 2020) Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, or impersonating legitimate protocols.", "metadata": {"technique_id": "T1001", "technique_name": "Data Obfuscation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Registry Run Keys / Startup Folder (T1547.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may achieve persistence by adding a program to a startup folder or referencing it with a Registry run key. Adding an entry to the \"run keys\" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.(Citation: Microsoft Run Key) These programs will be executed under the context of the user and will have the account's associated permissions level.", "metadata": {"technique_id": "T1547.001", "technique_name": "Registry Run Keys / Startup Folder", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique InstallUtil (T1218.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. 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) The InstallUtil binary may also be digitally signed by Microsoft and located in the .NET directories on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe and C:\\Windows\\Microsoft.NET\\Framework64\\v\\InstallUtil.exe.", "metadata": {"technique_id": "T1218.004", "technique_name": "InstallUtil", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Shortcut Modification (T1023). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nShortcuts or symbolic links are ways of referencing other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process. Adversaries could use shortcuts to execute their tools for persistence. They may create a new shortcut as a means of indirection that may use [Masquerading](https://attack.mitre.org/techniques/T1036) to look like a legitimate program. Adversaries could also edit the target path or entirely replace an existing shortcut so their tools will be executed instead of the intended legitimate program.", "metadata": {"technique_id": "T1023", "technique_name": "Shortcut Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Digital Certificates (T1588.004)?", "input": "PRE", "output": "Adversaries may buy and/or steal SSL/TLS certificates that can be used during targeting. SSL/TLS certificates are designed to instill trust. They include information about the key, information about its owner's identity, and the digital signature of an entity that has verified the certificate's contents are correct. If the signature is valid, and the person examining the certificate trusts the signer, then they know they can use that key to communicate with its owner.", "metadata": {"technique_id": "T1588.004", "technique_name": "Digital Certificates", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Resource Forking (T1564.009). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse resource forks to hide malicious code or executables to evade detection and bypass security applications. A resource fork provides applications a structured way to store resources such as thumbnail images, menu definitions, icons, dialog boxes, and code.(Citation: macOS Hierarchical File System Overview) Usage of a resource fork is identifiable when displaying a file’s extended attributes, using ls -l@ or xattr -l commands. Resource forks have been deprecated and replaced with the application bundle structure. Non-localized resources are placed at the top level directory of an application bundle, while localized resources are placed in the /Resources folder.(Citation: Resource and Data Forks)(Citation: ELC Extended Attributes)", "metadata": {"technique_id": "T1564.009", "technique_name": "Resource Forking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Path Interception by PATH Environment Variable (T1574.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by hijacking environment variables used to load libraries. The PATH environment variable contains a list of directories (User and System) that the OS searches sequentially through in search of the binary that was called from a script or the command line.", "metadata": {"technique_id": "T1574.007", "technique_name": "Path Interception by PATH Environment Variable", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Setuid and Setgid (T1548.001)?", "input": "Linux\nmacOS", "output": "An adversary may abuse configurations where an application has the setuid or setgid bits set in order to get code running in a different (and possibly more privileged) user’s context. On Linux or macOS, when the setuid or setgid bits are set for an application binary, the application will run with the privileges of the owning user or group respectively.(Citation: setuid man page) Normally an application is run in the current user’s context, regardless of which user or group owns the application. However, there are instances where programs need to be executed in an elevated context to function properly, but the user running them may not have the specific required privileges.", "metadata": {"technique_id": "T1548.001", "technique_name": "Setuid and Setgid", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Services (T1569). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse system services or daemons to execute commands or programs. Adversaries can execute malicious content by interacting with or creating services either locally or remotely. Many services are set to run at boot, which can aid in achieving persistence ([Create or Modify System Process](https://attack.mitre.org/techniques/T1543)), but adversaries can also abuse services for one-time or temporary execution.", "metadata": {"technique_id": "T1569", "technique_name": "System Services", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Web Service (T1102). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use an existing, legitimate external Web service as a means for relaying data to/from a compromised system. Popular websites, cloud services, and social media acting as a mechanism for C2 may give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google, Microsoft, or Twitter, makes it easier for adversaries to hide in expected noise.(Citation: Broadcom BirdyClient Microsoft Graph API 2024) Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.", "metadata": {"technique_id": "T1102", "technique_name": "Web Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data Destruction (T1485). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources. Data destruction is likely to render stored data irrecoverable by forensic techniques through overwriting files or data on local and remote drives.(Citation: Symantec Shamoon 2012)(Citation: FireEye Shamoon Nov 2016)(Citation: Palo Alto Shamoon Nov 2016)(Citation: Kaspersky StoneDrill 2017)(Citation: Unit 42 Shamoon3 2018)(Citation: Talos Olympic Destroyer 2018) Common operating system file deletion commands such as del and rm often only remove pointers to files without wiping the contents of the files themselves, making the files recoverable by proper forensic methodology. This behavior is distinct from [Disk Content Wipe](https://attack.mitre.org/techniques/T1561/001) and [Disk Structure Wipe](https://attack.mitre.org/techniques/T1561/002) because individual files are destroyed rather than sections of a storage disk or the disk's logical structure.", "metadata": {"technique_id": "T1485", "technique_name": "Data Destruction", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique NTFS File Attributes (T1564.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 entries are file attributes, (Citation: Microsoft NTFS File Attributes Aug 2010) such as Extended Attributes (EA) and Data [known as Alternate Data Streams (ADSs) when more than one Data attribute is present], that can be used to store arbitrary data (and even complete files). (Citation: SpectorOps Host-Based Jul 2017) (Citation: Microsoft File Streams) (Citation: MalwareBytes ADS July 2015) (Citation: Microsoft ADS Mar 2014)", "metadata": {"technique_id": "T1564.004", "technique_name": "NTFS File Attributes", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Clipboard Data (T1115)?", "input": "Linux\nWindows\nmacOS", "output": "Adversaries may collect data stored in the clipboard from users copying information within or between applications.", "metadata": {"technique_id": "T1115", "technique_name": "Clipboard Data", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Valid Accounts (T1078). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices\nOffice Suite\nIdentity Provider\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Compromised credentials may be used to bypass access controls placed on various resources on systems within the network and may even be used for persistent access to remote systems and externally available services, such as VPNs, Outlook Web Access, network devices, and remote desktop.(Citation: volexity_0day_sophos_FW) Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence.", "metadata": {"technique_id": "T1078", "technique_name": "Valid Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Print Processors (T1547.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse print processors to run malicious DLLs during system boot for persistence and/or privilege escalation. Print processors are DLLs that are loaded by the print spooler service, `spoolsv.exe`, during boot.(Citation: Microsoft Intro Print Processors)", "metadata": {"technique_id": "T1547.012", "technique_name": "Print Processors", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Ignore Process Interrupts (T1564.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may evade defensive mechanisms by executing commands that hide from process interrupt signals. Many operating systems use signals to deliver messages to control process behavior. Command interpreters often include specific commands/flags that ignore errors and other hangups, such as when the user of the active session logs off.(Citation: Linux Signal Man) These interrupt signals may also be used by defensive tools and/or analysts to pause or terminate specified running processes.", "metadata": {"technique_id": "T1564.011", "technique_name": "Ignore Process Interrupts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Ptrace System Calls (T1055.008)?", "input": "Linux", "output": "Adversaries may inject malicious code into processes via ptrace (process trace) system calls in order to evade process-based defenses as well as possibly elevate privileges. Ptrace system call injection is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.008", "technique_name": "Ptrace System Calls", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Process Hollowing (T1055.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may inject malicious code into suspended and hollowed processes in order to evade process-based defenses. Process hollowing is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.012", "technique_name": "Process Hollowing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Forge Web Credentials (T1606). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nWindows\nmacOS\nLinux\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may forge credential materials 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 session cookies, tokens, or other materials to authenticate and authorize user access.", "metadata": {"technique_id": "T1606", "technique_name": "Forge Web Credentials", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Steal Application Access Token (T1528). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nContainers\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.", "metadata": {"technique_id": "T1528", "technique_name": "Steal Application Access Token", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Software Discovery (T1518)?", "input": "Windows\nIaaS\nLinux\nmacOS\nESXi", "output": "Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment. Adversaries may use the information from [Software Discovery](https://attack.mitre.org/techniques/T1518) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.", "metadata": {"technique_id": "T1518", "technique_name": "Software Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Kerberoasting (T1558.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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)", "metadata": {"technique_id": "T1558.003", "technique_name": "Kerberoasting", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Code Signing Certificates (T1587.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create self-signed code signing certificates that can be used during targeting. Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted. Code signing provides a level of authenticity for a program from the developer and a guarantee that the program has not been tampered with.(Citation: Wikipedia Code Signing) Users and/or security tools may trust a signed piece of code more than an unsigned piece of code even if they don't know who issued the certificate or who the author is.", "metadata": {"technique_id": "T1587.002", "technique_name": "Code Signing Certificates", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Local Job Scheduling (T1168). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nOn Linux and macOS systems, multiple methods are supported for creating pre-scheduled and periodic background jobs: cron, (Citation: Die.net Linux crontab Man Page) at, (Citation: Die.net Linux at Man Page) and launchd. (Citation: AppleDocs Scheduling Timed Jobs) Unlike [Scheduled Task/Job](https://attack.mitre.org/techniques/T1053) on Windows systems, job scheduling on Linux-based systems cannot be done remotely unless used in conjunction within an established remote session, like secure shell (SSH).", "metadata": {"technique_id": "T1168", "technique_name": "Local Job Scheduling", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Protocol Tunneling (T1572). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may tunnel network communications to and from a victim system within a separate protocol to avoid detection/network filtering and/or enable access to otherwise unreachable systems. Tunneling involves explicitly encapsulating a protocol within another. This behavior may conceal malicious traffic by blending in with existing traffic and/or provide an outer layer of encryption (similar to a VPN). Tunneling could also enable routing of network packets that would otherwise not reach their intended destination, such as SMB, RDP, or other traffic that would be filtered by network appliances or not routed over the Internet.", "metadata": {"technique_id": "T1572", "technique_name": "Protocol Tunneling", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique ROMMONkit (T1542.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse the ROM Monitor (ROMMON) by loading an unauthorized firmware with adversary code to provide persistent access and manipulate device behavior that is difficult to detect. (Citation: Cisco Synful Knock Evolution)(Citation: Cisco Blog Legacy Device Attacks)", "metadata": {"technique_id": "T1542.004", "technique_name": "ROMMONkit", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Extra Window Memory Injection (T1055.011)?", "input": "Windows", "output": "Adversaries may inject malicious code into process via Extra Window Memory (EWM) in order to evade process-based defenses as well as possibly elevate privileges. EWM injection is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.011", "technique_name": "Extra Window Memory Injection", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 Bluetooth (T1011.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to exfiltrate data over Bluetooth rather than the command and control channel. If the command and control network is a wired Internet connection, an adversary may opt to exfiltrate data using a Bluetooth communication channel.", "metadata": {"technique_id": "T1011.001", "technique_name": "Exfiltration Over Bluetooth", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Traffic Duplication (T1020.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage traffic mirroring in order to automate data exfiltration over compromised infrastructure. Traffic mirroring is a native feature for some devices, often used for network analysis. For example, devices may be configured to forward network traffic to one or more destinations for analysis by a network analyzer or other monitoring device. (Citation: Cisco Traffic Mirroring)(Citation: Juniper Traffic Mirroring)", "metadata": {"technique_id": "T1020.001", "technique_name": "Traffic Duplication", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Masquerading (T1036). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nContainers\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names.", "metadata": {"technique_id": "T1036", "technique_name": "Masquerading", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Parent PID Spoofing (T1134.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may spoof the parent process identifier (PPID) of a new process to evade process-monitoring defenses or to elevate privileges. New processes are typically spawned directly from their parent, or calling, process unless explicitly specified. One way of explicitly assigning the PPID of a new process is via the CreateProcess API call, which supports a parameter that defines the PPID to use.(Citation: DidierStevens SelectMyParent Nov 2009) This functionality is used by Windows features such as User Account Control (UAC) to correctly set the PPID after a requested elevated process is spawned by SYSTEM (typically via svchost.exe or consent.exe) rather than the current user context.(Citation: Microsoft UAC Nov 2018)", "metadata": {"technique_id": "T1134.004", "technique_name": "Parent PID Spoofing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disable or Modify System Firewall (T1562.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nNetwork Devices\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may disable or modify system firewalls in order to bypass controls limiting network usage. Changes could be disabling the entire mechanism as well as adding, deleting, or modifying particular rules. This can be done numerous ways depending on the operating system, including via command-line, editing Windows Registry keys, and Windows Control Panel.", "metadata": {"technique_id": "T1562.004", "technique_name": "Disable or Modify System Firewall", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique COR_PROFILER (T1574.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 Language Runtime (CLR). These profilers are designed to monitor, troubleshoot, and debug managed code executed by the .NET CLR.(Citation: Microsoft Profiling Mar 2017)(Citation: Microsoft COR_PROFILER Feb 2013)", "metadata": {"technique_id": "T1574.012", "technique_name": "COR_PROFILER", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Clear Windows Event Logs (T1070.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may clear Windows Event Logs to hide the activity of an intrusion. Windows Event Logs are a record of a computer's alerts and notifications. There are three system-defined sources of events: System, Application, and Security, with five event types: Error, Warning, Information, Success Audit, and Failure Audit.", "metadata": {"technique_id": "T1070.001", "technique_name": "Clear Windows Event Logs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Unix Shell Configuration Modification (T1546.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence through executing malicious commands triggered by a user’s shell. User [Unix Shell](https://attack.mitre.org/techniques/T1059/004)s execute several configuration scripts at different points throughout the session based on events. For example, when a user opens a command-line interface or remotely logs in (such as via SSH) a login shell is initiated. The login shell executes scripts from the system (/etc) and the user’s home directory (~/) to configure the environment. All login shells on a system use /etc/profile when initiated. These configuration scripts run at the permission level of their directory and are often used to set environment variables, create aliases, and customize the user’s environment. When the shell exits or terminates, additional shell scripts are executed to ensure the shell exits appropriately.", "metadata": {"technique_id": "T1546.004", "technique_name": "Unix Shell Configuration Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Default Accounts (T1078.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices\nOffice Suite\nIdentity Provider\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Default accounts are those that are built-into an OS, such as the Guest or Administrator accounts on Windows systems. Default accounts also include default factory/provider set accounts on other types of systems, software, or devices, including the root user account in AWS, the root user account in ESXi, and the default service account in Kubernetes.(Citation: Microsoft Local Accounts Feb 2019)(Citation: AWS Root User)(Citation: Threat Matrix for Kubernetes)", "metadata": {"technique_id": "T1078.001", "technique_name": "Default Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Cloud Accounts (T1586.003)?", "input": "PRE", "output": "Adversaries may compromise cloud accounts that can be used during targeting. Adversaries can use compromised cloud accounts to further their operations, including leveraging cloud storage services such as Dropbox, Microsoft OneDrive, or AWS S3 buckets for [Exfiltration to Cloud Storage](https://attack.mitre.org/techniques/T1567/002) or to [Upload Tool](https://attack.mitre.org/techniques/T1608/002)s. Cloud accounts can also be used in the acquisition of infrastructure, such as [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003)s or [Serverless](https://attack.mitre.org/techniques/T1583/007) infrastructure. Additionally, cloud-based messaging services such as Twilio, SendGrid, AWS End User Messaging, AWS SNS (Simple Notification Service), or AWS SES (Simple Email Service) may be leveraged for spam or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Palo Alto Unit 42 Compromised Cloud Compute Credentials 2022)(Citation: Netcraft SendGrid 2024) Compromising cloud accounts may allow adversaries to develop sophisticated capabilities without managing their own servers.(Citation: Awake Security C2 Cloud)", "metadata": {"technique_id": "T1586.003", "technique_name": "Cloud Accounts", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disk Structure Wipe (T1487). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may corrupt or wipe the disk data structures on hard drive necessary to boot systems; targeting specific critical systems as well as a large number of systems in a network to interrupt availability to system and network resources.", "metadata": {"technique_id": "T1487", "technique_name": "Disk Structure Wipe", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Malware (T1587.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may develop malware and malware components that can be used during targeting. Building malicious software can include the development of payloads, droppers, post-compromise tools, backdoors (including backdoored images), packers, C2 protocols, and the creation of infected removable media. Adversaries may develop malware to support their operations, creating a means for maintaining control of remote machines, evading defenses, and executing post-compromise behaviors.(Citation: Mandiant APT1)(Citation: Kaspersky Sofacy)(Citation: ActiveMalwareEnergy)(Citation: FBI Flash FIN7 USB)", "metadata": {"technique_id": "T1587.001", "technique_name": "Malware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Impair Defenses (T1562). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices\nIdentity Provider\nOffice Suite\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may maliciously modify components of a victim environment in order to hinder or disable defensive mechanisms. This not only involves impairing preventative defenses, such as firewalls and anti-virus, but also detection capabilities that defenders can use to audit activity and identify malicious behavior. This may also span both native defenses as well as supplemental capabilities installed by users and administrators.", "metadata": {"technique_id": "T1562", "technique_name": "Impair Defenses", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Ingress Tool Transfer (T1105)?", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protocols such as [ftp](https://attack.mitre.org/software/S0095). Once present, adversaries may also transfer/spread tools between victim devices within a compromised environment (i.e. [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570)).", "metadata": {"technique_id": "T1105", "technique_name": "Ingress Tool Transfer", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Invalid Code Signature (T1036.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to mimic features of valid code signatures to increase the chance of deceiving a user, analyst, or tool. Code signing provides a level of authenticity on a binary from the developer and a guarantee that the binary has not been tampered with. Adversaries can copy the metadata and signature information from a signed program, then use it as a template for an unsigned program. Files with invalid code signatures will fail digital signature validation checks, but they may appear more legitimate to users and security tools may improperly handle these files.(Citation: Threatexpress MetaTwin 2017)", "metadata": {"technique_id": "T1036.001", "technique_name": "Invalid Code Signature", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Indicator Blocking (T1054)?", "input": "Windows", "output": "An adversary may attempt to block indicators or events typically captured by sensors from being gathered and analyzed. This could include maliciously redirecting (Citation: Microsoft Lamin Sept 2017) or even disabling host-based sensors, such as Event Tracing for Windows (ETW),(Citation: Microsoft About Event Tracing 2018) by tampering settings that control the collection and flow of event telemetry. (Citation: Medium Event Tracing Tampering 2018) These settings may be stored on the system in configuration files and/or in the Registry as well as being accessible via administrative utilities such as [PowerShell](https://attack.mitre.org/techniques/T1086) or [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047).", "metadata": {"technique_id": "T1054", "technique_name": "Indicator Blocking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Steal or Forge Authentication Certificates (T1649)?", "input": "Windows\nLinux\nmacOS\nIdentity Provider", "output": "Adversaries may steal or forge certificates used for authentication to access remote systems or resources. Digital certificates are often used to sign and encrypt messages and/or files. Certificates are also used as authentication material. For example, Entra ID device certificates and Active Directory Certificate Services (AD CS) certificates bind to an identity and can be used as credentials for domain accounts.(Citation: O365 Blog Azure AD Device IDs)(Citation: Microsoft AD CS Overview)", "metadata": {"technique_id": "T1649", "technique_name": "Steal or Forge Authentication Certificates", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique KernelCallbackTable (T1574.013). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse the KernelCallbackTable of a process to hijack its execution flow in order to run their own payloads.(Citation: Lazarus APT January 2022)(Citation: FinFisher exposed ) The KernelCallbackTable can be found in the Process Environment Block (PEB) and is initialized to an array of graphic functions available to a GUI process once user32.dll is loaded.(Citation: Windows Process Injection KernelCallbackTable)", "metadata": {"technique_id": "T1574.013", "technique_name": "KernelCallbackTable", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Image File Execution Options Injection (T1546.012)?", "input": "Windows", "output": "Adversaries may establish persistence and/or elevate privileges by executing malicious content triggered by Image File Execution Options (IFEO) debuggers. IFEOs 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: Microsoft Dev Blog IFEO Mar 2010)", "metadata": {"technique_id": "T1546.012", "technique_name": "Image File Execution Options Injection", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique PowerShell (T1059.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse PowerShell commands and scripts for execution. PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.(Citation: TechNet PowerShell) Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer (though administrator permissions are required to use PowerShell to connect to remote systems).", "metadata": {"technique_id": "T1059.001", "technique_name": "PowerShell", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Pass the Ticket (T1097). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nPass the ticket (PtT) is a method of authenticating to a system using Kerberos tickets without having access to an account's password. Kerberos authentication can be used as the first step to lateral movement to a remote system.", "metadata": {"technique_id": "T1097", "technique_name": "Pass the Ticket", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Malware (T1588.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may buy, steal, or download malware that can be used during targeting. Malicious software can include payloads, droppers, post-compromise tools, backdoors, packers, and C2 protocols. Adversaries may acquire malware to support their operations, obtaining a means for maintaining control of remote machines, evading defenses, and executing post-compromise behaviors.", "metadata": {"technique_id": "T1588.001", "technique_name": "Malware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Botnet (T1583.005)?", "input": "PRE", "output": "Adversaries may buy, lease, or rent a network of compromised systems that can be used during targeting. A botnet is a network of compromised systems that can be instructed to perform coordinated tasks.(Citation: Norton Botnet) Adversaries may purchase a subscription to use an existing botnet from a booter/stresser service.", "metadata": {"technique_id": "T1583.005", "technique_name": "Botnet", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Implant Internal Image (T1525)?", "input": "IaaS\nContainers", "output": "Adversaries may implant cloud or container images with malicious code to establish persistence after gaining access to an environment. Amazon Web Services (AWS) Amazon Machine Images (AMIs), Google Cloud Platform (GCP) Images, and Azure Images as well as popular container runtimes such as Docker can be implanted or backdoored. Unlike [Upload Malware](https://attack.mitre.org/techniques/T1608/001), this technique focuses on adversaries implanting an image in a registry within a victim’s environment. Depending on how the infrastructure is provisioned, this could provide persistent access if the infrastructure provisioning tool is instructed to always use the latest image.(Citation: Rhino Labs Cloud Image Backdoor Technique Sept 2019)", "metadata": {"technique_id": "T1525", "technique_name": "Implant Internal Image", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Create Process with Token (T1134.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create a new process with an existing token to escalate privileges and bypass access controls. Processes can be created with the token and resulting security context of another user using features such as CreateProcessWithTokenW and runas.(Citation: Microsoft RunAs)", "metadata": {"technique_id": "T1134.002", "technique_name": "Create Process with Token", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Account Access Removal (T1531). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIaaS\nOffice Suite\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users. Accounts may be deleted, locked, or manipulated (ex: changed credentials) to remove access to accounts. Adversaries may also subsequently log off and/or perform a [System Shutdown/Reboot](https://attack.mitre.org/techniques/T1529) to set malicious changes into place.(Citation: CarbonBlack LockerGoga 2019)(Citation: Unit42 LockerGoga 2019)", "metadata": {"technique_id": "T1531", "technique_name": "Account Access Removal", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique vSphere Installation Bundles (T1505.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "ESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse vSphere Installation Bundles (VIBs) to establish persistent access to ESXi hypervisors. VIBs are collections of files used for software distribution and virtual system management in VMware environments. Since ESXi uses an in-memory filesystem where changes made to most files are stored in RAM rather than in persistent storage, these modifications are lost after a reboot. However, VIBs can be used to create startup tasks, apply custom firewall rules, or deploy binaries that persist across reboots. Typically, administrators use VIBs for updates and system maintenance.", "metadata": {"technique_id": "T1505.006", "technique_name": "vSphere Installation Bundles", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data from Cloud Storage (T1530). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may access data from cloud storage.", "metadata": {"technique_id": "T1530", "technique_name": "Data from Cloud Storage", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Accessibility Features (T1546.008)?", "input": "Windows", "output": "Adversaries may establish persistence and/or elevate privileges by executing malicious content triggered by accessibility features. Windows contains accessibility features that may be launched with a key combination before a user has logged in (ex: 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.", "metadata": {"technique_id": "T1546.008", "technique_name": "Accessibility Features", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Shared Modules (T1129). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute malicious payloads via loading shared modules. Shared modules are executable files that are loaded into processes to provide access to reusable code, such as specific custom functions or invoking OS API functions (i.e., [Native API](https://attack.mitre.org/techniques/T1106)).", "metadata": {"technique_id": "T1129", "technique_name": "Shared Modules", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Wi-Fi Networks (T1669)?", "input": "Linux\nNetwork Devices\nWindows\nmacOS", "output": "Adversaries may gain initial access to target systems by connecting to wireless networks. They may accomplish this by exploiting open Wi-Fi networks used by target devices or by accessing secured Wi-Fi networks — requiring [Valid Accounts](https://attack.mitre.org/techniques/T1078) — belonging to a target organization.(Citation: DOJ GRU Charges 2018)(Citation: Nearest Neighbor Volexity) Establishing a connection to a Wi-Fi access point requires a certain level of proximity to both discover and maintain a stable network connection.", "metadata": {"technique_id": "T1669", "technique_name": "Wi-Fi Networks", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Web Shell (T1100)?", "input": "Linux\nWindows\nmacOS", "output": "A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to use the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server. In addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (see, for example, China Chopper Web shell client). (Citation: Lee 2013)", "metadata": {"technique_id": "T1100", "technique_name": "Web Shell", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 Files (T1081). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search local file systems and remote file shares for files containing passwords. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.", "metadata": {"technique_id": "T1081", "technique_name": "Credentials in Files", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Network Configuration Discovery (T1016). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of systems they access or through information discovery of remote systems. Several operating system administration utilities exist that can be used to gather this information. Examples include [Arp](https://attack.mitre.org/software/S0099), [ipconfig](https://attack.mitre.org/software/S0100)/[ifconfig](https://attack.mitre.org/software/S0101), [nbtstat](https://attack.mitre.org/software/S0102), and [route](https://attack.mitre.org/software/S0103).", "metadata": {"technique_id": "T1016", "technique_name": "System Network Configuration Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DLL Side-Loading (T1574.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by side-loading DLLs. Similar to [DLL](https://attack.mitre.org/techniques/T1574/001), side-loading involves hijacking which DLL a program loads. But rather than just planting the DLL within the search order of a program then waiting for the victim application to be invoked, adversaries may directly side-load their payloads by planting then invoking a legitimate application that executes their payload(s).", "metadata": {"technique_id": "T1574.002", "technique_name": "DLL Side-Loading", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Adversary-in-the-Middle (T1557). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002), or replay attacks ([Exploitation for Credential Access](https://attack.mitre.org/techniques/T1212)). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.(Citation: Rapid7 MiTM Basics)", "metadata": {"technique_id": "T1557", "technique_name": "Adversary-in-the-Middle", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Resource Hijacking (T1496)?", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers\nSaaS", "output": "Adversaries may leverage the resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability.", "metadata": {"technique_id": "T1496", "technique_name": "Resource Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Language Discovery (T1614.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to gather information about the system language of a victim in order to infer the geographical location of that host. This information may be used to shape follow-on behaviors, including whether the adversary infects the target and/or attempts specific actions. This decision may be employed by malware developers and operators to reduce their risk of attracting the attention of specific law enforcement agencies or prosecution/scrutiny from other entities.(Citation: Malware System Language Check)", "metadata": {"technique_id": "T1614.001", "technique_name": "System Language Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Silver Ticket (T1558.002)?", "input": "Windows", "output": "Adversaries who have the password hash of a target service account (e.g. SharePoint, MSSQL) may forge Kerberos ticket granting service (TGS) tickets, also known as silver tickets. Kerberos TGS tickets are also known as service tickets.(Citation: ADSecurity Silver Tickets)", "metadata": {"technique_id": "T1558.002", "technique_name": "Silver Ticket", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Social Media Accounts (T1585.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create and cultivate social media accounts that can be used during targeting. Adversaries can create social media accounts that can be used to build a persona to further operations. Persona development consists of the development of public information, presence, history and appropriate affiliations.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)", "metadata": {"technique_id": "T1585.001", "technique_name": "Social Media Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Thread Execution Hijacking (T1055.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may inject malicious code into hijacked processes in order to evade process-based defenses as well as possibly elevate privileges. Thread Execution Hijacking is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.003", "technique_name": "Thread Execution Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Conditional Access Policies (T1556.009). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may disable or modify conditional access policies to enable persistent access to compromised accounts. Conditional access policies are additional verifications used by identity providers and identity and access management systems to determine whether a user should be granted access to a resource.", "metadata": {"technique_id": "T1556.009", "technique_name": "Conditional Access Policies", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique SNMP (MIB Dump) (T1602.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may target the Management Information Base (MIB) to collect and/or mine valuable information in a network managed using Simple Network Management Protocol (SNMP).", "metadata": {"technique_id": "T1602.001", "technique_name": "SNMP (MIB Dump)", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Windows Credential Manager (T1555.004)?", "input": "Windows", "output": "Adversaries may acquire credentials from the Windows Credential Manager. The Credential Manager stores credentials for signing into websites, applications, and/or devices that request authentication through NTLM or Kerberos in Credential Lockers (previously known as Windows Vaults).(Citation: Microsoft Credential Manager store)(Citation: Microsoft Credential Locker)", "metadata": {"technique_id": "T1555.004", "technique_name": "Windows Credential Manager", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique LC_LOAD_DYLIB Addition (T1161)?", "input": "macOS", "output": "Mach-O binaries have a series of headers that are used to perform certain operations when a binary is loaded. The LC_LOAD_DYLIB header in a Mach-O binary tells macOS and OS X which dynamic libraries (dylibs) to load during execution time. These can be added ad-hoc to the compiled binary as long adjustments are made to the rest of the fields and dependencies (Citation: Writing Bad Malware for OSX). There are tools available to perform these changes. Any changes will invalidate digital signatures on binaries because the binary is being modified. Adversaries can remediate this issue by simply removing the LC_CODE_SIGNATURE command from the binary so that the signature isn’t checked at load time (Citation: Malware Persistence on OS X).", "metadata": {"technique_id": "T1161", "technique_name": "LC_LOAD_DYLIB Addition", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Administration Command (T1651). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse cloud management services to execute commands within virtual machines. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine agents. (Citation: AWS Systems Manager Run Command)(Citation: Microsoft Run Command)", "metadata": {"technique_id": "T1651", "technique_name": "Cloud Administration Command", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DNS (T1590.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's DNS that can be used during targeting. DNS information may include a variety of details, including registered name servers as well as records that outline addressing for a target’s subdomains, mail servers, and other hosts. DNS MX, TXT, and SPF records may also reveal the use of third party cloud and SaaS providers, such as Office 365, G Suite, Salesforce, or Zendesk.(Citation: Sean Metcalf Twitter DNS Records)", "metadata": {"technique_id": "T1590.002", "technique_name": "DNS", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Component Object Model Hijacking (T1546.015). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence by executing malicious content triggered by hijacked references to Component Object Model (COM) objects. COM is a system within Windows to enable interaction between software components through the operating system.(Citation: Microsoft Component Object Model) References to various COM objects are stored in the Registry.", "metadata": {"technique_id": "T1546.015", "technique_name": "Component Object Model Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique System Firmware (T1542.001)?", "input": "Windows\nNetwork Devices", "output": "Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer.(Citation: Wikipedia BIOS)(Citation: Wikipedia UEFI)(Citation: About UEFI)", "metadata": {"technique_id": "T1542.001", "technique_name": "System Firmware", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Power Settings (T1653). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may impair a system's ability to hibernate, reboot, or shut down in order to extend access to infected machines. When a computer enters a dormant state, some or all software and hardware may cease to operate which can disrupt malicious activity.(Citation: Sleep, shut down, hibernate)", "metadata": {"technique_id": "T1653", "technique_name": "Power Settings", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Office Test (T1137.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse the Microsoft Office \"Office Test\" Registry key to obtain persistence on a compromised system. An Office Test Registry location exists that allows a user to specify an arbitrary DLL that will be executed every time an Office application is started. This Registry key is thought to be used by Microsoft to load DLLs for testing and debugging purposes while developing Office applications. This Registry key is not created by default during an Office installation.(Citation: Hexacorn Office Test)(Citation: Palo Alto Office Test Sofacy)", "metadata": {"technique_id": "T1137.002", "technique_name": "Office Test", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique File and Directory Permissions Modification (T1222). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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, or users with the appropriate permissions. File and directory ACL implementations vary by platform, but generally explicitly designate which users or groups can perform which actions (read, write, execute, etc.).", "metadata": {"technique_id": "T1222", "technique_name": "File and Directory Permissions Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Deploy Container (T1610). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Containers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may deploy a container into an environment to facilitate execution or evade defenses. In some cases, adversaries may deploy a new container to execute processes associated with a particular image or deployment, such as processes that execute or download malware. In others, an adversary may deploy a new container configured without network rules, user limitations, etc. to bypass existing defenses within the environment. In Kubernetes environments, an adversary may attempt to deploy a privileged or vulnerable container into a specific node in order to [Escape to Host](https://attack.mitre.org/techniques/T1611) and access other containers running on the node. (Citation: AppSecco Kubernetes Namespace Breakout 2020)", "metadata": {"technique_id": "T1610", "technique_name": "Deploy Container", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 Files (T1552.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search local file systems and remote file shares for files containing insecurely stored credentials. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.", "metadata": {"technique_id": "T1552.001", "technique_name": "Credentials In Files", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exploitation of Remote Services (T1210). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network. Exploitation of a software 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. A common goal for post-compromise exploitation of remote services is for lateral movement to enable access to a remote system.", "metadata": {"technique_id": "T1210", "technique_name": "Exploitation of Remote Services", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Pass the Ticket (T1550.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may “pass the ticket” using stolen Kerberos tickets to move laterally within an environment, bypassing normal system access controls. Pass the ticket (PtT) is a method of authenticating to a system using Kerberos tickets without having access to an account's password. Kerberos authentication can be used as the first step to lateral movement to a remote system.", "metadata": {"technique_id": "T1550.003", "technique_name": "Pass the Ticket", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Malicious Copy and Paste (T1204.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may rely upon a user copying and pasting code in order to gain execution. Users may be subjected to social engineering to get them to copy and paste code directly into a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059).", "metadata": {"technique_id": "T1204.004", "technique_name": "Malicious Copy and Paste", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Supply Chain Compromise (T1195). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may manipulate products or product delivery mechanisms prior to receipt by a final consumer for the purpose of data or system compromise.", "metadata": {"technique_id": "T1195", "technique_name": "Supply Chain Compromise", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Outlook Rules (T1137.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse Microsoft Outlook rules to obtain persistence on a compromised system. Outlook rules allow a user to define automated behavior to manage email messages. A benign rule might, for example, automatically move an email to a particular folder in Outlook if it contains specific words from a specific sender. Malicious Outlook rules can be created that can trigger code execution when an adversary sends a specifically crafted email to that user.(Citation: SilentBreak Outlook Rules)", "metadata": {"technique_id": "T1137.005", "technique_name": "Outlook Rules", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Address Translation Traversal (T1599.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may bridge network boundaries by modifying a network device’s Network Address Translation (NAT) configuration. Malicious modifications to NAT may enable an adversary to bypass restrictions on traffic routing that otherwise separate trusted and untrusted networks.", "metadata": {"technique_id": "T1599.001", "technique_name": "Network Address Translation Traversal", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Security Account Manager (T1003.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to extract credential material from the Security Account Manager (SAM) database either through in-memory techniques or through the Windows Registry where the SAM database is stored. The SAM is a database file that contains local accounts for the host, typically those found with the net user command. Enumerating the SAM database requires SYSTEM level access.", "metadata": {"technique_id": "T1003.002", "technique_name": "Security Account Manager", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DHCP Spoofing (T1557.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may redirect network traffic to adversary-owned systems by spoofing Dynamic Host Configuration Protocol (DHCP) traffic and acting as a malicious DHCP server on the victim network. By achieving the adversary-in-the-middle (AiTM) position, adversaries may collect network communications, including passed credentials, especially those sent over insecure, unencrypted protocols. This may also enable follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040) or [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002).", "metadata": {"technique_id": "T1557.003", "technique_name": "DHCP Spoofing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Acquire Access (T1650). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may purchase or otherwise acquire an existing access to a target system or network. A variety of online services and initial access broker networks are available to sell access to previously compromised systems.(Citation: Microsoft Ransomware as a Service)(Citation: CrowdStrike Access Brokers)(Citation: Krebs Access Brokers Fortune 500) In some cases, adversary groups may form partnerships to share compromised systems with each other.(Citation: CISA Karakurt 2022)", "metadata": {"technique_id": "T1650", "technique_name": "Acquire Access", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Component Object Model (T1559.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use the Windows Component Object Model (COM) for local code execution. COM is an inter-process communication (IPC) component of the native Windows application programming interface (API) that enables interaction between software objects, or executable code that implements one or more interfaces.(Citation: Fireeye Hunting COM June 2019) Through COM, a client object can call methods of server objects, which are typically binary Dynamic Link Libraries (DLL) or executables (EXE).(Citation: Microsoft COM) Remote COM execution is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) (DCOM).(Citation: Fireeye Hunting COM June 2019)", "metadata": {"technique_id": "T1559.001", "technique_name": "Component Object Model", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Container and Resource Discovery (T1613). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Containers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to discover containers and other resources that are available within a containers environment. Other resources may include images, deployments, pods, nodes, and other information such as the status of a cluster.", "metadata": {"technique_id": "T1613", "technique_name": "Container and Resource Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique File/Path Exclusions (T1564.012). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to hide their file-based artifacts by writing them to specific folders or file names excluded from antivirus (AV) scanning and other defensive capabilities. AV and other file-based scanners often include exclusions to optimize performance as well as ease installation and legitimate use of applications. These exclusions may be contextual (e.g., scans are only initiated in response to specific triggering events/alerts), but are also often hardcoded strings referencing specific folders and/or files assumed to be trusted and legitimate.(Citation: Microsoft File Folder Exclusions)", "metadata": {"technique_id": "T1564.012", "technique_name": "File/Path Exclusions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique DNS Calculation (T1568.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may perform calculations on addresses returned in DNS results to determine which port and IP address to use for command and control, rather than relying on a predetermined port number or the actual returned IP address. A IP and/or port number calculation can be used to bypass egress filtering on a C2 channel.(Citation: Meyers Numbered Panda)", "metadata": {"technique_id": "T1568.003", "technique_name": "DNS Calculation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Malicious File (T1204.002)?", "input": "Linux\nmacOS\nWindows", "output": "An adversary may rely upon a user opening a malicious file in order to gain execution. Users may be subjected to social engineering to get them to open a file that will lead to code execution. This user action will typically be observed as follow-on behavior from [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001). Adversaries may use several types of files that require a user to execute them, including .doc, .pdf, .xls, .rtf, .scr, .exe, .lnk, .pif, .cpl, and .reg.", "metadata": {"technique_id": "T1204.002", "technique_name": "Malicious File", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Reversible Encryption (T1556.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may abuse Active Directory authentication encryption properties to gain access to credentials on Windows systems. The AllowReversiblePasswordEncryption property specifies whether reversible password encryption for an account is enabled or disabled. By default this property is disabled (instead storing user credentials as the output of one-way hashing functions) and should not be enabled unless legacy or other software require it.(Citation: store_pwd_rev_enc)", "metadata": {"technique_id": "T1556.005", "technique_name": "Reversible Encryption", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Cracking (T1110.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use password cracking to attempt to recover usable credentials, such as plaintext passwords, when credential material such as password hashes are obtained. [OS Credential Dumping](https://attack.mitre.org/techniques/T1003) can be used to obtain password hashes, this may only get an adversary so far when [Pass the Hash](https://attack.mitre.org/techniques/T1550/002) is not an option. Further, adversaries may leverage [Data from Configuration Repository](https://attack.mitre.org/techniques/T1602) in order to obtain hashed credentials for network devices.(Citation: US-CERT-TA18-106A)", "metadata": {"technique_id": "T1110.002", "technique_name": "Password Cracking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Runtime Data Manipulation (T1565.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify systems in order to manipulate the data as it is accessed and displayed to an end user, thus threatening the integrity of the data.(Citation: FireEye APT38 Oct 2018)(Citation: DOJ Lazarus Sony 2018) By manipulating runtime data, adversaries may attempt to affect a business process, organizational understanding, and decision making.", "metadata": {"technique_id": "T1565.003", "technique_name": "Runtime Data Manipulation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Standard Encoding (T1132.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may encode data with a standard data encoding system to make the content of command and control traffic more difficult to detect. Command and control (C2) information can be encoded using a standard data encoding system that adheres to existing protocol specifications. Common data encoding schemes include ASCII, Unicode, hexadecimal, Base64, and MIME.(Citation: Wikipedia Binary-to-text Encoding)(Citation: Wikipedia Character Encoding) Some data encoding systems may also result in data compression, such as gzip.", "metadata": {"technique_id": "T1132.001", "technique_name": "Standard Encoding", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hybrid Identity (T1556.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may patch, modify, or otherwise backdoor cloud authentication processes that are tied to on-premises user identities in order to bypass typical authentication mechanisms, access credentials, and enable persistent access to accounts.", "metadata": {"technique_id": "T1556.007", "technique_name": "Hybrid Identity", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 (T1550.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nIaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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.(Citation: Pass The Cookie)", "metadata": {"technique_id": "T1550.004", "technique_name": "Web Session Cookie", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Embedded Payloads (T1027.009). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nWindows\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may embed payloads within other files to conceal malicious content from defenses. Otherwise seemingly benign files (such as scripts and executables) may be abused to carry and obfuscate malicious payloads and content. In some cases, embedded payloads may also enable adversaries to [Subvert Trust Controls](https://attack.mitre.org/techniques/T1553) by not impacting execution controls such as digital signatures and notarization tickets.(Citation: Sentinel Labs)", "metadata": {"technique_id": "T1027.009", "technique_name": "Embedded Payloads", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Bidirectional Communication (T1102.002)?", "input": "Linux\nmacOS\nWindows\nESXi", "output": "Adversaries may use an existing, legitimate external Web service as a means for sending commands to and receiving output from a compromised system over the Web service channel. Compromised systems may leverage popular websites and social media to host command and control (C2) instructions. Those infected systems can then send the output from those commands back over that Web service channel. The return traffic may occur in a variety of ways, depending on the Web service being utilized. For example, the return traffic may take the form of the compromised system posting a comment on a forum, issuing a pull request to development project, updating a document hosted on a Web service, or by sending a Tweet.", "metadata": {"technique_id": "T1102.002", "technique_name": "Bidirectional Communication", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Deobfuscate/Decode Files or Information (T1140)?", "input": "ESXi\nLinux\nWindows\nmacOS", "output": "Adversaries may use [Obfuscated Files or Information](https://attack.mitre.org/techniques/T1027) to hide artifacts of an intrusion from analysis. They may require separate mechanisms to decode or deobfuscate that information depending on how they intend to use it. Methods for doing that include built-in functionality of malware or by using utilities present on the system.", "metadata": {"technique_id": "T1140", "technique_name": "Deobfuscate/Decode Files or Information", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Vulnerabilities (T1588.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may acquire information about vulnerabilities that can be used during targeting. A vulnerability is a weakness in computer hardware or software that can, potentially, be exploited by an adversary to cause unintended or unanticipated behavior to occur. Adversaries may find vulnerability information by searching open databases or gaining access to closed vulnerability databases.(Citation: National Vulnerability Database)", "metadata": {"technique_id": "T1588.006", "technique_name": "Vulnerabilities", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Time Providers (T1209). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe Windows Time service (W32Time) enables time synchronization across and within domains. (Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients. (Citation: Microsoft TimeProvider)", "metadata": {"technique_id": "T1209", "technique_name": "Time Providers", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Mail Protocols (T1071.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may communicate using application layer protocols associated with electronic mail delivery to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.", "metadata": {"technique_id": "T1071.003", "technique_name": "Mail Protocols", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Identify Roles (T1591.004)?", "input": "PRE", "output": "Adversaries may gather information about identities and roles within the victim organization that can be used during targeting. Information about business roles may reveal a variety of targetable details, including identifiable information for key personnel as well as what data/resources they have access to.", "metadata": {"technique_id": "T1591.004", "technique_name": "Identify Roles", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Drive-by Compromise (T1189). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gain access to a system through a user visiting a website over the normal course of browsing. Multiple ways of delivering exploit code to a browser exist (i.e., [Drive-by Target](https://attack.mitre.org/techniques/T1608/004)), including:", "metadata": {"technique_id": "T1189", "technique_name": "Drive-by Compromise", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Application Exhaustion Flood (T1499.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications. For example, specific features in web applications may be highly resource intensive. Repeated requests to those features may be able to exhaust system resources and deny access to the application or the server itself.(Citation: Arbor AnnualDoSreport Jan 2018)", "metadata": {"technique_id": "T1499.003", "technique_name": "Application Exhaustion Flood", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique IP Addresses (T1590.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather the victim's IP addresses that can be used during targeting. Public IP addresses may be allocated to organizations by block, or a range of sequential addresses. Information about assigned IP addresses may include a variety of details, such as which IP addresses are in use. IP addresses may also enable an adversary to derive other details about a victim, such as organizational size, physical location(s), Internet service provider, and or where/how their publicly-facing infrastructure is hosted.", "metadata": {"technique_id": "T1590.005", "technique_name": "IP Addresses", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Input Injection (T1674). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may simulate keystrokes on a victim’s computer by various means to perform any type of action on behalf of the user, such as launching the command interpreter using keyboard shortcuts, typing an inline script to be executed, or interacting directly with a GUI-based application. These actions can be preprogrammed into adversary tooling or executed through physical devices such as Human Interface Devices (HIDs).", "metadata": {"technique_id": "T1674", "technique_name": "Input Injection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Standard Cryptographic Protocol (T1032). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may explicitly employ a known encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Despite the use of a secure algorithm, these implementations may be vulnerable to reverse engineering if necessary secret keys are encoded and/or generated within malware samples/configuration files.", "metadata": {"technique_id": "T1032", "technique_name": "Standard Cryptographic Protocol", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Lifecycle-Triggered Deletion (T1485.001)?", "input": "IaaS", "output": "Adversaries may modify the lifecycle policies of a cloud storage bucket to destroy all objects stored within.", "metadata": {"technique_id": "T1485.001", "technique_name": "Lifecycle-Triggered Deletion", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Impair Command History Logging (T1562.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may impair command history logging to hide commands they run on a compromised system. Various command interpreters keep track of the commands users type in their terminal so that users can retrace what they've done.", "metadata": {"technique_id": "T1562.003", "technique_name": "Impair Command History Logging", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Multi-Stage Channels (T1104). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult.", "metadata": {"technique_id": "T1104", "technique_name": "Multi-Stage Channels", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique VBA Stomping (T1564.007)?", "input": "Linux\nWindows\nmacOS", "output": "Adversaries may hide malicious Visual Basic for Applications (VBA) payloads embedded within MS Office documents by replacing the VBA source code with benign data.(Citation: FireEye VBA stomp Feb 2020)", "metadata": {"technique_id": "T1564.007", "technique_name": "VBA Stomping", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Port Monitors (T1013). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nA port monitor can be set through the (Citation: AddMonitor) API call to set a DLL to be loaded at startup. (Citation: AddMonitor) This DLL can be located in C:\\Windows\\System32 and will be loaded by the print spooler service, spoolsv.exe, on boot. The spoolsv.exe process also runs under SYSTEM level permissions. (Citation: Bloxham) Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.", "metadata": {"technique_id": "T1013", "technique_name": "Port Monitors", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Container Service (T1543.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Containers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify container or container cluster management tools that run as daemons, agents, or services on individual hosts. These include software for creating and managing individual containers, such as Docker and Podman, as well as container cluster node-level agents such as kubelet. By modifying these services, an adversary may be able to achieve persistence or escalate their privileges on a host.", "metadata": {"technique_id": "T1543.005", "technique_name": "Container Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disable Crypto Hardware (T1600.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries disable a network device’s dedicated hardware encryption, which may enable them to leverage weaknesses in software encryption in order to reduce the effort involved in collecting, manipulating, and exfiltrating transmitted data.", "metadata": {"technique_id": "T1600.002", "technique_name": "Disable Crypto Hardware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Video Capture (T1125)?", "input": "Windows\nmacOS\nLinux", "output": "An adversary can leverage a computer's peripheral devices (e.g., integrated cameras or webcams) or applications (e.g., video call services) to capture video recordings for the purpose of gathering information. Images may also be captured from devices or applications, potentially in specified intervals, in lieu of video files.", "metadata": {"technique_id": "T1125", "technique_name": "Video Capture", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Search Victim-Owned Websites (T1594). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search websites owned by the victim for information that can be used during targeting. Victim-owned websites may contain a variety of details, including names of departments/divisions, physical locations, and data about key employees such as names, roles, and contact info (ex: [Email Addresses](https://attack.mitre.org/techniques/T1589/002)). These sites may also have details highlighting business operations and relationships.(Citation: Comparitech Leak)", "metadata": {"technique_id": "T1594", "technique_name": "Search Victim-Owned Websites", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Search Engines (T1593.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use search engines to collect information about victims that can be used during targeting. Search engine services typical crawl online sites to index context and may provide users with specialized syntax to search for specific keywords or specific types of content (i.e. filetypes).(Citation: SecurityTrails Google Hacking)(Citation: ExploitDB GoogleHacking)", "metadata": {"technique_id": "T1593.002", "technique_name": "Search Engines", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Shortcut Modification (T1547.009). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify shortcuts that can execute a program during system boot or user login. Shortcuts or symbolic links are used to reference other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process.", "metadata": {"technique_id": "T1547.009", "technique_name": "Shortcut Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disable or Modify Cloud Firewall (T1562.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may disable or modify a firewall within a cloud environment to bypass controls that limit access to cloud resources. Cloud firewalls are separate from system firewalls that are described in [Disable or Modify System Firewall](https://attack.mitre.org/techniques/T1562/004).", "metadata": {"technique_id": "T1562.007", "technique_name": "Disable or Modify Cloud Firewall", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Indicator Blocking (T1562.006)?", "input": "Windows\nmacOS\nLinux\nESXi", "output": "An adversary may attempt to block indicators or events typically captured by sensors from being gathered and analyzed. This could include maliciously redirecting(Citation: Microsoft Lamin Sept 2017) or even disabling host-based sensors, such as Event Tracing for Windows (ETW)(Citation: Microsoft About Event Tracing 2018), by tampering settings that control the collection and flow of event telemetry.(Citation: Medium Event Tracing Tampering 2018) These settings may be stored on the system in configuration files and/or in the Registry as well as being accessible via administrative utilities such as [PowerShell](https://attack.mitre.org/techniques/T1059/001) or [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047).", "metadata": {"technique_id": "T1562.006", "technique_name": "Indicator Blocking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Managers (T1555.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may acquire user credentials from third-party password managers.(Citation: ise Password Manager February 2019) Password managers are applications designed to store user credentials, normally in an encrypted database. Credentials are typically accessible after a user provides a master password that unlocks the database. After the database is unlocked, these credentials may be copied to memory. These databases can be stored as files on disk.(Citation: ise Password Manager February 2019)", "metadata": {"technique_id": "T1555.005", "technique_name": "Password Managers", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exfiltration to Cloud Storage (T1567.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exfiltrate data to a cloud storage service rather than over their primary command and control channel. Cloud storage services allow for the storage, edit, and retrieval of data from a remote cloud storage server over the Internet.", "metadata": {"technique_id": "T1567.002", "technique_name": "Exfiltration to Cloud Storage", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Fronting (T1090.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may take advantage of routing schemes in Content Delivery Networks (CDNs) and other services which host multiple domains to obfuscate the intended destination of HTTPS traffic or traffic tunneled through HTTPS. (Citation: Fifield Blocking Resistent Communication through domain fronting 2015) Domain fronting involves using different domain names in the SNI field of the TLS header and the Host field of the HTTP header. If both domains are served from the same CDN, then the CDN may route to the address specified in the HTTP header after unwrapping the TLS header. A variation of the the technique, \"domainless\" fronting, utilizes a SNI field that is left blank; this may allow the fronting to work even when the CDN attempts to validate that the SNI and HTTP Host fields match (if the blank SNI fields are ignored).", "metadata": {"technique_id": "T1090.004", "technique_name": "Domain Fronting", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Screensaver (T1180)?", "input": "Windows", "output": "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 application scrnsave.scr is located in C:\\Windows\\System32\\, and C:\\Windows\\sysWOW64\\ on 64-bit Windows systems, along with screensavers included with base Windows installations.", "metadata": {"technique_id": "T1180", "technique_name": "Screensaver", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Setuid and Setgid (T1166)?", "input": "Linux\nmacOS", "output": "When the setuid or setgid bits are set on Linux or macOS for an application, this means that the application will run with the privileges of the owning user or group respectively (Citation: setuid man page). Normally an application is run in the current user’s context, regardless of which user or group owns the application. There are instances where programs need to be executed in an elevated context to function properly, but the user running them doesn’t need the elevated privileges. Instead of creating an entry in the sudoers file, which must be done by root, any user can specify the setuid or setgid flag to be set for their own applications. These bits are indicated with an \"s\" instead of an \"x\" when viewing a file's attributes via ls -l. The chmod program can set these bits with via bitmasking, chmod 4777 [file] or via shorthand naming, chmod u+s [file].", "metadata": {"technique_id": "T1166", "technique_name": "Setuid and Setgid", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Browser Information Discovery (T1217). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may enumerate information about browsers to learn more about compromised environments. Data saved by browsers (such as bookmarks, accounts, and browsing history) may reveal a variety of personal information about users (e.g., banking sites, relationships/interests, social media, etc.) as well as details about internal network resources such as servers, tools/dashboards, or other related infrastructure.(Citation: Kaspersky Autofill)", "metadata": {"technique_id": "T1217", "technique_name": "Browser Information Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Build Image on Host (T1612). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Containers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may build a container image directly on a host to bypass defenses that monitor for the retrieval of malicious images from a public registry. A remote build request may be sent to the Docker API that includes a Dockerfile that pulls a vanilla base image, such as alpine, from a public or local registry and then builds a custom image upon it.(Citation: Docker Build Image)", "metadata": {"technique_id": "T1612", "technique_name": "Build Image on Host", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Compromise Software Dependencies and Development Tools (T1195.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may manipulate software dependencies and development tools prior to receipt by a final consumer for the purpose of data or system compromise. Applications often depend on external software to function properly. Popular open source projects that are used as dependencies in many applications may be targeted as a means to add malicious code to users of the dependency.(Citation: Trendmicro NPM Compromise)", "metadata": {"technique_id": "T1195.001", "technique_name": "Compromise Software Dependencies and Development Tools", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Identify Business Tempo (T1591.003)?", "input": "PRE", "output": "Adversaries may gather information about the victim's business tempo that can be used during targeting. Information about an organization’s business tempo may include a variety of details, including operational hours/days of the week. This information may also reveal times/dates of purchases and shipments of the victim’s hardware and software resources.", "metadata": {"technique_id": "T1591.003", "technique_name": "Identify Business Tempo", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Trusted Developer Utilities Proxy Execution (T1127)?", "input": "Windows", "output": "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)(Citation: engima0x3 RCSI Bypass)(Citation: Exploit Monday WinDbg)(Citation: LOLBAS Tracker) These utilities may often be signed with legitimate certificates that allow them to execute on a system and proxy execution of malicious code through a trusted process that effectively bypasses application control solutions.", "metadata": {"technique_id": "T1127", "technique_name": "Trusted Developer Utilities Proxy Execution", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Software Deployment Tools (T1072). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nSaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gain access to and use centralized software suites installed within an enterprise to execute commands and move laterally through the network. Configuration management and software deployment applications may be used in an enterprise network or cloud environment for routine administration purposes. These systems may also be integrated into CI/CD pipelines. Examples of such solutions include: SCCM, HBSS, Altiris, AWS Systems Manager, Microsoft Intune, Azure Arc, and GCP Deployment Manager.", "metadata": {"technique_id": "T1072", "technique_name": "Software Deployment Tools", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique User Execution (T1204). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nIaaS\nContainers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may rely upon specific actions by a user in order to gain execution. Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link. These user actions will typically be observed as follow-on behavior from forms of [Phishing](https://attack.mitre.org/techniques/T1566).", "metadata": {"technique_id": "T1204", "technique_name": "User Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Login Item (T1162). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nMacOS provides the option to list specific applications to run when a user logs in. These applications run under the logged in user's context, and will be started every time the user logs in. Login items installed using the Service Management Framework are not visible in the System Preferences and can only be removed by the application that created them (Citation: Adding Login Items). Users have direct control over login items installed using a shared file list which are also visible in System Preferences (Citation: Adding Login Items). These login items are stored in the user's ~/Library/Preferences/ directory in a plist file called com.apple.loginitems.plist (Citation: Methods of Mac Malware Persistence). Some of these applications can open visible dialogs to the user, but they don’t all have to since there is an option to ‘Hide’ the window. If an adversary can register their own login item or modified an existing one, then they can use it to execute their code for a persistence mechanism each time the user logs in (Citation: Malware Persistence on OS X) (Citation: OSX.Dok Malware). The API method SMLoginItemSetEnabled can be used to set Login Items, but scripting languages like [AppleScript](https://attack.mitre.org/techniques/T1155) can do this as well (Citation: Adding Login Items).", "metadata": {"technique_id": "T1162", "technique_name": "Login Item", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Service Exhaustion Flood (T1499.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may target the different network services provided by systems to conduct a denial of service (DoS). Adversaries often target the availability of DNS and web services, however others have been targeted as well.(Citation: Arbor AnnualDoSreport Jan 2018) Web server software can be attacked through a variety of means, some of which apply generally while others are specific to the software being used to provide the service.", "metadata": {"technique_id": "T1499.002", "technique_name": "Service Exhaustion Flood", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Disable or Modify Tools (T1562.001)?", "input": "Windows\nmacOS\nLinux\nContainers\nIaaS\nNetwork Devices", "output": "Adversaries may modify and/or disable security tools to avoid possible detection of their malware/tools and activities. This may take many forms, such as killing security software processes or services, modifying / deleting Registry keys or configuration files so that tools do not operate properly, or other methods to interfere with security tools scanning or reporting information. Adversaries may also disable updates to prevent the latest security patches from reaching tools on victim systems.(Citation: SCADAfence_ransomware)", "metadata": {"technique_id": "T1562.001", "technique_name": "Disable or Modify Tools", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique System Service Discovery (T1007)?", "input": "Windows\nmacOS\nLinux", "output": "Adversaries may try to gather information about registered local system services. Adversaries may obtain information about services using tools as well as OS utility commands such as sc query, tasklist /svc, systemctl --type=service, and net start.", "metadata": {"technique_id": "T1007", "technique_name": "System Service Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Cached Domain Credentials (T1003.005)?", "input": "Windows\nLinux", "output": "Adversaries may attempt to access cached domain credentials used to allow authentication to occur in the event a domain controller is unavailable.(Citation: Microsoft - Cached Creds)", "metadata": {"technique_id": "T1003.005", "technique_name": "Cached Domain Credentials", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Launch Daemon (T1543.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify Launch Daemons to execute malicious payloads as part of persistence. Launch Daemons are plist files used to interact with Launchd, the service management framework used by macOS. Launch Daemons require elevated privileges to install, are executed for every user on a system prior to login, and run in the background without the need for user interaction. During the macOS initialization startup, the launchd process loads the parameters for launch-on-demand system-level daemons from plist files found in /System/Library/LaunchDaemons/ and /Library/LaunchDaemons/. Required Launch Daemons parameters include a Label to identify the task, Program to provide a path to the executable, and RunAtLoad to specify when the task is run. Launch Daemons are often used to provide access to shared resources, updates to software, or conduct automation tasks.(Citation: AppleDocs Launch Agent Daemons)(Citation: Methods of Mac Malware Persistence)(Citation: launchd Keywords for plists)", "metadata": {"technique_id": "T1543.004", "technique_name": "Launch Daemon", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LC_LOAD_DYLIB Addition (T1546.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence by executing malicious content triggered by the execution of tainted binaries. Mach-O binaries have a series of headers that are used to perform certain operations when a binary is loaded. The LC_LOAD_DYLIB header in a Mach-O binary tells macOS and OS X which dynamic libraries (dylibs) to load during execution time. These can be added ad-hoc to the compiled binary as long as adjustments are made to the rest of the fields and dependencies.(Citation: Writing Bad Malware for OSX) There are tools available to perform these changes.", "metadata": {"technique_id": "T1546.006", "technique_name": "LC_LOAD_DYLIB Addition", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique SSH Authorized Keys (T1098.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nIaaS\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify the SSH authorized_keys file to maintain persistence on a victim host. Linux distributions, macOS, and ESXi hypervisors commonly use key-based authentication to secure the authentication process of SSH sessions for remote management. The authorized_keys file in SSH specifies the SSH keys that can be used for logging into the user account for which the file is configured. This file is usually found in the user's home directory under <user-home>/.ssh/authorized_keys (or, on ESXi, `/etc/ssh/keys-/authorized_keys`).(Citation: SSH Authorized Keys) Users may edit the system’s SSH config file to modify the directives `PubkeyAuthentication` and `RSAAuthentication` to the value `yes` to ensure public key and RSA authentication are enabled, as well as modify the directive `PermitRootLogin` to the value `yes` to enable root authentication via SSH.(Citation: Broadcom ESXi SSH) The SSH config file is usually located under /etc/ssh/sshd_config.", "metadata": {"technique_id": "T1098.004", "technique_name": "SSH Authorized Keys", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Encrypted Channel (T1573). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may employ an encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Despite the use of a secure algorithm, these implementations may be vulnerable to reverse engineering if secret keys are encoded and/or generated within malware samples/configuration files.", "metadata": {"technique_id": "T1573", "technique_name": "Encrypted Channel", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Traffic Signaling (T1205). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use traffic signaling to hide open ports or other malicious functionality used for persistence or command and control. Traffic signaling involves the use of a magic value or sequence that must be sent to a system to trigger a special response, such as opening a closed port or executing a malicious task. This may take the form of sending a series of packets with certain characteristics before a port will be opened that the adversary can use for command and control. Usually this series of packets consists of attempted connections to a predefined sequence of closed ports (i.e. [Port Knocking](https://attack.mitre.org/techniques/T1205/001)), but can involve unusual flags, specific strings, or other unique characteristics. After the sequence is completed, opening a port may be accomplished by the host-based firewall, but could also be implemented by custom software.", "metadata": {"technique_id": "T1205", "technique_name": "Traffic Signaling", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Use Alternate Authentication Material (T1550). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nContainers\nIdentity Provider\nOffice Suite\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.", "metadata": {"technique_id": "T1550", "technique_name": "Use Alternate Authentication Material", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Emond (T1546.014). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gain persistence and elevate privileges by executing malicious content triggered by the Event Monitor Daemon (emond). Emond is a [Launch Daemon](https://attack.mitre.org/techniques/T1543/004) that accepts events from various services, runs them through a simple rules engine, and takes action. The emond binary at /sbin/emond will load any rules from the /etc/emond.d/rules/ directory and take action once an explicitly defined event takes place.", "metadata": {"technique_id": "T1546.014", "technique_name": "Emond", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Trust Discovery (T1482). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to gather information on domain trust relationships that may be used to identify lateral movement opportunities in Windows multi-domain/forest environments. Domain trusts provide a mechanism for a domain to allow access to resources based on the authentication procedures of another domain.(Citation: Microsoft Trusts) Domain trusts allow the users of the trusted domain to access resources in the trusting domain. The information discovered may help the adversary conduct [SID-History Injection](https://attack.mitre.org/techniques/T1134/005), [Pass the Ticket](https://attack.mitre.org/techniques/T1550/003), and [Kerberoasting](https://attack.mitre.org/techniques/T1558/003).(Citation: AdSecurity Forging Trust Tickets)(Citation: Harmj0y Domain Trusts) Domain trusts can be enumerated using the `DSEnumerateDomainTrusts()` Win32 API call, .NET methods, and LDAP.(Citation: Harmj0y Domain Trusts) The Windows utility [Nltest](https://attack.mitre.org/software/S0359) is known to be used by adversaries to enumerate domain trusts.(Citation: Microsoft Operation Wilysupply)", "metadata": {"technique_id": "T1482", "technique_name": "Domain Trust Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Accounts (T1078.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may obtain and abuse credentials of a domain account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.(Citation: TechNet Credential Theft) Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover users, administrators, and services.(Citation: Microsoft AD Accounts)", "metadata": {"technique_id": "T1078.002", "technique_name": "Domain Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Dylib Hijacking (T1157). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nmacOS and OS X use a common method to look for required dynamic libraries (dylib) to load into a program based on search paths. Adversaries can take advantage of ambiguous paths to plant dylibs to gain privilege escalation or persistence.", "metadata": {"technique_id": "T1157", "technique_name": "Dylib Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Log Enumeration (T1654). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nIaaS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may enumerate system and service logs to find useful data. These logs may highlight various types of valuable insights for an adversary, such as user authentication records ([Account Discovery](https://attack.mitre.org/techniques/T1087)), security or vulnerable software ([Software Discovery](https://attack.mitre.org/techniques/T1518)), or hosts within a compromised network ([Remote System Discovery](https://attack.mitre.org/techniques/T1018)).", "metadata": {"technique_id": "T1654", "technique_name": "Log Enumeration", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 Physical Medium (T1052). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to exfiltrate data via a physical medium, such as a removable drive. In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media could be an external hard drive, USB drive, cellular phone, MP3 player, or other removable storage and processing device. The physical medium or device could be used as the final exfiltration point or to hop between otherwise disconnected systems.", "metadata": {"technique_id": "T1052", "technique_name": "Exfiltration Over Physical Medium", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Botnet (T1584.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may compromise numerous third-party systems to form a botnet that can be used during targeting. A botnet is a network of compromised systems that can be instructed to perform coordinated tasks.(Citation: Norton Botnet) Instead of purchasing/renting a botnet from a booter/stresser service, adversaries may build their own botnet by compromising numerous third-party systems.(Citation: Imperva DDoS for Hire) Adversaries may also conduct a takeover of an existing botnet, such as redirecting bots to adversary-controlled C2 servers.(Citation: Dell Dridex Oct 2015) With a botnet at their disposal, adversaries may perform follow-on activity such as large-scale [Phishing](https://attack.mitre.org/techniques/T1566) or Distributed Denial of Service (DDoS).", "metadata": {"technique_id": "T1584.005", "technique_name": "Botnet", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Office Application Startup (T1137). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage Microsoft Office-based applications for persistence between startups. Microsoft Office is a fairly common application suite on Windows-based operating systems within an enterprise network. There are multiple mechanisms that can be used with Office for persistence when an Office-based application is started; this can include the use of Office Template Macros and add-ins.", "metadata": {"technique_id": "T1137", "technique_name": "Office Application Startup", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Additional Email Delegate Permissions (T1098.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account.", "metadata": {"technique_id": "T1098.002", "technique_name": "Additional Email Delegate Permissions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Inter-Process Communication (T1559). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse inter-process communication (IPC) mechanisms for local code or command execution. IPC is typically used by processes to share data, communicate with each other, or synchronize execution. IPC is also commonly used to avoid situations such as deadlocks, which occurs when processes are stuck in a cyclic waiting pattern.", "metadata": {"technique_id": "T1559", "technique_name": "Inter-Process Communication", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique SSH Hijacking (T1184). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nSecure Shell (SSH) is a standard means of remote access on Linux and macOS systems. It allows a user to connect to another system via an encrypted tunnel, commonly authenticating through a password, certificate or the use of an asymmetric encryption key pair.", "metadata": {"technique_id": "T1184", "technique_name": "SSH Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Archive via Utility (T1560.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use utilities to compress and/or encrypt collected data prior to exfiltration. Many utilities include functionalities to compress, encrypt, or otherwise package data into a format that is easier/more secure to transport.", "metadata": {"technique_id": "T1560.001", "technique_name": "Archive via Utility", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique SSH Hijacking (T1563.001)?", "input": "Linux\nmacOS", "output": "Adversaries may hijack a legitimate user's SSH session to move laterally within an environment. Secure Shell (SSH) is a standard means of remote access on Linux and macOS systems. It allows a user to connect to another system via an encrypted tunnel, commonly authenticating through a password, certificate or the use of an asymmetric encryption key pair.", "metadata": {"technique_id": "T1563.001", "technique_name": "SSH Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique SEO Poisoning (T1608.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may poison mechanisms that influence search engine optimization (SEO) to further lure staged capabilities towards potential victims. Search engines typically display results to users based on purchased ads as well as the site’s ranking/score/reputation calculated by their web crawlers and algorithms.(Citation: Atlas SEO)(Citation: MalwareBytes SEO)", "metadata": {"technique_id": "T1608.006", "technique_name": "SEO Poisoning", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Confluence (T1213.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n", "metadata": {"technique_id": "T1213.001", "technique_name": "Confluence", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Account (T1136.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the net user /add /domain command can be used to create a domain account.(Citation: Savill 1999)", "metadata": {"technique_id": "T1136.002", "technique_name": "Domain Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Component Object Model Hijacking (T1122). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe Component Object Model (COM) is a system within Windows to enable interaction between software components through the operating system. (Citation: Microsoft Component Object Model) Adversaries can use this system to insert malicious code that can be executed in place of legitimate software through hijacking the COM references and relationships as a means for persistence. Hijacking a COM object requires a change in the Windows Registry to replace a reference to a legitimate system component which may cause that component to not work when executed. When that system component is executed through normal system operation the adversary's code will be executed instead. (Citation: GDATA COM Hijacking) An adversary is likely to hijack objects that are used frequently enough to maintain a consistent level of persistence, but are unlikely to break noticeable functionality within the system as to avoid system instability that could lead to detection.", "metadata": {"technique_id": "T1122", "technique_name": "Component Object Model Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Local Data Staging (T1074.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may stage collected data in a central location or directory on the local system prior to Exfiltration. Data may be kept in separate files or combined into one file through techniques such as [Archive Collected Data](https://attack.mitre.org/techniques/T1560). Interactive command shells may be used, and common functionality within [cmd](https://attack.mitre.org/software/S0106) and bash may be used to copy data into a staging location.", "metadata": {"technique_id": "T1074.001", "technique_name": "Local Data Staging", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique File System Permissions Weakness (T1044). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nProcesses may automatically execute specific binaries as part of their functionality or to perform other actions. If the permissions on the file system directory containing a target binary, or permissions on the binary itself, are improperly set, then the target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.", "metadata": {"technique_id": "T1044", "technique_name": "File System Permissions Weakness", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Steganography (T1027.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use steganography techniques in order to prevent the detection of hidden information. Steganographic techniques can be used to hide data in digital media such as images, audio tracks, video clips, or text files.", "metadata": {"technique_id": "T1027.003", "technique_name": "Steganography", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Hidden File System (T1564.005)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may use a hidden file system to conceal malicious activity from users and security tools. File systems provide a structure to store and access data from physical storage. Typically, a user engages with a file system through applications that allow them to access files and directories, which are an abstraction from their physical location (ex: disk sector). Standard file systems include FAT, NTFS, ext4, and APFS. File systems can also contain other structures, such as the Volume Boot Record (VBR) and Master File Table (MFT) in NTFS.(Citation: MalwareTech VFS Nov 2014)", "metadata": {"technique_id": "T1564.005", "technique_name": "Hidden File System", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Create Snapshot (T1578.001)?", "input": "IaaS", "output": "An adversary may create a snapshot or data backup within a cloud account to evade defenses. A snapshot is a point-in-time copy of an existing cloud compute component such as a virtual machine (VM), virtual hard drive, or volume. An adversary may leverage permissions to create a snapshot in order to bypass restrictions that prevent access to existing compute service infrastructure, unlike in [Revert Cloud Instance](https://attack.mitre.org/techniques/T1578/004) where an adversary may revert to a snapshot to evade detection and remove evidence of their presence.", "metadata": {"technique_id": "T1578.001", "technique_name": "Create Snapshot", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Software (T1592.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's host software that can be used during targeting. Information about installed software may include a variety of details such as types and versions on specific hosts, as well as the presence of additional components that might be indicative of added defensive protections (ex: antivirus, SIEMs, etc.).", "metadata": {"technique_id": "T1592.002", "technique_name": "Software", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Infrastructure Discovery (T1580). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may attempt to discover infrastructure and resources that are available within an infrastructure-as-a-service (IaaS) environment. This includes compute service resources such as instances, virtual machines, and snapshots as well as resources of other services including the storage and database services.", "metadata": {"technique_id": "T1580", "technique_name": "Cloud Infrastructure Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Forced Authentication (T1187). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather credential material by invoking or forcing a user to automatically provide authentication information through a mechanism in which they can intercept.", "metadata": {"technique_id": "T1187", "technique_name": "Forced Authentication", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Masquerade Task or Service (T1036.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to manipulate the name of a task or service to make it appear legitimate or benign. Tasks/services executed by the Task Scheduler or systemd will typically be given a name and/or description.(Citation: TechNet Schtasks)(Citation: Systemd Service Units) Windows services will have a service name as well as a display name. Many benign tasks and services exist that have commonly associated names. Adversaries may give tasks or services names that are similar or identical to those of legitimate ones.", "metadata": {"technique_id": "T1036.004", "technique_name": "Masquerade Task or Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Filter DLL (T1556.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may register malicious password filter dynamic link libraries (DLLs) into the authentication process to acquire user credentials as they are validated.", "metadata": {"technique_id": "T1556.002", "technique_name": "Password Filter DLL", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LLMNR/NBT-NS Poisoning and SMB Relay (T1557.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nBy responding to LLMNR/NBT-NS network traffic, adversaries may spoof an authoritative source for name resolution to force communication with an adversary controlled system. This activity may be used to collect or relay authentication materials.", "metadata": {"technique_id": "T1557.001", "technique_name": "LLMNR/NBT-NS Poisoning and SMB Relay", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Services Registry Permissions Weakness (T1574.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by hijacking the Registry entries used by services. Adversaries may use flaws in the permissions for Registry keys related to services to redirect from the originally specified executable to one that they control, in order to launch their own code when a service starts. Windows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, [PowerShell](https://attack.mitre.org/techniques/T1059/001), or [Reg](https://attack.mitre.org/software/S0075). Access to Registry keys is controlled through access control lists and user permissions. (Citation: Registry Key Security)(Citation: malware_hides_service)", "metadata": {"technique_id": "T1574.011", "technique_name": "Services Registry Permissions Weakness", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique RC Scripts (T1037.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nLinux\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence by modifying RC scripts, which are executed during a Unix-like system’s startup. These files allow system administrators to map and start custom services at startup for different run levels. RC scripts require root privileges to modify.", "metadata": {"technique_id": "T1037.004", "technique_name": "RC Scripts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 Org Information (T1591). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's organization that can be used during targeting. Information about an organization may include a variety of details, including the names of divisions/departments, specifics of business operations, as well as the roles and responsibilities of key employees.", "metadata": {"technique_id": "T1591", "technique_name": "Gather Victim Org Information", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Wordlist Scanning (T1595.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may iteratively probe infrastructure using brute-forcing and crawling techniques. While this technique employs similar methods to [Brute Force](https://attack.mitre.org/techniques/T1110), its goal is the identification of content and infrastructure rather than the discovery of valid credentials. Wordlists used in these scans may contain generic, commonly used names and file extensions or terms specific to a particular software. Adversaries may also create custom, target-specific wordlists using data gathered from other Reconnaissance techniques (ex: [Gather Victim Org Information](https://attack.mitre.org/techniques/T1591), or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)).", "metadata": {"technique_id": "T1595.003", "technique_name": "Wordlist Scanning", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Startup Items (T1165). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nPer Apple’s documentation, startup items execute during the final phase of the boot process and contain shell scripts or other executable files along with configuration information used by the system to determine the execution order for all startup items (Citation: Startup Items). This is technically a deprecated version (superseded by Launch Daemons), and thus the appropriate folder, /Library/StartupItems isn’t guaranteed to exist on the system by default, but does appear to exist by default on macOS Sierra. A startup item is a directory whose executable and configuration property list (plist), StartupParameters.plist, reside in the top-level directory.", "metadata": {"technique_id": "T1165", "technique_name": "Startup Items", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AppInit DLLs (T1103). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nDynamic-link libraries (DLLs) that are specified in the AppInit_DLLs value in the Registry keys HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows or HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program, since user32.dll is a very common library. (Citation: Elastic Process Injection July 2017) Similar to [Process Injection](https://attack.mitre.org/techniques/T1055), these values can be abused to obtain persistence and privilege escalation by causing a malicious DLL to be loaded and run in the context of separate processes on the computer. (Citation: AppInit Registry)", "metadata": {"technique_id": "T1103", "technique_name": "AppInit DLLs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disk Structure Wipe (T1561.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may corrupt or wipe the disk data structures on a hard drive necessary to boot a system; targeting specific critical systems or in large numbers in a network to interrupt availability to system and network resources.", "metadata": {"technique_id": "T1561.002", "technique_name": "Disk Structure Wipe", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Controller Authentication (T1556.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may patch the authentication process on a domain controller to bypass the typical authentication mechanisms and enable access to accounts.", "metadata": {"technique_id": "T1556.001", "technique_name": "Domain Controller Authentication", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 (T1090.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nNetwork Devices\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may chain together multiple proxies to disguise the source of malicious traffic. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source.", "metadata": {"technique_id": "T1090.003", "technique_name": "Multi-hop Proxy", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Location Discovery (T1614). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n", "metadata": {"technique_id": "T1614", "technique_name": "System Location Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Input Prompt (T1141)?", "input": "macOS\nWindows", "output": "When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https://attack.mitre.org/techniques/T1088)).", "metadata": {"technique_id": "T1141", "technique_name": "Input Prompt", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Search Open Technical Databases (T1596). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search freely available technical databases for information about victims that can be used during targeting. Information about victims may be available in online databases and repositories, such as registrations of domains/certificates as well as public collections of network data/artifacts gathered from traffic and/or scans.(Citation: WHOIS)(Citation: DNS Dumpster)(Citation: Circl Passive DNS)(Citation: Medium SSL Cert)(Citation: SSLShopper Lookup)(Citation: DigitalShadows CDN)(Citation: Shodan)", "metadata": {"technique_id": "T1596", "technique_name": "Search Open Technical Databases", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AppInit DLLs (T1546.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may establish persistence and/or elevate privileges by executing malicious content triggered by AppInit DLLs loaded into processes. Dynamic-link libraries (DLLs) that are specified in the AppInit_DLLs value in the Registry keys HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows or HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program, since user32.dll is a very common library. (Citation: Elastic Process Injection July 2017)", "metadata": {"technique_id": "T1546.010", "technique_name": "AppInit DLLs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Process Discovery (T1057)?", "input": "Linux\nNetwork Devices\nWindows\nmacOS\nESXi", "output": "Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details. Adversaries may use the information from [Process Discovery](https://attack.mitre.org/techniques/T1057) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.", "metadata": {"technique_id": "T1057", "technique_name": "Process Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Rootkit (T1014). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use rootkits to hide the presence of programs, files, network connections, services, drivers, and other system components. Rootkits are programs that hide the existence of malware by intercepting/hooking and modifying operating system API calls that supply system information. (Citation: Symantec Windows Rootkits)", "metadata": {"technique_id": "T1014", "technique_name": "Rootkit", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Launchd (T1053.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThis technique is deprecated due to the inaccurate usage. The report cited did not provide technical detail as to how the malware interacted directly with launchd rather than going through known services. Other system services are used to interact with launchd rather than launchd being used by itself.", "metadata": {"technique_id": "T1053.004", "technique_name": "Launchd", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Change Default File Association (T1546.001)?", "input": "Windows", "output": "Adversaries may establish persistence by executing malicious content triggered by a file type association. When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access or by administrators using the built-in assoc utility.(Citation: Microsoft Change Default Programs)(Citation: Microsoft File Handlers)(Citation: Microsoft Assoc Oct 2017) Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.", "metadata": {"technique_id": "T1546.001", "technique_name": "Change Default File Association", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Software Packing (T1027.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nWindows\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may perform software packing or virtual machine software protection to conceal their code. Software packing is a method of compressing or encrypting an executable. Packing an executable changes the file signature in an attempt to avoid signature-based detection. Most decompression techniques decompress the executable code in memory. Virtual machine software protection translates an executable's original code into a special format that only a special virtual machine can run. A virtual machine is then called to run this code.(Citation: ESET FinFisher Jan 2018)", "metadata": {"technique_id": "T1027.002", "technique_name": "Software Packing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 (T1500). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to make payloads difficult to discover and analyze by delivering files to victims as uncompiled code. Similar to [Obfuscated Files or Information](https://attack.mitre.org/techniques/T1027), text-based source code files may subvert analysis and scrutiny from protections targeting executables/binaries. These payloads will need to be compiled before execution; typically via native utilities such as csc.exe or GCC/MinGW.(Citation: ClearSky MuddyWater Nov 2018)", "metadata": {"technique_id": "T1500", "technique_name": "Compile After Delivery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Sniffing (T1040). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network. Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.", "metadata": {"technique_id": "T1040", "technique_name": "Network Sniffing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Network Connections Discovery (T1049). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to get a listing of network connections to or from the compromised system they are currently accessing or from remote systems by querying for information over the network.", "metadata": {"technique_id": "T1049", "technique_name": "System Network Connections Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Double File Extension (T1036.007)?", "input": "Windows", "output": "Adversaries may abuse a double extension in the filename as a means of masquerading the true file type. A file name may include a secondary file type extension that may cause only the first extension to be displayed (ex: File.txt.exe may render in some views as just File.txt). However, the second extension is the true file type that determines how the file is opened and executed. The real file extension may be hidden by the operating system in the file browser (ex: explorer.exe), as well as in any software configured using or similar to the system’s policies.(Citation: PCMag DoubleExtension)(Citation: SOCPrime DoubleExtension)", "metadata": {"technique_id": "T1036.007", "technique_name": "Double File Extension", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Windows Remote Management (T1021.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to interact with remote systems using Windows Remote Management (WinRM). The adversary may then perform actions as the logged-on user.", "metadata": {"technique_id": "T1021.006", "technique_name": "Windows Remote Management", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Local Account (T1087.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior.", "metadata": {"technique_id": "T1087.001", "technique_name": "Local Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique ClickOnce (T1127.002)?", "input": "Windows", "output": "Adversaries may use ClickOnce applications (.appref-ms and .application files) to proxy execution of code through a trusted Windows utility.(Citation: Burke/CISA ClickOnce BlackHat) ClickOnce is a deployment that enables a user to create self-updating Windows-based .NET applications (i.e, .XBAP, .EXE, or .DLL) that install and run from a file share or web page with minimal user interaction. The application launches as a child process of DFSVC.EXE, which is responsible for installing, launching, and updating the application.(Citation: SpectorOps Medium ClickOnce)", "metadata": {"technique_id": "T1127.002", "technique_name": "ClickOnce", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Social Media Accounts (T1586.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may compromise social media accounts that can be used during targeting. For operations incorporating social engineering, the utilization of an online persona may be important. Rather than creating and cultivating social media profiles (i.e. [Social Media Accounts](https://attack.mitre.org/techniques/T1585/001)), adversaries may compromise existing social media accounts. Utilizing an existing persona may engender a level of trust in a potential victim if they have a relationship, or knowledge of, the compromised persona.", "metadata": {"technique_id": "T1586.001", "technique_name": "Social Media Accounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique External Proxy (T1090.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use an external proxy to act as an intermediary for network communications to a command and control server to avoid direct connections to their infrastructure. 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 Micro APT Attack Tools) Adversaries use these types of proxies to manage command and control communications, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths to avoid suspicion.", "metadata": {"technique_id": "T1090.002", "technique_name": "External Proxy", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Access Token Manipulation (T1134). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify access tokens to operate under a different user or system security context to perform actions and bypass access controls. Windows uses access tokens to determine the ownership of a running process. A user can manipulate access tokens to make a running process appear as though it is the child of a different process or belongs to someone other than the user that started the process. When this occurs, the process also takes on the security context associated with the new token.", "metadata": {"technique_id": "T1134", "technique_name": "Access Token Manipulation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Fallback Channels (T1008)?", "input": "Linux\nWindows\nmacOS\nESXi", "output": "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.", "metadata": {"technique_id": "T1008", "technique_name": "Fallback Channels", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 Network Information (T1590). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's networks that can be used during targeting. Information about networks may include a variety of details, including administrative data (ex: IP ranges, domain names, etc.) as well as specifics regarding its topology and operations.", "metadata": {"technique_id": "T1590", "technique_name": "Gather Victim Network Information", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Account (T1087.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to get a listing of cloud accounts. 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 service provider or SaaS application.", "metadata": {"technique_id": "T1087.004", "technique_name": "Cloud Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data Encoding (T1132). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may encode data to make the content of command and control traffic more difficult to detect. Command and control (C2) information can be encoded using a standard data encoding system. Use of data encoding may adhere to existing protocol specifications and includes use of ASCII, Unicode, Base64, MIME, or other binary-to-text and character encoding systems.(Citation: Wikipedia Binary-to-text Encoding) (Citation: Wikipedia Character Encoding) Some data encoding systems may also result in data compression, such as gzip.", "metadata": {"technique_id": "T1132", "technique_name": "Data Encoding", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Pluggable Authentication Modules (T1556.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify pluggable authentication modules (PAM) to access user credentials or enable otherwise unwarranted access to accounts. PAM is a modular system of configuration files, libraries, and executable files which guide authentication for many services. The most common authentication module is pam_unix.so, which retrieves, sets, and verifies account authentication information in /etc/passwd and /etc/shadow.(Citation: Apple PAM)(Citation: Man Pam_Unix)(Citation: Red Hat PAM)", "metadata": {"technique_id": "T1556.003", "technique_name": "Pluggable Authentication Modules", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Install Root Certificate (T1130). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nRoot certificates are used in public key cryptography to identify a root certificate authority (CA). When a root certificate is installed, the system or application will trust certificates in the root's chain of trust that have been signed by the root certificate. (Citation: Wikipedia Root Certificate) Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.", "metadata": {"technique_id": "T1130", "technique_name": "Install Root Certificate", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Indirect Command Execution (T1202). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse utilities that allow for command execution to bypass security restrictions that limit the use of command-line interpreters. Various Windows utilities may be used to execute commands, possibly without invoking [cmd](https://attack.mitre.org/software/S0106). For example, [Forfiles](https://attack.mitre.org/software/S0193), the Program Compatibility Assistant (`pcalua.exe`), components of the Windows Subsystem for Linux (WSL), `Scriptrunner.exe`, as well as other utilities may invoke the execution of programs and commands from a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059), Run window, or via scripts.(Citation: VectorSec ForFiles Aug 2017)(Citation: Evi1cg Forfiles Nov 2017)(Citation: Secure Team - Scriptrunner.exe)(Citation: SS64)(Citation: Bleeping Computer - Scriptrunner.exe) Adversaries may also abuse the `ssh.exe` binary to execute malicious commands via the `ProxyCommand` and `LocalCommand` options, which can be invoked via the `-o` flag or by modifying the SSH config file.(Citation: Threat Actor Targets the Manufacturing industry with Lumma Stealer and Amadey Bot)", "metadata": {"technique_id": "T1202", "technique_name": "Indirect Command Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Remote Services (T1021). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nIaaS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to log into a service that accepts remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.", "metadata": {"technique_id": "T1021", "technique_name": "Remote Services", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Clear Command History (T1070.003)?", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "In addition to clearing system logs, an adversary may clear the command history of a compromised account to conceal the actions undertaken during an intrusion. Various command interpreters keep track of the commands users type in their terminal so that users can retrace what they've done.", "metadata": {"technique_id": "T1070.003", "technique_name": "Clear Command History", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique NTFS File Attributes (T1096). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nEvery 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 entries are file attributes, (Citation: Microsoft NTFS File Attributes Aug 2010) such as Extended Attributes (EA) and Data [known as Alternate Data Streams (ADSs) when more than one Data attribute is present], that can be used to store arbitrary data (and even complete files). (Citation: SpectorOps Host-Based Jul 2017) (Citation: Microsoft File Streams) (Citation: MalwareBytes ADS July 2015) (Citation: Microsoft ADS Mar 2014)", "metadata": {"technique_id": "T1096", "technique_name": "NTFS File Attributes", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hypervisor (T1062). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated and should no longer be used.**", "metadata": {"technique_id": "T1062", "technique_name": "Hypervisor", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Abuse Elevation Control Mechanism (T1548). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nIaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may circumvent mechanisms designed to control elevate privileges to gain higher-level permissions. Most modern systems contain native elevation control mechanisms that are intended to limit privileges that a user can perform on a machine. Authorization has to be granted to specific users in order to perform tasks that can be considered of higher risk.(Citation: TechNet How UAC Works)(Citation: sudo man page 2018) An adversary can perform several methods to take advantage of built-in control mechanisms in order to escalate privileges on a system.(Citation: OSX Keydnap malware)(Citation: Fortinet Fareit)", "metadata": {"technique_id": "T1548", "technique_name": "Abuse Elevation Control Mechanism", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Email Spoofing (T1672). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Office Suite\nWindows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may fake, or spoof, a sender’s identity by modifying the value of relevant email headers in order to establish contact with victims under false pretenses.(Citation: Proofpoint TA427 April 2024) In addition to actual email content, email headers (such as the FROM header, which contains the email address of the sender) may also be modified. Email clients display these headers when emails appear in a victim's inbox, which may cause modified emails to appear as if they were from the spoofed entity.", "metadata": {"technique_id": "T1672", "technique_name": "Email Spoofing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Browser Session Hijacking (T1185)?", "input": "Windows", "output": "Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.(Citation: Wikipedia Man in the Browser)", "metadata": {"technique_id": "T1185", "technique_name": "Browser Session Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique DLL Search Order Hijacking (T1038)?", "input": "Windows", "output": "Windows systems use a common method to look for required DLLs to load into a program. (Citation: Microsoft DLL Search) Adversaries may take advantage of the Windows DLL search order and programs that ambiguously specify DLLs to gain privilege escalation and persistence.", "metadata": {"technique_id": "T1038", "technique_name": "DLL Search Order Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Downgrade Attack (T1562.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may downgrade or use a version of system features that may be outdated, vulnerable, and/or does not support updated security controls. Downgrade attacks typically take advantage of a system’s backward compatibility to force it into less secure modes of operation.", "metadata": {"technique_id": "T1562.010", "technique_name": "Downgrade Attack", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Account (T1136.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS\nSaaS\nOffice Suite\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create a cloud account to maintain access to victim systems. With a sufficient level of access, such accounts may be used to establish secondary credentialed access that does not require persistent remote access tools to be deployed on the system.(Citation: Microsoft O365 Admin Roles)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: AWS Create IAM User)(Citation: GCP Create Cloud Identity Users)(Citation: Microsoft Azure AD Users)", "metadata": {"technique_id": "T1136.003", "technique_name": "Cloud Account", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AppCert DLLs (T1182). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nDynamic-link libraries (DLLs) that are specified in the AppCertDLLs Registry key under HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager are loaded into every process that calls the ubiquitously used application programming interface (API) functions CreateProcess, CreateProcessAsUser, CreateProcessWithLoginW, CreateProcessWithTokenW, or WinExec. (Citation: Elastic Process Injection July 2017)", "metadata": {"technique_id": "T1182", "technique_name": "AppCert DLLs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Timestomp (T1099). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may take actions to hide the deployment of new, or modification of existing files to obfuscate their activities. Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder. This is done, for example, on files that have been modified or created by the adversary so that they do not appear conspicuous to forensic investigators or file analysis tools. Timestomping may be used along with file name [Masquerading](https://attack.mitre.org/techniques/T1036) to hide malware and tools. (Citation: WindowsIR Anti-Forensic Techniques)", "metadata": {"technique_id": "T1099", "technique_name": "Timestomp", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique SMS Pumping (T1496.003)?", "input": "SaaS", "output": "Adversaries may leverage messaging services for SMS pumping, which may impact system and/or hosted service availability.(Citation: Twilio SMS Pumping) SMS pumping is a type of telecommunications fraud whereby a threat actor first obtains a set of phone numbers from a telecommunications provider, then leverages a victim’s messaging infrastructure to send large amounts of SMS messages to numbers in that set. By generating SMS traffic to their phone number set, a threat actor may earn payments from the telecommunications provider.(Citation: Twilio SMS Pumping Fraud)", "metadata": {"technique_id": "T1496.003", "technique_name": "SMS Pumping", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Launch Agent (T1543.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify launch agents to repeatedly execute malicious payloads as part of persistence. When a user logs in, a per-user launchd process is started which loads the parameters for each launch-on-demand user agent from the property list (.plist) file found in /System/Library/LaunchAgents, /Library/LaunchAgents, and ~/Library/LaunchAgents.(Citation: AppleDocs Launch Agent Daemons)(Citation: OSX Keydnap malware) (Citation: Antiquated Mac Malware) Property list files use the Label, ProgramArguments , and RunAtLoad keys to identify the Launch Agent's name, executable location, and execution time.(Citation: OSX.Dok Malware) Launch Agents are often installed to perform updates to programs, launch user specified programs at login, or to conduct other developer tasks.", "metadata": {"technique_id": "T1543.001", "technique_name": "Launch Agent", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique System Owner/User Discovery (T1033). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using [OS Credential Dumping](https://attack.mitre.org/techniques/T1003). The information may be collected in a number of different ways using other Discovery techniques, because user and username details are prevalent throughout a system and include running process ownership, file/directory ownership, session information, and system logs. Adversaries may use the information from [System Owner/User Discovery](https://attack.mitre.org/techniques/T1033) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.", "metadata": {"technique_id": "T1033", "technique_name": "System Owner/User Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Elevated Execution with Prompt (T1514). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage the AuthorizationExecuteWithPrivileges API to escalate privileges by prompting the user for credentials.(Citation: AppleDocs AuthorizationExecuteWithPrivileges) The purpose of this API is to give application developers an easy way to perform operations with root privileges, such as for application installation or updating. This API does not validate that the program requesting root privileges comes from a reputable source or has been maliciously modified. Although this API is deprecated, it still fully functions in the latest releases of macOS. When calling this API, the user will be prompted to enter their credentials but no checks on the origin or integrity of the program are made. The program calling the API may also load world writable files which can be modified to perform malicious behavior with elevated privileges.", "metadata": {"technique_id": "T1514", "technique_name": "Elevated Execution with Prompt", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Spearphishing Attachment (T1566.001)?", "input": "macOS\nWindows\nLinux", "output": "Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems. Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution.(Citation: Unit 42 DarkHydrus July 2018) Spearphishing may also involve social engineering techniques, such as posing as a trusted source.", "metadata": {"technique_id": "T1566.001", "technique_name": "Spearphishing Attachment", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Port Monitors (T1547.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use port monitors to run an adversary supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.(Citation: AddMonitor) This DLL can be located in C:\\Windows\\System32 and will be loaded and run by the print spooler service, `spoolsv.exe`, under SYSTEM level permissions on boot.(Citation: Bloxham)", "metadata": {"technique_id": "T1547.010", "technique_name": "Port Monitors", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Time Providers (T1547.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.(Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients.(Citation: Microsoft TimeProvider)", "metadata": {"technique_id": "T1547.003", "technique_name": "Time Providers", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Modify System Image (T1601)?", "input": "Network Devices", "output": "Adversaries may make changes to the operating system of embedded network devices to weaken defenses and provide new capabilities for themselves. On such devices, the operating systems are typically monolithic and most of the device functionality and capabilities are contained within a single file.", "metadata": {"technique_id": "T1601", "technique_name": "Modify System Image", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Email Collection (T1114). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may target user email to collect sensitive information. Emails may contain sensitive data, including trade secrets or personal information, that can prove valuable to adversaries. Emails may also contain details of ongoing incident response operations, which may allow adversaries to adjust their techniques in order to maintain persistence or evade defenses.(Citation: TrustedSec OOB Communications)(Citation: CISA AA20-352A 2021) Adversaries can collect or forward email from mail servers or clients.", "metadata": {"technique_id": "T1114", "technique_name": "Email Collection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Publish/Subscribe Protocols (T1071.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nLinux\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may communicate using publish/subscribe (pub/sub) application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.", "metadata": {"technique_id": "T1071.005", "technique_name": "Publish/Subscribe Protocols", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Component Firmware (T1109). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nSome adversaries may employ sophisticated means to compromise computer components and install malicious firmware that will execute adversary code outside of the operating system and main system firmware or BIOS. This technique may be similar to [System Firmware](https://attack.mitre.org/techniques/T1019) but conducted upon other system components that may not have the same capability or level of integrity checking. Malicious device firmware could provide both a persistent level of access to systems despite potential typical failures to maintain access and hard disk re-images, as well as a way to evade host software-based defenses and integrity checks.", "metadata": {"technique_id": "T1109", "technique_name": "Component Firmware", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Audio Capture (T1123)?", "input": "Linux\nmacOS\nWindows", "output": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.(Citation: ESET Attor Oct 2019)", "metadata": {"technique_id": "T1123", "technique_name": "Audio Capture", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Software Packing (T1045). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nSoftware packing is a method of compressing or encrypting an executable. Packing an executable changes the file signature in an attempt to avoid signature-based detection. Most decompression techniques decompress the executable code in memory.", "metadata": {"technique_id": "T1045", "technique_name": "Software Packing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Native API (T1106). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may interact with the native OS application programming interface (API) to execute behaviors. Native APIs provide a controlled means of calling low-level OS services within the kernel, such as those involving hardware/devices, memory, and processes.(Citation: NT API Windows)(Citation: Linux Kernel API) These native APIs are leveraged by the OS during system boot (when other system components are not yet initialized) as well as carrying out tasks and requests during routine operations.", "metadata": {"technique_id": "T1106", "technique_name": "Native API", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique SID-History Injection (T1134.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use SID-History Injection to escalate privileges and bypass access controls. The Windows security identifier (SID) is a unique value that identifies a user or group account. SIDs are used by Windows security in both security descriptors and access tokens. (Citation: Microsoft SID) An account can hold additional SIDs in the SID-History Active Directory attribute (Citation: Microsoft SID-History Attribute), allowing inter-operable account migration between domains (e.g., all values in SID-History are included in access tokens).", "metadata": {"technique_id": "T1134.005", "technique_name": "SID-History Injection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique SIP and Trust Provider Hijacking (T1553.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may tamper with SIP and trust provider components to mislead the operating system and application control tools when conducting signature validation checks. In user mode, Windows Authenticode (Citation: Microsoft Authenticode) digital signatures are used to verify a file's origin and integrity, variables that may be used to establish trust in signed code (ex: a driver with a valid Microsoft signature may be handled as safe). The signature validation process is handled via the WinVerifyTrust application programming interface (API) function, (Citation: Microsoft WinVerifyTrust) which accepts an inquiry and coordinates with the appropriate trust provider, which is responsible for validating parameters of a signature. (Citation: SpectorOps Subverting Trust Sept 2017)", "metadata": {"technique_id": "T1553.003", "technique_name": "SIP and Trust Provider Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Trust Modification (T1484.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIdentity Provider", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may add new domain trusts, modify the properties of existing domain trusts, or otherwise change the configuration of trust relationships between domains and tenants to evade defenses and/or elevate privileges.Trust details, such as whether or not user identities are federated, allow authentication and authorization properties to apply between domains or tenants for the purpose of accessing shared resources.(Citation: Microsoft - Azure AD Federation) These trust objects may include accounts, credentials, and other authentication material applied to servers, tokens, and domains.", "metadata": {"technique_id": "T1484.002", "technique_name": "Trust Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Dead Drop Resolver (T1102.001)?", "input": "Linux\nmacOS\nWindows\nESXi", "output": "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, victims will reach out to and be redirected by these resolvers.", "metadata": {"technique_id": "T1102.001", "technique_name": "Dead Drop Resolver", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Overwrite Process Arguments (T1036.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify a process's in-memory arguments to change its name in order to appear as a legitimate or benign process. On Linux, the operating system stores command-line arguments in the process’s stack and passes them to the `main()` function as the `argv` array. The first element, `argv[0]`, typically contains the process name or path - by default, the command used to actually start the process (e.g., `cat /etc/passwd`). By default, the Linux `/proc` filesystem uses this value to represent the process name. The `/proc//cmdline` file reflects the contents of this memory, and tools like `ps` use it to display process information. Since arguments are stored in user-space memory at launch, this modification can be performed without elevated privileges.", "metadata": {"technique_id": "T1036.011", "technique_name": "Overwrite Process Arguments", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hide Artifacts (T1564). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nOffice Suite\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to hide artifacts associated with their behaviors to evade detection. Operating systems may have features to hide various artifacts, such as important system files and administrative task execution, to avoid disrupting user work environments and prevent users from changing files or features on the system. Adversaries may abuse these features to hide artifacts such as files, directories, user accounts, or other system activity to evade detection.(Citation: Sofacy Komplex Trojan)(Citation: Cybereason OSX Pirrit)(Citation: MalwareBytes ADS July 2015)", "metadata": {"technique_id": "T1564", "technique_name": "Hide Artifacts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Cloud Service Dashboard (T1538)?", "input": "IaaS\nSaaS\nOffice Suite\nIdentity Provider", "output": "An adversary may use a cloud service dashboard GUI with stolen credentials to gain useful information from an operational cloud environment, such as specific services, resources, and features. For example, the GCP Command Center can be used to view all assets, review findings of potential security risks, and run additional queries, such as finding public IP addresses and open ports.(Citation: Google Command Center Dashboard)", "metadata": {"technique_id": "T1538", "technique_name": "Cloud Service Dashboard", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique File Deletion (T1070.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may delete files left behind by the actions of their intrusion activity. Malware, tools, or other non-native files dropped or created on a system by an adversary (ex: [Ingress Tool Transfer](https://attack.mitre.org/techniques/T1105)) may leave traces to indicate to what was done within a network and how. Removal of these files can occur during an intrusion, or as part of a post-intrusion process to minimize the adversary's footprint.", "metadata": {"technique_id": "T1070.004", "technique_name": "File Deletion", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Execution Guardrails (T1480). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use execution guardrails to constrain execution or actions based on adversary supplied and environment specific conditions that are expected to be present on the target. Guardrails ensure that a payload only executes against an intended target and reduces collateral damage from an adversary’s campaign.(Citation: FireEye Kevin Mandia Guardrails) Values an adversary can provide about a target system or environment to use as guardrails may include specific network share names, attached physical devices, files, joined Active Directory (AD) domains, and local/external IP addresses.(Citation: FireEye Outlook Dec 2019)", "metadata": {"technique_id": "T1480", "technique_name": "Execution Guardrails", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Bandwidth Hijacking (T1496.002)?", "input": "Linux\nWindows\nmacOS\nIaaS\nContainers", "output": "Adversaries may leverage the network bandwidth resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability.", "metadata": {"technique_id": "T1496.002", "technique_name": "Bandwidth Hijacking", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Groups (T1069.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to find domain-level groups and permission settings. The knowledge of domain-level permission groups can help adversaries determine which groups exist and which users belong to a particular group. Adversaries may use this information to determine which users have elevated permissions, such as domain administrators.", "metadata": {"technique_id": "T1069.002", "technique_name": "Domain Groups", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Create or Modify System Process (T1543). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux\nContainers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify system-level processes to repeatedly execute malicious payloads as part of persistence. When operating systems boot up, they can start processes that perform background system functions. On Windows and Linux, these system processes are referred to as services.(Citation: TechNet Services) On macOS, launchd processes known as [Launch Daemon](https://attack.mitre.org/techniques/T1543/004) and [Launch Agent](https://attack.mitre.org/techniques/T1543/001) are run to finish system initialization and load user specific parameters.(Citation: AppleDocs Launch Agent Daemons)", "metadata": {"technique_id": "T1543", "technique_name": "Create or Modify System Process", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exfiltration Over Symmetric Encrypted Non-C2 Protocol (T1048.001)?", "input": "Linux\nmacOS\nWindows\nESXi", "output": "Adversaries may steal data by exfiltrating it over a symmetrically 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.", "metadata": {"technique_id": "T1048.001", "technique_name": "Exfiltration Over Symmetric Encrypted Non-C2 Protocol", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Application Window Discovery (T1010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nWindows\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used.(Citation: Prevailion DarkWatchman 2021) For example, information about application windows could be used identify potential data to collect as well as identifying security tooling ([Security Software Discovery](https://attack.mitre.org/techniques/T1518/001)) to evade.(Citation: ESET Grandoreiro April 2020)", "metadata": {"technique_id": "T1010", "technique_name": "Application Window Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Elevated Execution with Prompt (T1548.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage the AuthorizationExecuteWithPrivileges API to escalate privileges by prompting the user for credentials.(Citation: AppleDocs AuthorizationExecuteWithPrivileges) The purpose of this API is to give application developers an easy way to perform operations with root privileges, such as for application installation or updating. This API does not validate that the program requesting root privileges comes from a reputable source or has been maliciously modified.", "metadata": {"technique_id": "T1548.004", "technique_name": "Elevated Execution with Prompt", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Protocol or Service Impersonation (T1001.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may impersonate legitimate protocols or web service traffic to disguise command and control activity and thwart analysis efforts. By impersonating legitimate protocols or web services, adversaries can make their command and control traffic blend in with legitimate network traffic.", "metadata": {"technique_id": "T1001.003", "technique_name": "Protocol or Service Impersonation", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Hidden Files and Directories (T1158)?", "input": "Linux\nmacOS\nWindows", "output": "To prevent normal users from accidentally changing special files on a system, most operating systems have the concept of a ‘hidden’ file. These files don’t show up when a user browses the file system with a GUI or when using normal commands on the command line. Users must explicitly ask to show the hidden files either via a series of Graphical User Interface (GUI) prompts or with command line switches (dir /a for Windows and ls –a for Linux and macOS).", "metadata": {"technique_id": "T1158", "technique_name": "Hidden Files and Directories", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "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 (T1566.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIdentity Provider\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems. Spearphishing with a link is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of links to download malware contained in email, instead of attaching malicious files to the email itself, to avoid defenses that may inspect email attachments. Spearphishing may also involve social engineering techniques, such as posing as a trusted source.", "metadata": {"technique_id": "T1566.002", "technique_name": "Spearphishing Link", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Taint Shared Content (T1080). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nLinux\nmacOS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n", "metadata": {"technique_id": "T1080", "technique_name": "Taint Shared Content", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Group Policy Discovery (T1615)?", "input": "Windows", "output": "Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy allows for centralized management of user and computer settings in Active Directory (AD). Group policy objects (GPOs) are containers for group policy settings made up of files stored within a predictable network path `\\\\SYSVOL\\\\Policies\\`.(Citation: TechNet Group Policy Basics)(Citation: ADSecurity GPO Persistence 2016)", "metadata": {"technique_id": "T1615", "technique_name": "Group Policy Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Virtual Machine Discovery (T1673). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may attempt to enumerate running virtual machines (VMs) after gaining access to a host or hypervisor. For example, adversaries may enumerate a list of VMs on an ESXi hypervisor using a [Hypervisor CLI](https://attack.mitre.org/techniques/T1059/012) such as `esxcli` or `vim-cmd` (e.g. `esxcli vm process list or vim-cmd vmsvc/getallvms`).(Citation: Crowdstrike Hypervisor Jackpotting Pt 2 2021)(Citation: TrendMicro Play) Adversaries may also directly leverage a graphical user interface, such as VMware vCenter, in order to view virtual machines on a host.", "metadata": {"technique_id": "T1673", "technique_name": "Virtual Machine Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique MMC (T1218.014). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 consoles that contain administrative tools created by Microsoft, called snap-ins. These snap-ins may be used to manage Windows systems locally or remotely. MMC can also be used to open Microsoft created .msc files to manage system configuration.(Citation: win_msc_files_overview)", "metadata": {"technique_id": "T1218.014", "technique_name": "MMC", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique IIS Components (T1505.004)?", "input": "Windows", "output": "Adversaries may install malicious components that run on Internet Information Services (IIS) web servers to establish persistence. IIS provides several mechanisms to extend the functionality of the web servers. For example, Internet Server Application Programming Interface (ISAPI) extensions and filters can be installed to examine and/or modify incoming and outgoing IIS web requests. Extensions and filters are deployed as DLL files that export three functions: Get{Extension/Filter}Version, Http{Extension/Filter}Proc, and (optionally) Terminate{Extension/Filter}. IIS modules may also be installed to extend IIS web servers.(Citation: Microsoft ISAPI Extension Overview 2017)(Citation: Microsoft ISAPI Filter Overview 2017)(Citation: IIS Backdoor 2011)(Citation: Trustwave IIS Module 2013)", "metadata": {"technique_id": "T1505.004", "technique_name": "IIS Components", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Steganography (T1001.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use steganographic techniques to hide command and control traffic to make detection efforts more difficult. Steganographic techniques can be used to hide data in digital messages that are transferred between systems. This hidden information can be used for command and control of compromised systems. In some cases, the passing of files embedded using steganography, such as image or document files, can be used for command and control.", "metadata": {"technique_id": "T1001.002", "technique_name": "Steganography", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Clear Persistence (T1070.009). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may clear artifacts associated with previously established persistence on a host system to remove evidence of their activity. This may involve various actions, such as removing services, deleting executables, [Modify Registry](https://attack.mitre.org/techniques/T1112), [Plist File Modification](https://attack.mitre.org/techniques/T1647), or other methods of cleanup to prevent defenders from collecting evidence of their persistent presence.(Citation: Cylance Dust Storm) Adversaries may also delete accounts previously created to maintain persistence (i.e. [Create Account](https://attack.mitre.org/techniques/T1136)).(Citation: Talos - Cisco Attack 2022)", "metadata": {"technique_id": "T1070.009", "technique_name": "Clear Persistence", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Share Connection Removal (T1070.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may remove share connections that are no longer useful in order to clean up traces of their operation. Windows shared drive and [SMB/Windows Admin Shares](https://attack.mitre.org/techniques/T1021/002) connections can be removed when no longer needed. [Net](https://attack.mitre.org/software/S0039) is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command. (Citation: Technet Net Use)", "metadata": {"technique_id": "T1070.005", "technique_name": "Network Share Connection Removal", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Hidden Users (T1564.002)?", "input": "macOS\nWindows\nLinux", "output": "Adversaries may use hidden users to hide the presence of user accounts they create or modify. Administrators may want to hide users when there are many user accounts on a given system or if they want to hide their administrative or other management accounts from other users.", "metadata": {"technique_id": "T1564.002", "technique_name": "Hidden Users", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Threat Intel Vendors (T1597.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search private data from threat intelligence vendors for information that can be used during targeting. Threat intelligence vendors may offer paid feeds or portals that offer more data than what is publicly reported. Although sensitive details (such as customer names and other identifiers) may be redacted, this information may contain trends regarding breaches such as target industries, attribution claims, and successful TTPs/countermeasures.(Citation: D3Secutrity CTI Feeds)", "metadata": {"technique_id": "T1597.001", "technique_name": "Threat Intel Vendors", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Private Keys (T1552.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nNetwork Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search for private key certificate files on compromised systems for insecurely stored credentials. Private cryptographic keys and certificates are used for authentication, encryption/decryption, and digital signatures.(Citation: Wikipedia Public Key Crypto) Common key and certificate file extensions include: .key, .pgp, .gpg, .ppk., .p12, .pem, .pfx, .cer, .p7b, .asc.", "metadata": {"technique_id": "T1552.004", "technique_name": "Private Keys", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique At (T1053.002)?", "input": "Windows\nLinux\nmacOS", "output": "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 date. Although deprecated in favor of [Scheduled Task](https://attack.mitre.org/techniques/T1053/005)'s [schtasks](https://attack.mitre.org/software/S0111) in Windows environments, using [at](https://attack.mitre.org/software/S0110) requires that the Task Scheduler service be running, and the user to be logged on as a member of the local Administrators group. In addition to explicitly running the `at` command, adversaries may also schedule a task with [at](https://attack.mitre.org/software/S0110) by directly leveraging the [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) `Win32_ScheduledJob` WMI class.(Citation: Malicious Life by Cybereason)", "metadata": {"technique_id": "T1053.002", "technique_name": "At", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exploits (T1588.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 online or purchase them from exploit vendors.(Citation: Exploit Database)(Citation: TempertonDarkHotel)(Citation: NationsBuying)", "metadata": {"technique_id": "T1588.005", "technique_name": "Exploits", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Cloud Storage Object Discovery (T1619)?", "input": "IaaS", "output": "Adversaries may enumerate objects in cloud storage infrastructure. Adversaries may use this information during automated discovery to shape follow-on behaviors, including requesting all or specific objects from cloud storage. Similar to [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) on a local host, after identifying available storage services (i.e. [Cloud Infrastructure Discovery](https://attack.mitre.org/techniques/T1580)) adversaries may access the contents/objects stored in cloud infrastructure.", "metadata": {"technique_id": "T1619", "technique_name": "Cloud Storage Object Discovery", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Develop Capabilities (T1587)?", "input": "PRE", "output": "Adversaries may build capabilities that can be used during targeting. Rather than purchasing, freely downloading, or stealing capabilities, adversaries may develop their own capabilities in-house. This is the process of identifying development requirements and building solutions such as malware, exploits, and self-signed certificates. Adversaries may develop capabilities to support their operations throughout numerous phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: Kaspersky Sofacy)(Citation: Bitdefender StrongPity June 2020)(Citation: Talos Promethium June 2020)", "metadata": {"technique_id": "T1587", "technique_name": "Develop Capabilities", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Additional Container Cluster Roles (T1098.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Containers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may add additional roles or permissions to an adversary-controlled user or service account to maintain persistent access to a container orchestration system. For example, an adversary with sufficient permissions may create a RoleBinding or a ClusterRoleBinding to bind a Role or ClusterRole to a Kubernetes account.(Citation: Kubernetes RBAC)(Citation: Aquasec Kubernetes Attack 2023) Where attribute-based access control (ABAC) is in use, an adversary with sufficient permissions may modify a Kubernetes ABAC policy to give the target account additional permissions.(Citation: Kuberentes ABAC)", "metadata": {"technique_id": "T1098.006", "technique_name": "Additional Container Cluster Roles", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Msiexec (T1218.007)?", "input": "Windows", "output": "Adversaries may abuse msiexec.exe to proxy execution of malicious payloads. Msiexec.exe is the command-line utility for the Windows Installer and is thus commonly associated with executing installation packages (.msi).(Citation: Microsoft msiexec) The Msiexec.exe binary may also be digitally signed by Microsoft.", "metadata": {"technique_id": "T1218.007", "technique_name": "Msiexec", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exploitation for Defense Evasion (T1211). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS\nSaaS\nIaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries 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 may exist in defensive security software that can be used to disable or circumvent them.", "metadata": {"technique_id": "T1211", "technique_name": "Exploitation for Defense Evasion", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Remote Desktop Protocol (T1021.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to log into a computer using the Remote Desktop Protocol (RDP). The adversary may then perform actions as the logged-on user.", "metadata": {"technique_id": "T1021.001", "technique_name": "Remote Desktop Protocol", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Determine Physical Locations (T1591.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather the victim's physical location(s) that can be used during targeting. Information about physical locations of a target organization may include a variety of details, including where key resources and infrastructure are housed. Physical locations may also indicate what legal jurisdiction and/or authorities the victim operates within.", "metadata": {"technique_id": "T1591.001", "technique_name": "Determine Physical Locations", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Pass the Hash (T1550.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may “pass the hash” using stolen password hashes to move laterally within an environment, bypassing normal system access controls. Pass the hash (PtH) is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash.", "metadata": {"technique_id": "T1550.002", "technique_name": "Pass the Hash", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Multi-Factor Authentication Interception (T1111). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may target multi-factor authentication (MFA) mechanisms, (i.e., smart cards, token generators, etc.) to gain access to credentials that can be used to access systems, services, and network resources. Use of MFA is recommended and provides a higher level of security than usernames and passwords alone, but organizations should be aware of techniques that could be used to intercept and bypass these security mechanisms.", "metadata": {"technique_id": "T1111", "technique_name": "Multi-Factor Authentication Interception", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Trust Dependencies (T1590.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's network trust dependencies that can be used during targeting. Information about network trusts may include a variety of details, including second or third-party organizations/domains (ex: managed service providers, contractors, etc.) that have connected (and potentially elevated) network access.", "metadata": {"technique_id": "T1590.003", "technique_name": "Network Trust Dependencies", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique VDSO Hijacking (T1055.014). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may inject malicious code into processes via VDSO hijacking in order to evade process-based defenses as well as possibly elevate privileges. Virtual dynamic shared object (vdso) hijacking is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.014", "technique_name": "VDSO Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AppleScript (T1155). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nmacOS and OS X applications send AppleEvent messages to each other for interprocess communications (IPC). These messages can be easily scripted with AppleScript for local or remote IPC. Osascript executes AppleScript and any other Open Scripting Architecture (OSA) language scripts. A list of OSA languages installed on a system can be found by using the osalang program.", "metadata": {"technique_id": "T1155", "technique_name": "AppleScript", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Plist Modification (T1150). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nProperty list (plist) files contain all of the information that macOS and OS X uses to configure applications and services. These files are UTF-8 encoded and formatted like XML documents via a series of keys surrounded by < >. They detail when programs should execute, file paths to the executables, program arguments, required OS permissions, and many others. plists are located in certain locations depending on their purpose such as /Library/Preferences (which execute with elevated privileges) and ~/Library/Preferences (which execute with a user's privileges).", "metadata": {"technique_id": "T1150", "technique_name": "Plist Modification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Mark-of-the-Web Bypass (T1553.005)?", "input": "Windows", "output": "Adversaries may abuse specific file formats to subvert Mark-of-the-Web (MOTW) controls. In Windows, when files are downloaded from the Internet, they are tagged with a hidden NTFS Alternate Data Stream (ADS) named Zone.Identifier with a specific value known as the MOTW.(Citation: Microsoft Zone.Identifier 2020) Files that are tagged with MOTW are protected and cannot perform certain actions. For example, starting in MS Office 10, if a MS Office file has the MOTW, it will open in Protected View. Executables tagged with the MOTW will be processed by Windows Defender SmartScreen that compares files with an allowlist of well-known executables. If the file is not known/trusted, SmartScreen will prevent the execution and warn the user not to run it.(Citation: Beek Use of VHD Dec 2020)(Citation: Outflank MotW 2020)(Citation: Intezer Russian APT Dec 2020)", "metadata": {"technique_id": "T1553.005", "technique_name": "Mark-of-the-Web Bypass", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Space after Filename (T1036.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries can hide a program's true filetype by changing the extension of a file. With certain file types (specifically this does not work with .app extensions), appending a space to the end of a filename will change how the file is processed by the operating system.", "metadata": {"technique_id": "T1036.006", "technique_name": "Space after Filename", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Gatekeeper Bypass (T1144). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nIn macOS and OS X, when applications or programs are downloaded from the internet, there is a special attribute set on the file called com.apple.quarantine. This attribute is read by Apple's Gatekeeper defense program at execution time and provides a prompt to the user to allow or deny execution.", "metadata": {"technique_id": "T1144", "technique_name": "Gatekeeper Bypass", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Mavinject (T1218.013)?", "input": "Windows", "output": "Adversaries may abuse mavinject.exe to proxy execution of malicious code. Mavinject.exe is the Microsoft Application Virtualization Injector, a Windows utility that can inject code into external processes as part of Microsoft Application Virtualization (App-V).(Citation: LOLBAS Mavinject)", "metadata": {"technique_id": "T1218.013", "technique_name": "Mavinject", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Customer Relationship Management Software (T1213.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage Customer Relationship Management (CRM) software to mine valuable information. CRM software is used to assist organizations in tracking and managing customer interactions, as well as storing customer data.", "metadata": {"technique_id": "T1213.004", "technique_name": "Customer Relationship Management Software", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Services File Permissions Weakness (T1574.010). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by hijacking the binaries used by services. Adversaries may use flaws in the permissions of Windows services to replace the binary that is executed upon service start. These service processes may automatically execute specific binaries as part of their functionality or to perform other actions. If the permissions on the file system directory containing a target binary, or permissions on the binary itself are improperly set, then the target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.", "metadata": {"technique_id": "T1574.010", "technique_name": "Services File Permissions Weakness", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Domain Generation Algorithms (T1568.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may make use of Domain Generation Algorithms (DGAs) to dynamically identify a destination domain for command and control traffic rather than relying on a list of static IP addresses or domains. This has the advantage of making it much harder for defenders to block, track, or take over the command and control channel, as there potentially could be thousands of domains that malware can check for instructions.(Citation: Cybereason Dissecting DGAs)(Citation: Cisco Umbrella DGA)(Citation: Unit 42 DGA Feb 2019)", "metadata": {"technique_id": "T1568.002", "technique_name": "Domain Generation Algorithms", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique CDNs (T1596.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search content delivery network (CDN) data about victims that can be used during targeting. CDNs allow an organization to host content from a distributed, load balanced array of servers. CDNs may also allow organizations to customize content delivery based on the requestor’s geographical region.", "metadata": {"technique_id": "T1596.004", "technique_name": "CDNs", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Reflection Amplification (T1498.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nIaaS\nLinux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to cause a denial of service (DoS) by reflecting a high-volume of network traffic to a target. This type of Network DoS takes advantage of a third-party server intermediary that hosts and will respond to a given spoofed source IP address. This third-party server is commonly termed a reflector. An adversary accomplishes a reflection attack by sending packets to reflectors with the spoofed address of the victim. Similar to Direct Network Floods, more than one system may be used to conduct the attack, or a botnet may be used. Likewise, one or more reflectors may be used to focus traffic on the target.(Citation: Cloudflare ReflectionDoS May 2017) This Network DoS attack may also reduce the availability and functionality of the targeted system(s) and network.", "metadata": {"technique_id": "T1498.002", "technique_name": "Reflection Amplification", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Group Policy Preferences (T1552.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to find unsecured credentials in Group Policy Preferences (GPP). GPP are tools that allow administrators to create domain policies with embedded credentials. These policies allow administrators to set local accounts.(Citation: Microsoft GPP 2016)", "metadata": {"technique_id": "T1552.006", "technique_name": "Group Policy Preferences", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Policy Discovery (T1201). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nLinux\nmacOS\nIaaS\nNetwork Devices\nIdentity Provider\nSaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to access detailed information about the password policy used within an enterprise network or cloud environment. Password policies are a way to enforce complex passwords that are difficult to guess or crack through [Brute Force](https://attack.mitre.org/techniques/T1110). This information may help the adversary to create a list of common passwords and launch dictionary and/or brute force attacks which adheres to the policy (e.g. if the minimum password length should be 8, then not trying passwords such as 'pass123'; not checking for more than 3-4 passwords per account if the lockout is set to 6 as to not lock out accounts).", "metadata": {"technique_id": "T1201", "technique_name": "Password Policy Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique XSL Script Processing (T1220). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may bypass application control and obscure execution of code by embedding scripts inside XSL files. Extensible Stylesheet Language (XSL) files are commonly used to describe the processing and rendering of data within XML files. To support complex operations, the XSL standard includes support for embedded scripting in various languages. (Citation: Microsoft XSLT Script Mar 2017)", "metadata": {"technique_id": "T1220", "technique_name": "XSL Script Processing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Employee Names (T1589.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather employee names that can be used during targeting. Employee names be used to derive email addresses as well as to help guide other reconnaissance efforts and/or craft more-believable lures.", "metadata": {"technique_id": "T1589.003", "technique_name": "Employee Names", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Chat Messages (T1552.008)?", "input": "SaaS\nOffice Suite", "output": "Adversaries may directly collect unsecured credentials stored or passed through user communication services. Credentials may be sent and stored in user chat communication applications such as email, chat services like Slack or Teams, collaboration tools like Jira or Trello, and any other services that support user communication. Users may share various forms of credentials (such as usernames and passwords, API keys, or authentication tokens) on private or public corporate internal communications channels.", "metadata": {"technique_id": "T1552.008", "technique_name": "Chat Messages", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Serverless Execution (T1648). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS\nIaaS\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse serverless computing, integration, and automation services to execute arbitrary code in cloud environments. Many cloud providers offer a variety of serverless resources, including compute engines, application integration services, and web servers.", "metadata": {"technique_id": "T1648", "technique_name": "Serverless Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Thread Local Storage (T1055.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may inject malicious code into processes via thread local storage (TLS) callbacks in order to evade process-based defenses as well as possibly elevate privileges. TLS callback injection is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.005", "technique_name": "Thread Local Storage", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Remote Email Collection (T1114.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may target an Exchange server, Office 365, or Google Workspace to collect sensitive information. Adversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network. Adversaries may also access externally facing Exchange services, Office 365, or Google Workspace to access email using credentials or access tokens. Tools such as [MailSniper](https://attack.mitre.org/software/S0413) can be used to automate searches for specific keywords.", "metadata": {"technique_id": "T1114.002", "technique_name": "Remote Email Collection", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Exploits (T1587.004)?", "input": "PRE", "output": "Adversaries may develop 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 finding/modifying exploits from online or purchasing them from exploit vendors, an adversary may develop their own exploits.(Citation: NYTStuxnet) Adversaries may use information acquired via [Vulnerabilities](https://attack.mitre.org/techniques/T1588/006) to focus exploit development efforts. As part of the exploit development process, adversaries may uncover exploitable vulnerabilities through methods such as fuzzing and patch analysis.(Citation: Irongeek Sims BSides 2017)", "metadata": {"technique_id": "T1587.004", "technique_name": "Exploits", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Systemd Timers (T1053.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse systemd timers to perform task scheduling for initial or recurring execution of malicious code. Systemd timers are unit files with file extension .timer that control services. Timers can be set to run on a calendar event or after a time span relative to a starting point. They can be used as an alternative to [Cron](https://attack.mitre.org/techniques/T1053/003) in Linux environments.(Citation: archlinux Systemd Timers Aug 2020) Systemd timers may be activated remotely via the systemctl command line utility, which operates over [SSH](https://attack.mitre.org/techniques/T1021/004).(Citation: Systemd Remote Control)", "metadata": {"technique_id": "T1053.006", "technique_name": "Systemd Timers", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Launch Agent (T1159)?", "input": "macOS", "output": "Per Apple’s developer documentation, when a user logs in, a per-user launchd process is started which loads the parameters for each launch-on-demand user agent from the property list (plist) files found in /System/Library/LaunchAgents, /Library/LaunchAgents, and $HOME/Library/LaunchAgents (Citation: AppleDocs Launch Agent Daemons) (Citation: OSX Keydnap malware) (Citation: Antiquated Mac Malware). These launch agents have property list files which point to the executables that will be launched (Citation: OSX.Dok Malware).", "metadata": {"technique_id": "T1159", "technique_name": "Launch Agent", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique User Activity Based Checks (T1497.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may employ various user activity checks to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (VME) or sandbox. If the adversary detects a VME, they may alter their malware to disengage from the victim or conceal the core functions of the implant. They may also search for VME artifacts before dropping secondary or additional payloads. Adversaries may use the information learned from [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497) during automated discovery to shape follow-on behaviors.(Citation: Deloitte Environment Awareness)", "metadata": {"technique_id": "T1497.002", "technique_name": "User Activity Based Checks", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Archive via Library (T1560.002)?", "input": "Linux\nmacOS\nWindows", "output": "An adversary may compress or encrypt data that is collected prior to exfiltration using 3rd party libraries. Many libraries exist that can archive data, including [Python](https://attack.mitre.org/techniques/T1059/006) rarfile (Citation: PyPI RAR), libzip (Citation: libzip), and zlib (Citation: Zlib Github). Most libraries include functionality to encrypt and/or compress data.", "metadata": {"technique_id": "T1560.002", "technique_name": "Archive via Library", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique CMSTP (T1191). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe Microsoft Connection Manager Profile Installer (CMSTP.exe) is a command-line program used to install Connection Manager service profiles. (Citation: Microsoft Connection Manager Oct 2009) CMSTP.exe accepts an installation information file (INF) as a parameter and installs a service profile leveraged for remote access connections.", "metadata": {"technique_id": "T1191", "technique_name": "CMSTP", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Link Target (T1608.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may put in place resources that are referenced by a link that can be used during targeting. An adversary may rely upon a user clicking a malicious link in order to divulge information (including credentials) or to gain execution, as in [Malicious Link](https://attack.mitre.org/techniques/T1204/001). Links can be used for spearphishing, such as sending an email accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser. Prior to a phish for information (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003)) or a phish to gain initial access to a system (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002)), an adversary must set up the resources for a link target for the spearphishing link.", "metadata": {"technique_id": "T1608.005", "technique_name": "Link Target", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Spoof Security Alerting (T1562.011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nmacOS\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may spoof security alerting from tools, presenting false evidence to impair defenders’ awareness of malicious activity.(Citation: BlackBasta) Messages produced by defensive tools contain information about potential security events as well as the functioning status of security software and the system. Security reporting messages are important for monitoring the normal operation of a system and identifying important events that can signal a security incident.", "metadata": {"technique_id": "T1562.011", "technique_name": "Spoof Security Alerting", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Additional Local or Domain Groups (T1098.007)?", "input": "Windows\nmacOS\nLinux", "output": "An adversary may add additional local or domain groups to an adversary-controlled account to maintain persistent access to a system or domain.", "metadata": {"technique_id": "T1098.007", "technique_name": "Additional Local or Domain Groups", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Guessing (T1110.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices\nOffice Suite\nIdentity Provider\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts. Without knowledge of the password for an account, an adversary may opt to systematically guess the password using a repetitive or iterative mechanism. An adversary may guess login credentials without prior knowledge of system or environment passwords during an operation by using a list of common passwords. Password guessing may or may not take into account the target's policies on password complexity or use policies that may lock accounts out after a number of failed attempts.", "metadata": {"technique_id": "T1110.001", "technique_name": "Password Guessing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Active Scanning (T1595). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute active reconnaissance scans to gather information that can be used during targeting. Active scans are those where the adversary probes victim infrastructure via network traffic, as opposed to other forms of reconnaissance that do not involve direct interaction.", "metadata": {"technique_id": "T1595", "technique_name": "Active Scanning", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Control Panel Items (T1196). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows Control Panel items are utilities that allow users to view and adjust computer settings. Control Panel items are registered executable (.exe) or Control Panel (.cpl) files, the latter are actually renamed dynamic-link library (.dll) files that export a CPlApplet function. (Citation: Microsoft Implementing CPL) (Citation: TrendMicro CPL Malware Jan 2014) Control Panel items can be executed directly from the command line, programmatically via an application programming interface (API) call, or by simply double-clicking the file. (Citation: Microsoft Implementing CPL) (Citation: TrendMicro CPL Malware Jan 2014) (Citation: TrendMicro CPL Malware Dec 2013)", "metadata": {"technique_id": "T1196", "technique_name": "Control Panel Items", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Spraying (T1110.003). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Containers\nIaaS\nIdentity Provider\nLinux\nNetwork Devices\nOffice Suite\nSaaS\nWindows\nmacOS\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials. Password spraying uses one password (e.g. 'Password01'), or a small list of commonly used passwords, that may match the complexity policy of the domain. Logins are attempted with that password against many different accounts on a network to avoid account lockouts that would normally occur when brute forcing a single account with many passwords. (Citation: BlackHillsInfosec Password Spraying)", "metadata": {"technique_id": "T1110.003", "technique_name": "Password Spraying", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Container Orchestration Job (T1053.007)?", "input": "Containers", "output": "Adversaries may abuse task scheduling functionality provided by container orchestration tools such as Kubernetes to schedule deployment of containers configured to execute malicious code. Container orchestration jobs run these automated tasks at a specific date and time, similar to cron jobs on a Linux system. Deployments of this type can also be configured to maintain a quantity of containers over time, automating the process of maintaining persistence within a cluster.", "metadata": {"technique_id": "T1053.007", "technique_name": "Container Orchestration Job", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Network Security Appliances (T1590.006). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather information about the victim's network security appliances that can be used during targeting. Information about network security appliances may include a variety of details, such as the existence and specifics of deployed firewalls, content filters, and proxies/bastion hosts. Adversaries may also target information about victim network-based intrusion detection systems (NIDS) or other appliances related to defensive cybersecurity operations.", "metadata": {"technique_id": "T1590.006", "technique_name": "Network Security Appliances", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AppDomainManager (T1574.014). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may execute their own malicious payloads by hijacking how the .NET `AppDomainManager` loads assemblies. The .NET framework uses the `AppDomainManager` class to create and manage one or more isolated runtime environments (called application domains) inside a process to host the execution of .NET applications. Assemblies (`.exe` or `.dll` binaries compiled to run as .NET code) may be loaded into an application domain as executable code.(Citation: Microsoft App Domains)", "metadata": {"technique_id": "T1574.014", "technique_name": "AppDomainManager", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Phishing (T1566). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIdentity Provider\nOffice Suite", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may send phishing messages to gain access to victim systems. All forms of phishing are electronically delivered social engineering. Phishing can be targeted, known as spearphishing. In spearphishing, a specific individual, company, or industry will be targeted by the adversary. More generally, adversaries can conduct non-targeted phishing, such as in mass malware spam campaigns.", "metadata": {"technique_id": "T1566", "technique_name": "Phishing", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data Transfer Size Limits (T1030). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAn adversary may exfiltrate data in fixed size chunks instead of whole files or limit packet sizes below certain thresholds. This approach may be used to avoid triggering network data transfer threshold alerts.", "metadata": {"technique_id": "T1030", "technique_name": "Data Transfer Size Limits", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Electron Applications (T1218.015). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nWindows\nLinux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse components of the Electron framework to execute malicious code. The Electron framework hosts many common applications such as Signal, Slack, and Microsoft Teams.(Citation: Electron 2) Originally developed by GitHub, Electron is a cross-platform desktop application development framework that employs web technologies like JavaScript, HTML, and CSS.(Citation: Electron 3) The Chromium engine is used to display web content and Node.js runs the backend code.(Citation: Electron 1)", "metadata": {"technique_id": "T1218.015", "technique_name": "Electron Applications", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Cloud Service Hijacking (T1496.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "SaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may leverage compromised software-as-a-service (SaaS) applications to complete resource-intensive tasks, which may impact hosted service availability.", "metadata": {"technique_id": "T1496.004", "technique_name": "Cloud Service Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Process Doppelgänging (T1055.013)?", "input": "Windows", "output": "Adversaries may inject malicious code into process via process doppelgänging in order to evade process-based defenses as well as possibly elevate privileges. Process doppelgänging is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.013", "technique_name": "Process Doppelgänging", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Component Firmware (T1542.002)?", "input": "Windows\nLinux\nmacOS", "output": "Adversaries may modify component firmware to persist on systems. Some adversaries may employ sophisticated means to compromise computer components and install malicious firmware that will execute adversary code outside of the operating system and main system firmware or BIOS. This technique may be similar to [System Firmware](https://attack.mitre.org/techniques/T1542/001) but conducted upon other system components/devices that may not have the same capability or level of integrity checking.", "metadata": {"technique_id": "T1542.002", "technique_name": "Component Firmware", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique IDE Extensions (T1176.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse an integrated development environment (IDE) extension to establish persistent access to victim systems.(Citation: Mnemonic misuse visual studio) IDEs such as Visual Studio Code, IntelliJ IDEA, and Eclipse support extensions - software components that add features like code linting, auto-completion, task automation, or integration with tools like Git and Docker. A malicious extension can be installed through an extension marketplace (i.e., [Compromise Software Dependencies and Development Tools](https://attack.mitre.org/techniques/T1195/001)) or side-loaded directly into the IDE.(Citation: Abramovsky VSCode Security)(Citation: Lakshmanan Visual Studio Marketplace)", "metadata": {"technique_id": "T1176.002", "technique_name": "IDE Extensions", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Disk Content Wipe (T1488). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may erase the contents of storage devices on specific systems as well as large numbers of systems in a network to interrupt availability to system and network resources.", "metadata": {"technique_id": "T1488", "technique_name": "Disk Content Wipe", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique BITS Jobs (T1197)?", "input": "Windows", "output": "Adversaries may abuse BITS jobs to persistently execute code and perform various background tasks. Windows Background Intelligent Transfer Service (BITS) is a low-bandwidth, asynchronous file transfer mechanism exposed through [Component Object Model](https://attack.mitre.org/techniques/T1559/001) (COM).(Citation: Microsoft COM)(Citation: Microsoft BITS) BITS is commonly used by updaters, messengers, and other applications preferred to operate in the background (using available idle bandwidth) without interrupting other networked applications. File transfer tasks are implemented as BITS jobs, which contain a queue of one or more file operations.", "metadata": {"technique_id": "T1197", "technique_name": "BITS Jobs", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Custom Cryptographic Protocol (T1024)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may use a custom cryptographic protocol or algorithm to hide command and control traffic. A simple scheme, such as XOR-ing the plaintext with a fixed key, will produce a very weak ciphertext.", "metadata": {"technique_id": "T1024", "technique_name": "Custom Cryptographic Protocol", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Space after Filename (T1151). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries can hide a program's true filetype by changing the extension of a file. With certain file types (specifically this does not work with .app extensions), appending a space to the end of a filename will change how the file is processed by the operating system. For example, if there is a Mach-O executable file called evil.bin, when it is double clicked by a user, it will launch Terminal.app and execute. If this file is renamed to evil.txt, then when double clicked by a user, it will launch with the default text editing application (not executing the binary). However, if the file is renamed to \"evil.txt \" (note the space at the end), then when double clicked by a user, the true file type is determined by the OS and handled appropriately and the binary will be executed (Citation: Mac Backdoors are back).", "metadata": {"technique_id": "T1151", "technique_name": "Space after Filename", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Proc Filesystem (T1003.007). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc//maps` file shows how memory is mapped within the process’s virtual address space. And `/proc//mem`, exposed for debugging purposes, provides access to the process’s virtual address space.(Citation: Picus Labs Proc cump 2022)(Citation: baeldung Linux proc map 2022)", "metadata": {"technique_id": "T1003.007", "technique_name": "Proc Filesystem", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Command Obfuscation (T1027.010)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may obfuscate content during command execution to impede detection. Command-line obfuscation is a method of making strings and patterns within commands and scripts more difficult to signature and analyze. This type of obfuscation can be included within commands executed by delivered payloads (e.g., [Phishing](https://attack.mitre.org/techniques/T1566) and [Drive-by Compromise](https://attack.mitre.org/techniques/T1189)) or interactively via [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059).(Citation: Akamai JS)(Citation: Malware Monday VBE)", "metadata": {"technique_id": "T1027.010", "technique_name": "Command Obfuscation", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique VNC (T1021.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to remotely control machines using Virtual Network Computing (VNC). VNC is a platform-independent desktop sharing system that uses the RFB (“remote framebuffer”) protocol to enable users to remotely control another computer’s display by relaying the screen, mouse, and keyboard inputs over the network.(Citation: The Remote Framebuffer Protocol)", "metadata": {"technique_id": "T1021.005", "technique_name": "VNC", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hidden Users (T1147). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nEvery user account in macOS has a userID associated with it. When creating a user, you can specify the userID for that account. There is a property value in /Library/Preferences/com.apple.loginwindow called Hide500Users that prevents users with userIDs 500 and lower from appearing at the login screen. By using the [Create Account](https://attack.mitre.org/techniques/T1136) technique with a userID under 500 and enabling this property (setting it to Yes), an adversary can hide their user accounts much more easily: sudo dscl . -create /Users/username UniqueID 401 (Citation: Cybereason OSX Pirrit).", "metadata": {"technique_id": "T1147", "technique_name": "Hidden Users", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Input Capture (T1056). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nNetwork Devices\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use methods of capturing user input to obtain credentials or collect information. During normal system usage, users often provide credentials to various different locations, such as login pages/portals or system dialog boxes. Input capture mechanisms may be transparent to the user (e.g. [Credential API Hooking](https://attack.mitre.org/techniques/T1056/004)) or rely on deceiving the user into providing input into what they believe to be a genuine service (e.g. [Web Portal Capture](https://attack.mitre.org/techniques/T1056/003)).", "metadata": {"technique_id": "T1056", "technique_name": "Input Capture", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Source (T1153). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated and should no longer be used.**", "metadata": {"technique_id": "T1153", "technique_name": "Source", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Exploitation for Client Execution (T1203). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nWindows\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may exploit software vulnerabilities in client applications to execute code. Vulnerabilities can exist in software due to unsecure coding practices that can lead to unanticipated behavior. Adversaries can take advantage of certain vulnerabilities through targeted exploitation for the purpose of arbitrary code execution. Oftentimes the most valuable exploits to an offensive toolkit are those that can be used to obtain code execution on a remote system because they can be used to gain access to that system. Users will expect to see files related to the applications they commonly used to do work, so they are a useful target for exploit research and development because of their high utility.", "metadata": {"technique_id": "T1203", "technique_name": "Exploitation for Client Execution", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Password Filter DLL (T1174). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows password filters are password policy enforcement mechanisms for both domain and local accounts. Filters are implemented as dynamic link libraries (DLLs) containing a method to validate potential passwords against password policies. Filter DLLs can be positioned on local computers for local accounts and/or domain controllers for domain accounts.", "metadata": {"technique_id": "T1174", "technique_name": "Password Filter DLL", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Drive-by Target (T1608.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may prepare an operational environment to infect systems that visit a website over the normal course of browsing. Endpoint systems may be compromised through browsing to adversary controlled sites, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). In such cases, the user's web browser is typically targeted for exploitation (often not requiring any extra user interaction once landing on the site), but adversaries may also set up websites for non-exploitation behavior such as [Application Access Token](https://attack.mitre.org/techniques/T1550/001). Prior to [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), adversaries must stage resources needed to deliver that exploit to users who browse to an adversary controlled site. Drive-by content can be staged on adversary controlled infrastructure that has been acquired ([Acquire Infrastructure](https://attack.mitre.org/techniques/T1583)) or previously compromised ([Compromise Infrastructure](https://attack.mitre.org/techniques/T1584)).", "metadata": {"technique_id": "T1608.004", "technique_name": "Drive-by Target", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique PowerShell (T1086). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nPowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system. (Citation: TechNet PowerShell) Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer.", "metadata": {"technique_id": "T1086", "technique_name": "PowerShell", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Indicator Removal from Tools (T1027.005). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may remove indicators from tools if they believe their malicious tool was detected, quarantined, or otherwise curtailed. They can modify the tool by removing the indicator and using the updated version that is no longer detected by the target's defensive systems or subsequent targets that may use similar systems.", "metadata": {"technique_id": "T1027.005", "technique_name": "Indicator Removal from Tools", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique WHOIS (T1596.002)?", "input": "PRE", "output": "Adversaries may search public WHOIS data for information about victims that can be used during targeting. WHOIS data is stored by regional Internet registries (RIR) responsible for allocating and assigning Internet resources such as domain names. Anyone can query WHOIS servers for information about a registered domain, such as assigned IP blocks, contact information, and DNS nameservers.(Citation: WHOIS)", "metadata": {"technique_id": "T1596.002", "technique_name": "WHOIS", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Network Boundary Bridging (T1599)?", "input": "Network Devices", "output": "Adversaries may bridge network boundaries by compromising perimeter network devices or internal devices responsible for network segmentation. Breaching these devices may enable an adversary to bypass restrictions on traffic routing that otherwise separate trusted and untrusted networks.", "metadata": {"technique_id": "T1599", "technique_name": "Network Boundary Bridging", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Systemd Service (T1501). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nSystemd services can be used to establish persistence on a Linux system. The systemd service manager is commonly used for managing background daemon processes (also known as services) and other system resources.(Citation: Linux man-pages: systemd January 2014)(Citation: Freedesktop.org Linux systemd 29SEP2018) Systemd is the default initialization (init) system on many Linux distributions starting with Debian 8, Ubuntu 15.04, CentOS 7, RHEL 7, Fedora 15, and replaces legacy init systems including SysVinit and Upstart while remaining backwards compatible with the aforementioned init systems.", "metadata": {"technique_id": "T1501", "technique_name": "Systemd Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique ESXi Administration Command (T1675). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "ESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse ESXi administration services to execute commands on guest machines hosted within an ESXi virtual environment. Persistent background services on ESXi-hosted VMs, such as the VMware Tools Daemon Service, allow for remote management from the ESXi server. The tools daemon service runs as `vmtoolsd.exe` on Windows guest operating systems, `vmware-tools-daemon` on macOS, and `vmtoolsd ` on Linux.(Citation: Broadcom VMware Tools Services)", "metadata": {"technique_id": "T1675", "technique_name": "ESXi Administration Command", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Modify Cloud Resource Hierarchy (T1666). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "IaaS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to modify hierarchical structures in infrastructure-as-a-service (IaaS) environments in order to evade defenses.", "metadata": {"technique_id": "T1666", "technique_name": "Modify Cloud Resource Hierarchy", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Account Discovery (T1087). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nOffice Suite\nIdentity Provider\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment. This information can help adversaries determine which accounts exist, which can aid in follow-on behavior such as brute-forcing, spear-phishing attacks, or account takeovers (e.g., [Valid Accounts](https://attack.mitre.org/techniques/T1078)).", "metadata": {"technique_id": "T1087", "technique_name": "Account Discovery", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Service Registry Permissions Weakness (T1058). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nWindows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, [PowerShell](https://attack.mitre.org/techniques/T1086), or [Reg](https://attack.mitre.org/software/S0075). Access to Registry keys is controlled through Access Control Lists and permissions. (Citation: MSDN Registry Key Security)", "metadata": {"technique_id": "T1058", "technique_name": "Service Registry Permissions Weakness", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Windows Admin Shares (T1077)?", "input": "Windows", "output": "Windows systems have hidden network shares that are accessible only to administrators and provide the ability for remote file copy and other administrative functions. Example network shares include C$, ADMIN$, and IPC$.", "metadata": {"technique_id": "T1077", "technique_name": "Windows Admin Shares", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Bind Mounts (T1564.013). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse bind mounts on file structures to hide their activity and artifacts from native utilities. A bind mount maps a directory or file from one location on the filesystem to another, similar to a shortcut on Windows. It’s commonly used to provide access to specific files or directories across different environments, such as inside containers or chroot environments, and requires sudo access.", "metadata": {"technique_id": "T1564.013", "technique_name": "Bind Mounts", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique LC_MAIN Hijacking (T1149). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\n**This technique has been deprecated and should no longer be used.**", "metadata": {"technique_id": "T1149", "technique_name": "LC_MAIN Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Tool (T1588.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "PRE", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may buy, steal, or download software tools that can be used during targeting. Tools can be open or closed source, free or commercial. A tool can be used for malicious purposes by an adversary, but (unlike malware) were not intended to be used for those purposes (ex: [PsExec](https://attack.mitre.org/software/S0029)). Tool acquisition can involve the procurement of commercial software licenses, including for red teaming tools such as [Cobalt Strike](https://attack.mitre.org/software/S0154). Commercial software may be obtained through purchase, stealing licenses (or licensed copies of the software), or cracking trial versions.(Citation: Recorded Future Beacon 2019)", "metadata": {"technique_id": "T1588.002", "technique_name": "Tool", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Remote Service Session Hijacking (T1563). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may take control of preexisting sessions with remote services to move laterally in an environment. Users may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and RDP. When a user logs into a service, a session will be established that will allow them to maintain a continuous interaction with that service.", "metadata": {"technique_id": "T1563", "technique_name": "Remote Service Session Hijacking", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Data from Configuration Repository (T1602). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Network Devices", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may collect data related to managed devices from configuration repositories. Configuration repositories are used by management systems in order to configure, manage, and control data on remote systems. Configuration repositories may also facilitate remote access and administration of devices.", "metadata": {"technique_id": "T1602", "technique_name": "Data from Configuration Repository", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Replication Through Removable Media (T1091). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may move onto systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into a system and executes. In the case of Lateral Movement, this may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system. In the case of Initial Access, this may occur through manual manipulation of the media, modification of systems used to initially format the media, or modification to the media's firmware itself.", "metadata": {"technique_id": "T1091", "technique_name": "Replication Through Removable Media", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Systemd Service (T1543.002). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create or modify systemd services to repeatedly execute malicious payloads as part of persistence. Systemd is a system and service manager commonly used for managing background daemon processes (also known as services) and other system resources.(Citation: Linux man-pages: systemd January 2014) Systemd is the default initialization (init) system on many Linux distributions replacing legacy init systems, including SysVinit and Upstart, while remaining backwards compatible.", "metadata": {"technique_id": "T1543.002", "technique_name": "Systemd Service", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Asynchronous Procedure Call (T1055.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may inject malicious code into processes via the asynchronous procedure call (APC) queue in order to evade process-based defenses as well as possibly elevate privileges. APC injection is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.004", "technique_name": "Asynchronous Procedure Call", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 Other Network Medium (T1011). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may attempt to exfiltrate data over a different network medium than the command and control channel. If the command and control network is a wired Internet connection, the exfiltration may occur, for example, over a WiFi connection, modem, cellular data connection, Bluetooth, or another radio frequency (RF) channel.", "metadata": {"technique_id": "T1011", "technique_name": "Exfiltration Over Other Network Medium", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique SSH (T1021.004)?", "input": "Linux\nmacOS\nESXi", "output": "Adversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to log into remote machines using Secure Shell (SSH). The adversary may then perform actions as the logged-on user.", "metadata": {"technique_id": "T1021.004", "technique_name": "SSH", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Software Extensions (T1176)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may abuse software extensions to establish persistent access to victim systems. Software extensions are modular components that enhance or customize the functionality of software applications, including web browsers, Integrated Development Environments (IDEs), and other platforms.(Citation: Chrome Extension C2 Malware)(Citation: Abramovsky VSCode Security) Extensions are typically installed via official marketplaces, app stores, or manually loaded by users, and they often inherit the permissions and access levels of the host application.", "metadata": {"technique_id": "T1176", "technique_name": "Software Extensions", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Pass the Hash (T1075)?", "input": "Windows", "output": "Pass the hash (PtH) is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash. In this technique, valid password hashes for the account being used are captured using a Credential Access technique. Captured hashes are used with PtH to authenticate as that user. Once authenticated, PtH may be used to perform actions on local or remote systems.", "metadata": {"technique_id": "T1075", "technique_name": "Pass the Hash", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "What is the purpose of the ATT&CK technique Local Groups (T1069.001)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may attempt to find local system groups and permission settings. The knowledge of local system permission groups can help adversaries determine which groups exist and which users belong to a particular group. Adversaries may use this information to determine which users have elevated permissions, such as the users found within the local administrators group.", "metadata": {"technique_id": "T1069.001", "technique_name": "Local Groups", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique AS-REP Roasting (T1558.004). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Windows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may reveal credentials of accounts that have disabled Kerberos preauthentication by [Password Cracking](https://attack.mitre.org/techniques/T1110/002) Kerberos messages.(Citation: Harmj0y Roasting AS-REPs Jan 2017)", "metadata": {"technique_id": "T1558.004", "technique_name": "AS-REP Roasting", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique Path Interception by Unquoted Path (T1574.009)?", "input": "Windows", "output": "Adversaries may execute their own malicious payloads by hijacking vulnerable file path references. Adversaries can take advantage of paths that lack surrounding quotations by placing an executable in a higher level directory within the path, so that Windows will choose the adversary's executable to launch.", "metadata": {"technique_id": "T1574.009", "technique_name": "Path Interception by Unquoted Path", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique File Deletion (T1107). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may delete files left behind by the actions of their intrusion activity. Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces to indicate to what was done within a network and how. Removal of these files can occur during an intrusion, or as part of a post-intrusion process to minimize the adversary's footprint.", "metadata": {"technique_id": "T1107", "technique_name": "File Deletion", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "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 Alternative Protocol (T1048). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS\nWindows\nSaaS\nIaaS\nNetwork Devices\nOffice Suite\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may steal data by exfiltrating it over a different protocol 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.", "metadata": {"technique_id": "T1048", "technique_name": "Exfiltration Over Alternative Protocol", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Launchctl (T1569.001). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse launchctl to execute commands or programs. Launchctl interfaces with launchd, the service management framework for macOS. Launchctl supports taking subcommands on the command-line, interactively, or even redirected from standard input.(Citation: Launchctl Man)", "metadata": {"technique_id": "T1569.001", "technique_name": "Launchctl", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Sudo Caching (T1206). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "Linux\nmacOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nThe sudo command \"allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments.\" (Citation: sudo man page 2018) Since sudo was made for the system administrator, it has some useful configuration features such as a timestamp_timeout that is the amount of time in minutes between instances of sudo before it will re-prompt for a password. This is because sudo has the ability to cache credentials for a period of time. Sudo creates (or touches) a file at /var/db/sudo with a timestamp of when sudo was last run to determine this timeout. Additionally, there is a tty_tickets variable that treats each new tty (terminal session) in isolation. This means that, for example, the sudo timeout of one tty will not affect another tty (you will have to type the password again).", "metadata": {"technique_id": "T1206", "technique_name": "Sudo Caching", "domain": "enterprise-attack", "is_reasoning": true}}
{"instruction": "What is the purpose of the ATT&CK technique CMSTP (T1218.003)?", "input": "Windows", "output": "Adversaries may abuse CMSTP to proxy execution of malicious code. The Microsoft Connection Manager Profile Installer (CMSTP.exe) is a command-line program used to install Connection Manager service profiles. (Citation: Microsoft Connection Manager Oct 2009) CMSTP.exe accepts an installation information file (INF) as a parameter and installs a service profile leveraged for remote access connections.", "metadata": {"technique_id": "T1218.003", "technique_name": "CMSTP", "domain": "enterprise-attack", "is_reasoning": false}}
{"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Reflective Code Loading (T1620). Describe the attacker’s goal, prerequisites, execution, and outline at least two concrete mitigations. Provide your reasoning before the final answer under a ‘### Answer’ heading.", "input": "macOS\nLinux\nWindows", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a file path on disk (e.g., [Shared Modules](https://attack.mitre.org/techniques/T1129)).", "metadata": {"technique_id": "T1620", "technique_name": "Reflective Code Loading", "domain": "enterprise-attack", "is_reasoning": true}}