prompt
stringlengths
144
201
completion
stringlengths
232
4.79k
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1591.003 (Identify Business Tempo) in detail, including its description and associated tactics.
Technique: T1591.003 - Identify Business Tempo Description: Adversaries may gather information about the victim's business tempo that can be used during targeting. Information about an organization’s business tempo may include a variety of details, including operational hours/days of the week. This information may also...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.004 (InstallUtil) in detail, including its description and associated tactics.
Technique: T1218.004 - InstallUtil Description: Adversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries. (Citatio...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1179 (Hooking) in detail, including its description and associated tactics.
Technique: T1179 - Hooking Description: Windows 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. Hooking involves redirecting calls to t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1585.001 (Social Media Accounts) in detail, including its description and associated tactics.
Technique: T1585.001 - Social Media Accounts Description: Adversaries may create and cultivate social media accounts that can be used during targeting. Adversaries can create social media accounts that can be used to build a persona to further operations. Persona development consists of the development of public inform...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1590.003 (Network Trust Dependencies) in detail, including its description and associated tactics.
Technique: T1590.003 - Network Trust Dependencies Description: Adversaries may gather information about the victim's network trust dependencies that can be used during targeting. Information about network trusts may include a variety of details, including second or third-party organizations/domains (ex: managed service...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1543 (Create or Modify System Process) in detail, including its description and associated tactics.
Technique: T1543 - Create or Modify System Process Description: Adversaries may create or modify system-level processes to repeatedly execute malicious payloads as part of persistence. When operating systems boot up, they can start processes that perform background system functions. On Windows and Linux, these system p...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1060 (Registry Run Keys / Startup Folder) in detail, including its description and associated tactics.
Technique: T1060 - Registry Run Keys / Startup Folder Description: Adversaries 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 ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1496.002 (Bandwidth Hijacking) in detail, including its description and associated tactics.
Technique: T1496.002 - Bandwidth Hijacking Description: Adversaries may leverage the network bandwidth resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability. Adversaries may also use malware that leverages a system's network bandwidth as part of...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.006 (Run Virtual Instance) in detail, including its description and associated tactics.
Technique: T1564.006 - Run Virtual Instance Description: Adversaries may carry out malicious operations using a virtual instance to avoid detection. A wide variety of virtualization technologies exist that allow for the emulation of a computer or computing environment. By running malicious code inside of a virtual inst...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1668 (Exclusive Control) in detail, including its description and associated tactics.
Technique: T1668 - Exclusive Control Description: Adversaries who successfully compromise a system may attempt to maintain persistence by “closing the door” behind them – in other words, by preventing other threat actors from initially accessing or maintaining a foothold on the same system. For example, adversaries ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.011 (Ignore Process Interrupts) in detail, including its description and associated tactics.
Technique: T1564.011 - Ignore Process Interrupts Description: Adversaries may evade defensive mechanisms by executing commands that hide from process interrupt signals. Many operating systems use signals to deliver messages to control process behavior. Command interpreters often include specific commands/flags that ign...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.005 (Trap) in detail, including its description and associated tactics.
Technique: T1546.005 - Trap Description: Adversaries may establish persistence by executing malicious content triggered by an interrupt signal. The <code>trap</code> command allows programs and shells to specify commands that will be executed upon receiving interrupt signals. A common situation is a script allowing for...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1588.001 (Malware) in detail, including its description and associated tactics.
Technique: T1588.001 - Malware Description: Adversaries may buy, steal, or download malware that can be used during targeting. Malicious software can include payloads, droppers, post-compromise tools, backdoors, packers, and C2 protocols. Adversaries may acquire malware to support their operations, obtaining a means fo...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.004 (Server) in detail, including its description and associated tactics.
Technique: T1583.004 - Server Description: Adversaries may buy, lease, rent, or obtain physical servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, such as watering h...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1203 (Exploitation for Client Execution) in detail, including its description and associated tactics.
Technique: T1203 - Exploitation for Client Execution Description: Adversaries may exploit software vulnerabilities in client applications to execute code. Vulnerabilities can exist in software due to unsecure coding practices that can lead to unanticipated behavior. Adversaries can take advantage of certain vulnerabili...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1036.003 (Rename Legitimate Utilities) in detail, including its description and associated tactics.
Technique: T1036.003 - Rename Legitimate Utilities Description: Adversaries may rename legitimate / system utilities to try to evade security mechanisms concerning the usage of those utilities. Security monitoring and control mechanisms may be in place for legitimate utilities adversaries are capable of abusing, includ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1021.004 (SSH) in detail, including its description and associated tactics.
Technique: T1021.004 - SSH Description: Adversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to log into remote machines using Secure Shell (SSH). The adversary may then perform actions as the logged-on user. SSH is a protocol that allows authorized users to open remote shells on other compu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1552.007 (Container API) in detail, including its description and associated tactics.
Technique: T1552.007 - Container API Description: Adversaries may gather credentials via APIs within a containers environment. APIs in these environments, such as the Docker API and Kubernetes APIs, allow a user to remotely manage their container resources and cluster components.(Citation: Docker API)(Citation: Kuberne...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1219 (Remote Access Tools) in detail, including its description and associated tactics.
Technique: T1219 - Remote Access Tools Description: An 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 vi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1132.001 (Standard Encoding) in detail, including its description and associated tactics.
Technique: T1132.001 - Standard Encoding Description: Adversaries may encode data with a standard data encoding system to make the content of command and control traffic more difficult to detect. Command and control (C2) information can be encoded using a standard data encoding system that adheres to existing protocol ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.004 (Dylib Hijacking) in detail, including its description and associated tactics.
Technique: T1574.004 - Dylib Hijacking Description: Adversaries may execute their own payloads by placing a malicious dynamic library (dylib) with an expected name in a path a victim application searches at runtime. The dynamic loader will try to find the dylibs based on the sequential order of the search paths. Paths ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1074.002 (Remote Data Staging) in detail, including its description and associated tactics.
Technique: T1074.002 - Remote Data Staging Description: Adversaries 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...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1505.004 (IIS Components) in detail, including its description and associated tactics.
Technique: T1505.004 - IIS Components Description: Adversaries may install malicious components that run on Internet Information Services (IIS) web servers to establish persistence. IIS provides several mechanisms to extend the functionality of the web servers. For example, Internet Server Application Programming Inter...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1146 (Clear Command History) in detail, including its description and associated tactics.
Technique: T1146 - Clear Command History Description: In addition to clearing system logs, an adversary may clear the command history of a compromised account to conceal the actions undertaken during an intrusion. macOS and Linux both keep track of the commands users type in their terminal so that users can retrace wha...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1213 (Data from Information Repositories) in detail, including its description and associated tactics.
Technique: T1213 - Data from Information Repositories Description: Adversaries may leverage information repositories to mine valuable information. Information repositories are tools that allow for storage of information, typically to facilitate collaboration or information sharing between users, and can store a wide va...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1587 (Develop Capabilities) in detail, including its description and associated tactics.
Technique: T1587 - Develop Capabilities Description: Adversaries may build capabilities that can be used during targeting. Rather than purchasing, freely downloading, or stealing capabilities, adversaries may develop their own capabilities in-house. This is the process of identifying development requirements and buildi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1548 (Abuse Elevation Control Mechanism) in detail, including its description and associated tactics.
Technique: T1548 - Abuse Elevation Control Mechanism Description: Adversaries may circumvent mechanisms designed to control elevate privileges to gain higher-level permissions. Most modern systems contain native elevation control mechanisms that are intended to limit privileges that a user can perform on a machine. Aut...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1078.002 (Domain Accounts) in detail, including its description and associated tactics.
Technique: T1078.002 - Domain Accounts Description: Adversaries may obtain and abuse credentials of a domain account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.(Citation: TechNet Credential Theft) Domain accounts are those managed by Active Directory Domain Services wher...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1051 (Shared Webroot) in detail, including its description and associated tactics.
Technique: T1051 - Shared Webroot Description: **This technique has been deprecated and should no longer be used.** Adversaries may add malicious content to an internally accessible website through an open network file share that contains the website's webroot or Web content directory (Citation: Microsoft Web Root OCT...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1220 (XSL Script Processing) in detail, including its description and associated tactics.
Technique: T1220 - XSL Script Processing Description: Adversaries may bypass application control and obscure execution of code by embedding scripts inside XSL files. Extensible Stylesheet Language (XSL) files are commonly used to describe the processing and rendering of data within XML files. To support complex operati...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.001 (Compiled HTML File) in detail, including its description and associated tactics.
Technique: T1218.001 - Compiled HTML File Description: Adversaries may abuse Compiled HTML files (.chm) to conceal malicious code. CHM files are commonly distributed as part of the Microsoft HTML Help system. CHM files are compressed compilations of various content such as HTML documents, images, and scripting/web rela...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.009 (Safe Mode Boot) in detail, including its description and associated tactics.
Technique: T1562.009 - Safe Mode Boot Description: Adversaries 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 boot...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.003 (Hidden Window) in detail, including its description and associated tactics.
Technique: T1564.003 - Hidden Window Description: Adversaries may use hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can be hidden. This may be utilized by system administrators to avoid di...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562 (Impair Defenses) in detail, including its description and associated tactics.
Technique: T1562 - Impair Defenses Description: Adversaries may maliciously modify components of a victim environment in order to hinder or disable defensive mechanisms. This not only involves impairing preventative defenses, such as firewalls and anti-virus, but also detection capabilities that defenders can use to au...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1518 (Software Discovery) in detail, including its description and associated tactics.
Technique: T1518 - Software Discovery Description: Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment. Adversaries may use the information from [Software Discovery](https://attack.mitre.org/techniques/T1518) during automated discovery to s...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556.006 (Multi-Factor Authentication) in detail, including its description and associated tactics.
Technique: T1556.006 - Multi-Factor Authentication Description: Adversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts. Once adversaries have gained access to a network by either compromising an account lacking MFA or by employing an MFA bypas...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1059.002 (AppleScript) in detail, including its description and associated tactics.
Technique: T1059.002 - AppleScript Description: Adversaries may abuse AppleScript for execution. AppleScript is a macOS scripting language designed to control applications and parts of the OS via inter-application messages called AppleEvents.(Citation: Apple AppleScript) These AppleEvent messages can be sent independen...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1098 (Account Manipulation) in detail, including its description and associated tactics.
Technique: T1098 - Account Manipulation Description: Adversaries 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:...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1166 (Setuid and Setgid) in detail, including its description and associated tactics.
Technique: T1166 - Setuid and Setgid Description: When the setuid or setgid bits are set on Linux or macOS for an application, this means that the application will run with the privileges of the owning user or group respectively (Citation: setuid man page). Normally an application is run in the current user’s context,...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.014 (Active Setup) in detail, including its description and associated tactics.
Technique: T1547.014 - Active Setup Description: Adversaries 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 t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1052 (Exfiltration Over Physical Medium) in detail, including its description and associated tactics.
Technique: T1052 - Exfiltration Over Physical Medium Description: Adversaries may attempt to exfiltrate data via a physical medium, such as a removable drive. In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media cou...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1123 (Audio Capture) in detail, including its description and associated tactics.
Technique: T1123 - Audio Capture Description: An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.(Citation: ESET Attor ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1003.008 (/etc/passwd and /etc/shadow) in detail, including its description and associated tactics.
Technique: T1003.008 - /etc/passwd and /etc/shadow Description: Adversaries may attempt to dump the contents of <code>/etc/passwd</code> and <code>/etc/shadow</code> to enable offline password cracking. Most modern Linux operating systems use a combination of <code>/etc/passwd</code> and <code>/etc/shadow</code> to sto...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1587.001 (Malware) in detail, including its description and associated tactics.
Technique: T1587.001 - Malware Description: Adversaries may develop malware and malware components that can be used during targeting. Building malicious software can include the development of payloads, droppers, post-compromise tools, backdoors (including backdoored images), packers, C2 protocols, and the creation of ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1491.001 (Internal Defacement) in detail, including its description and associated tactics.
Technique: T1491.001 - Internal Defacement Description: An adversary may deface systems internal to an organization in an attempt to intimidate or mislead users, thus discrediting the integrity of the systems. This may take the form of modifications to internal websites or server login messages, or directly to user sys...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1586.002 (Email Accounts) in detail, including its description and associated tactics.
Technique: T1586.002 - Email Accounts Description: 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]...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.001 (Registry Run Keys / Startup Folder) in detail, including its description and associated tactics.
Technique: T1547.001 - Registry Run Keys / Startup Folder Description: Adversaries 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 l...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1573.002 (Asymmetric Cryptography) in detail, including its description and associated tactics.
Technique: T1573.002 - Asymmetric Cryptography Description: 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 k...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.011 (Application Shimming) in detail, including its description and associated tactics.
Technique: T1546.011 - Application Shimming Description: 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 compatibil...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.005 (Indicator Removal from Tools) in detail, including its description and associated tactics.
Technique: T1027.005 - Indicator Removal from Tools Description: Adversaries may remove indicators from tools if they believe their malicious tool was detected, quarantined, or otherwise curtailed. They can modify the tool by removing the indicator and using the updated version that is no longer detected by the target'...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.006 (Indicator Blocking) in detail, including its description and associated tactics.
Technique: T1562.006 - Indicator Blocking Description: An adversary may attempt to block indicators or events typically captured by sensors from being gathered and analyzed. This could include maliciously redirecting(Citation: Microsoft Lamin Sept 2017) or even disabling host-based sensors, such as Event Tracing for Wi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1175 (Component Object Model and Distributed COM) in detail, including its description and associated tactics.
Technique: T1175 - Component Object Model and Distributed COM Description: **This technique has been deprecated. Please use [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) and [Component Object Model](https://attack.mitre.org/techniques/T1559/001).** Adversaries may use the Windows ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1539 (Steal Web Session Cookie) in detail, including its description and associated tactics.
Technique: T1539 - Steal Web Session Cookie Description: An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications and services often use session cookies as an authenticati...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.009 (AppCert DLLs) in detail, including its description and associated tactics.
Technique: T1546.009 - AppCert DLLs Description: Adversaries 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\Sy...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1588.007 (Artificial Intelligence) in detail, including its description and associated tactics.
Technique: T1588.007 - Artificial Intelligence Description: Adversaries may obtain access to generative artificial intelligence tools, such as large language models (LLMs), to aid various techniques during targeting. These tools may be used to inform, bolster, and enable a variety of malicious tasks, including conducti...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1087.001 (Local Account) in detail, including its description and associated tactics.
Technique: T1087.001 - Local Account Description: Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior. Commands such as <code>net user</code> and <code>net localgroup</code> of the [Net](h...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1553.005 (Mark-of-the-Web Bypass) in detail, including its description and associated tactics.
Technique: T1553.005 - Mark-of-the-Web Bypass Description: Adversaries may abuse specific file formats to subvert Mark-of-the-Web (MOTW) controls. In Windows, when files are downloaded from the Internet, they are tagged with a hidden NTFS Alternate Data Stream (ADS) named <code>Zone.Identifier</code> with a specific va...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1131 (Authentication Package) in detail, including its description and associated tactics.
Technique: T1131 - Authentication Package Description: Windows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system. (Citation: MSDN Authentication Packages) Advers...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.007 (Path Interception by PATH Environment Variable) in detail, including its description and associated tactics.
Technique: T1574.007 - Path Interception by PATH Environment Variable Description: Adversaries may execute their own malicious payloads by hijacking environment variables used to load libraries. The PATH environment variable contains a list of directories (User and System) that the OS searches sequentially through in s...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1657 (Financial Theft) in detail, including its description and associated tactics.
Technique: T1657 - Financial Theft Description: Adversaries may steal monetary resources from targets through extortion, social engineering, technical theft, or other methods aimed at their own financial gain at the expense of the availability of these resources for victims. Financial theft is the ultimate objective of...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.005 (Hidden File System) in detail, including its description and associated tactics.
Technique: T1564.005 - Hidden File System Description: Adversaries may use a hidden file system to conceal malicious activity from users and security tools. File systems provide a structure to store and access data from physical storage. Typically, a user engages with a file system through applications that allow them ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1055.002 (Portable Executable Injection) in detail, including its description and associated tactics.
Technique: T1055.002 - Portable Executable Injection Description: Adversaries 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. PE in...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1565 (Data Manipulation) in detail, including its description and associated tactics.
Technique: T1565 - Data Manipulation Description: Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.(Citation: Sygnia Elephant Beetle Jan 2022) By manipulating data, adversaries may attempt to affect a business process...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1554 (Compromise Host Software Binary) in detail, including its description and associated tactics.
Technique: T1554 - Compromise Host Software Binary Description: Adversaries 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, emai...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1080 (Taint Shared Content) in detail, including its description and associated tactics.
Technique: T1080 - Taint Shared Content Description: Adversaries may deliver payloads to remote systems by adding content to shared storage locations, such as network drives or internal code repositories. Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts,...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1553.004 (Install Root Certificate) in detail, including its description and associated tactics.
Technique: T1553.004 - Install Root Certificate Description: Adversaries may install a root certificate on a compromised system to avoid warnings when connecting to adversary controlled web servers. Root certificates are used in public key cryptography to identify a root certificate authority (CA). When a root certific...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1176.001 (Browser Extensions) in detail, including its description and associated tactics.
Technique: T1176.001 - Browser Extensions Description: Adversaries may abuse internet browser extensions to establish persistent access to victim systems. Browser extensions or plugins are small programs that can add functionality to and customize aspects of internet browsers. They can be installed directly via a local...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1652 (Device Driver Discovery) in detail, including its description and associated tactics.
Technique: T1652 - Device Driver Discovery Description: Adversaries may attempt to enumerate local device drivers on a victim host. Information about device drivers may highlight various insights that shape follow-on behaviors, such as the function/purpose of the host, present security tools (i.e. [Security Software Di...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.008 (Email Hiding Rules) in detail, including its description and associated tactics.
Technique: T1564.008 - Email Hiding Rules Description: Adversaries may use email rules to hide inbound emails in a compromised user's mailbox. Many email clients allow users to create inbox rules for various email functions, including moving emails to other folders, marking emails as read, or deleting emails. Rules may...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.012 (Disable or Modify Linux Audit System) in detail, including its description and associated tactics.
Technique: T1562.012 - Disable or Modify Linux Audit System Description: Adversaries may disable or modify the Linux audit system to hide malicious activity and avoid detection. Linux admins use the Linux Audit system to track security-relevant information on a system. The Linux Audit system operates at the kernel-leve...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1036.009 (Break Process Trees) in detail, including its description and associated tactics.
Technique: T1036.009 - Break Process Trees Description: An adversary may attempt to evade process tree-based analysis by modifying executed malware's parent process ID (PPID). If endpoint protection software leverages the “parent-child" relationship for detection, breaking this relationship could result in the adversar...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.013 (PowerShell Profile) in detail, including its description and associated tactics.
Technique: T1546.013 - PowerShell Profile Description: Adversaries may gain persistence and elevate privileges by executing malicious content triggered by PowerShell profiles. A PowerShell profile (<code>profile.ps1</code>) is a script that runs when [PowerShell](https://attack.mitre.org/techniques/T1059/001) starts a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1201 (Password Policy Discovery) in detail, including its description and associated tactics.
Technique: T1201 - Password Policy Discovery Description: Adversaries may attempt to access detailed information about the password policy used within an enterprise network or cloud environment. Password policies are a way to enforce complex passwords that are difficult to guess or crack through [Brute Force](https://a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1134.002 (Create Process with Token) in detail, including its description and associated tactics.
Technique: T1134.002 - Create Process with Token Description: Adversaries may create a new process with an existing token to escalate privileges and bypass access controls. Processes can be created with the token and resulting security context of another user using features such as <code>CreateProcessWithTokenW</code> ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1136.002 (Domain Account) in detail, including its description and associated tactics.
Technique: T1136.002 - Domain Account Description: Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1127.002 (ClickOnce) in detail, including its description and associated tactics.
Technique: T1127.002 - ClickOnce Description: Adversaries may use ClickOnce applications (.appref-ms and .application files) to proxy execution of code through a trusted Windows utility.(Citation: Burke/CISA ClickOnce BlackHat) ClickOnce is a deployment that enables a user to create self-updating Windows-based .NET app...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1128 (Netsh Helper DLL) in detail, including its description and associated tactics.
Technique: T1128 - Netsh Helper DLL Description: Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility. (Citation: TechNet Netsh) The paths to regis...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1584.002 (DNS Server) in detail, including its description and associated tactics.
Technique: T1584.002 - DNS Server Description: Adversaries 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/techni...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1498 (Network Denial of Service) in detail, including its description and associated tactics.
Technique: T1498 - Network Denial of Service Description: 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, e...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1003.007 (Proc Filesystem) in detail, including its description and associated tactics.
Technique: T1003.007 - Proc Filesystem Description: Adversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc/<PID>/maps` file shows how m...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1548.001 (Setuid and Setgid) in detail, including its description and associated tactics.
Technique: T1548.001 - Setuid and Setgid Description: An adversary may abuse configurations where an application has the setuid or setgid bits set in order to get code running in a different (and possibly more privileged) user’s context. On Linux or macOS, when the setuid or setgid bits are set for an application binar...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1071.003 (Mail Protocols) in detail, including its description and associated tactics.
Technique: T1071.003 - Mail Protocols Description: Adversaries may communicate using application layer protocols associated with electronic mail delivery to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded wi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1553.001 (Gatekeeper Bypass) in detail, including its description and associated tactics.
Technique: T1553.001 - Gatekeeper Bypass Description: Adversaries 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 ho...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.010 (Downgrade Attack) in detail, including its description and associated tactics.
Technique: T1562.010 - Downgrade Attack Description: Adversaries may downgrade or use a version of system features that may be outdated, vulnerable, and/or does not support updated security controls. Downgrade attacks typically take advantage of a system’s backward compatibility to force it into less secure modes of op...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1105 (Ingress Tool Transfer) in detail, including its description and associated tactics.
Technique: T1105 - Ingress Tool Transfer Description: Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protoco...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.010 (Regsvr32) in detail, including its description and associated tactics.
Technique: T1218.010 - Regsvr32 Description: Adversaries may abuse Regsvr32.exe to proxy execution of malicious code. Regsvr32.exe is a command-line program used to register and unregister object linking and embedding controls, including dynamic link libraries (DLLs), on Windows systems. The Regsvr32.exe binary may als...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1568.001 (Fast Flux DNS) in detail, including its description and associated tactics.
Technique: T1568.001 - Fast Flux DNS Description: Adversaries may use Fast Flux DNS to hide a command and control channel behind an array of rapidly changing IP addresses linked to a single domain resolution. This technique uses a fully qualified domain name, with multiple IP addresses assigned to it which are swapped ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.014 (Polymorphic Code) in detail, including its description and associated tactics.
Technique: T1027.014 - Polymorphic Code Description: 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 ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1669 (Wi-Fi Networks) in detail, including its description and associated tactics.
Technique: T1669 - Wi-Fi Networks Description: Adversaries may gain initial access to target systems by connecting to wireless networks. They may accomplish this by exploiting open Wi-Fi networks used by target devices or by accessing secured Wi-Fi networks — requiring [Valid Accounts](https://attack.mitre.org/techniqu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.003 (Impair Command History Logging) in detail, including its description and associated tactics.
Technique: T1562.003 - Impair Command History Logging Description: Adversaries may impair command history logging to hide commands they run on a compromised system. Various command interpreters keep track of the commands users type in their terminal so that users can retrace what they've done. On Linux and macOS, com...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1053.001 (At (Linux)) in detail, including its description and associated tactics.
Technique: T1053.001 - At (Linux) Description: Adversaries may abuse the [at](https://attack.mitre.org/software/S0110) utility to perform task scheduling for initial, recurring, or future execution of malicious code. The [at](https://attack.mitre.org/software/S0110) command within Linux operating systems enables admini...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1110.004 (Credential Stuffing) in detail, including its description and associated tactics.
Technique: T1110.004 - Credential Stuffing Description: Adversaries may use credentials obtained from breach dumps of unrelated accounts to gain access to target accounts through credential overlap. Occasionally, large numbers of username and password pairs are dumped online when a website or service is compromised and...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1578.005 (Modify Cloud Compute Configurations) in detail, including its description and associated tactics.
Technique: T1578.005 - Modify Cloud Compute Configurations Description: Adversaries may modify settings that directly affect the size, locations, and resources available to cloud compute infrastructure in order to evade defenses. These settings may include service quotas, subscription associations, tenant-wide policies...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1042 (Change Default File Association) in detail, including its description and associated tactics.
Technique: T1042 - Change Default File Association Description: When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Regi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1608.001 (Upload Malware) in detail, including its description and associated tactics.
Technique: T1608.001 - Upload Malware Description: Adversaries may upload malware to third-party or adversary controlled infrastructure to make it accessible during targeting. Malicious software can include payloads, droppers, post-compromise tools, backdoors, and a variety of other malicious content. Adversaries may u...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1555.001 (Keychain) in detail, including its description and associated tactics.
Technique: T1555.001 - Keychain Description: Adversaries 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...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1136.001 (Local Account) in detail, including its description and associated tactics.
Technique: T1136.001 - Local Account Description: Adversaries may create a local account to maintain access to victim systems. Local accounts are those configured by an organization for use by users, remote support, services, or for administration on a single system or service. For example, with a sufficient level of...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1602.001 (SNMP (MIB Dump)) in detail, including its description and associated tactics.
Technique: T1602.001 - SNMP (MIB Dump) Description: Adversaries may target the Management Information Base (MIB) to collect and/or mine valuable information in a network managed using Simple Network Management Protocol (SNMP). The MIB is a configuration repository that stores variable information accessible via SNMP i...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1584.001 (Domains) in detail, including its description and associated tactics.
Technique: T1584.001 - Domains Description: Adversaries may hijack domains and/or subdomains that can be used during targeting. Domain registration hijacking is the act of changing the registration of a domain name without the permission of the original registrant.(Citation: ICANNDomainNameHijacking) Adversaries may ga...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1174 (Password Filter DLL) in detail, including its description and associated tactics.
Technique: T1174 - Password Filter DLL Description: Windows password filters are password policy enforcement mechanisms for both domain and local accounts. Filters are implemented as dynamic link libraries (DLLs) containing a method to validate potential passwords against password policies. Filter DLLs can be positione...