prompt
stringlengths
144
201
completion
stringlengths
232
4.79k
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.012 (Image File Execution Options Injection) in detail, including its description and associated tactics.
Technique: T1546.012 - Image File Execution Options Injection Description: Adversaries may establish persistence and/or elevate privileges by executing malicious content triggered by Image File Execution Options (IFEO) debuggers. IFEOs enable a developer to attach a debugger to an application. When a process is created...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1001.002 (Steganography) in detail, including its description and associated tactics.
Technique: T1001.002 - Steganography Description: Adversaries may use steganographic techniques to hide command and control traffic to make detection efforts more difficult. Steganographic techniques can be used to hide data in digital messages that are transferred between systems. This hidden information can be used f...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1491.002 (External Defacement) in detail, including its description and associated tactics.
Technique: T1491.002 - External Defacement Description: An adversary may deface systems external to an organization in an attempt to deliver messaging, intimidate, or otherwise mislead an organization or users. [External Defacement](https://attack.mitre.org/techniques/T1491/002) may ultimately cause users to distrust t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.008 (Stripped Payloads) in detail, including its description and associated tactics.
Technique: T1027.008 - Stripped Payloads Description: Adversaries may attempt to make a payload difficult to analyze by removing symbols, strings, and other human readable information. Scripts and executables may contain variables names and other strings that help developers document code functionality. Symbols are oft...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1059.008 (Network Device CLI) in detail, including its description and associated tactics.
Technique: T1059.008 - Network Device CLI Description: Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads. The CLI is the primary means through which users and administrators interact with the device in order to view system informatio...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1563.002 (RDP Hijacking) in detail, including its description and associated tactics.
Technique: T1563.002 - RDP Hijacking Description: Adversaries may hijack a legitimate user’s remote desktop session to move laterally within an environment. Remote desktop is a common feature in operating systems. It allows a user to log into an interactive session with a system desktop graphical user interface on a re...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556.004 (Network Device Authentication) in detail, including its description and associated tactics.
Technique: T1556.004 - Network Device Authentication Description: Adversaries may use [Patch System Image](https://attack.mitre.org/techniques/T1601/001) to hard code a password in the operating system, thus bypassing of native authentication mechanisms for local accounts on network devices. [Modify System Image](http...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1651 (Cloud Administration Command) in detail, including its description and associated tactics.
Technique: T1651 - Cloud Administration Command Description: Adversaries may abuse cloud management services to execute commands within virtual machines. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1009 (Binary Padding) in detail, including its description and associated tactics.
Technique: T1009 - Binary Padding Description: Adversaries can use binary padding to add junk data and change the on-disk representation of malware without affecting the functionality or behavior of the binary. This will often increase the size of the binary beyond what some security tools are capable of handling due t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1490 (Inhibit System Recovery) in detail, including its description and associated tactics.
Technique: T1490 - Inhibit System Recovery Description: Adversaries may delete or remove built-in data and turn off services designed to aid in the recovery of a corrupted system to prevent recovery.(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) This may deny access to available backups and r...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1480.002 (Mutual Exclusion) in detail, including its description and associated tactics.
Technique: T1480.002 - Mutual Exclusion Description: Adversaries may constrain execution or actions based on the presence of a mutex associated with malware. A mutex is a locking mechanism used to synchronize access to a resource. Only one thread or process can acquire a mutex at a given time.(Citation: Microsoft Mutex...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1487 (Disk Structure Wipe) in detail, including its description and associated tactics.
Technique: T1487 - Disk Structure Wipe Description: Adversaries may corrupt or wipe the disk data structures on hard drive necessary to boot systems; targeting specific critical systems as well as a large number of systems in a network to interrupt availability to system and network resources. Adversaries may attempt...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1578 (Modify Cloud Compute Infrastructure) in detail, including its description and associated tactics.
Technique: T1578 - Modify Cloud Compute Infrastructure Description: An adversary may attempt to modify a cloud account's compute service infrastructure to evade defenses. A modification to the compute service infrastructure can include the creation, deletion, or modification of one or more components such as compute in...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1528 (Steal Application Access Token) in detail, including its description and associated tactics.
Technique: T1528 - Steal Application Access Token Description: Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources. Application access tokens are used to make authorized API requests on behalf of a user or service and are commonly used as a way to ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1137.003 (Outlook Forms) in detail, including its description and associated tactics.
Technique: T1137.003 - Outlook Forms Description: Adversaries may abuse Microsoft Outlook forms to obtain persistence on a compromised system. Outlook forms are used as templates for presentation and functionality in Outlook messages. Custom Outlook forms can be created that will execute code when a specifically crafte...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1094 (Custom Command and Control Protocol) in detail, including its description and associated tactics.
Technique: T1094 - Custom Command and Control Protocol Description: Adversaries may communicate using a custom command and control protocol instead of encapsulating commands/data in an existing [Application Layer Protocol](https://attack.mitre.org/techniques/T1071). Implementations include mimicking well-known protocol...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556.002 (Password Filter DLL) in detail, including its description and associated tactics.
Technique: T1556.002 - Password Filter DLL Description: Adversaries may register malicious password filter dynamic link libraries (DLLs) into the authentication process to acquire user credentials as they are validated. Windows password filters are password policy enforcement mechanisms for both domain and local acco...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1550.002 (Pass the Hash) in detail, including its description and associated tactics.
Technique: T1550.002 - Pass the Hash Description: Adversaries may “pass the hash” using stolen password hashes to move laterally within an environment, bypassing normal system access controls. Pass the hash (PtH) is a method of authenticating as a user without having access to the user's cleartext password. This method...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1189 (Drive-by Compromise) in detail, including its description and associated tactics.
Technique: T1189 - Drive-by Compromise Description: Adversaries may gain access to a system through a user visiting a website over the normal course of browsing. Multiple ways of delivering exploit code to a browser exist (i.e., [Drive-by Target](https://attack.mitre.org/techniques/T1608/004)), including: * A legitima...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1562.011 (Spoof Security Alerting) in detail, including its description and associated tactics.
Technique: T1562.011 - Spoof Security Alerting Description: Adversaries may spoof security alerting from tools, presenting false evidence to impair defenders’ awareness of malicious activity.(Citation: BlackBasta) Messages produced by defensive tools contain information about potential security events as well as the fu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1063 (Security Software Discovery) in detail, including its description and associated tactics.
Technique: T1063 - Security Software Discovery Description: Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on the system. This may include things such as local firewall rules and anti-virus. Adversaries may use the information from [Securit...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1505.001 (SQL Stored Procedures) in detail, including its description and associated tactics.
Technique: T1505.001 - SQL Stored Procedures Description: Adversaries may abuse SQL stored procedures to establish persistent access to systems. SQL Stored Procedures are code that can be saved and reused so that database users do not waste time rewriting frequently used SQL queries. Stored procedures can be invoked vi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1152 (Launchctl) in detail, including its description and associated tactics.
Technique: T1152 - Launchctl Description: Launchctl controls the macOS launchd process which handles things like launch agents and launch daemons, but can execute other commands or programs itself. Launchctl supports taking subcommands on the command-line, interactively, or even redirected from standard input. By loadi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1483 (Domain Generation Algorithms) in detail, including its description and associated tactics.
Technique: T1483 - Domain Generation Algorithms Description: Adversaries may make use of Domain Generation Algorithms (DGAs) to dynamically identify a destination for command and control traffic rather than relying on a list of static IP addresses or domains. This has the advantage of making it much harder for defender...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1560.002 (Archive via Library) in detail, including its description and associated tactics.
Technique: T1560.002 - Archive via Library Description: An adversary may compress or encrypt data that is collected prior to exfiltration using 3rd party libraries. Many libraries exist that can archive data, including [Python](https://attack.mitre.org/techniques/T1059/006) rarfile (Citation: PyPI RAR), libzip (Citatio...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1176 (Software Extensions) in detail, including its description and associated tactics.
Technique: T1176 - Software Extensions Description: Adversaries may abuse software extensions to establish persistent access to victim systems. Software extensions are modular components that enhance or customize the functionality of software applications, including web browsers, Integrated Development Environments (ID...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1127.003 (JamPlus) in detail, including its description and associated tactics.
Technique: T1127.003 - JamPlus Description: Adversaries may use `JamPlus` to proxy the execution of a malicious script. `JamPlus` is a build utility tool for code and data build systems. It works with several popular compilers and can be used for generating workspaces in code editors such as Visual Studio.(Citation: Ja...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1489 (Service Stop) in detail, including its description and associated tactics.
Technique: T1489 - Service Stop Description: Adversaries may stop or disable services on a system to render those services unavailable to legitimate users. Stopping critical services or processes can inhibit or stop response to an incident or aid in the adversary's overall objectives to cause damage to the environment....
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1674 (Input Injection) in detail, including its description and associated tactics.
Technique: T1674 - Input Injection Description: Adversaries may simulate keystrokes on a victim’s computer by various means to perform any type of action on behalf of the user, such as launching the command interpreter using keyboard shortcuts, typing an inline script to be executed, or interacting directly with a GUI...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1542 (Pre-OS Boot) in detail, including its description and associated tactics.
Technique: T1542 - Pre-OS Boot Description: Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. During the booting process of a computer, firmware and various startup services are loaded before the operating system. These programs control flow of execution before the operating sy...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1553.006 (Code Signing Policy Modification) in detail, including its description and associated tactics.
Technique: T1553.006 - Code Signing Policy Modification Description: Adversaries may modify code signing policies to enable execution of unsigned or self-signed code. Code signing provides a level of authenticity on a program from a developer and a guarantee that the program has not been tampered with. Security control...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1558.003 (Kerberoasting) in detail, including its description and associated tactics.
Technique: T1558.003 - Kerberoasting Description: Adversaries may abuse a valid Kerberos ticket-granting ticket (TGT) or sniff network traffic to obtain a ticket-granting service (TGS) ticket that may be vulnerable to [Brute Force](https://attack.mitre.org/techniques/T1110).(Citation: Empire InvokeKerberoast Oct 2016)(...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1119 (Automated Collection) in detail, including its description and associated tactics.
Technique: T1119 - Automated Collection Description: Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1202 (Indirect Command Execution) in detail, including its description and associated tactics.
Technique: T1202 - Indirect Command Execution Description: Adversaries may abuse utilities that allow for command execution to bypass security restrictions that limit the use of command-line interpreters. Various Windows utilities may be used to execute commands, possibly without invoking [cmd](https://attack.mitre.org...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1045 (Software Packing) in detail, including its description and associated tactics.
Technique: T1045 - Software Packing Description: Software packing is a method of compressing or encrypting an executable. Packing an executable changes the file signature in an attempt to avoid signature-based detection. Most decompression techniques decompress the executable code in memory. Utilities used to perform ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1585.003 (Cloud Accounts) in detail, including its description and associated tactics.
Technique: T1585.003 - Cloud Accounts Description: Adversaries may create accounts with cloud providers that can be used during targeting. Adversaries can use cloud accounts to further their operations, including leveraging cloud storage services such as Dropbox, MEGA, Microsoft OneDrive, or AWS S3 buckets for [Exfiltr...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1059.007 (JavaScript) in detail, including its description and associated tactics.
Technique: T1059.007 - JavaScript Description: Adversaries may abuse various implementations of JavaScript for execution. JavaScript (JS) is a platform-independent scripting language (compiled just-in-time at runtime) commonly associated with scripts in webpages, though JS can be executed in runtime environments outsid...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1037.001 (Logon Script (Windows)) in detail, including its description and associated tactics.
Technique: T1037.001 - Logon Script (Windows) Description: Adversaries may use Windows logon scripts automatically executed at logon initialization to establish persistence. Windows allows logon scripts to be run whenever a specific user or group of users log into a system.(Citation: TechNet Logon Scripts) This is done...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1548.004 (Elevated Execution with Prompt) in detail, including its description and associated tactics.
Technique: T1548.004 - Elevated Execution with Prompt Description: Adversaries may leverage the <code>AuthorizationExecuteWithPrivileges</code> API to escalate privileges by prompting the user for credentials.(Citation: AppleDocs AuthorizationExecuteWithPrivileges) The purpose of this API is to give application develop...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1592.002 (Software) in detail, including its description and associated tactics.
Technique: T1592.002 - Software Description: Adversaries may gather information about the victim's host software that can be used during targeting. Information about installed software may include a variety of details such as types and versions on specific hosts, as well as the presence of additional components that mi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1505 (Server Software Component) in detail, including its description and associated tactics.
Technique: T1505 - Server Software Component Description: Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems. Enterprise server applications may include features that allow developers to write and install software or scripts to extend the functionality ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1199 (Trusted Relationship) in detail, including its description and associated tactics.
Technique: T1199 - Trusted Relationship Description: Adversaries may breach or otherwise leverage organizations who have access to intended victims. Access through trusted third party relationship abuses an existing connection that may not be protected or receives less scrutiny than standard mechanisms of gaining acces...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1100 (Web Shell) in detail, including its description and associated tactics.
Technique: T1100 - Web Shell Description: A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to use the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server. In a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1108 (Redundant Access) in detail, including its description and associated tactics.
Technique: T1108 - Redundant Access Description: **This technique has been deprecated. Please use [Create Account](https://attack.mitre.org/techniques/T1136), [Web Shell](https://attack.mitre.org/techniques/T1505/003), and [External Remote Services](https://attack.mitre.org/techniques/T1133) where appropriate.** Adver...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1591.002 (Business Relationships) in detail, including its description and associated tactics.
Technique: T1591.002 - Business Relationships Description: Adversaries may gather information about the victim's business relationships that can be used during targeting. Information about an organization’s business relationships may include a variety of details, including second or third-party organizations/domains (e...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1076 (Remote Desktop Protocol) in detail, including its description and associated tactics.
Technique: T1076 - Remote Desktop Protocol Description: Remote desktop is a common feature in operating systems. It allows a user to log into an interactive session with a system desktop graphical user interface on a remote system. Microsoft refers to its implementation of the Remote Desktop Protocol (RDP) as Remote De...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.003 (CMSTP) in detail, including its description and associated tactics.
Technique: T1218.003 - CMSTP Description: Adversaries may abuse CMSTP to proxy execution of malicious code. The Microsoft Connection Manager Profile Installer (CMSTP.exe) is a command-line program used to install Connection Manager service profiles. (Citation: Microsoft Connection Manager Oct 2009) CMSTP.exe accepts an...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1173 (Dynamic Data Exchange) in detail, including its description and associated tactics.
Technique: T1173 - Dynamic Data Exchange Description: Windows Dynamic Data Exchange (DDE) is a client-server protocol for one-time and/or continuous inter-process communication (IPC) between applications. Once a link is established, applications can autonomously exchange transactions consisting of strings, warm data li...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1117 (Regsvr32) in detail, including its description and associated tactics.
Technique: T1117 - Regsvr32 Description: 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. Regsvr32.exe can be used to execute arbitrary binaries. (Citation: Microsoft Regsvr32) Adversaries may take...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.002 (Software Packing) in detail, including its description and associated tactics.
Technique: T1027.002 - Software Packing Description: Adversaries may perform software packing or virtual machine software protection to conceal their code. Software packing is a method of compressing or encrypting an executable. Packing an executable changes the file signature in an attempt to avoid signature-based det...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1218.013 (Mavinject) in detail, including its description and associated tactics.
Technique: T1218.013 - Mavinject Description: Adversaries may abuse mavinject.exe to proxy execution of malicious code. Mavinject.exe is the Microsoft Application Virtualization Injector, a Windows utility that can inject code into external processes as part of Microsoft Application Virtualization (App-V).(Citation: LO...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1527 (Application Access Token) in detail, including its description and associated tactics.
Technique: T1527 - Application Access Token Description: Adversaries may use application access tokens to bypass the typical authentication process and access restricted accounts, information, or services on remote systems. These tokens are typically stolen from users and used in lieu of login credentials. Application...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1505.005 (Terminal Services DLL) in detail, including its description and associated tactics.
Technique: T1505.005 - Terminal Services DLL Description: Adversaries may abuse components of Terminal Services to enable persistent access to systems. Microsoft Terminal Services, renamed to Remote Desktop Services in some Windows Server OSs as of 2022, enable remote terminal connections to hosts. Terminal Services al...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1559.002 (Dynamic Data Exchange) in detail, including its description and associated tactics.
Technique: T1559.002 - Dynamic Data Exchange Description: Adversaries may use Windows Dynamic Data Exchange (DDE) to execute arbitrary commands. DDE is a client-server protocol for one-time and/or continuous inter-process communication (IPC) between applications. Once a link is established, applications can autonomousl...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1591.004 (Identify Roles) in detail, including its description and associated tactics.
Technique: T1591.004 - Identify Roles Description: Adversaries may gather information about identities and roles within the victim organization that can be used during targeting. Information about business roles may reveal a variety of targetable details, including identifiable information for key personnel as well as ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1055.009 (Proc Memory) in detail, including its description and associated tactics.
Technique: T1055.009 - Proc Memory Description: Adversaries may inject malicious code into processes via the /proc filesystem in order to evade process-based defenses as well as possibly elevate privileges. Proc memory injection is a method of executing arbitrary code in the address space of a separate live process. ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.013 (Bind Mounts) in detail, including its description and associated tactics.
Technique: T1564.013 - Bind Mounts Description: Adversaries may abuse bind mounts on file structures to hide their activity and artifacts from native utilities. A bind mount maps a directory or file from one location on the filesystem to another, similar to a shortcut on Windows. It’s commonly used to provide access to...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1139 (Bash History) in detail, including its description and associated tactics.
Technique: T1139 - Bash History Description: Bash keeps track of the commands users type on the command-line with the "history" utility. Once a user logs out, the history is flushed to the user’s <code>.bash_history</code> file. For each user, this file resides at the same location: <code>~/.bash_history</code>. Typica...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556.003 (Pluggable Authentication Modules) in detail, including its description and associated tactics.
Technique: T1556.003 - Pluggable Authentication Modules Description: Adversaries may modify pluggable authentication modules (PAM) to access user credentials or enable otherwise unwarranted access to accounts. PAM is a modular system of configuration files, libraries, and executable files which guide authentication for...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1071 (Application Layer Protocol) in detail, including its description and associated tactics.
Technique: T1071 - Application Layer Protocol Description: Adversaries may communicate using OSI application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic bet...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1032 (Standard Cryptographic Protocol) in detail, including its description and associated tactics.
Technique: T1032 - Standard Cryptographic Protocol Description: Adversaries may explicitly employ a known encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Despite the use of a secure algorithm, these implementations may be ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1008 (Fallback Channels) in detail, including its description and associated tactics.
Technique: T1008 - Fallback Channels Description: Adversaries may use fallback or alternate communication channels if the primary channel is compromised or inaccessible in order to maintain reliable command and control and to avoid data transfer thresholds. Tactics: command-and-control <|endoftext|>
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1197 (BITS Jobs) in detail, including its description and associated tactics.
Technique: T1197 - BITS Jobs Description: Adversaries may abuse BITS jobs to persistently execute code and perform various background tasks. Windows Background Intelligent Transfer Service (BITS) is a low-bandwidth, asynchronous file transfer mechanism exposed through [Component Object Model](https://attack.mitre.org/t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1205.001 (Port Knocking) in detail, including its description and associated tactics.
Technique: T1205.001 - Port Knocking Description: Adversaries may use port knocking to hide open ports used for persistence or command and control. To enable a port, an adversary sends a series of attempted connections to a predefined sequence of closed ports. After the sequence is completed, opening a port is often ac...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1087.004 (Cloud Account) in detail, including its description and associated tactics.
Technique: T1087.004 - Cloud Account Description: Adversaries may attempt to get a listing of cloud accounts. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud service provider or SaaS application. With authe...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1127.001 (MSBuild) in detail, including its description and associated tactics.
Technique: T1127.001 - MSBuild Description: Adversaries may use MSBuild to proxy execution of code through a trusted Windows utility. MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It handles XML formatted project files that define requirements for loading and building various ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1120 (Peripheral Device Discovery) in detail, including its description and associated tactics.
Technique: T1120 - Peripheral Device Discovery Description: Adversaries may attempt to gather information about attached peripheral devices and components connected to a computer system.(Citation: Peripheral Discovery Linux)(Citation: Peripheral Discovery macOS) Peripheral devices could include auxiliary resources that...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1555.004 (Windows Credential Manager) in detail, including its description and associated tactics.
Technique: T1555.004 - Windows Credential Manager Description: Adversaries may acquire credentials from the Windows Credential Manager. The Credential Manager stores credentials for signing into websites, applications, and/or devices that request authentication through NTLM or Kerberos in Credential Lockers (previously...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.004 (Unix Shell Configuration Modification) in detail, including its description and associated tactics.
Technique: T1546.004 - Unix Shell Configuration Modification Description: Adversaries may establish persistence through executing malicious commands triggered by a user’s shell. User [Unix Shell](https://attack.mitre.org/techniques/T1059/004)s execute several configuration scripts at different points throughout the ses...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.015 (Compression) in detail, including its description and associated tactics.
Technique: T1027.015 - Compression Description: Adversaries may use compression to obfuscate their payloads or files. Compressed file formats such as ZIP, gzip, 7z, and RAR can compress and archive multiple files together to make it easier and faster to transfer files. In addition to compressing files, adversaries may ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1106 (Native API) in detail, including its description and associated tactics.
Technique: T1106 - Native API Description: Adversaries may interact with the native OS application programming interface (API) to execute behaviors. Native APIs provide a controlled means of calling low-level OS services within the kernel, such as those involving hardware/devices, memory, and processes.(Citation: NT AP...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1113 (Screen Capture) in detail, including its description and associated tactics.
Technique: T1113 - Screen Capture Description: Adversaries may attempt to take screen captures of the desktop to gather information over the course of an operation. Screen capturing functionality may be included as a feature of a remote access tool used in post-compromise operations. Taking a screenshot is also typical...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1064 (Scripting) in detail, including its description and associated tactics.
Technique: T1064 - Scripting Description: **This technique has been deprecated. Please use [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) where appropriate.** Adversaries may use scripts to aid in operations and perform multiple actions that would otherwise be manual. Scripting is usefu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1098.005 (Device Registration) in detail, including its description and associated tactics.
Technique: T1098.005 - Device Registration Description: Adversaries may register a device to an adversary-controlled account. Devices may be registered in a multifactor authentication (MFA) system, which handles authentication to the network, or in a device management system, which handles device access and compliance....
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1184 (SSH Hijacking) in detail, including its description and associated tactics.
Technique: T1184 - SSH Hijacking Description: Secure Shell (SSH) is a standard means of remote access on Linux and macOS systems. It allows a user to connect to another system via an encrypted tunnel, commonly authenticating through a password, certificate or the use of an asymmetric encryption key pair. In order to m...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1010 (Application Window Discovery) in detail, including its description and associated tactics.
Technique: T1010 - Application Window Discovery Description: Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used.(Citation: Prevailion DarkWatchman 2021) For example, information about application windows could be used identify pote...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1497 (Virtualization/Sandbox Evasion) in detail, including its description and associated tactics.
Technique: T1497 - Virtualization/Sandbox Evasion Description: Adversaries may employ various means to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (VME) or sandbox....
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1037.002 (Login Hook) in detail, including its description and associated tactics.
Technique: T1037.002 - Login Hook Description: Adversaries may use a Login Hook to establish persistence executed upon user logon. A login hook is a plist file that points to a specific script to execute with root privileges upon user logon. The plist file is located in the <code>/Library/Preferences/com.apple.loginwin...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1484.002 (Trust Modification) in detail, including its description and associated tactics.
Technique: T1484.002 - Trust Modification Description: Adversaries may add new domain trusts, modify the properties of existing domain trusts, or otherwise change the configuration of trust relationships between domains and tenants to evade defenses and/or elevate privileges.Trust details, such as whether or not user i...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1584.006 (Web Services) in detail, including its description and associated tactics.
Technique: T1584.006 - Web Services Description: Adversaries may compromise access to third-party web services that can be used during targeting. A variety of popular websites exist for legitimate users to register for web-based services, such as GitHub, Twitter, Dropbox, Google, SendGrid, etc. Adversaries may try to t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1596.001 (DNS/Passive DNS) in detail, including its description and associated tactics.
Technique: T1596.001 - DNS/Passive DNS Description: Adversaries may search DNS data for information about victims that can be used during targeting. DNS information may include a variety of details, including registered name servers as well as records that outline addressing for a target’s subdomains, mail servers, and...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1555.006 (Cloud Secrets Management Stores) in detail, including its description and associated tactics.
Technique: T1555.006 - Cloud Secrets Management Stores Description: Adversaries may acquire credentials from cloud-native secret management solutions such as AWS Secrets Manager, GCP Secret Manager, Azure Key Vault, and Terraform Vault. Secrets managers support the secure centralized management of passwords, API key...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1182 (AppCert DLLs) in detail, including its description and associated tactics.
Technique: T1182 - AppCert DLLs Description: Dynamic-link libraries (DLLs) that are specified in the AppCertDLLs Registry key under <code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager</code> are loaded into every process that calls the ubiquitously used application programming interface (API) func...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1552 (Unsecured Credentials) in detail, including its description and associated tactics.
Technique: T1552 - Unsecured Credentials Description: Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Bash History](https://attack.mitre.org/techniques/T1552/003)...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1018 (Remote System Discovery) in detail, including its description and associated tactics.
Technique: T1018 - Remote System Discovery Description: Adversaries may attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Lateral Movement from the current system. Functionality could exist within remote access tools to enable this, but util...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1066 (Indicator Removal from Tools) in detail, including its description and associated tactics.
Technique: T1066 - Indicator Removal from Tools Description: If a malicious tool is detected and quarantined or otherwise curtailed, an adversary may be able to determine why the malicious tool was detected (the indicator), modify the tool by removing the indicator, and use the updated version that is no longer detecte...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1594 (Search Victim-Owned Websites) in detail, including its description and associated tactics.
Technique: T1594 - Search Victim-Owned Websites Description: Adversaries may search websites owned by the victim for information that can be used during targeting. Victim-owned websites may contain a variety of details, including names of departments/divisions, physical locations, and data about key employees such as n...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1601.001 (Patch System Image) in detail, including its description and associated tactics.
Technique: T1601.001 - Patch System Image Description: Adversaries may modify the operating system of a network device to introduce new capabilities or weaken existing defenses.(Citation: Killing the myth of Cisco IOS rootkits) (Citation: Killing IOS diversity myth) (Citation: Cisco IOS Shellcode) (Citation: Cisco IOS ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1142 (Keychain) in detail, including its description and associated tactics.
Technique: T1142 - Keychain Description: Keychains are the built-in way for macOS to keep track of users' passwords and credentials for many services and features such as WiFi passwords, websites, secure notes, certificates, and Kerberos. Keychain files are located in <code>~/Library/Keychains/</code>,<code>/Library/Ke...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1111 (Multi-Factor Authentication Interception) in detail, including its description and associated tactics.
Technique: T1111 - Multi-Factor Authentication Interception Description: Adversaries may target multi-factor authentication (MFA) mechanisms, (i.e., smart cards, token generators, etc.) to gain access to credentials that can be used to access systems, services, and network resources. Use of MFA is recommended and provi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1141 (Input Prompt) in detail, including its description and associated tactics.
Technique: T1141 - Input Prompt Description: When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1036.005 (Match Legitimate Resource Name or Location) in detail, including its description and associated tactics.
Technique: T1036.005 - Match Legitimate Resource Name or Location Description: Adversaries may match or approximate the name or location of legitimate files, Registry keys, or other resources when naming/placing them. This is done for the sake of evading defenses and observation. This may be done by placing an execut...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1550.003 (Pass the Ticket) in detail, including its description and associated tactics.
Technique: T1550.003 - Pass the Ticket Description: Adversaries may “pass the ticket” using stolen Kerberos tickets to move laterally within an environment, bypassing normal system access controls. Pass the ticket (PtT) is a method of authenticating to a system using Kerberos tickets without having access to an account...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1030 (Data Transfer Size Limits) in detail, including its description and associated tactics.
Technique: T1030 - Data Transfer Size Limits Description: An adversary may exfiltrate data in fixed size chunks instead of whole files or limit packet sizes below certain thresholds. This approach may be used to avoid triggering network data transfer threshold alerts. Tactics: exfiltration <|endoftext|>
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1021.006 (Windows Remote Management) in detail, including its description and associated tactics.
Technique: T1021.006 - Windows Remote Management Description: Adversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to interact with remote systems using Windows Remote Management (WinRM). The adversary may then perform actions as the logged-on user. WinRM is the name of both a Windows servic...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1172 (Domain Fronting) in detail, including its description and associated tactics.
Technique: T1172 - Domain Fronting Description: Domain fronting takes advantage of routing schemes in Content Delivery Networks (CDNs) and other services which host multiple domains to obfuscate the intended destination of HTTPS traffic or traffic tunneled through HTTPS. (Citation: Fifield Blocking Resistent Communicat...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1216.002 (SyncAppvPublishingServer) in detail, including its description and associated tactics.
Technique: T1216.002 - SyncAppvPublishingServer Description: Adversaries may abuse SyncAppvPublishingServer.vbs to proxy execution of malicious [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands. SyncAppvPublishingServer.vbs is a Visual Basic script associated with how Windows virtualizes applications...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1556.005 (Reversible Encryption) in detail, including its description and associated tactics.
Technique: T1556.005 - Reversible Encryption Description: An adversary may abuse Active Directory authentication encryption properties to gain access to credentials on Windows systems. The <code>AllowReversiblePasswordEncryption</code> property specifies whether reversible password encryption for an account is enabled ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1035 (Service Execution) in detail, including its description and associated tactics.
Technique: T1035 - Service Execution Description: Adversaries may execute a binary, command, or script via a method that interacts with Windows services, such as the Service Control Manager. This can be done by either creating a new service or modifying an existing service. This technique is the execution used in conju...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1056 (Input Capture) in detail, including its description and associated tactics.
Technique: T1056 - Input Capture Description: Adversaries may use methods of capturing user input to obtain credentials or collect information. During normal system usage, users often provide credentials to various different locations, such as login pages/portals or system dialog boxes. Input capture mechanisms may be ...