prompt
stringlengths
144
201
completion
stringlengths
232
4.79k
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1124 (System Time Discovery) in detail, including its description and associated tactics.
Technique: T1124 - System Time Discovery Description: An adversary may gather the system time and/or time zone settings from a local or remote system. The system time is set and stored by services, such as the Windows Time Service on Windows or <code>systemsetup</code> on macOS.(Citation: MSDN System Time)(Citation: Te...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1608.004 (Drive-by Target) in detail, including its description and associated tactics.
Technique: T1608.004 - Drive-by Target Description: Adversaries may prepare an operational environment to infect systems that visit a website over the normal course of browsing. Endpoint systems may be compromised through browsing to adversary controlled sites, as in [Drive-by Compromise](https://attack.mitre.org/techn...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1506 (Web Session Cookie) in detail, including its description and associated tactics.
Technique: T1506 - Web Session Cookie Description: Adversaries can use stolen session cookies to authenticate to web applications and services. This technique bypasses some multi-factor authentication protocols since the session is already authenticated.(Citation: Pass The Cookie) Authentication cookies are commonly u...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1176.002 (IDE Extensions) in detail, including its description and associated tactics.
Technique: T1176.002 - IDE Extensions Description: Adversaries may abuse an integrated development environment (IDE) extension to establish persistent access to victim systems.(Citation: Mnemonic misuse visual studio) IDEs such as Visual Studio Code, IntelliJ IDEA, and Eclipse support extensions - software components t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1580 (Cloud Infrastructure Discovery) in detail, including its description and associated tactics.
Technique: T1580 - Cloud Infrastructure Discovery Description: An adversary may attempt to discover infrastructure and resources that are available within an infrastructure-as-a-service (IaaS) environment. This includes compute service resources such as instances, virtual machines, and snapshots as well as resources of...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1649 (Steal or Forge Authentication Certificates) in detail, including its description and associated tactics.
Technique: T1649 - Steal or Forge Authentication Certificates Description: Adversaries may steal or forge certificates used for authentication to access remote systems or resources. Digital certificates are often used to sign and encrypt messages and/or files. Certificates are also used as authentication material. For ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1592.004 (Client Configurations) in detail, including its description and associated tactics.
Technique: T1592.004 - Client Configurations Description: Adversaries may gather information about the victim's client configurations that can be used during targeting. Information about client configurations may include a variety of details and settings, including operating system/version, virtualization, architecture...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1482 (Domain Trust Discovery) in detail, including its description and associated tactics.
Technique: T1482 - Domain Trust Discovery Description: Adversaries may attempt to gather information on domain trust relationships that may be used to identify lateral movement opportunities in Windows multi-domain/forest environments. Domain trusts provide a mechanism for a domain to allow access to resources based on...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1025 (Data from Removable Media) in detail, including its description and associated tactics.
Technique: T1025 - Data from Removable Media Description: Adversaries may search connected removable media on computers they have compromised to find files of interest. Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to Exfiltrati...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1059.006 (Python) in detail, including its description and associated tactics.
Technique: T1059.006 - Python Description: Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the <code>python.exe</code> interpreter) or vi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1028 (Windows Remote Management) in detail, including its description and associated tactics.
Technique: T1028 - Windows Remote Management Description: Windows Remote Management (WinRM) is the name of both a Windows service and a protocol that allows a user to interact with a remote system (e.g., run an executable, modify the Registry, modify services). (Citation: Microsoft WinRM) It may be called with the <cod...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1584.003 (Virtual Private Server) in detail, including its description and associated tactics.
Technique: T1584.003 - Virtual Private Server Description: Adversaries may compromise third-party 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. Adversaries may compromise VPSs purchased by third...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1145 (Private Keys) in detail, including its description and associated tactics.
Technique: T1145 - Private Keys Description: Private cryptographic keys and certificates are used for authentication, encryption/decryption, and digital signatures. (Citation: Wikipedia Public Key Crypto) Adversaries may gather private keys from compromised systems for use in authenticating to [Remote Services](https:...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1589.002 (Email Addresses) in detail, including its description and associated tactics.
Technique: T1589.002 - Email Addresses Description: Adversaries may gather email addresses that can be used during targeting. Even if internal instances exist, organizations may have public-facing email infrastructure and addresses for employees. Adversaries may easily gather email addresses, since they may be readily...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1518.001 (Security Software Discovery) in detail, including its description and associated tactics.
Technique: T1518.001 - Security Software Discovery Description: Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as cloud monitoring agents and anti-virus. Adversaries may us...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1599 (Network Boundary Bridging) in detail, including its description and associated tactics.
Technique: T1599 - Network Boundary Bridging Description: Adversaries may bridge network boundaries by compromising perimeter network devices or internal devices responsible for network segmentation. Breaching these devices may enable an adversary to bypass restrictions on traffic routing that otherwise separate truste...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1057 (Process Discovery) in detail, including its description and associated tactics.
Technique: T1057 - Process Discovery Description: Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Administrator or otherwise elevated access may provide bett...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.014 (AppDomainManager) in detail, including its description and associated tactics.
Technique: T1574.014 - AppDomainManager Description: Adversaries may execute their own malicious payloads by hijacking how the .NET `AppDomainManager` loads assemblies. The .NET framework uses the `AppDomainManager` class to create and manage one or more isolated runtime environments (called application domains) inside...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1596.002 (WHOIS) in detail, including its description and associated tactics.
Technique: T1596.002 - WHOIS Description: Adversaries may search public WHOIS data for information about victims that can be used during targeting. WHOIS data is stored by regional Internet registries (RIR) responsible for allocating and assigning Internet resources such as domain names. Anyone can query WHOIS servers ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1593.001 (Social Media) in detail, including its description and associated tactics.
Technique: T1593.001 - Social Media Description: Adversaries may search social media for information about victims that can be used during targeting. Social media sites may contain various information about a victim organization, such as business announcements as well as information about the roles, locations, and inte...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.013 (XDG Autostart Entries) in detail, including its description and associated tactics.
Technique: T1547.013 - XDG Autostart Entries Description: Adversaries may add or modify XDG Autostart Entries to execute malicious programs or commands when a user’s desktop environment is loaded at login. XDG Autostart entries are available for any XDG-compliant Linux system. XDG Autostart entries use Desktop Entry fi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1591.001 (Determine Physical Locations) in detail, including its description and associated tactics.
Technique: T1591.001 - Determine Physical Locations Description: Adversaries may gather the victim's physical location(s) that can be used during targeting. Information about physical locations of a target organization may include a variety of details, including where key resources and infrastructure are housed. Physic...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1619 (Cloud Storage Object Discovery) in detail, including its description and associated tactics.
Technique: T1619 - Cloud Storage Object Discovery Description: Adversaries may enumerate objects in cloud storage infrastructure. Adversaries may use this information during automated discovery to shape follow-on behaviors, including requesting all or specific objects from cloud storage. Similar to [File and Directory...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1070.007 (Clear Network Connection History and Configurations) in detail, including its description and associated tactics.
Technique: T1070.007 - Clear Network Connection History and Configurations Description: Adversaries may clear or remove evidence of malicious network connections in order to clean up traces of their operations. Configuration settings as well as various artifacts that highlight connection history may be created on a sys...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1620 (Reflective Code Loading) in detail, including its description and associated tactics.
Technique: T1620 - Reflective Code Loading Description: Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a f...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1021.007 (Cloud Services) in detail, including its description and associated tactics.
Technique: T1021.007 - Cloud Services Description: Adversaries may log into accessible cloud services within a compromised environment using [Valid Accounts](https://attack.mitre.org/techniques/T1078) that are synchronized with or federated to on-premises user identities. The adversary may then perform management actio...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1048.003 (Exfiltration Over Unencrypted Non-C2 Protocol) in detail, including its description and associated tactics.
Technique: T1048.003 - Exfiltration Over Unencrypted Non-C2 Protocol Description: Adversaries may steal data by exfiltrating it over an un-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 command and control ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1497.001 (System Checks) in detail, including its description and associated tactics.
Technique: T1497.001 - System Checks Description: Adversaries may employ various system 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 (VME) or sandbox. If t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1092 (Communication Through Removable Media) in detail, including its description and associated tactics.
Technique: T1092 - Communication Through Removable Media Description: Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system.(Citation: ESET Sednit USBStealer 2014) Both systems would need to be compromi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1109 (Component Firmware) in detail, including its description and associated tactics.
Technique: T1109 - Component Firmware Description: Some adversaries may employ sophisticated means to compromise computer components and install malicious firmware that will execute adversary code outside of the operating system and main system firmware or BIOS. This technique may be similar to [System Firmware](https:...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1485 (Data Destruction) in detail, including its description and associated tactics.
Technique: T1485 - Data Destruction Description: Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources. Data destruction is likely to render stored data irrecoverable by forensic techniques through overwriting fi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1590.005 (IP Addresses) in detail, including its description and associated tactics.
Technique: T1590.005 - IP Addresses Description: Adversaries may gather the victim's IP addresses that can be used during targeting. Public IP addresses may be allocated to organizations by block, or a range of sequential addresses. Information about assigned IP addresses may include a variety of details, such as which...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.002 (DNS Server) in detail, including its description and associated tactics.
Technique: T1583.002 - DNS Server Description: Adversaries may set up their own Domain Name System (DNS) servers that can be used during targeting. During post-compromise activity, adversaries may utilize DNS traffic for various tasks, including for Command and Control (ex: [Application Layer Protocol](https://attack.m...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1608 (Stage Capabilities) in detail, including its description and associated tactics.
Technique: T1608 - Stage Capabilities Description: Adversaries may upload, install, or otherwise set up capabilities that can be used during targeting. To support their operations, an adversary may need to take capabilities they developed ([Develop Capabilities](https://attack.mitre.org/techniques/T1587)) or obtained (...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1055.004 (Asynchronous Procedure Call) in detail, including its description and associated tactics.
Technique: T1055.004 - Asynchronous Procedure Call Description: Adversaries may inject malicious code into processes via the asynchronous procedure call (APC) queue in order to evade process-based defenses as well as possibly elevate privileges. APC injection is a method of executing arbitrary code in the address space...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1548.003 (Sudo and Sudo Caching) in detail, including its description and associated tactics.
Technique: T1548.003 - Sudo and Sudo Caching Description: Adversaries may perform sudo caching and/or use the sudoers file to elevate privileges. Adversaries may do this to execute commands as other users or spawn processes with higher privileges. Within Linux and MacOS systems, sudo (sometimes referred to as "superus...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1178 (SID-History Injection) in detail, including its description and associated tactics.
Technique: T1178 - SID-History Injection Description: The Windows security identifier (SID) is a unique value that identifies a user or group account. SIDs are used by Windows security in both security descriptors and access tokens. (Citation: Microsoft SID) An account can hold additional SIDs in the SID-History Active...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1548.002 (Bypass User Account Control) in detail, including its description and associated tactics.
Technique: T1548.002 - Bypass User Account Control Description: Adversaries may bypass UAC mechanisms to elevate process privileges on system. Windows User Account Control (UAC) allows a program to elevate its privileges (tracked as integrity levels ranging from low to high) to perform a task under administrator-level ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1568 (Dynamic Resolution) in detail, including its description and associated tactics.
Technique: T1568 - Dynamic Resolution Description: Adversaries may dynamically establish connections to command and control infrastructure to evade common detections and remediations. This may be achieved by using malware that shares a common algorithm with the infrastructure the adversary uses to receive the malware's...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1213.001 (Confluence) in detail, including its description and associated tactics.
Technique: T1213.001 - Confluence Description: Adversaries may leverage Confluence repositories to mine valuable information. Often found in development environments alongside Atlassian JIRA, Confluence is generally used to store development-related documentation, however, in general may contain more diverse categories...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.009 (Resource Forking) in detail, including its description and associated tactics.
Technique: T1564.009 - Resource Forking Description: Adversaries may abuse resource forks to hide malicious code or executables to evade detection and bypass security applications. A resource fork provides applications a structured way to store resources such as thumbnail images, menu definitions, icons, dialog boxes, ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.007 (Dynamic API Resolution) in detail, including its description and associated tactics.
Technique: T1027.007 - Dynamic API Resolution Description: Adversaries may obfuscate then dynamically resolve API functions called by their malware in order to conceal malicious functionalities and impair defensive analysis. Malware commonly uses various [Native API](https://attack.mitre.org/techniques/T1106) functions...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1598 (Phishing for Information) in detail, including its description and associated tactics.
Technique: T1598 - Phishing for Information Description: Adversaries may send phishing messages to elicit sensitive information that can be used during targeting. Phishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Phishing for info...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1162 (Login Item) in detail, including its description and associated tactics.
Technique: T1162 - Login Item Description: MacOS provides the option to list specific applications to run when a user logs in. These applications run under the logged in user's context, and will be started every time the user logs in. Login items installed using the Service Management Framework are not visible in the S...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1027.006 (HTML Smuggling) in detail, including its description and associated tactics.
Technique: T1027.006 - HTML Smuggling Description: Adversaries may smuggle data and files past content filters by hiding malicious payloads inside of seemingly benign HTML files. HTML documents can store large binary objects known as JavaScript Blobs (immutable data that represents raw bytes) that can later be construc...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1598.003 (Spearphishing Link) in detail, including its description and associated tactics.
Technique: T1598.003 - Spearphishing Link Description: Adversaries may send spearphishing messages with a malicious link to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1598.002 (Spearphishing Attachment) in detail, including its description and associated tactics.
Technique: T1598.002 - Spearphishing Attachment Description: Adversaries may send spearphishing messages with a malicious attachment to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1650 (Acquire Access) in detail, including its description and associated tactics.
Technique: T1650 - Acquire Access Description: Adversaries may purchase or otherwise acquire an existing access to a target system or network. A variety of online services and initial access broker networks are available to sell access to previously compromised systems.(Citation: Microsoft Ransomware as a Service)(Cita...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1071.005 (Publish/Subscribe Protocols) in detail, including its description and associated tactics.
Technique: T1071.005 - Publish/Subscribe Protocols Description: Adversaries may communicate using publish/subscribe (pub/sub) 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 wi...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1140 (Deobfuscate/Decode Files or Information) in detail, including its description and associated tactics.
Technique: T1140 - Deobfuscate/Decode Files or Information Description: Adversaries may use [Obfuscated Files or Information](https://attack.mitre.org/techniques/T1027) to hide artifacts of an intrusion from analysis. They may require separate mechanisms to decode or deobfuscate that information depending on how they i...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1589.001 (Credentials) in detail, including its description and associated tactics.
Technique: T1589.001 - Credentials Description: Adversaries may gather credentials that can be used during targeting. Account credentials gathered by adversaries may be those directly associated with the target victim organization or attempt to take advantage of the tendency for users to use the same passwords across p...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1597.002 (Purchase Technical Data) in detail, including its description and associated tactics.
Technique: T1597.002 - Purchase Technical Data Description: Adversaries may purchase technical information about victims that can be used during targeting. Information about victims may be available for purchase within reputable private sources and databases, such as paid subscriptions to feeds of scan databases or oth...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1098.006 (Additional Container Cluster Roles) in detail, including its description and associated tactics.
Technique: T1098.006 - Additional Container Cluster Roles Description: An adversary may add additional roles or permissions to an adversary-controlled user or service account to maintain persistent access to a container orchestration system. For example, an adversary with sufficient permissions may create a RoleBinding...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.001 (Hidden Files and Directories) in detail, including its description and associated tactics.
Technique: T1564.001 - Hidden Files and Directories Description: Adversaries may set files and directories to be hidden to evade detection mechanisms. To prevent normal users from accidentally changing special files on a system, most operating systems have the concept of a ‘hidden’ file. These files don’t show up when ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1667 (Email Bombing) in detail, including its description and associated tactics.
Technique: T1667 - Email Bombing Description: Adversaries may flood targeted email addresses with an overwhelming volume of messages. This may bury legitimate emails in a flood of spam and disrupt business operations.(Citation: sophos-bombing)(Citation: krebs-email-bombing) An adversary may accomplish email bombing by...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1125 (Video Capture) in detail, including its description and associated tactics.
Technique: T1125 - Video Capture Description: An adversary can leverage a computer's peripheral devices (e.g., integrated cameras or webcams) or applications (e.g., video call services) to capture video recordings for the purpose of gathering information. Images may also be captured from devices or applications, potent...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1488 (Disk Content Wipe) in detail, including its description and associated tactics.
Technique: T1488 - Disk Content Wipe Description: Adversaries may erase the contents of storage devices on specific systems as well as large numbers of systems in a network to interrupt availability to system and network resources. Adversaries may partially or completely overwrite the contents of a storage device rend...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1130 (Install Root Certificate) in detail, including its description and associated tactics.
Technique: T1130 - Install Root Certificate Description: Root certificates are used in public key cryptography to identify a root certificate authority (CA). When a root certificate is installed, the system or application will trust certificates in the root's chain of trust that have been signed by the root certificate...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1608.003 (Install Digital Certificate) in detail, including its description and associated tactics.
Technique: T1608.003 - Install Digital Certificate Description: Adversaries may install SSL/TLS certificates that can be used during targeting. SSL/TLS certificates are files that can be installed on servers to enable secure communications between systems. Digital certificates include information about the key, informa...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1514 (Elevated Execution with Prompt) in detail, including its description and associated tactics.
Technique: T1514 - Elevated Execution with Prompt Description: Adversaries may leverage the AuthorizationExecuteWithPrivileges API to escalate privileges by prompting the user for credentials.(Citation: AppleDocs AuthorizationExecuteWithPrivileges) The purpose of this API is to give application developers an easy way t...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1570 (Lateral Tool Transfer) in detail, including its description and associated tactics.
Technique: T1570 - Lateral Tool Transfer Description: Adversaries may transfer tools or other files between systems in a compromised environment. Once brought into the victim environment (i.e., [Ingress Tool Transfer](https://attack.mitre.org/techniques/T1105)) files may then be copied from one system to another to sta...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1200 (Hardware Additions) in detail, including its description and associated tactics.
Technique: T1200 - Hardware Additions Description: Adversaries may physically introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access. Rather than just connecting and distributing payloads via removable storage (i.e. [Replicati...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1546.002 (Screensaver) in detail, including its description and associated tactics.
Technique: T1546.002 - Screensaver Description: Adversaries may establish persistence by executing malicious content triggered by user inactivity. Screensavers are programs that execute after a configurable time of user inactivity and consist of Portable Executable (PE) files with a .scr file extension.(Citation: Wikip...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1044 (File System Permissions Weakness) in detail, including its description and associated tactics.
Technique: T1044 - File System Permissions Weakness Description: Processes may automatically execute specific binaries as part of their functionality or to perform other actions. If the permissions on the file system directory containing a target binary, or permissions on the binary itself, are improperly set, then the...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.009 (Shortcut Modification) in detail, including its description and associated tactics.
Technique: T1547.009 - Shortcut Modification Description: Adversaries may create or modify shortcuts that can execute a program during system boot or user login. Shortcuts or symbolic links are used to reference other files or programs that will be opened or executed when the shortcut is clicked or executed by a system...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1077 (Windows Admin Shares) in detail, including its description and associated tactics.
Technique: T1077 - Windows Admin Shares Description: Windows systems have hidden network shares that are accessible only to administrators and provide the ability for remote file copy and other administrative functions. Example network shares include <code>C$</code>, <code>ADMIN$</code>, and <code>IPC$</code>. Advers...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1588 (Obtain Capabilities) in detail, including its description and associated tactics.
Technique: T1588 - Obtain Capabilities Description: Adversaries may buy and/or steal capabilities that can be used during targeting. Rather than developing their own capabilities in-house, adversaries may purchase, freely download, or steal them. Activities may include the acquisition of malware, software (including li...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1038 (DLL Search Order Hijacking) in detail, including its description and associated tactics.
Technique: T1038 - DLL Search Order Hijacking Description: Windows systems use a common method to look for required DLLs to load into a program. (Citation: Microsoft DLL Search) Adversaries may take advantage of the Windows DLL search order and programs that ambiguously specify DLLs to gain privilege escalation and per...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1608.006 (SEO Poisoning) in detail, including its description and associated tactics.
Technique: T1608.006 - SEO Poisoning Description: Adversaries may poison mechanisms that influence search engine optimization (SEO) to further lure staged capabilities towards potential victims. Search engines typically display results to users based on purchased ads as well as the site’s ranking/score/reputation calcu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1126 (Network Share Connection Removal) in detail, including its description and associated tactics.
Technique: T1126 - Network Share Connection Removal Description: Adversaries may remove share connections that are no longer useful in order to clean up traces of their operation. Windows shared drive and [Windows Admin Shares](https://attack.mitre.org/techniques/T1077) connections can be removed when no longer needed....
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1059.001 (PowerShell) in detail, including its description and associated tactics.
Technique: T1059.001 - PowerShell Description: Adversaries may abuse PowerShell commands and scripts for execution. 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 nu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1149 (LC_MAIN Hijacking) in detail, including its description and associated tactics.
Technique: T1149 - LC_MAIN Hijacking Description: **This technique has been deprecated and should no longer be used.** As of OS X 10.8, mach-O binaries introduced a new header called LC_MAIN that points to the binary’s entry point for execution. Previously, there were two headers to achieve this same effect: LC_THREAD...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1600.001 (Reduce Key Space) in detail, including its description and associated tactics.
Technique: T1600.001 - Reduce Key Space Description: Adversaries may reduce the level of effort required to decrypt data transmitted over the network by reducing the cipher strength of encrypted communications.(Citation: Cisco Synful Knock Evolution) Adversaries can weaken the encryption software on a compromised netw...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1600.002 (Disable Crypto Hardware) in detail, including its description and associated tactics.
Technique: T1600.002 - Disable Crypto Hardware Description: Adversaries disable a network device’s dedicated hardware encryption, which may enable them to leverage weaknesses in software encryption in order to reduce the effort involved in collecting, manipulating, and exfiltrating transmitted data. Many network devic...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564 (Hide Artifacts) in detail, including its description and associated tactics.
Technique: T1564 - Hide Artifacts Description: Adversaries may attempt to hide artifacts associated with their behaviors to evade detection. Operating systems may have features to hide various artifacts, such as important system files and administrative task execution, to avoid disrupting user work environments and pre...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1055.003 (Thread Execution Hijacking) in detail, including its description and associated tactics.
Technique: T1055.003 - Thread Execution Hijacking Description: Adversaries may inject malicious code into hijacked processes in order to evade process-based defenses as well as possibly elevate privileges. Thread Execution Hijacking 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 T1036.011 (Overwrite Process Arguments) in detail, including its description and associated tactics.
Technique: T1036.011 - Overwrite Process Arguments Description: Adversaries may modify a process's in-memory arguments to change its name in order to appear as a legitimate or benign process. On Linux, the operating system stores command-line arguments in the process’s stack and passes them to the `main()` function as ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1137 (Office Application Startup) in detail, including its description and associated tactics.
Technique: T1137 - Office Application Startup Description: Adversaries may leverage Microsoft Office-based applications for persistence between startups. Microsoft Office is a fairly common application suite on Windows-based operating systems within an enterprise network. There are multiple mechanisms that can be used ...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1484 (Domain or Tenant Policy Modification) in detail, including its description and associated tactics.
Technique: T1484 - Domain or Tenant Policy Modification Description: Adversaries may modify the configuration settings of a domain or identity tenant to evade defenses and/or escalate privileges in centrally managed environments. Such services provide a centralized means of managing identity resources such as devices a...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1608.005 (Link Target) in detail, including its description and associated tactics.
Technique: T1608.005 - Link Target Description: Adversaries may put in place resources that are referenced by a link that can be used during targeting. An adversary may rely upon a user clicking a malicious link in order to divulge information (including credentials) or to gain execution, as in [Malicious Link](https:/...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1609 (Container Administration Command) in detail, including its description and associated tactics.
Technique: T1609 - Container Administration Command Description: Adversaries may abuse a container administration service to execute commands within a container. A container administration service such as the Docker daemon, the Kubernetes API server, or the kubelet may allow remote management of containers within an en...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1647 (Plist File Modification) in detail, including its description and associated tactics.
Technique: T1647 - Plist File Modification Description: Adversaries may modify property list files (plist files) to enable other malicious activity, while also potentially evading and bypassing system defenses. macOS applications use plist files, such as the <code>info.plist</code> file, to store properties and configu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1502 (Parent PID Spoofing) in detail, including its description and associated tactics.
Technique: T1502 - Parent PID Spoofing Description: Adversaries may spoof the parent process identifier (PPID) of a new process to evade process-monitoring defenses or to elevate privileges. New processes are typically spawned directly from their parent, or calling, process unless explicitly specified. One way of expli...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1196 (Control Panel Items) in detail, including its description and associated tactics.
Technique: T1196 - Control Panel Items Description: Windows Control Panel items are utilities that allow users to view and adjust computer settings. Control Panel items are registered executable (.exe) or Control Panel (.cpl) files, the latter are actually renamed dynamic-link library (.dll) files that export a CPlAppl...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1592 (Gather Victim Host Information) in detail, including its description and associated tactics.
Technique: T1592 - Gather Victim Host Information Description: Adversaries may gather information about the victim's hosts that can be used during targeting. Information about hosts may include a variety of details, including administrative data (ex: name, assigned IP, functionality, etc.) as well as specifics regardin...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1003.001 (LSASS Memory) in detail, including its description and associated tactics.
Technique: T1003.001 - LSASS Memory Description: Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS). After a user logs on, the system generates and stores a variety of credential materials in LSASS process memory. These credential...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1553.002 (Code Signing) in detail, including its description and associated tactics.
Technique: T1553.002 - Code Signing Description: Adversaries may create, acquire, or steal code signing materials to sign their malware or tools. Code signing provides a level of authenticity on a binary from the developer and a guarantee that the binary has not been tampered with. (Citation: Wikipedia Code Signing) Th...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.012 (COR_PROFILER) in detail, including its description and associated tactics.
Technique: T1574.012 - COR_PROFILER Description: Adversaries may leverage the COR_PROFILER environment variable to hijack the execution flow of programs that load the .NET CLR. The COR_PROFILER is a .NET Framework feature which allows developers to specify an unmanaged (or external of .NET) profiling DLL to be loaded i...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1021.002 (SMB/Windows Admin Shares) in detail, including its description and associated tactics.
Technique: T1021.002 - SMB/Windows Admin Shares Description: Adversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to interact with a remote network share using Server Message Block (SMB). The adversary may then perform actions as the logged-on user. SMB is a file, printer, and serial port sh...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1564.010 (Process Argument Spoofing) in detail, including its description and associated tactics.
Technique: T1564.010 - Process Argument Spoofing Description: Adversaries may attempt to hide process command-line arguments by overwriting process memory. Process command-line arguments are stored in the process environment block (PEB), a data structure used by Windows to store various information about/used by a proc...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1561.001 (Disk Content Wipe) in detail, including its description and associated tactics.
Technique: T1561.001 - Disk Content Wipe Description: Adversaries may erase the contents of storage devices on specific systems or in large numbers in a network to interrupt availability to system and network resources. Adversaries may partially or completely overwrite the contents of a storage device rendering the da...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1583.006 (Web Services) in detail, including its description and associated tactics.
Technique: T1583.006 - Web Services Description: Adversaries may register for web services that can be used during targeting. A variety of popular websites exist for adversaries to register for a web-based service that can be abused during later stages of the adversary lifecycle, such as during Command and Control ([We...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1558 (Steal or Forge Kerberos Tickets) in detail, including its description and associated tactics.
Technique: T1558 - Steal or Forge Kerberos Tickets Description: Adversaries may attempt to subvert Kerberos authentication by stealing or forging Kerberos tickets to enable [Pass the Ticket](https://attack.mitre.org/techniques/T1550/003). Kerberos is an authentication protocol widely used in modern Windows domain envir...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1547.004 (Winlogon Helper DLL) in detail, including its description and associated tactics.
Technique: T1547.004 - Winlogon Helper DLL Description: Adversaries may abuse features of Winlogon to execute DLLs and/or executables when a user logs in. Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete. Registry ent...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1543.005 (Container Service) in detail, including its description and associated tactics.
Technique: T1543.005 - Container Service Description: Adversaries may create or modify container or container cluster management tools that run as daemons, agents, or services on individual hosts. These include software for creating and managing individual containers, such as Docker and Podman, as well as container clu...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1566.003 (Spearphishing via Service) in detail, including its description and associated tactics.
Technique: T1566.003 - Spearphishing via Service Description: Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems. Spearphishing via service is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the us...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1159 (Launch Agent) in detail, including its description and associated tactics.
Technique: T1159 - Launch Agent Description: Per Apple’s developer documentation, when a user logs in, a per-user launchd process is started which loads the parameters for each launch-on-demand user agent from the property list (plist) files found in <code>/System/Library/LaunchAgents</code>, <code>/Library/LaunchAgent...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1574.011 (Services Registry Permissions Weakness) in detail, including its description and associated tactics.
Technique: T1574.011 - Services Registry Permissions Weakness Description: Adversaries may execute their own malicious payloads by hijacking the Registry entries used by services. Adversaries may use flaws in the permissions for Registry keys related to services to redirect from the originally specified executable to o...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1070.005 (Network Share Connection Removal) in detail, including its description and associated tactics.
Technique: T1070.005 - Network Share Connection Removal Description: Adversaries may remove share connections that are no longer useful in order to clean up traces of their operation. Windows shared drive and [SMB/Windows Admin Shares](https://attack.mitre.org/techniques/T1021/002) connections can be removed when no lo...
You are a cybersecurity assistant. Describe the MITRE ATT&CK technique T1003.002 (Security Account Manager) in detail, including its description and associated tactics.
Technique: T1003.002 - Security Account Manager Description: Adversaries may attempt to extract credential material from the Security Account Manager (SAM) database either through in-memory techniques or through the Windows Registry where the SAM database is stored. The SAM is a database file that contains local accoun...