| {"instruction": "What is the purpose of the ATT&CK technique Cloud Services (T1021.007)?", "input": "SaaS\nIaaS\nOffice Suite\nIdentity Provider", "output": "Adversaries may log into accessible cloud services within a compromised environment using [Valid Accounts](https://attack.mitre.org/techniques/T1078) that are synchronized with or federated to on-premises user identities. The adversary may then perform management actions or access cloud-hosted resources as the logged-on user.", "metadata": {"technique_id": "T1021.007", "technique_name": "Cloud Services", "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 Gatekeeper Bypass (T1553.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 modify file attributes and subvert Gatekeeper functionality to evade user prompts and execute untrusted programs. Gatekeeper is a set of technologies that act as layer of Apple’s security model to ensure only trusted applications are executed on a host. Gatekeeper was built on top of File Quarantine in Snow Leopard (10.6, 2009) and has grown to include Code Signing, security policy compliance, Notarization, and more. Gatekeeper also treats applications running for the first time differently than reopened applications.(Citation: TheEclecticLightCompany Quarantine and the flag)(Citation: TheEclecticLightCompany apple notarization )", "metadata": {"technique_id": "T1553.001", "technique_name": "Gatekeeper Bypass", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Bypass User Account Control (T1548.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 bypass UAC mechanisms to elevate process privileges on system. Windows User Account Control (UAC) allows a program to elevate its privileges (tracked as integrity levels ranging from low to high) to perform a task under administrator-level permissions, possibly by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action.(Citation: TechNet How UAC Works)", "metadata": {"technique_id": "T1548.002", "technique_name": "Bypass User Account Control", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Vulnerability Scanning (T1595.002)?", "input": "PRE", "output": "Adversaries may scan victims for vulnerabilities that can be used during targeting. Vulnerability scans typically check if the configuration of a target host/application (ex: software and version) potentially aligns with the target of a specific exploit the adversary may seek to use.", "metadata": {"technique_id": "T1595.002", "technique_name": "Vulnerability Scanning", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Weaken Encryption (T1600)?", "input": "Network Devices", "output": "Adversaries may compromise a network device’s encryption capability in order to bypass encryption that would otherwise protect data communications. (Citation: Cisco Synful Knock Evolution)", "metadata": {"technique_id": "T1600", "technique_name": "Weaken Encryption", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Junk Code Insertion (T1027.016)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may use junk code / dead code to obfuscate a malware’s functionality. Junk code is code that either does not execute, or if it does execute, does not change the functionality of the code. Junk code makes analysis more difficult and time-consuming, as the analyst steps through non-functional code instead of analyzing the main code. It also may hinder detections that rely on static code analysis due to the use of benign functionality, especially when combined with [Compression](https://attack.mitre.org/techniques/T1027/015) or [Software Packing](https://attack.mitre.org/techniques/T1027/002).(Citation: ReasonLabs)(Citation: ReasonLabs Cyberpedia Junk Code)", "metadata": {"technique_id": "T1027.016", "technique_name": "Junk Code Insertion", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Non-Standard Encoding (T1132.002)?", "input": "Linux\nmacOS\nWindows\nESXi", "output": "Adversaries may encode data with a non-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 non-standard data encoding system that diverges from existing protocol specifications. Non-standard data encoding schemes may be based on or related to standard data encoding schemes, such as a modified Base64 encoding for the message body of an HTTP request.(Citation: Wikipedia Binary-to-text Encoding) (Citation: Wikipedia Character Encoding)", "metadata": {"technique_id": "T1132.002", "technique_name": "Non-Standard Encoding", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique SMB/Windows Admin Shares (T1021.002)?", "input": "Windows", "output": "Adversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to interact with a remote network share using Server Message Block (SMB). The adversary may then perform actions as the logged-on user.", "metadata": {"technique_id": "T1021.002", "technique_name": "SMB/Windows Admin Shares", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Data from Network Shared Drive (T1039)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may search network shares on computers they have compromised to find files of interest. Sensitive data can be collected from remote systems via shared network drives (host shared directory, network file server, etc.) that are accessible from the current system prior to Exfiltration. Interactive command shells may be in use, and common functionality within [cmd](https://attack.mitre.org/software/S0106) may be used to gather information.", "metadata": {"technique_id": "T1039", "technique_name": "Data from Network Shared Drive", "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 Malicious Image (T1204.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\nContainers", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may rely on a user running a malicious image to facilitate execution. 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 backdoored. Backdoored images may be uploaded to a public repository via [Upload Malware](https://attack.mitre.org/techniques/T1608/001), and users may then download and deploy an instance or container from the image without realizing the image is malicious, thus bypassing techniques that specifically achieve Initial Access. This can lead to the execution of malicious code, such as code that executes cryptocurrency mining, in the instance or container.(Citation: Summit Route Malicious AMIs)", "metadata": {"technique_id": "T1204.003", "technique_name": "Malicious Image", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Terminal Services DLL (T1505.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 components of Terminal Services to enable persistent access to systems. Microsoft Terminal Services, renamed to Remote Desktop Services in some Windows Server OSs as of 2022, enable remote terminal connections to hosts. Terminal Services allows servers to transmit a full, interactive, graphical user interface to clients via RDP.(Citation: Microsoft Remote Desktop Services)", "metadata": {"technique_id": "T1505.005", "technique_name": "Terminal Services 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 Boot or Logon Autostart Execution (T1547). Describe the 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 configure system settings to automatically execute a program during system boot or logon to maintain persistence or gain higher-level privileges on compromised systems. Operating systems may have mechanisms for automatically running a program on system boot or account logon.(Citation: Microsoft Run Key)(Citation: MSDN Authentication Packages)(Citation: Microsoft TimeProvider)(Citation: Cylance Reg Persistence Sept 2013)(Citation: Linux Kernel Programming) These mechanisms may include automatically executing programs that are placed in specially designated directories or are referenced by repositories that store configuration information, such as the Windows Registry. An adversary may achieve the same goal by modifying or extending features of the kernel.", "metadata": {"technique_id": "T1547", "technique_name": "Boot or Logon Autostart 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 Active Setup (T1547.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 achieve persistence by adding a Registry key to the Active Setup of the local machine. Active Setup is a Windows mechanism that is used to execute programs when a user logs in. The value stored in the Registry key will be executed after a user logs into the computer.(Citation: Klein Active Setup 2010) These programs will be executed under the context of the user and will have the account's associated permissions level.", "metadata": {"technique_id": "T1547.014", "technique_name": "Active Setup", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 (T1566.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\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 voice communications to ultimately gain access to victim systems. Spearphishing voice is a specific variant of spearphishing. It is different from other forms of spearphishing in that is employs the use of manipulating a user into providing access to systems through a phone call or other forms of voice communications. Spearphishing frequently involves social engineering techniques, such as posing as a trusted source (ex: [Impersonation](https://attack.mitre.org/techniques/T1656)) and/or creating a sense of urgency or alarm for the recipient.", "metadata": {"technique_id": "T1566.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 Non-Application Layer Protocol (T1095). Describe the 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\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 OSI non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive.(Citation: Wikipedia OSI) Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), transport layer protocols, such as the User Datagram Protocol (UDP), session layer protocols, such as Socket Secure (SOCKS), as well as redirected/tunneled protocols, such as Serial over LAN (SOL).", "metadata": {"technique_id": "T1095", "technique_name": "Non-Application Layer Protocol", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Proc Memory (T1055.009)?", "input": "Linux", "output": "Adversaries may inject malicious code into processes via the /proc filesystem in order to evade process-based defenses as well as possibly elevate privileges. Proc memory injection is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.009", "technique_name": "Proc 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 One-Way Communication (T1102.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 use an existing, legitimate external Web service as a means for sending commands to a compromised system without receiving return output over the Web service channel. Compromised systems may leverage popular websites and social media to host command and control (C2) instructions. Those infected systems may opt to send the output from those commands back over a different C2 channel, including to another distinct Web service. Alternatively, compromised systems may return no output at all in cases where adversaries want to send instructions to systems and do not want a response.", "metadata": {"technique_id": "T1102.003", "technique_name": "One-Way 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 Disk Content Wipe (T1561.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", "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 or in large numbers in a network to interrupt availability to system and network resources.", "metadata": {"technique_id": "T1561.001", "technique_name": "Disk Content 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 Keychain (T1555.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 acquire credentials from Keychain. Keychain (or Keychain Services) is the macOS credential management system that stores account names, passwords, private keys, certificates, sensitive application data, payment data, and secure notes. There are three types of Keychains: Login Keychain, System Keychain, and Local Items (iCloud) Keychain. The default Keychain is the Login Keychain, which stores user passwords and information. The System Keychain stores items accessed by the operating system, such as items shared among users on a host. The Local Items (iCloud) Keychain is used for items synced with Apple’s iCloud service.", "metadata": {"technique_id": "T1555.001", "technique_name": "Keychain", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Virtualization/Sandbox Evasion (T1497). Describe the 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 employ various means 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", "technique_name": "Virtualization/Sandbox Evasion", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Network Device Authentication (T1556.004)?", "input": "Network Devices", "output": "Adversaries may use [Patch System Image](https://attack.mitre.org/techniques/T1601/001) to hard code a password in the operating system, thus bypassing of native authentication mechanisms for local accounts on network devices.", "metadata": {"technique_id": "T1556.004", "technique_name": "Network Device Authentication", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Stripped Payloads (T1027.008)?", "input": "macOS\nLinux\nWindows\nNetwork Devices", "output": "Adversaries may attempt to make a payload difficult to analyze by removing symbols, strings, and other human readable information. Scripts and executables may contain variables names and other strings that help developers document code functionality. Symbols are often created by an operating system’s `linker` when executable payloads are compiled. Reverse engineers use these symbols and strings to analyze code and to identify functionality in payloads.(Citation: Mandiant golang stripped binaries explanation)(Citation: intezer stripped binaries elf files 2018)", "metadata": {"technique_id": "T1027.008", "technique_name": "Stripped Payloads", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Remote Access Hardware (T1219.003)?", "input": "Linux\nmacOS\nWindows", "output": "An adversary may use legitimate remote access hardware to establish an interactive command and control channel to target systems within networks. These services, including IP-based keyboard, video, or mouse (KVM) devices such as TinyPilot and PiKVM, are commonly used as legitimate tools and may be allowed by peripheral device policies within a target environment.", "metadata": {"technique_id": "T1219.003", "technique_name": "Remote Access Hardware", "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 Bypass User Account Control (T1088). Describe the 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 User Account Control (UAC) allows a program to elevate its privileges to perform a task under administrator-level permissions by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action. (Citation: TechNet How UAC Works)", "metadata": {"technique_id": "T1088", "technique_name": "Bypass User Account Control", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Keylogging (T1056.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\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 log user keystrokes to intercept credentials as the user types them. Keylogging is likely to be used to acquire credentials for new access opportunities when [OS Credential Dumping](https://attack.mitre.org/techniques/T1003) efforts are not effective, and may require an adversary to intercept keystrokes on a system for a substantial period of time before credentials can be successfully captured. In order to increase the likelihood of capturing credentials quickly, an adversary may also perform actions such as clearing browser cookies to force users to reauthenticate to systems.(Citation: Talos Kimsuky Nov 2021)", "metadata": {"technique_id": "T1056.001", "technique_name": "Keylogging", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Cloud Instance (T1578.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": "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 create a new instance or virtual machine (VM) within the compute service of a cloud account to evade defenses. Creating a new instance may allow an adversary to bypass firewall rules and permissions that exist on instances currently residing within an account. An adversary may [Create Snapshot](https://attack.mitre.org/techniques/T1578/001) of one or more volumes in an account, create a new instance, mount the snapshots, and then apply a less restrictive security policy to collect [Data from Local System](https://attack.mitre.org/techniques/T1005) or for [Remote Data Staging](https://attack.mitre.org/techniques/T1074/002).(Citation: Mandiant M-Trends 2020)", "metadata": {"technique_id": "T1578.002", "technique_name": "Create 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 Credentials from Web Browsers (T1503). Describe the 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)", "metadata": {"technique_id": "T1503", "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 Re-opened Applications (T1547.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": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may modify plist files to automatically run an application when a user logs in. When a user logs out or restarts via the macOS Graphical User Interface (GUI), a prompt is provided to the user with a checkbox to \"Reopen windows when logging back in\".(Citation: Re-Open windows on Mac) When selected, all applications currently open are added to a property list file named <code>com.apple.loginwindow.[UUID].plist</code> within the <code>~/Library/Preferences/ByHost</code> directory.(Citation: Methods of Mac Malware Persistence)(Citation: Wardle Persistence Chapter) Applications listed in this file are automatically reopened upon the user’s next logon.", "metadata": {"technique_id": "T1547.007", "technique_name": "Re-opened 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 Sudo (T1169). Describe the 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 sudoers file, <code>/etc/sudoers</code>, describes which users can run which commands and from which terminals. This also describes which commands users can run as other users or groups. This provides the idea of least privilege such that users are running in their lowest possible permissions for most of the time and only elevate to other users or permissions as needed, typically by prompting for a password. However, the sudoers file can also specify when to not prompt users for passwords with a line like <code>user1 ALL=(ALL) NOPASSWD: ALL</code> (Citation: OSX.Dok Malware).", "metadata": {"technique_id": "T1169", "technique_name": "Sudo", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Files and Directories (T1564.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\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 set files and directories to be hidden to evade detection mechanisms. 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 (<code>dir /a</code> for Windows and <code>ls –a</code> for Linux and macOS).", "metadata": {"technique_id": "T1564.001", "technique_name": "Hidden Files and Directories", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Email Accounts (T1586.002)?", "input": "PRE", "output": "Adversaries may compromise email accounts that can be used during targeting. Adversaries can use compromised email accounts to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598), [Phishing](https://attack.mitre.org/techniques/T1566), or large-scale spam email campaigns. Utilizing an existing persona with a compromised email account may engender a level of trust in a potential victim if they have a relationship with, or knowledge of, the compromised persona. Compromised email accounts can also be used in the acquisition of infrastructure (ex: [Domains](https://attack.mitre.org/techniques/T1583/001)).", "metadata": {"technique_id": "T1586.002", "technique_name": "Email Accounts", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Hide Infrastructure (T1665)?", "input": "Linux\nNetwork Devices\nWindows\nmacOS\nESXi", "output": "Adversaries may manipulate network traffic in order to hide and evade detection of their C2 infrastructure. This can be accomplished in various ways including by identifying and filtering traffic from defensive tools,(Citation: TA571) masking malicious domains to obfuscate the true destination from both automated scanning tools and security researchers,(Citation: Schema-abuse)(Citation: Facad1ng)(Citation: Browser-updates) and otherwise hiding malicious artifacts to delay discovery and prolong the effectiveness of adversary infrastructure that could otherwise be identified, blocked, or taken down entirely.", "metadata": {"technique_id": "T1665", "technique_name": "Hide Infrastructure", "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 Patch System Image (T1601.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 modify the operating system of a network device to introduce new capabilities or weaken existing defenses.(Citation: Killing the myth of Cisco IOS rootkits) (Citation: Killing IOS diversity myth) (Citation: Cisco IOS Shellcode) (Citation: Cisco IOS Forensics Developments) (Citation: Juniper Netscreen of the Dead) Some network devices are built with a monolithic architecture, where the entire operating system and most of the functionality of the device is contained within a single file. Adversaries may change this file in storage, to be loaded in a future boot, or in memory during runtime.", "metadata": {"technique_id": "T1601.001", "technique_name": "Patch System Image", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 and Sudo Caching (T1548.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 perform sudo caching and/or use the sudoers file to elevate privileges. Adversaries may do this to execute commands as other users or spawn processes with higher privileges.", "metadata": {"technique_id": "T1548.003", "technique_name": "Sudo and Sudo Caching", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 (T1527). Describe the 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 365", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use 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 and used in lieu of login credentials.", "metadata": {"technique_id": "T1527", "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 Malicious Shell Modification (T1156). Describe the 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 shells 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 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 <code>/etc/profile</code> 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": "T1156", "technique_name": "Malicious Shell 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 Extended Attributes (T1564.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\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 extended attributes (xattrs) on macOS and Linux to hide their malicious data in order to evade detection. Extended attributes are key-value pairs of file and directory metadata used by both macOS and Linux. They are not visible through standard tools like `Finder`, `ls`, or `cat` and require utilities such as `xattr` (macOS) or `getfattr` (Linux) for inspection. Operating systems and applications use xattrs for tagging, integrity checks, and access control. On Linux, xattrs are organized into namespaces such as `user.` (user permissions), `trusted.` (root permissions), `security.`, and `system.`, each with specific permissions. On macOS, xattrs are flat strings without namespace prefixes, commonly prefixed with `com.apple.*` (e.g., `com.apple.quarantine`, `com.apple.metadata:_kMDItemUserTags`) and used by system features like Gatekeeper and Spotlight.(Citation: Establishing persistence using extended attributes on Linux)", "metadata": {"technique_id": "T1564.014", "technique_name": "Extended 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 OS Exhaustion Flood (T1499.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 launch a denial of service (DoS) attack targeting an endpoint's operating system (OS). A system's OS is responsible for managing the finite resources as well as preventing the entire system from being overwhelmed by excessive demands on its capacity. These attacks do not need to exhaust the actual resources on a system; the attacks may simply exhaust the limits and available resources that an OS self-imposes.", "metadata": {"technique_id": "T1499.001", "technique_name": "OS Exhaustion Flood", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Polymorphic Code (T1027.014)?", "input": "Windows\nmacOS\nLinux", "output": "Adversaries may utilize polymorphic code (also known as metamorphic or mutating code) to evade detection. Polymorphic code is a type of software capable of changing its runtime footprint during code execution.(Citation: polymorphic-blackberry) With each execution of the software, the code is mutated into a different version of itself that achieves the same purpose or objective as the original. This functionality enables the malware to evade traditional signature-based defenses, such as antivirus and antimalware tools.(Citation: polymorphic-sentinelone)", "metadata": {"technique_id": "T1027.014", "technique_name": "Polymorphic Code", "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 SVG Smuggling (T1027.017). Describe the 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 smuggle data and files past content filters by hiding malicious payloads inside of seemingly benign SVG files.(Citation: Trustwave SVG Smuggling 2025) SVGs, or Scalable Vector Graphics, are vector-based image files constructed using XML. As such, they can legitimately include `<script>` tags that enable adversaries to include malicious JavaScript payloads. However, SVGs may appear less suspicious to users than other types of executable files, as they are often treated as image files.", "metadata": {"technique_id": "T1027.017", "technique_name": "SVG Smuggling", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique TFTP Boot (T1542.005)?", "input": "Network Devices", "output": "Adversaries may abuse netbooting to load an unauthorized network device operating system from a Trivial File Transfer Protocol (TFTP) server. TFTP boot (netbooting) is commonly used by network administrators to load configuration-controlled network device images from a centralized management server. Netbooting is one option in the boot sequence and can be used to centralize, manage, and control device images.", "metadata": {"technique_id": "T1542.005", "technique_name": "TFTP Boot", "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 SAML Tokens (T1606.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": "SaaS\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\nAn adversary may forge SAML tokens with any permissions claims and lifetimes if they possess a valid SAML token-signing certificate.(Citation: Microsoft SolarWinds Steps) The default lifetime of a SAML token is one hour, but the validity period can be specified in the <code>NotOnOrAfter</code> value of the <code>conditions ...</code> element in a token. This value can be changed using the <code>AccessTokenLifetime</code> in a <code>LifetimeTokenPolicy</code>.(Citation: Microsoft SAML Token Lifetimes) Forged SAML tokens enable adversaries to authenticate across services that use SAML 2.0 as an SSO (single sign-on) mechanism.(Citation: Cyberark Golden SAML)", "metadata": {"technique_id": "T1606.002", "technique_name": "SAML Tokens", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Manipulation (T1098). Describe the 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\nSaaS\nNetwork Devices\nContainers\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 manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups.(Citation: FireEye SMOKEDHAM June 2021) These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials.", "metadata": {"technique_id": "T1098", "technique_name": "Account 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 Code Signing (T1553.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", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may create, acquire, or steal code signing materials to sign their malware or tools. Code signing provides a level of authenticity on a binary from the developer and a guarantee that the binary has not been tampered with. (Citation: Wikipedia Code Signing) The certificates used during an operation may be created, acquired, or stolen by the adversary. (Citation: Securelist Digital Certificates) (Citation: Symantec Digital Certificates) Unlike [Invalid Code Signature](https://attack.mitre.org/techniques/T1036/001), this activity will result in a valid signature.", "metadata": {"technique_id": "T1553.002", "technique_name": "Code Signing", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique SyncAppvPublishingServer (T1216.002)?", "input": "Windows", "output": "Adversaries may abuse SyncAppvPublishingServer.vbs to proxy execution of malicious [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands. SyncAppvPublishingServer.vbs is a Visual Basic script associated with how Windows virtualizes applications (Microsoft Application Virtualization, or App-V).(Citation: 1 - appv) For example, Windows may render Win32 applications to users as virtual applications, allowing users to launch and interact with them as if they were installed locally.(Citation: 2 - appv)(Citation: 3 - appv)", "metadata": {"technique_id": "T1216.002", "technique_name": "SyncAppvPublishingServer", "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 (T1584.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": "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 serverless cloud infrastructure, such as Cloudflare Workers, AWS Lambda functions, or Google Apps Scripts, that can be used during targeting. By utilizing serverless infrastructure, adversaries can make it more difficult to attribute infrastructure used during operations back to them.", "metadata": {"technique_id": "T1584.007", "technique_name": "Serverless", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique HTML Smuggling (T1027.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\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 smuggle data and files past content filters by hiding malicious payloads inside of seemingly benign HTML files. HTML documents can store large binary objects known as JavaScript Blobs (immutable data that represents raw bytes) that can later be constructed into file-like objects. Data may also be stored in Data URLs, which enable embedding media type or MIME files inline of HTML documents. HTML5 also introduced a download attribute that may be used to initiate file downloads.(Citation: HTML Smuggling Menlo Security 2020)(Citation: Outlflank HTML Smuggling 2018)", "metadata": {"technique_id": "T1027.006", "technique_name": "HTML Smuggling", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Unix Shell (T1059.004)?", "input": "Linux\nNetwork Devices\nmacOS\nESXi", "output": "Adversaries may abuse Unix shell commands and scripts for execution. Unix shells are the primary command prompt on Linux, macOS, and ESXi systems, though many variations of the Unix shell exist (e.g. sh, ash, bash, zsh, etc.) depending on the specific OS or distribution.(Citation: DieNet Bash)(Citation: Apple ZShell) Unix shells can control every aspect of a system, with certain commands requiring elevated privileges.", "metadata": {"technique_id": "T1059.004", "technique_name": "Unix 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 Safe Mode Boot (T1562.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 abuse Windows safe mode to disable endpoint defenses. Safe mode starts up the Windows operating system with a limited set of drivers and services. Third-party security software such as endpoint detection and response (EDR) tools may not start after booting Windows in safe mode. There are two versions of safe mode: Safe Mode and Safe Mode with Networking. It is possible to start additional services after a safe mode boot.(Citation: Microsoft Safe Mode)(Citation: Sophos Snatch Ransomware 2019)", "metadata": {"technique_id": "T1562.009", "technique_name": "Safe Mode Boot", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Removable Media (T1025). Describe the 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 search connected removable media on computers they have compromised to find files of interest. Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to Exfiltration. Interactive command shells may be in use, and common functionality within [cmd](https://attack.mitre.org/software/S0106) may be used to gather information.", "metadata": {"technique_id": "T1025", "technique_name": "Data from 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 File and Directory Discovery (T1083). Describe the 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 enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Adversaries may use the information from [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) 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": "T1083", "technique_name": "File and Directory 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 Distributed Component Object Model (T1021.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 [Valid Accounts](https://attack.mitre.org/techniques/T1078) to interact with remote machines by taking advantage of Distributed Component Object Model (DCOM). The adversary may then perform actions as the logged-on user.", "metadata": {"technique_id": "T1021.003", "technique_name": "Distributed 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 Runtime Data Manipulation (T1494). Describe the 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.(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": "T1494", "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 AppCert DLLs (T1546.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 establish persistence and/or elevate privileges by executing malicious content triggered by AppCert DLLs loaded into processes. Dynamic-link libraries (DLLs) that are specified in the <code>AppCertDLLs</code> Registry key under <code>HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager\\</code> are loaded into every process that calls the ubiquitously used application programming interface (API) functions <code>CreateProcess</code>, <code>CreateProcessAsUser</code>, <code>CreateProcessWithLoginW</code>, <code>CreateProcessWithTokenW</code>, or <code>WinExec</code>. (Citation: Elastic Process Injection July 2017)", "metadata": {"technique_id": "T1546.009", "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 Binary Padding (T1009). Describe the 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 use binary padding to add junk data and change the on-disk representation of malware without affecting the functionality or behavior of the binary. This will often increase the size of the binary beyond what some security tools are capable of handling due to file size limitations.", "metadata": {"technique_id": "T1009", "technique_name": "Binary Padding", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 (T1483). Describe the 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 make use of Domain Generation Algorithms (DGAs) to dynamically identify a destination 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 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": "T1483", "technique_name": "Domain Generation Algorithms", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique PubPrn (T1216.001)?", "input": "Windows", "output": "Adversaries may use PubPrn to proxy execution of malicious remote files. PubPrn.vbs is a [Visual Basic](https://attack.mitre.org/techniques/T1059/005) script that publishes a printer to Active Directory Domain Services. The script may be signed by Microsoft and is commonly executed through the [Windows Command Shell](https://attack.mitre.org/techniques/T1059/003) via <code>Cscript.exe</code>. For example, the following code publishes a printer within the specified domain: <code>cscript pubprn Printer1 LDAP://CN=Container1,DC=Domain1,DC=Com</code>.(Citation: pubprn)", "metadata": {"technique_id": "T1216.001", "technique_name": "PubPrn", "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 Change Default File Association (T1042). Describe the 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 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 (Citation: Microsoft Change Default Programs) (Citation: Microsoft File Handlers) or by administrators using the built-in assoc utility. (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": "T1042", "technique_name": "Change Default File Association", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 File Modification (T1647). Describe the 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 modify property list files (plist files) to enable other malicious activity, while also potentially evading and bypassing system defenses. macOS applications use plist files, such as the <code>info.plist</code> file, to store properties and configuration settings that inform the operating system how to handle the application at runtime. Plist files are structured metadata in key-value pairs formatted in XML based on Apple's Core Foundation DTD. Plist files can be saved in text or binary format.(Citation: fileinfo plist file description)", "metadata": {"technique_id": "T1647", "technique_name": "Plist File 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 Remote System Discovery (T1018). Describe the 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 get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Lateral Movement from the current system. Functionality could exist within remote access tools to enable this, but utilities available on the operating system could also be used such as [Ping](https://attack.mitre.org/software/S0097), <code>net view</code> using [Net](https://attack.mitre.org/software/S0039), or, on ESXi servers, `esxcli network diag ping`.", "metadata": {"technique_id": "T1018", "technique_name": "Remote System Discovery", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Spearphishing Attachment (T1598.002)?", "input": "PRE", "output": "Adversaries may send spearphishing messages with a malicious attachment 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.002", "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 Indicator Removal (T1070). Describe the 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\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 delete or modify artifacts generated within systems to remove evidence of their presence or hinder defenses. Various artifacts may be created by an adversary or something that can be attributed to an adversary’s actions. Typically these artifacts are used as defensive indicators related to monitored events, such as strings from downloaded files, logs that are generated from user actions, and other data analyzed by defenders. Location, format, and type of artifact (such as command or login history) are often specific to each platform.", "metadata": {"technique_id": "T1070", "technique_name": "Indicator 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 Cloud Instance Metadata API (T1522). Describe the 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 access the Cloud Instance Metadata API to collect credentials and other sensitive data.", "metadata": {"technique_id": "T1522", "technique_name": "Cloud Instance Metadata API", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Parent PID Spoofing (T1502)?", "input": "Windows", "output": "Adversaries 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 <code>CreateProcess</code> 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 <code>svchost.exe</code> or <code>consent.exe</code>) rather than the current user context.(Citation: Microsoft UAC Nov 2018)", "metadata": {"technique_id": "T1502", "technique_name": "Parent PID Spoofing", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Keychain (T1142)?", "input": "macOS", "output": "Keychains are the built-in way for macOS to keep track of users' passwords and credentials for many services and features such as WiFi passwords, websites, secure notes, certificates, and Kerberos. Keychain files are located in <code>~/Library/Keychains/</code>,<code>/Library/Keychains/</code>, and <code>/Network/Library/Keychains/</code>. (Citation: Wikipedia keychain) The <code>security</code> command-line utility, which is built into macOS by default, provides a useful way to manage these credentials.", "metadata": {"technique_id": "T1142", "technique_name": "Keychain", "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 Systemctl (T1569.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", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may abuse systemctl to execute commands or programs. Systemctl is the primary interface for systemd, the Linux init system and service manager. Typically invoked from a shell, Systemctl can also be integrated into scripts or applications.", "metadata": {"technique_id": "T1569.003", "technique_name": "Systemctl", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Pre-OS Boot (T1542). Describe the 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 abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. During the booting process of a computer, firmware and various startup services are loaded before the operating system. These programs control flow of execution before the operating system takes control.(Citation: Wikipedia Booting)", "metadata": {"technique_id": "T1542", "technique_name": "Pre-OS Boot", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Email Collection (T1114.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 target user email on local systems to collect sensitive information. Files containing email data can be acquired from a user’s local system, such as Outlook storage or cache files.", "metadata": {"technique_id": "T1114.001", "technique_name": "Local 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 Scanning IP Blocks (T1595.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 scan victim IP blocks to gather information that can be used during targeting. Public IP addresses may be allocated to organizations by block, or a range of sequential addresses.", "metadata": {"technique_id": "T1595.001", "technique_name": "Scanning IP Blocks", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique System Binary Proxy Execution (T1218)?", "input": "Windows\nLinux\nmacOS", "output": "Adversaries may bypass process and/or signature-based defenses by proxying execution of malicious content with signed, or otherwise trusted, binaries. Binaries used in this technique are often Microsoft-signed files, indicating that they have been either downloaded from Microsoft or are already native in the operating system.(Citation: LOLBAS Project) Binaries signed with trusted digital certificates can typically execute on Windows systems protected by digital signature validation. Several Microsoft signed binaries that are default on Windows installations can be used to proxy execution of other files or commands.", "metadata": {"technique_id": "T1218", "technique_name": "System Binary 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 Windows Remote Management (T1028). Describe the 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 Remote Management (WinRM) is the name of both a Windows service and a protocol that allows a user to interact with a remote system (e.g., run an executable, modify the Registry, modify services). (Citation: Microsoft WinRM) It may be called with the <code>winrm</code> command or by any number of programs such as PowerShell. (Citation: Jacobsen 2014)", "metadata": {"technique_id": "T1028", "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 Code Signing Certificates (T1588.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 buy and/or steal 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": "T1588.003", "technique_name": "Code Signing Certificates", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique ARP Cache Poisoning (T1557.002)?", "input": "Linux\nWindows\nmacOS", "output": "Adversaries may poison Address Resolution Protocol (ARP) caches to position themselves between the communication of two or more networked devices. This activity may be used to 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.002", "technique_name": "ARP Cache Poisoning", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Hardware (T1592.001)?", "input": "PRE", "output": "Adversaries may gather information about the victim's host hardware that can be used during targeting. Information about hardware infrastructure 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: card/biometric readers, dedicated encryption hardware, etc.).", "metadata": {"technique_id": "T1592.001", "technique_name": "Hardware", "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 Udev Rules (T1546.017). Describe the 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 maintain persistence through executing malicious content triggered using udev rules. Udev is the Linux kernel device manager that dynamically manages device nodes, handles access to pseudo-device files in the `/dev` directory, and responds to hardware events, such as when external devices like hard drives or keyboards are plugged in or removed. Udev uses rule files with `match keys` to specify the conditions a hardware event must meet and `action keys` to define the actions that should follow. Root permissions are required to create, modify, or delete rule files located in `/etc/udev/rules.d/`, `/run/udev/rules.d/`, `/usr/lib/udev/rules.d/`, `/usr/local/lib/udev/rules.d/`, and `/lib/udev/rules.d/`. Rule priority is determined by both directory and by the digit prefix in the rule filename.(Citation: Ignacio Udev research 2024)(Citation: Elastic Linux Persistence 2024)", "metadata": {"technique_id": "T1546.017", "technique_name": "Udev Rules", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique System Time Discovery (T1124)?", "input": "Windows\nNetwork Devices\nLinux\nmacOS\nESXi", "output": "An adversary may gather the system time and/or time zone settings from a local or remote system. The system time is set and stored by services, such as the Windows Time Service on Windows or <code>systemsetup</code> on macOS.(Citation: MSDN System Time)(Citation: Technet Windows Time Service)(Citation: systemsetup mac time) These time settings may also be synchronized between systems and services in an enterprise network, typically accomplished with a network time server within a domain.(Citation: Mac Time Sync)(Citation: linux system time)", "metadata": {"technique_id": "T1124", "technique_name": "System Time Discovery", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Disable Windows Event Logging (T1562.002)?", "input": "Windows", "output": "Adversaries may disable Windows event logging to limit data that can be leveraged for detections and audits. Windows event logs record user and system activity such as login attempts, process creation, and much more.(Citation: Windows Log Events) This data is used by security tools and analysts to generate detections.", "metadata": {"technique_id": "T1562.002", "technique_name": "Disable Windows Event Logging", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Visual Basic (T1059.005)?", "input": "Windows\nmacOS\nLinux", "output": "Adversaries may abuse Visual Basic (VB) for execution. VB is a programming language created by Microsoft with interoperability with many Windows technologies such as [Component Object Model](https://attack.mitre.org/techniques/T1559/001) and the [Native API](https://attack.mitre.org/techniques/T1106) through the Windows API. Although tagged as legacy with no planned future evolutions, VB is integrated and supported in the .NET Framework and cross-platform .NET Core.(Citation: VB .NET Mar 2020)(Citation: VB Microsoft)", "metadata": {"technique_id": "T1059.005", "technique_name": "Visual Basic", "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 Regsvcs/Regasm (T1121). Describe the 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\nRegsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies. Both are digitally signed by Microsoft. (Citation: MSDN Regsvcs) (Citation: MSDN Regasm)", "metadata": {"technique_id": "T1121", "technique_name": "Regsvcs/Regasm", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Search Open Websites/Domains (T1593)?", "input": "PRE", "output": "Adversaries may search freely available websites and/or domains for information about victims that can be used during targeting. Information about victims may be available in various online sites, such as social media, new sites, or those hosting information about business operations such as hiring or requested/rewarded contracts.(Citation: Cyware Social Media)(Citation: SecurityTrails Google Hacking)(Citation: ExploitDB GoogleHacking)", "metadata": {"technique_id": "T1593", "technique_name": "Search Open Websites/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 Spearphishing Service (T1598.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 send spearphishing messages via third-party services to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Spearphishing for information 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.001", "technique_name": "Spearphishing 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 Network Logon Script (T1037.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 network logon scripts automatically executed at logon initialization to establish persistence. Network logon scripts can be assigned using Active Directory or Group Policy Objects.(Citation: Petri Logon Script AD) These logon scripts run with the privileges of the user they are assigned to. Depending on the systems within the network, initializing one of these scripts could apply to more than one or potentially all systems.", "metadata": {"technique_id": "T1037.003", "technique_name": "Network Logon Script", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Portable Executable Injection (T1055.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 inject portable executables (PE) into processes in order to evade process-based defenses as well as possibly elevate privileges. PE injection is a method of executing arbitrary code in the address space of a separate live process.", "metadata": {"technique_id": "T1055.002", "technique_name": "Portable Executable 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 Registry Run Keys / Startup Folder (T1060). Describe the 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": "T1060", "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 Disk Wipe (T1561). Describe the 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 wipe or corrupt raw disk data on specific systems or in large numbers in a network to interrupt availability to system and network resources. With direct write access to a disk, adversaries may attempt to overwrite portions of disk data. Adversaries may opt to wipe arbitrary portions of disk data and/or wipe disk structures like the master boot record (MBR). A complete wipe of all disk sectors may be attempted.", "metadata": {"technique_id": "T1561", "technique_name": "Disk Wipe", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Rogue Domain Controller (T1207)?", "input": "Windows", "output": "Adversaries may register a rogue Domain Controller to enable manipulation of Active Directory data. DCShadow may be used to create a rogue Domain Controller (DC). DCShadow is a method of manipulating Active Directory (AD) data, including objects and schemas, by registering (or reusing an inactive registration) and simulating the behavior of a DC. (Citation: DCShadow Blog) Once registered, a rogue DC may be able to inject and replicate changes into AD infrastructure for any domain object, including credentials and keys.", "metadata": {"technique_id": "T1207", "technique_name": "Rogue Domain Controller", "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 Transport Agent (T1505.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\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 Microsoft transport agents to establish persistent access to systems. Microsoft Exchange transport agents can operate on email messages passing through the transport pipeline to perform various tasks such as filtering spam, filtering malicious attachments, journaling, or adding a corporate signature to the end of all outgoing emails.(Citation: Microsoft TransportAgent Jun 2016)(Citation: ESET LightNeuron May 2019) Transport agents can be written by application developers and then compiled to .NET assemblies that are subsequently registered with the Exchange server. Transport agents will be invoked during a specified stage of email processing and carry out developer defined tasks.", "metadata": {"technique_id": "T1505.002", "technique_name": "Transport Agent", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Modify Authentication Process (T1556)?", "input": "Windows\nLinux\nmacOS\nNetwork Devices\nIaaS\nSaaS\nOffice Suite\nIdentity Provider", "output": "Adversaries may modify authentication mechanisms and processes to access user credentials or enable otherwise unwarranted access to accounts. The authentication process is handled by mechanisms, such as the Local Security Authentication Server (LSASS) process and the Security Accounts Manager (SAM) on Windows, pluggable authentication modules (PAM) on Unix-based systems, and authorization plugins on MacOS systems, responsible for gathering, storing, and validating credentials. By modifying an authentication process, an adversary may be able to authenticate to a service or system without using [Valid Accounts](https://attack.mitre.org/techniques/T1078).", "metadata": {"technique_id": "T1556", "technique_name": "Modify Authentication Process", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique PowerShell Profile (T1504)?", "input": "Windows", "output": "Adversaries may gain persistence and elevate privileges in certain situations by abusing [PowerShell](https://attack.mitre.org/techniques/T1086) profiles. A PowerShell profile (<code>profile.ps1</code>) is a script that runs when PowerShell starts and can be used as a logon script to customize user environments. PowerShell supports several profiles depending on the user or host program. For example, there can be different profiles for PowerShell host programs such as the PowerShell console, PowerShell ISE or Visual Studio Code. An administrator can also configure a profile that applies to all users and host programs on the local computer. (Citation: Microsoft About Profiles)", "metadata": {"technique_id": "T1504", "technique_name": "PowerShell Profile", "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 Argument Spoofing (T1564.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 attempt to hide process command-line arguments by overwriting process memory. Process command-line arguments are stored in the process environment block (PEB), a data structure used by Windows to store various information about/used by a process. The PEB includes the process command-line arguments that are referenced when executing the process. When a process is created, defensive tools/sensors that monitor process creations may retrieve the process arguments from the PEB.(Citation: Microsoft PEB 2021)(Citation: Xpn Argue Like Cobalt 2019)", "metadata": {"technique_id": "T1564.010", "technique_name": "Process Argument Spoofing", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Application Shimming (T1546.011)?", "input": "Windows", "output": "Adversaries may establish persistence and/or elevate privileges by executing malicious content triggered by application shims. The Microsoft Windows Application Compatibility Infrastructure/Framework (Application Shim) was created to allow for backward compatibility of software as the operating system codebase changes over time. For example, the application shimming feature allows developers to apply fixes to applications (without rewriting code) that were created for Windows XP so that it will work with Windows 10. (Citation: Elastic Process Injection July 2017)", "metadata": {"technique_id": "T1546.011", "technique_name": "Application Shimming", "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 Cloud Compute Infrastructure (T1578). Describe the 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 modify a cloud account's compute service infrastructure to evade defenses. A modification to the compute service infrastructure can include the creation, deletion, or modification of one or more components such as compute instances, virtual machines, and snapshots.", "metadata": {"technique_id": "T1578", "technique_name": "Modify Cloud Compute 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 Messaging Applications (T1213.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": "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 leverage chat and messaging applications, such as Microsoft Teams, Google Chat, and Slack, to mine valuable information.", "metadata": {"technique_id": "T1213.005", "technique_name": "Messaging 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 OS Credential Dumping (T1003). Describe the 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 dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password. Credentials can be obtained from OS caches, memory, or structures.(Citation: Brining MimiKatz to Unix) Credentials can then be used to perform [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and access restricted information.", "metadata": {"technique_id": "T1003", "technique_name": "OS Credential Dumping", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Asymmetric Cryptography (T1573.002)?", "input": "Linux\nmacOS\nWindows\nNetwork Devices\nESXi", "output": "Adversaries may employ a known asymmetric encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Asymmetric cryptography, also known as public key cryptography, uses a keypair per party: one public that can be freely distributed, and one private. Due to how the keys are generated, the sender encrypts data with the receiver’s public key and the receiver decrypts the data with their private key. This ensures that only the intended recipient can read the encrypted data. Common public key encryption algorithms include RSA and ElGamal.", "metadata": {"technique_id": "T1573.002", "technique_name": "Asymmetric Cryptography", "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 Purchase Technical Data (T1597.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 purchase technical information about victims that can be used during targeting. Information about victims may be available for purchase within reputable private sources and databases, such as paid subscriptions to feeds of scan databases or other data aggregation services. Adversaries may also purchase information from less-reputable sources such as dark web or cybercrime blackmarkets.", "metadata": {"technique_id": "T1597.002", "technique_name": "Purchase Technical 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 Add-ins (T1137.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\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 Office add-ins to obtain persistence on a compromised system. Office add-ins can be used to add functionality to Office programs. (Citation: Microsoft Office Add-ins) There are different types of add-ins that can be used by the various Office products; including Word/Excel add-in Libraries (WLL/XLL), VBA add-ins, Office Component Object Model (COM) add-ins, automation add-ins, VBA Editor (VBE), Visual Studio Tools for Office (VSTO) add-ins, and Outlook add-ins. (Citation: MRWLabs Office Persistence Add-ins)(Citation: FireEye Mail CDS 2018)", "metadata": {"technique_id": "T1137.006", "technique_name": "Add-ins", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Network Denial of Service (T1498)?", "input": "Windows\nIaaS\nLinux\nmacOS\nContainers", "output": "Adversaries may perform Network Denial of Service (DoS) attacks to degrade or block the availability of targeted resources to users. Network DoS can be performed by exhausting the network bandwidth services rely on. Example resources include specific websites, email services, DNS, and web-based applications. Adversaries have been observed conducting network 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": "T1498", "technique_name": "Network Denial of 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 Domain Properties (T1590.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 information about the victim's network domain(s) that can be used during targeting. Information about domains and their properties may include a variety of details, including what domain(s) the victim owns as well as administrative data (ex: name, registrar, etc.) and more directly actionable information such as contacts (email addresses and phone numbers), business addresses, and name servers.", "metadata": {"technique_id": "T1590.001", "technique_name": "Domain Properties", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Software (T1219.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\nAn adversary may use legitimate desktop support software to establish an interactive command and control channel to target systems within networks. Desktop support software provides a graphical interface for remotely controlling another computer, transmitting the display output, keyboard input, and mouse control between devices using various protocols. Desktop support software, such as `VNC`, `Team Viewer`, `AnyDesk`, `ScreenConnect`, `LogMein`, `AmmyyAdmin`, and other remote monitoring and management (RMM) tools, are commonly used as legitimate technical support software and may be allowed by application control within a target environment.(Citation: Symantec Living off the Land)(Citation: CrowdStrike 2015 Global Threat Report)(Citation: CrySyS Blog TeamSpy)", "metadata": {"technique_id": "T1219.002", "technique_name": "Remote Desktop 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 Compromise Host Software Binary (T1554). Describe the 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 modify host software binaries to establish persistent access to systems. Software binaries/executables provide a wide range of system commands or services, programs, and libraries. Common software binaries are SSH clients, FTP clients, email clients, web browsers, and many other user or server applications.", "metadata": {"technique_id": "T1554", "technique_name": "Compromise Host Software Binary", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Exfiltration Over Webhook (T1567.004)?", "input": "Windows\nmacOS\nLinux\nSaaS\nOffice Suite\nESXi", "output": "Adversaries may exfiltrate data to a webhook endpoint rather than over their primary command and control channel. Webhooks are simple mechanisms for allowing a server to push data over HTTP/S to a client without the need for the client to continuously poll the server.(Citation: RedHat Webhooks) Many public and commercial services, such as Discord, Slack, and `webhook.site`, support the creation of webhook endpoints that can be used by other services, such as Github, Jira, or Trello.(Citation: Discord Intro to Webhooks) When changes happen in the linked services (such as pushing a repository update or modifying a ticket), these services will automatically post the data to the webhook endpoint for use by the consuming application.", "metadata": {"technique_id": "T1567.004", "technique_name": "Exfiltration Over Webhook", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Hijack Execution Flow (T1574)?", "input": "Linux\nmacOS\nWindows", "output": "Adversaries may execute their own malicious payloads by hijacking the way operating systems run programs. Hijacking execution flow can be for the purposes of persistence, since this hijacked execution may reoccur over time. Adversaries may also use these mechanisms to elevate privileges or evade defenses, such as application control or other restrictions on execution.", "metadata": {"technique_id": "T1574", "technique_name": "Hijack Execution Flow", "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 Dynamic Resolution (T1568). Describe the 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 dynamically establish connections to command and control infrastructure to evade common detections and remediations. This may be achieved by using malware that shares a common algorithm with the infrastructure the adversary uses to receive the malware's communications. These calculations can be used to dynamically adjust parameters such as the domain name, IP address, or port number the malware uses for command and control.", "metadata": {"technique_id": "T1568", "technique_name": "Dynamic Resolution", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 (T1070.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 modify file time attributes to hide new files or changes to existing files. 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 and blend malicious files with legitimate files.", "metadata": {"technique_id": "T1070.006", "technique_name": "Timestomp", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Digital Certificates (T1587.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 self-signed 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. In the case of self-signing, digital certificates will lack the element of trust associated with the signature of a third-party certificate authority (CA).", "metadata": {"technique_id": "T1587.003", "technique_name": "Digital 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 Plist Modification (T1547.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": "macOS", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries can modify property list files (plist files) to execute their code as part of establishing persistence. Plist files are used by macOS applications to store properties and configuration settings for applications and services. Applications use information plist files, <code>Info.plist</code>, to tell the operating system how to handle the application at runtime using structured metadata in the form of keys and values. Plist files are formatted in XML and based on Apple's Core Foundation DTD and can be saved in text or binary format.(Citation: fileinfo plist file description)", "metadata": {"technique_id": "T1547.011", "technique_name": "Plist 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 Data Staged (T1074). Describe the 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\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 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.(Citation: PWC Cloud Hopper April 2017)", "metadata": {"technique_id": "T1074", "technique_name": "Data Staged", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 API (T1552.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": "Containers", "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 via APIs within a containers environment. APIs in these environments, such as the Docker API and Kubernetes APIs, allow a user to remotely manage their container resources and cluster components.(Citation: Docker API)(Citation: Kubernetes API)", "metadata": {"technique_id": "T1552.007", "technique_name": "Container 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 Exfiltration Over C2 Channel (T1041). Describe the 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 existing command and control channel. Stolen data is encoded into the normal communications channel using the same protocol as command and control communications.", "metadata": {"technique_id": "T1041", "technique_name": "Exfiltration Over C2 Channel", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Match Legitimate Resource Name or Location (T1036.005)?", "input": "Linux\nmacOS\nWindows\nContainers\nESXi", "output": "Adversaries may match or approximate the name or location of legitimate files, Registry keys, or other resources when naming/placing them. This is done for the sake of evading defenses and observation.", "metadata": {"technique_id": "T1036.005", "technique_name": "Match Legitimate Resource Name or Location", "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 (T1583.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": "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 and configure serverless cloud infrastructure, such as Cloudflare Workers, AWS Lambda functions, or Google Apps Scripts, that can be used during targeting. By utilizing serverless infrastructure, adversaries can make it more difficult to attribute infrastructure used during operations back to them.", "metadata": {"technique_id": "T1583.007", "technique_name": "Serverless", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 (T1093). Describe the 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\nProcess hollowing occurs when a process is created in a suspended state then its memory is unmapped and replaced with malicious code. Similar to [Process Injection](https://attack.mitre.org/techniques/T1055), execution of the malicious code is masked under a legitimate process and may evade defenses and detection analysis. (Citation: Leitch Hollowing) (Citation: Elastic Process Injection July 2017)", "metadata": {"technique_id": "T1093", "technique_name": "Process Hollowing", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Brute Force (T1110)?", "input": "Windows\nSaaS\nIaaS\nLinux\nmacOS\nContainers\nNetwork Devices\nOffice Suite\nIdentity Provider\nESXi", "output": "Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.(Citation: TrendMicro Pawn Storm Dec 2020) Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism.(Citation: Dragos Crashoverride 2018) Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials or offline against previously acquired credential data, such as password hashes.", "metadata": {"technique_id": "T1110", "technique_name": "Brute Force", "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 Code Signing (T1116). Describe the 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\nCode signing provides a level of authenticity on a binary from the developer and a guarantee that the binary has not been tampered with. (Citation: Wikipedia Code Signing) However, adversaries are known to use code signing certificates to masquerade malware and tools as legitimate binaries (Citation: Janicab). The certificates used during an operation may be created, forged, or stolen by the adversary. (Citation: Securelist Digital Certificates) (Citation: Symantec Digital Certificates)", "metadata": {"technique_id": "T1116", "technique_name": "Code Signing", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique TCC Manipulation (T1548.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 can manipulate or abuse the Transparency, Consent, & Control (TCC) service or database to grant malicious executables elevated permissions. TCC is a Privacy & Security macOS control mechanism used to determine if the running process has permission to access the data or services protected by TCC, such as screen sharing, camera, microphone, or Full Disk Access (FDA).", "metadata": {"technique_id": "T1548.006", "technique_name": "TCC 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 Domains (T1584.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 hijack domains and/or subdomains that can be used during targeting. Domain registration hijacking is the act of changing the registration of a domain name without the permission of the original registrant.(Citation: ICANNDomainNameHijacking) Adversaries may gain access to an email account for the person listed as the owner of the domain. The adversary can then claim that they forgot their password in order to make changes to the domain registration. Other possibilities include social engineering a domain registration help desk to gain access to an account, taking advantage of renewal process gaps, or compromising a cloud service that enables managing domains (e.g., AWS Route53).(Citation: Krebs DNS Hijack 2019)", "metadata": {"technique_id": "T1584.001", "technique_name": "Domains", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Peripheral Device Discovery (T1120). Describe the 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 attempt to gather information about attached peripheral devices and components connected to a computer system.(Citation: Peripheral Discovery Linux)(Citation: Peripheral Discovery macOS) Peripheral devices could include auxiliary resources that support a variety of functionalities such as keyboards, printers, cameras, smart card readers, or removable storage. The information may be used to enhance their awareness of the system and network environment or may be used for further actions.", "metadata": {"technique_id": "T1120", "technique_name": "Peripheral Device 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 ListPlanting (T1055.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 abuse list-view controls to inject malicious code into hijacked processes in order to evade process-based defenses as well as possibly elevate privileges. ListPlanting is a method of executing arbitrary code in the address space of a separate live process.(Citation: Hexacorn Listplanting) Code executed via ListPlanting may also evade detection from security products since the execution is masked under a legitimate process.", "metadata": {"technique_id": "T1055.015", "technique_name": "ListPlanting", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Domain Fronting (T1172)?", "input": "Linux\nmacOS\nWindows", "output": "Domain fronting takes 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) The technique 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": "T1172", "technique_name": "Domain Fronting", "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 Escape to Host (T1611). Describe the 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\nESXi", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may break out of a container or virtualized environment to gain access to the underlying host. This can allow an adversary access to other containerized or virtualized resources from the host level or to the host itself. In principle, containerized / virtualized resources should provide a clear separation of application functionality and be isolated from the host environment.(Citation: Docker Overview)", "metadata": {"technique_id": "T1611", "technique_name": "Escape to 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 Security Software Discovery (T1063). Describe the 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 get a listing of security software, configurations, defensive tools, and sensors that are installed on the system. This may include things such as local firewall rules and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1063) 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": "T1063", "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 Dylib Hijacking (T1574.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 execute their own payloads by placing a malicious dynamic library (dylib) with an expected name in a path a victim application searches at runtime. The dynamic loader will try to find the dylibs based on the sequential order of the search paths. Paths to dylibs may be prefixed with <code>@rpath</code>, which allows developers to use relative paths to specify an array of search paths used at runtime based on the location of the executable. Additionally, if weak linking is used, such as the <code>LC_LOAD_WEAK_DYLIB</code> function, an application will still execute even if an expected dylib is not present. Weak linking enables developers to run an application on multiple macOS versions as new APIs are added.", "metadata": {"technique_id": "T1574.004", "technique_name": "Dylib Hijacking", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Remote Desktop Protocol (T1076)?", "input": "Windows", "output": "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) There are other implementations and third-party tools that provide graphical access [Remote Services](https://attack.mitre.org/techniques/T1021) similar to RDS.", "metadata": {"technique_id": "T1076", "technique_name": "Remote Desktop 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 Web Services (T1583.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 register for web services that can be used during targeting. A variety of popular websites exist for adversaries to register for a web-based service that 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). Using common services, such as those offered by Google, GitHub, or Twitter, makes it easier for adversaries to hide in expected noise.(Citation: FireEye APT29)(Citation: Hacker News GitHub Abuse 2024) By utilizing a web service, adversaries can make it difficult to physically tie back operations to them.", "metadata": {"technique_id": "T1583.006", "technique_name": "Web Services", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Compromise Infrastructure (T1584)?", "input": "PRE", "output": "Adversaries may compromise third-party infrastructure that can be used during targeting. Infrastructure solutions include physical or cloud servers, domains, network devices, and third-party web and DNS services. Instead of buying, leasing, or renting infrastructure an adversary may compromise infrastructure and use it during other phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: ICANNDomainNameHijacking)(Citation: Talos DNSpionage Nov 2018)(Citation: FireEye EPS Awakens Part 2) Additionally, adversaries may compromise numerous machines to form a botnet they can leverage.", "metadata": {"technique_id": "T1584", "technique_name": "Compromise Infrastructure", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique SQL Stored Procedures (T1505.001)?", "input": "Windows\nLinux", "output": "Adversaries may abuse SQL stored procedures to establish persistent access to systems. SQL Stored Procedures are code that can be saved and reused so that database users do not waste time rewriting frequently used SQL queries. Stored procedures can be invoked via SQL statements to the database using the procedure name or via defined events (e.g. when a SQL server application is started/restarted).", "metadata": {"technique_id": "T1505.001", "technique_name": "SQL Stored Procedures", "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 Client Configurations (T1592.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 client configurations that can be used during targeting. Information about client configurations may include a variety of details and settings, including operating system/version, virtualization, architecture (ex: 32 or 64 bit), language, and/or time zone.", "metadata": {"technique_id": "T1592.004", "technique_name": "Client Configurations", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Downgrade System Image (T1601.002)?", "input": "Network Devices", "output": "Adversaries may install an older version of the operating system of a network device to weaken security. Older operating system versions on network devices often have weaker encryption ciphers and, in general, fewer/less updated defensive features. (Citation: Cisco Synful Knock Evolution)", "metadata": {"technique_id": "T1601.002", "technique_name": "Downgrade 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 Environmental Keying (T1480.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 environmentally key payloads or other features of malware to evade defenses and constraint execution to a specific target environment. Environmental keying uses cryptography to constrain execution or actions based on adversary supplied environment specific conditions that are expected to be present on the target. Environmental keying is an implementation of [Execution Guardrails](https://attack.mitre.org/techniques/T1480) that utilizes cryptographic techniques for deriving encryption/decryption keys from specific types of values in a given computing environment.(Citation: EK Clueless Agents)", "metadata": {"technique_id": "T1480.001", "technique_name": "Environmental Keying", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Template Macros (T1137.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\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 Office templates to obtain persistence on a compromised system. Microsoft Office contains templates that are part of common Office applications and are used to customize styles. The base templates within the application are used each time an application starts. (Citation: Microsoft Change Normal Template)", "metadata": {"technique_id": "T1137.001", "technique_name": "Office Template Macros", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "You are a cyber‑threat intelligence analyst. Explain in a multi‑step reasoning style how an adversary could leverage the ATT&CK technique Hooking (T1179). Describe the 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 processes often leverage application programming interface (API) functions to perform tasks that require reusable system resources. Windows API functions are typically stored in dynamic-link libraries (DLLs) as exported functions.", "metadata": {"technique_id": "T1179", "technique_name": "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 Upload Tool (T1608.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 upload tools to third-party or adversary controlled infrastructure to make it accessible during targeting. Tools can be open or closed source, free or commercial. Tools 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)). Adversaries may upload tools to support their operations, such as making a tool 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.002", "technique_name": "Upload 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 Data Staging (T1074.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\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 data collected from multiple systems in a central location or directory on one 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.002", "technique_name": "Remote 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 Network Device CLI (T1059.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": "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 scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads. The CLI is the primary means through which users and administrators interact with the device in order to view system information, modify device operations, or perform diagnostic and administrative functions. CLIs typically contain various permission levels required for different commands.", "metadata": {"technique_id": "T1059.008", "technique_name": "Network Device CLI", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Non-Standard Port (T1571)?", "input": "Linux\nmacOS\nWindows\nESXi", "output": "Adversaries may communicate using a protocol and port pairing that are typically not associated. For example, HTTPS over port 8088(Citation: Symantec Elfin Mar 2019) or port 587(Citation: Fortinet Agent Tesla April 2018) as opposed to the traditional port 443. Adversaries may make changes to the standard port used by a protocol to bypass filtering or muddle analysis/parsing of network data.", "metadata": {"technique_id": "T1571", "technique_name": "Non-Standard Port", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Data Encrypted (T1022)?", "input": "Linux\nmacOS\nWindows", "output": "Data is encrypted before being exfiltrated in order to hide the information that is being exfiltrated from detection or to make the exfiltration less conspicuous upon inspection by a defender. The encryption is performed by a utility, programming library, or custom algorithm on the data itself and is considered separate from any encryption performed by the command and control or file transfer protocol. Common file archive formats that can encrypt files are RAR and zip.", "metadata": {"technique_id": "T1022", "technique_name": "Data Encrypted", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Debugger Evasion (T1622)?", "input": "Windows\nLinux\nmacOS", "output": "Adversaries may employ various means to detect and avoid debuggers. Debuggers are typically used by defenders to trace and/or analyze the execution of potential malware payloads.(Citation: ProcessHacker Github)", "metadata": {"technique_id": "T1622", "technique_name": "Debugger Evasion", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Establish Accounts (T1585)?", "input": "PRE", "output": "Adversaries may create and cultivate accounts with services that can be used during targeting. Adversaries can create 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. This development could be applied to social media, website, or other publicly available information that could be referenced and scrutinized for legitimacy over the course of an operation using that persona or identity.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)", "metadata": {"technique_id": "T1585", "technique_name": "Establish 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 Cloud Secrets Management Stores (T1555.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": "IaaS", "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 cloud-native secret management solutions such as AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, and Terraform Vault.", "metadata": {"technique_id": "T1555.006", "technique_name": "Cloud Secrets Management 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 Startup Items (T1037.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", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may use startup items automatically executed at boot initialization to establish persistence. 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)", "metadata": {"technique_id": "T1037.005", "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 Unsecured Credentials (T1552). Describe the 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", "output": "First, let’s understand what the technique is trying to achieve.\n— … (insert step‑by‑step analysis)\n\n### Answer\nAdversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Bash History](https://attack.mitre.org/techniques/T1552/003)), operating system or application-specific repositories (e.g. [Credentials in Registry](https://attack.mitre.org/techniques/T1552/002)), or other specialized files/artifacts (e.g. [Private Keys](https://attack.mitre.org/techniques/T1552/004)).(Citation: Brining MimiKatz to Unix)", "metadata": {"technique_id": "T1552", "technique_name": "Unsecured 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 Template Injection (T1221). Describe the 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 references in user document templates to conceal malicious code or force authentication attempts. For example, Microsoft’s Office Open XML (OOXML) specification defines an XML-based format for Office documents (.docx, xlsx, .pptx) to replace older binary formats (.doc, .xls, .ppt). OOXML files are packed together ZIP archives compromised of various XML files, referred to as parts, containing properties that collectively define how a document is rendered.(Citation: Microsoft Open XML July 2017)", "metadata": {"technique_id": "T1221", "technique_name": "Template 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 System Information Discovery (T1082). Describe the 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\nAn adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture. Adversaries may use the information from [System Information Discovery](https://attack.mitre.org/techniques/T1082) 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": "T1082", "technique_name": "System 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 Scripting (T1064). Describe the 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 [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) where appropriate.**", "metadata": {"technique_id": "T1064", "technique_name": "Scripting", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 (T1117). Describe the 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\nRegsvr32.exe is a command-line program used to register and unregister object linking and embedding controls, including dynamic link libraries (DLLs), on Windows systems. Regsvr32.exe can be used to execute arbitrary binaries. (Citation: Microsoft Regsvr32)", "metadata": {"technique_id": "T1117", "technique_name": "Regsvr32", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Accounts (T1585.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 email accounts that can be used during targeting. Adversaries can use accounts created with email providers to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) Establishing email accounts may also allow adversaries to abuse free services – such as trial periods – to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for follow-on purposes.(Citation: Free Trial PurpleUrchin)", "metadata": {"technique_id": "T1585.002", "technique_name": "Email 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 Revert Cloud Instance (T1578.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": "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 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": "T1578.004", "technique_name": "Revert 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 Remote Access Tools (T1219). Describe the 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 use legitimate remote access tools to establish an interactive command and control channel within a network. Remote access tools create a session between two trusted hosts through a graphical interface, a command line interaction, a protocol tunnel via development or management software, or hardware-level access such as KVM (Keyboard, Video, Mouse) over IP solutions. Desktop support software (usually graphical interface) and remote management software (typically command line interface) allow a user to control a computer remotely as if they are a local user inheriting the user or software permissions. This software is commonly used for troubleshooting, software installation, and system management.(Citation: Symantec Living off the Land)(Citation: CrowdStrike 2015 Global Threat Report)(Citation: CrySyS Blog TeamSpy) Adversaries may similarly abuse response features included in EDR and other defensive tools that enable remote access.", "metadata": {"technique_id": "T1219", "technique_name": "Remote Access 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 DNS Server (T1584.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 compromise third-party 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 setting up their own DNS servers, adversaries may compromise third-party DNS servers in support of operations.", "metadata": {"technique_id": "T1584.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 Windows Command Shell (T1059.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 the Windows command shell for execution. The Windows command shell ([cmd](https://attack.mitre.org/software/S0106)) is the primary command prompt on Windows systems. The Windows command prompt can be used to control almost any aspect of a system, with various permission levels required for different subsets of commands. The command prompt can be invoked remotely via [Remote Services](https://attack.mitre.org/techniques/T1021) such as [SSH](https://attack.mitre.org/techniques/T1021/004).(Citation: SSH in Windows)", "metadata": {"technique_id": "T1059.003", "technique_name": "Windows Command Shell", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 via Service (T1194). Describe the 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 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": "T1194", "technique_name": "Spearphishing via 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 Windows File and Directory Permissions Modification (T1222.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 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.001", "technique_name": "Windows File and Directory Permissions Modification", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Kernel Modules and Extensions (T1215)?", "input": "Linux\nmacOS", "output": "Loadable Kernel Modules (or 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) When used maliciously, Loadable Kernel Modules (LKMs) can be a type of kernel-mode [Rootkit](https://attack.mitre.org/techniques/T1014) that run with the highest operating system privilege (Ring 0). (Citation: Linux Kernel Module Programming Guide) Adversaries can use loadable kernel modules to covertly persist on a system and evade defenses. Examples have been found in the wild and there are some open source projects. (Citation: Volatility Phalanx2) (Citation: CrowdStrike Linux Rootkit) (Citation: GitHub Reptile) (Citation: GitHub Diamorphine)", "metadata": {"technique_id": "T1215", "technique_name": "Kernel Modules and Extensions", "domain": "enterprise-attack", "is_reasoning": false}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Shared Webroot (T1051)?", "input": "Windows", "output": "**This technique has been deprecated and should no longer be used.**", "metadata": {"technique_id": "T1051", "technique_name": "Shared Webroot", "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-Factor Authentication Request Generation (T1621). Describe the 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\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 attempt to bypass multi-factor authentication (MFA) mechanisms and gain access to accounts by generating MFA requests sent to users.", "metadata": {"technique_id": "T1621", "technique_name": "Multi-Factor Authentication Request Generation", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Internet Connection Discovery (T1016.001)?", "input": "Windows\nLinux\nmacOS\nESXi", "output": "Adversaries may check for Internet connectivity on compromised systems. This may be performed during automated discovery and can be accomplished in numerous ways such as using [Ping](https://attack.mitre.org/software/S0097), <code>tracert</code>, and GET requests to websites.", "metadata": {"technique_id": "T1016.001", "technique_name": "Internet Connection 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 Defacement (T1491). Describe the 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\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 visual content available internally or externally to an enterprise network, thus affecting the integrity of the original content. Reasons for [Defacement](https://attack.mitre.org/techniques/T1491) include delivering messaging, intimidation, or claiming (possibly false) credit for an intrusion. Disturbing or offensive images may be used as a part of [Defacement](https://attack.mitre.org/techniques/T1491) in order to cause user discomfort, or to pressure compliance with accompanying messages.", "metadata": {"technique_id": "T1491", "technique_name": "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 DLL Side-Loading (T1073). Describe the 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\nPrograms may specify DLLs that are loaded at runtime. Programs that improperly or vaguely specify a required DLL may be open to a vulnerability in which an unintended DLL is loaded. Side-loading vulnerabilities specifically occur when Windows Side-by-Side (WinSxS) manifests (Citation: MSDN Manifests) are not explicit enough about characteristics of the DLL to be loaded. Adversaries may take advantage of a legitimate program that is vulnerable to side-loading to load a malicious DLL. (Citation: Stewart 2014)", "metadata": {"technique_id": "T1073", "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 Cloud API (T1059.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\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 abuse cloud APIs to execute malicious commands. APIs available in cloud environments provide various functionalities and are a feature-rich method for programmatic access to nearly all aspects of a tenant. These APIs may be utilized through various methods such as command line interpreters (CLIs), in-browser Cloud Shells, [PowerShell](https://attack.mitre.org/techniques/T1059/001) modules like Azure for PowerShell(Citation: Microsoft - Azure PowerShell), or software developer kits (SDKs) available for languages such as [Python](https://attack.mitre.org/techniques/T1059/006).", "metadata": {"technique_id": "T1059.009", "technique_name": "Cloud 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 Container Administration Command (T1609). Describe the 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 abuse a container administration service to execute commands within a container. A container administration service such as the Docker daemon, the Kubernetes API server, or the kubelet may allow remote management of containers within an environment.(Citation: Docker Daemon CLI)(Citation: Kubernetes API)(Citation: Kubernetes Kubelet)", "metadata": {"technique_id": "T1609", "technique_name": "Container Administration Command", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Regsvcs/Regasm (T1218.009)?", "input": "Windows", "output": "Adversaries may abuse Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Regsvcs and Regasm are Windows command-line utilities that are used to register .NET [Component Object Model](https://attack.mitre.org/techniques/T1559/001) (COM) assemblies. Both are binaries that may be digitally signed by Microsoft. (Citation: MSDN Regsvcs) (Citation: MSDN Regasm)", "metadata": {"technique_id": "T1218.009", "technique_name": "Regsvcs/Regasm", "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 Steal or Forge Kerberos Tickets (T1558). Describe the 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 subvert Kerberos authentication by stealing or forging Kerberos tickets to enable [Pass the Ticket](https://attack.mitre.org/techniques/T1550/003). Kerberos is an authentication protocol widely used in modern Windows domain environments. In Kerberos environments, referred to as “realms”, there are three basic participants: client, service, and Key Distribution Center (KDC).(Citation: ADSecurity Kerberos Ring Decoder) Clients request access to a service and through the exchange of Kerberos tickets, originating from KDC, they are granted access after having successfully authenticated. The KDC is responsible for both authentication and ticket granting. Adversaries may attempt to abuse Kerberos by stealing tickets or forging tickets to enable unauthorized access.", "metadata": {"technique_id": "T1558", "technique_name": "Steal or Forge Kerberos Tickets", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"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 Shimming (T1138). Describe the 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 Windows Application Compatibility Infrastructure/Framework (Application Shim) was created to allow for backward compatibility of software as the operating system codebase changes over time. For example, the application shimming feature allows developers to apply fixes to applications (without rewriting code) that were created for Windows XP so that it will work with Windows 10. (Citation: Elastic Process Injection July 2017) Within the framework, shims are created to act as a buffer between the program (or more specifically, the Import Address Table) and the Windows OS. When a program is executed, the shim cache is referenced to determine if the program requires the use of the shim database (.sdb). If so, the shim database uses [Hooking](https://attack.mitre.org/techniques/T1179) to redirect the code as necessary in order to communicate with the OS.", "metadata": {"technique_id": "T1138", "technique_name": "Application Shimming", "domain": "enterprise-attack", "is_reasoning": true}} | |
| {"instruction": "What is the purpose of the ATT&CK technique Network Share Discovery (T1135)?", "input": "macOS\nWindows\nLinux", "output": "Adversaries may look for folders and drives shared on remote systems as a means of identifying sources of information to gather as a precursor for Collection and to identify potential systems of interest for Lateral Movement. Networks often contain shared network drives and folders that enable users to access file directories on various systems across a network.", "metadata": {"technique_id": "T1135", "technique_name": "Network Share Discovery", "domain": "enterprise-attack", "is_reasoning": false}} | |