{"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 com.apple.loginwindow.[UUID].plist within the ~/Library/Preferences/ByHost 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, /etc/sudoers, 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 user1 ALL=(ALL) NOPASSWD: ALL (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 (dir /a for Windows and ls –a 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 /etc/profile when initiated. These configuration scripts run at the permission level of their directory and are often used to set environment variables, create aliases, and customize the user’s environment. When the shell exits or terminates, additional shell scripts are executed to ensure the shell exits appropriately.", "metadata": {"technique_id": "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 `