prompt
stringlengths
144
201
completion
stringlengths
232
4.79k
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1098.002 (Additional Email Delegate Permissions) in detail, including its description and associated tactics.
Technique: T1098.002 - Additional Email Delegate Permissions Description: Adversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account. For example, the <code>Add-MailboxPermission</code> [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlet, a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.009 (Embedded Payloads) in detail, including its description and associated tactics.
Technique: T1027.009 - Embedded Payloads Description: Adversaries may embed payloads within other files to conceal malicious content from defenses. Otherwise seemingly benign files (such as scripts and executables) may be abused to carry and obfuscate malicious payloads and content. In some cases, embedded payloads may...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1584.005 (Botnet) in detail, including its description and associated tactics.
Technique: T1584.005 - Botnet Description: Adversaries may compromise numerous third-party systems to form a botnet that can be used during targeting. A botnet is a network of compromised systems that can be instructed to perform coordinated tasks.(Citation: Norton Botnet) Instead of purchasing/renting a botnet from a ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1567.003 (Exfiltration to Text Storage Sites) in detail, including its description and associated tactics.
Technique: T1567.003 - Exfiltration to Text Storage Sites Description: Adversaries may exfiltrate data to text storage sites instead of their primary command and control channel. Text storage sites, such as <code>pastebin[.]com</code>, are commonly used by developers to share code and other information. Text storage...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1525 (Implant Internal Image) in detail, including its description and associated tactics.
Technique: T1525 - Implant Internal Image Description: Adversaries may implant cloud or container images with malicious code to establish persistence after gaining access to an environment. Amazon Web Services (AWS) Amazon Machine Images (AMIs), Google Cloud Platform (GCP) Images, and Azure Images as well as popular co...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1110.001 (Password Guessing) in detail, including its description and associated tactics.
Technique: T1110.001 - Password Guessing Description: Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts. Without knowledge of the password for an account, an adversary may opt to systematically guess the password using a repe...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1188 (Multi-hop Proxy) in detail, including its description and associated tactics.
Technique: T1188 - Multi-hop Proxy Description: To disguise the source of malicious traffic, adversaries may chain together multiple proxies. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.005 (Botnet) in detail, including its description and associated tactics.
Technique: T1583.005 - Botnet Description: Adversaries may buy, lease, or rent a network of compromised systems that can be used during targeting. A botnet is a network of compromised systems that can be instructed to perform coordinated tasks.(Citation: Norton Botnet) Adversaries may purchase a subscription to use an ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1157 (Dylib Hijacking) in detail, including its description and associated tactics.
Technique: T1157 - Dylib Hijacking Description: macOS and OS X use a common method to look for required dynamic libraries (dylib) to load into a program based on search paths. Adversaries can take advantage of ambiguous paths to plant dylibs to gain privilege escalation or persistence. A common method is to see what d...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1016 (System Network Configuration Discovery) in detail, including its description and associated tactics.
Technique: T1016 - System Network Configuration Discovery Description: Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of systems they access or through information discovery of remote systems. Several operating system administration utilities exist that c...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1070.006 (Timestomp) in detail, including its description and associated tactics.
Technique: T1070.006 - Timestomp Description: Adversaries 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 maliciou...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.008 (Odbcconf) in detail, including its description and associated tactics.
Technique: T1218.008 - Odbcconf Description: Adversaries may abuse odbcconf.exe to proxy execution of malicious payloads. Odbcconf.exe is a Windows utility that allows you to configure Open Database Connectivity (ODBC) drivers and data source names.(Citation: Microsoft odbcconf.exe) The Odbcconf.exe binary may be digit...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.007 (Serverless) in detail, including its description and associated tactics.
Technique: T1583.007 - Serverless Description: Adversaries 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 ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1578.004 (Revert Cloud Instance) in detail, including its description and associated tactics.
Technique: T1578.004 - Revert Cloud Instance Description: An adversary may revert changes made to a cloud instance after they have performed malicious activities in attempt to evade detection and remove evidence of their presence. In highly virtualized environments, such as cloud-based infrastructure, this may be accom...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1021.003 (Distributed Component Object Model) in detail, including its description and associated tactics.
Technique: T1021.003 - Distributed Component Object Model Description: Adversaries 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. The Win...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1102.001 (Dead Drop Resolver) in detail, including its description and associated tactics.
Technique: T1102.001 - Dead Drop Resolver Description: Adversaries may use an existing, legitimate external Web service to host information that points to additional command and control (C2) infrastructure. Adversaries may post content, known as a dead drop resolver, on Web services with embedded (and often obfuscated/...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1548.005 (Temporary Elevated Cloud Access) in detail, including its description and associated tactics.
Technique: T1548.005 - Temporary Elevated Cloud Access Description: Adversaries may abuse permission configurations that allow them to gain temporarily elevated access to cloud resources. Many cloud environments allow administrators to grant user or service accounts permission to request just-in-time access to roles, i...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.007 (Netsh Helper DLL) in detail, including its description and associated tactics.
Technique: T1546.007 - Netsh Helper DLL Description: Adversaries may establish persistence by executing malicious content triggered by Netsh Helper DLLs. Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1606.001 (Web Cookies) in detail, including its description and associated tactics.
Technique: T1606.001 - Web Cookies Description: Adversaries may forge web cookies that can be used to gain access to web applications or Internet services. Web applications and services (hosted in cloud SaaS environments or on-premise servers) often use session cookies to authenticate and authorize user access. Advers...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1161 (LC_LOAD_DYLIB Addition) in detail, including its description and associated tactics.
Technique: T1161 - LC_LOAD_DYLIB Addition Description: Mach-O binaries have a series of headers that are used to perform certain operations when a binary is loaded. The LC_LOAD_DYLIB header in a Mach-O binary tells macOS and OS X which dynamic libraries (dylibs) to load during execution time. These can be added ad-hoc ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1214 (Credentials in Registry) in detail, including its description and associated tactics.
Technique: T1214 - Credentials in Registry Description: The Windows Registry stores configuration information that can be used by the system or other programs. Adversaries may query the Registry looking for credentials and passwords that have been stored for use by other programs or services. Sometimes these credential...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1613 (Container and Resource Discovery) in detail, including its description and associated tactics.
Technique: T1613 - Container and Resource Discovery Description: Adversaries may attempt to discover containers and other resources that are available within a containers environment. Other resources may include images, deployments, pods, nodes, and other information such as the status of a cluster. These resources ca...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.007 (Re-opened Applications) in detail, including its description and associated tactics.
Technique: T1547.007 - Re-opened Applications Description: Adversaries 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"....
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1107 (File Deletion) in detail, including its description and associated tactics.
Technique: T1107 - File Deletion Description: Adversaries may delete files left behind by the actions of their intrusion activity. Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces to indicate to what was done within a network and how. Removal of these files can o...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1216 (System Script Proxy Execution) in detail, including its description and associated tactics.
Technique: T1216 - System Script Proxy Execution Description: Adversaries may use trusted scripts, often signed with certificates, to proxy the execution of malicious files. Several Microsoft signed scripts that have been downloaded from Microsoft or are default on Windows installations can be used to proxy execution o...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1621 (Multi-Factor Authentication Request Generation) in detail, including its description and associated tactics.
Technique: T1621 - Multi-Factor Authentication Request Generation Description: Adversaries may attempt to bypass multi-factor authentication (MFA) mechanisms and gain access to accounts by generating MFA requests sent to users. Adversaries in possession of credentials to [Valid Accounts](https://attack.mitre.org/techn...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1552.004 (Private Keys) in detail, including its description and associated tactics.
Technique: T1552.004 - Private Keys Description: Adversaries may search for private key certificate files on compromised systems for insecurely stored credentials. Private cryptographic keys and certificates are used for authentication, encryption/decryption, and digital signatures.(Citation: Wikipedia Public Key Crypt...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1560.003 (Archive via Custom Method) in detail, including its description and associated tactics.
Technique: T1560.003 - Archive via Custom Method Description: An adversary may compress or encrypt data that is collected prior to exfiltration using a custom method. Adversaries may choose to use custom archival methods, such as encryption with XOR or stream ciphers implemented with no external library or utility refe...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1584.008 (Network Devices) in detail, including its description and associated tactics.
Technique: T1584.008 - Network Devices Description: Adversaries may compromise third-party network devices that can be used during targeting. Network devices, such as small office/home office (SOHO) routers, may be compromised where the adversary's ultimate goal is not [Initial Access](https://attack.mitre.org/tactics/...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.010 (Services File Permissions Weakness) in detail, including its description and associated tactics.
Technique: T1574.010 - Services File Permissions Weakness Description: Adversaries may execute their own malicious payloads by hijacking the binaries used by services. Adversaries may use flaws in the permissions of Windows services to replace the binary that is executed upon service start. These service processes may ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1223 (Compiled HTML File) in detail, including its description and associated tactics.
Technique: T1223 - Compiled HTML File Description: Compiled HTML files (.chm) are commonly distributed as part of the Microsoft HTML Help system. CHM files are compressed compilations of various content such as HTML documents, images, and scripting/web related programming languages such VBA, JScript, Java, and ActiveX....
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1056.004 (Credential API Hooking) in detail, including its description and associated tactics.
Technique: T1056.004 - Credential API Hooking Description: Adversaries may hook into Windows application programming interface (API) functions and Linux system functions to collect user credentials. Malicious hooking mechanisms may capture API or function calls that include parameters that reveal user authentication cr...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1160 (Launch Daemon) in detail, including its description and associated tactics.
Technique: T1160 - Launch Daemon Description: Per Apple’s developer documentation, when macOS and OS X boot up, launchd is run to finish system initialization. This process loads the parameters for each launch-on-demand system-level daemon from the property list (plist) files found in <code>/System/Library/LaunchDaemon...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1550 (Use Alternate Authentication Material) in detail, including its description and associated tactics.
Technique: T1550 - Use Alternate Authentication Material Description: Adversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls. Authentication processes gen...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1104 (Multi-Stage Channels) in detail, including its description and associated tactics.
Technique: T1104 - Multi-Stage Channels Description: Adversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult. Remote access tools will call...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1068 (Exploitation for Privilege Escalation) in detail, including its description and associated tactics.
Technique: T1068 - Exploitation for Privilege Escalation Description: Adversaries may exploit software vulnerabilities in an attempt to elevate privileges. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system softw...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.012 (LNK Icon Smuggling) in detail, including its description and associated tactics.
Technique: T1027.012 - LNK Icon Smuggling Description: Adversaries may smuggle commands to download malicious payloads past content filters by hiding them within otherwise seemingly benign windows shortcut files. Windows shortcut files (.LNK) include many metadata fields, including an icon location field (also known as...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574 (Hijack Execution Flow) in detail, including its description and associated tactics.
Technique: T1574 - Hijack Execution Flow Description: 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 ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1592.003 (Firmware) in detail, including its description and associated tactics.
Technique: T1592.003 - Firmware Description: Adversaries may gather information about the victim's host firmware that can be used during targeting. Information about host firmware may include a variety of details such as type and versions on specific hosts, which may be used to infer more information about hosts in the...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1596.003 (Digital Certificates) in detail, including its description and associated tactics.
Technique: T1596.003 - Digital Certificates Description: Adversaries may search public digital certificate data for information about victims that can be used during targeting. Digital certificates are issued by a certificate authority (CA) in order to cryptographically verify the origin of signed content. These certif...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1503 (Credentials from Web Browsers) in detail, including its description and associated tactics.
Technique: T1503 - Credentials from Web Browsers Description: Adversaries may acquire credentials from web browsers by reading files specific to the target browser. (Citation: Talos Olympic Destroyer 2018) Web browsers commonly save credentials such as website usernames and passwords so that they do not need to be e...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1560 (Archive Collected Data) in detail, including its description and associated tactics.
Technique: T1560 - Archive Collected Data Description: An adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network.(Citation: DOJ GRU Indictment Jul 2018) Encryption can be used...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1048.002 (Exfiltration Over Asymmetric Encrypted Non-C2 Protocol) in detail, including its description and associated tactics.
Technique: T1048.002 - Exfiltration Over Asymmetric Encrypted Non-C2 Protocol Description: Adversaries may steal data by exfiltrating it over an asymmetrically encrypted network protocol other than that of the existing command and control channel. The data may also be sent to an alternate network location from the main...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1087.003 (Email Account) in detail, including its description and associated tactics.
Technique: T1087.003 - Email Account Description: Adversaries may attempt to get a listing of email addresses and accounts. Adversaries may try to dump Exchange address lists such as global address lists (GALs).(Citation: Microsoft Exchange Address Lists) In on-premises Exchange and Exchange Online, the <code>Get-Glob...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556.009 (Conditional Access Policies) in detail, including its description and associated tactics.
Technique: T1556.009 - Conditional Access Policies Description: Adversaries may disable or modify conditional access policies to enable persistent access to compromised accounts. Conditional access policies are additional verifications used by identity providers and identity and access management systems to determine w...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1205 (Traffic Signaling) in detail, including its description and associated tactics.
Technique: T1205 - Traffic Signaling Description: Adversaries may use traffic signaling to hide open ports or other malicious functionality used for persistence or command and control. Traffic signaling involves the use of a magic value or sequence that must be sent to a system to trigger a special response, such as op...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1209 (Time Providers) in detail, including its description and associated tactics.
Technique: T1209 - Time Providers Description: The Windows Time service (W32Time) enables time synchronization across and within domains. (Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1190 (Exploit Public-Facing Application) in detail, including its description and associated tactics.
Technique: T1190 - Exploit Public-Facing Application Description: Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration. Exploited applications are often websites/web ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1557.002 (ARP Cache Poisoning) in detail, including its description and associated tactics.
Technique: T1557.002 - ARP Cache Poisoning Description: 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/technique...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1071.001 (Web Protocols) in detail, including its description and associated tactics.
Technique: T1071.001 - Web Protocols Description: Adversaries may communicate using application layer protocols associated with web traffic to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the proto...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1553.003 (SIP and Trust Provider Hijacking) in detail, including its description and associated tactics.
Technique: T1553.003 - SIP and Trust Provider Hijacking Description: Adversaries may tamper with SIP and trust provider components to mislead the operating system and application control tools when conducting signature validation checks. In user mode, Windows Authenticode (Citation: Microsoft Authenticode) digital sign...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1150 (Plist Modification) in detail, including its description and associated tactics.
Technique: T1150 - Plist Modification Description: Property list (plist) files contain all of the information that macOS and OS X uses to configure applications and services. These files are UTF-8 encoded and formatted like XML documents via a series of keys surrounded by < >. They detail when programs should execute, ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1058 (Service Registry Permissions Weakness) in detail, including its description and associated tactics.
Technique: T1058 - Service Registry Permissions Weakness Description: Windows stores local service configuration information in the Registry under <code>HKLM\SYSTEM\CurrentControlSet\Services</code>. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters thr...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1588.004 (Digital Certificates) in detail, including its description and associated tactics.
Technique: T1588.004 - Digital Certificates Description: Adversaries may buy and/or steal SSL/TLS certificates that can be used during targeting. SSL/TLS certificates are designed to instill trust. They include information about the key, information about its owner's identity, and the digital signature of an entity tha...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1588.006 (Vulnerabilities) in detail, including its description and associated tactics.
Technique: T1588.006 - Vulnerabilities Description: Adversaries may acquire information about vulnerabilities that can be used during targeting. A vulnerability is a weakness in computer hardware or software that can, potentially, be exploited by an adversary to cause unintended or unanticipated behavior to occur. Adve...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1497.002 (User Activity Based Checks) in detail, including its description and associated tactics.
Technique: T1497.002 - User Activity Based Checks Description: Adversaries may employ various user activity checks to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (V...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.007 (Msiexec) in detail, including its description and associated tactics.
Technique: T1218.007 - Msiexec Description: Adversaries may abuse msiexec.exe to proxy execution of malicious payloads. Msiexec.exe is the command-line utility for the Windows Installer and is thus commonly associated with executing installation packages (.msi).(Citation: Microsoft msiexec) The Msiexec.exe binary may a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1573.001 (Symmetric Cryptography) in detail, including its description and associated tactics.
Technique: T1573.001 - Symmetric Cryptography Description: Adversaries may employ a known symmetric encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Symmetric encryption algorithms use the same key for plaintext encryption ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1048 (Exfiltration Over Alternative Protocol) in detail, including its description and associated tactics.
Technique: T1048 - Exfiltration Over Alternative Protocol Description: Adversaries may steal data by exfiltrating it over a different protocol than that of the existing command and control channel. The data may also be sent to an alternate network location from the main command and control server. Alternate protocol...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1656 (Impersonation) in detail, including its description and associated tactics.
Technique: T1656 - Impersonation Description: Adversaries may impersonate a trusted person or organization in order to persuade and trick a target into performing some action on their behalf. For example, adversaries may communicate with victims (via [Phishing for Information](https://attack.mitre.org/techniques/T1598)...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1036.007 (Double File Extension) in detail, including its description and associated tactics.
Technique: T1036.007 - Double File Extension Description: Adversaries may abuse a double extension in the filename as a means of masquerading the true file type. A file name may include a secondary file type extension that may cause only the first extension to be displayed (ex: <code>File.txt.exe</code> may render in s...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1606 (Forge Web Credentials) in detail, including its description and associated tactics.
Technique: T1606 - Forge Web Credentials Description: Adversaries may forge credential materials that can be used to gain access to web applications or Internet services. Web applications and services (hosted in cloud SaaS environments or on-premise servers) often use session cookies, tokens, or other materials to auth...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1552.008 (Chat Messages) in detail, including its description and associated tactics.
Technique: T1552.008 - Chat Messages Description: Adversaries may directly collect unsecured credentials stored or passed through user communication services. Credentials may be sent and stored in user chat communication applications such as email, chat services like Slack or Teams, collaboration tools like Jira or Tre...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1588.003 (Code Signing Certificates) in detail, including its description and associated tactics.
Technique: T1588.003 - Code Signing Certificates Description: Adversaries 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 corrupte...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1069.001 (Local Groups) in detail, including its description and associated tactics.
Technique: T1069.001 - Local Groups Description: Adversaries may attempt to find local system groups and permission settings. The knowledge of local system permission groups can help adversaries determine which groups exist and which users belong to a particular group. Adversaries may use this information to determine ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1086 (PowerShell) in detail, including its description and associated tactics.
Technique: T1086 - PowerShell Description: PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system. (Citation: TechNet PowerShell) Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of cod...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1496.001 (Compute Hijacking) in detail, including its description and associated tactics.
Technique: T1496.001 - Compute Hijacking Description: Adversaries may leverage the compute resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability. One common purpose for [Compute Hijacking](https://attack.mitre.org/techniques/T1496/001) is to val...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1110.003 (Password Spraying) in detail, including its description and associated tactics.
Technique: T1110.003 - Password Spraying Description: Adversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials. Password spraying uses one password (e.g. 'Password01'), or a small list of commonly used passwords, that may match...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1486 (Data Encrypted for Impact) in detail, including its description and associated tactics.
Technique: T1486 - Data Encrypted for Impact Description: Adversaries may encrypt data on target systems or on large numbers of systems in a network to interrupt availability to system and network resources. They can attempt to render stored data inaccessible by encrypting files or data on local and remote drives and w...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1072 (Software Deployment Tools) in detail, including its description and associated tactics.
Technique: T1072 - Software Deployment Tools Description: Adversaries may gain access to and use centralized software suites installed within an enterprise to execute commands and move laterally through the network. Configuration management and software deployment applications may be used in an enterprise network or cl...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.001 (Domains) in detail, including its description and associated tactics.
Technique: T1583.001 - Domains Description: Adversaries may acquire domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free. Adversaries may use acquired domains for a variety of purposes...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1114.001 (Local Email Collection) in detail, including its description and associated tactics.
Technique: T1114.001 - Local Email Collection Description: Adversaries 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. Outlook stores data locally in offline data files with an exten...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1137.002 (Office Test) in detail, including its description and associated tactics.
Technique: T1137.002 - Office Test Description: Adversaries may abuse the Microsoft Office "Office Test" Registry key to obtain persistence on a compromised system. An Office Test Registry location exists that allows a user to specify an arbitrary DLL that will be executed every time an Office application is started. T...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.003 (Virtual Private Server) in detail, including its description and associated tactics.
Technique: T1583.003 - Virtual Private Server Description: Adversaries may rent Virtual Private Servers (VPSs) that can be used during targeting. There exist a variety of cloud service providers that will sell virtual machines/containers as a service. By utilizing a VPS, adversaries can make it difficult to physically ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.004 (Disable or Modify System Firewall) in detail, including its description and associated tactics.
Technique: T1562.004 - Disable or Modify System Firewall Description: Adversaries may disable or modify system firewalls in order to bypass controls limiting network usage. Changes could be disabling the entire mechanism as well as adding, deleting, or modifying particular rules. This can be done numerous ways dependin...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1552.002 (Credentials in Registry) in detail, including its description and associated tactics.
Technique: T1552.002 - Credentials in Registry Description: Adversaries may search the Registry on compromised systems for insecurely stored credentials. The Windows Registry stores configuration information that can be used by the system or other programs. Adversaries may query the Registry looking for credentials and...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1059.012 (Hypervisor CLI) in detail, including its description and associated tactics.
Technique: T1059.012 - Hypervisor CLI Description: Adversaries may abuse hypervisor command line interpreters (CLIs) to execute malicious commands. Hypervisor CLIs typically enable a wide variety of functionality for managing both the hypervisor itself and the guest virtual machines it hosts. For example, on ESXi sys...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1036.002 (Right-to-Left Override) in detail, including its description and associated tactics.
Technique: T1036.002 - Right-to-Left Override Description: Adversaries may abuse the right-to-left override (RTLO or RLO) character (U+202E) to disguise a string and/or file name to make it appear benign. RTLO is a non-printing Unicode character that causes the text that follows it to be displayed in reverse. For examp...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1087 (Account Discovery) in detail, including its description and associated tactics.
Technique: T1087 - Account Discovery Description: Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment. This information can help adversaries determine which accounts exist, which can aid in follow-on behavior such as brute-forcing, sp...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.001 (DLL) in detail, including its description and associated tactics.
Technique: T1574.001 - DLL Description: Adversaries may abuse dynamic-link library files (DLLs) in order to achieve persistence, escalate privileges, and evade defenses. DLLs are libraries that contain code and data that can be simultaneously utilized by multiple programs. While DLLs are not malicious by nature, they c...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1102 (Web Service) in detail, including its description and associated tactics.
Technique: T1102 - Web Service Description: Adversaries may use an existing, legitimate external Web service as a means for relaying data to/from a compromised system. Popular websites, cloud services, and social media acting as a mechanism for C2 may give a significant amount of cover due to the likelihood that hosts ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1219.002 (Remote Desktop Software) in detail, including its description and associated tactics.
Technique: T1219.002 - Remote Desktop Software Description: An 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 ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1558.004 (AS-REP Roasting) in detail, including its description and associated tactics.
Technique: T1558.004 - AS-REP Roasting Description: Adversaries may reveal credentials of accounts that have disabled Kerberos preauthentication by [Password Cracking](https://attack.mitre.org/techniques/T1110/002) Kerberos messages.(Citation: Harmj0y Roasting AS-REPs Jan 2017) Preauthentication offers protection aga...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1020 (Automated Exfiltration) in detail, including its description and associated tactics.
Technique: T1020 - Automated Exfiltration Description: Adversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection.(Citation: ESET Gamaredon June 2020) When automated exfiltration is used, other exfiltration techniques likely apply as we...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.002 (Hidden Users) in detail, including its description and associated tactics.
Technique: T1564.002 - Hidden Users Description: Adversaries may use hidden users to hide the presence of user accounts they create or modify. Administrators may want to hide users when there are many user accounts on a given system or if they want to hide their administrative or other management accounts from other us...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1566.002 (Spearphishing Link) in detail, including its description and associated tactics.
Technique: T1566.002 - Spearphishing Link Description: Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems. Spearphishing with a link is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of links t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556 (Modify Authentication Process) in detail, including its description and associated tactics.
Technique: T1556 - Modify Authentication Process Description: 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) proces...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1496.003 (SMS Pumping) in detail, including its description and associated tactics.
Technique: T1496.003 - SMS Pumping Description: Adversaries may leverage messaging services for SMS pumping, which may impact system and/or hosted service availability.(Citation: Twilio SMS Pumping) SMS pumping is a type of telecommunications fraud whereby a threat actor first obtains a set of phone numbers from a tele...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1557.004 (Evil Twin) in detail, including its description and associated tactics.
Technique: T1557.004 - Evil Twin Description: Adversaries may host seemingly genuine Wi-Fi access points to deceive users into connecting to malicious networks as a way of supporting follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1561.002 (Disk Structure Wipe) in detail, including its description and associated tactics.
Technique: T1561.002 - Disk Structure Wipe Description: Adversaries may corrupt or wipe the disk data structures on a hard drive necessary to boot a system; targeting specific critical systems or in large numbers in a network to interrupt availability to system and network resources. Adversaries may attempt to render...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1074 (Data Staged) in detail, including its description and associated tactics.
Technique: T1074 - Data Staged Description: Adversaries 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 shel...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1208 (Kerberoasting) in detail, including its description and associated tactics.
Technique: T1208 - Kerberoasting Description: Service principal names (SPNs) are used to uniquely identify each instance of a Windows service. To enable authentication, Kerberos requires that SPNs be associated with at least one service logon account (an account specifically tasked with running a service (Citation: Mic...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1155 (AppleScript) in detail, including its description and associated tactics.
Technique: T1155 - AppleScript Description: macOS and OS X applications send AppleEvent messages to each other for interprocess communications (IPC). These messages can be easily scripted with AppleScript for local or remote IPC. Osascript executes AppleScript and any other Open Scripting Architecture (OSA) language sc...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1075 (Pass the Hash) in detail, including its description and associated tactics.
Technique: T1075 - Pass the Hash Description: Pass the hash (PtH) is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the pas...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1505.003 (Web Shell) in detail, including its description and associated tactics.
Technique: T1505.003 - Web Shell Description: Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to access the Web server as a gateway into a network. A Web shell may provide ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1078.004 (Cloud Accounts) in detail, including its description and associated tactics.
Technique: T1078.004 - Cloud Accounts Description: Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1096 (NTFS File Attributes) in detail, including its description and associated tactics.
Technique: T1096 - NTFS File Attributes Description: Every New Technology File System (NTFS) formatted partition contains a Master File Table (MFT) that maintains a record for every file/directory on the partition. (Citation: SpectorOps Host-Based Jul 2017) Within MFT entries are file attributes, (Citation: Microsoft N...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.012 (Print Processors) in detail, including its description and associated tactics.
Technique: T1547.012 - Print Processors Description: Adversaries may abuse print processors to run malicious DLLs during system boot for persistence and/or privilege escalation. Print processors are DLLs that are loaded by the print spooler service, `spoolsv.exe`, during boot.(Citation: Microsoft Intro Print Processors...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1615 (Group Policy Discovery) in detail, including its description and associated tactics.
Technique: T1615 - Group Policy Discovery Description: Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.016 (Junk Code Insertion) in detail, including its description and associated tactics.
Technique: T1027.016 - Junk Code Insertion Description: 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 t...