From fb5560f92786ec574354c9272b3d877df034145a Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Wed, 16 Aug 2017 12:17:00 +0200 Subject: [PATCH 1/5] add mitre based galaxies --- clusters/mitre_attack-pattern.json | 3931 ++++++++++++++++++++++++++ clusters/mitre_course-of-action.json | 653 +++++ clusters/mitre_intrusion-set.json | 767 +++++ clusters/mitre_malware.json | 1558 ++++++++++ clusters/mitre_tool.json | 407 +++ galaxies/mitre_attack-pattern.json | 7 + galaxies/mitre_course-of-action.json | 7 + galaxies/mitre_intrusion-set.json | 7 + galaxies/mitre_malware.json | 7 + galaxies/mitre_tool.json | 7 + 10 files changed, 7351 insertions(+) create mode 100644 clusters/mitre_attack-pattern.json create mode 100644 clusters/mitre_course-of-action.json create mode 100644 clusters/mitre_intrusion-set.json create mode 100644 clusters/mitre_malware.json create mode 100644 clusters/mitre_tool.json create mode 100644 galaxies/mitre_attack-pattern.json create mode 100644 galaxies/mitre_course-of-action.json create mode 100644 galaxies/mitre_intrusion-set.json create mode 100644 galaxies/mitre_malware.json create mode 100644 galaxies/mitre_tool.json diff --git a/clusters/mitre_attack-pattern.json b/clusters/mitre_attack-pattern.json new file mode 100644 index 0000000..a7d0cbe --- /dev/null +++ b/clusters/mitre_attack-pattern.json @@ -0,0 +1,3931 @@ +{ + "type": "attack-pattern", + "version": "1", + "authors": [ + "MITRE" + ], + "values": [ + { + "name": "Exfiltration Over Alternative Protocol", + "meta": { + "x_mitre_data_sources": [ + "User interface", + "Process monitoring", + "Process use of network", + "Packet capture", + "Netflow/Enclave netflow", + "Network protocol analysis" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1048", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Data exfiltration is performed with a different protocol from the main command and control protocol or channel. The data is likely to be sent to an alternate network location from the main command and control server. Alternate protocols include FTP, SMTP, HTTP/S, DNS, or some other network protocol. Different channels could include Internet Web services such as cloud storage.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring, Process use of network, Packet capture, Netflow/Enclave netflow, Network protocol analysis", + "uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776" + }, + { + "name": "Standard Application Layer Protocol", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1071", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Adversaries may communicate using a common, standardized application layer protocol such as HTTP, HTTPS, SMTP, or DNS to avoid detection 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 between the client and server.\n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are RPC, SSH, or RDP.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6" + }, + { + "name": "Communication Through Removable Media", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Data loss prevention" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1092" + ] + }, + "description": "Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by Replication Through Removable Media. Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media is mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", + "uuid": "64196062-5210-42c3-9a02-563a0d1797ef" + }, + { + "name": "Custom Command and Control Protocol", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1094", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Adversaries may communicate using a custom command and control protocol instead of using existing Standard Application Layer Protocol to encapsulate commands. Implementations could mimic well-known protocols.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "f72eb8a8-cd4c-461d-a814-3f862befbf00" + }, + { + "name": "File System Permissions Weakness", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Services" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1044", + "http://seclists.org/fulldisclosure/2015/Dec/34", + "https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/" + ] + }, + "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 target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.\n\nAdversaries may use this technique to replace legitimate binaries with malicious ones as a means of executing code at a higher permissions level. If the executing process is set to run at a specific time or during a certain event (e.g., system bootup) then this technique can also be used for persistence.\n\n===Services===\n\nManipulation of Windows service binaries is one variation of this technique. Adversaries may replace a legitimate service executable with their own executable to gain persistence and/or privilege escalation to the account context the service is set to execute under (local/domain account, SYSTEM, LocalService, or NetworkService). Once the service is started, either directly by the user (if appropriate access is available) or through some other means, such as a system restart if the service starts on bootup, the replaced executable will run instead of the original service executable.\n\n===Executable Installers===\n\nAnother variation of this technique can be performed by taking advantage of a weakness that is common in executable, self-extracting installers. During the installation process, it is common for installers to use a subdirectory within the %TEMP% directory to unpack binaries such as DLLs, EXEs, or other payloads. When installers create subdirectories and files they often do not set appropriate permissions to restrict write access, which allows for execution of untrusted code placed in the subdirectories or overwriting of binaries used in the installation process. This behavior is related to and may take advantage of DLL Search Order Hijacking. Some installers may also require elevated privileges that will result in privilege escalation when executing adversary controlled code. This behavior is related to Bypass User Account Control. Several examples of this weakness in existing common installers have been reported to software vendors.[[Citation: Mozilla Firefox Installer DLL Hijack]][[Citation: Seclists Kanthak 7zip Installer]]\n\nDetection: Look for changes to binaries and service executables that may normally occur during software updates. If an executable is written, renamed, and/or moved to match an existing service executable, it could be detected and correlated with other suspicious behavior. Hashing of binaries and service executables could be used to detect replacement against historical data.\n\nLook for abnormal process call trees from typical processes and services and for execution of other commands that could relate to [[Discovery]] or other adversary techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Services\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "0ca7beef-9bbc-4e35-97cf-437384ddce6a" + }, + { + "name": "Process Hollowing", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1093", + "http://www.autosectools.com/process-hollowing.pdf" + ] + }, + "description": "Process hollowing occurs when a process is created in a suspended state and the process's memory is replaced with the code of a second program so that the second program runs instead of the original program. Windows and process monitoring tools believe the original process is running, whereas the actual program running is different.DLL Injection to evade defenses and detection analysis of malicious process execution by launching adversary-controlled code under the context of a legitimate process.\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances for known bad sequences of calls, since benign use of API functions may be common and difficult to distinguish from malicious behavior.\n\nAnalyze process behavior to determine if a process is performing actions it usually does not, such as opening network connections, reading files, or other suspicious actions that could relate to post-compromise behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, API monitoring", + "uuid": "1c338d0f-a65e-4073-a5c1-c06878849f21" + }, + { + "name": "Scripting", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "File monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1064", + "http://blog.crowdstrike.com/deep-thought-chinese-targeting-national-security-think-tanks/", + "http://www.metasploit.com", + "https://github.com/mattifestation/PowerSploit", + "https://www.veil-framework.com/framework/" + ] + }, + "description": "Adversaries may use scripts to aid in operations and perform multiple actions that would otherwise be manual. Scripting is useful for speeding up operational tasks and reducing the time required to gain access to critical resources. Some scripting languages may be used to bypass process monitoring mechanisms by directly interacting with the operating system at an API level instead of calling other programs. Common scripting languages for Windows include VBScript and PowerShell but could also be in the form of command-line batch scripts.\n\nMany popular offensive frameworks exist which use forms of scripting for security testers and adversaries alike. Metasploit[[Citation: Metasploit]], Veil[[Citation: Veil]], and PowerSploit[[Citation: Powersploit]] are three examples that are popular among penetration testers for exploit and post-compromise operations and include many features for evading defenses. Some adversaries are known to use PowerShell.[[Citation: Alperovitch 2014]]\n\nDetection: Scripting may be common on admin, developer, or power user systems, depending on job function. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information [[Discovery]], [[Collection]], or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, Process command-line parameters", + "uuid": "7fd87010-3a00-4da3-b905-410525e8ec44" + }, + { + "name": "Data from Removable Media", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1025" + ] + }, + "description": "Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to cmd may be used to gather information. Some adversaries may also use Automated Collection on removable media.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system's connected removable media. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec" + }, + { + "name": "Code Signing", + "meta": { + "x_mitre_data_sources": [ + "Binary file metadata" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1116", + "https://en.wikipedia.org/wiki/Code%20signing", + "https://securelist.com/blog/security-policies/68593/why-you-shouldnt-completely-trust-files-signed-with-digital-certificates/", + "http://www.symantec.com/connect/blogs/how-attackers-steal-private-keys-digital-certificates" + ] + }, + "description": "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]] However, adversaries are known to use code signing certificates to masquerade malware and tools as legitimate binaries. The certificates used during an operation may be created, forged, or stolen by the adversary.[[Citation: Securelist Digital Certificates]][[Citation: Symantec Digital Certificates]]\n\nCode signing certificates may be used to bypass security policies that require signed code to execute on a system.\n\nDetection: Collect and analyze signing certificate metadata on software that executes within the environment to look for unusual certificate characteristics and outliers.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", + "uuid": "1b84d551-6de8-4b96-9930-d177677c3b1d" + }, + { + "name": "Rootkit", + "meta": { + "x_mitre_data_sources": [ + "BIOS", + "MBR", + "System calls" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1014", + "https://en.wikipedia.org/wiki/Rootkit" + ] + }, + "description": "Rootkits are programs that hide the existence of malware by intercepting and modifying operating system API calls that supply system information. Rootkits or rootkit enabling functionality may reside at the user or kernel level in the operating system or lower, to include a Hypervisor, Master Boot Record, or the Basic Input/Output System.[[Citation: Wikipedia Rootkit]]\n\nAdversaries may use rootkits to hide the presence of programs, files, network connections, services, drivers, and other system components.\n\nDetection: Some rootkit protections may be built into anti-virus or operating system software. There are dedicated rootkit detection tools that look for specific types of rootkit behavior. Monitor for the existence of unrecognized DLLs, devices, services, and changes to the MBR.[[Citation: Wikipedia Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: BIOS, MBR, System calls", + "uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b" + }, + { + "name": "Command-Line Interface", + "meta": { + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1059", + "https://en.wikipedia.org/wiki/Command-line%20interface" + ] + }, + "description": "Command-line interfaces provide a way of interacting with computer systems and is a common feature across many types of operating system platforms.cmd, which can be used to perform a number of tasks including execution of other software. Command-line interfaces can be interacted with locally or remotely via a remote desktop application, reverse shell session, etc. Commands that are executed run with the current permission level of the command-line interface process unless the command includes process invocation that changes permissions context for that execution (e.g. Scheduled Task).\n\nAdversaries may use command-line interfaces to interact with systems and execute other software during the course of an operation.\n\nDetection: Command-line interface activities can be captured through proper logging of process execution with command-line arguments. This information can be useful in gaining additional insight to adversaries' actions through how they use native processes or custom tools.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "7385dfaf-6886-4229-9ecd-6fd678040830" + }, + { + "name": "Exfiltration Over Command and Control Channel", + "meta": { + "x_mitre_data_sources": [ + "User interface", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1041", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Data exfiltration is performed over the [[Command and Control]] channel. Data is encoded into the normal communications channel using the same protocol as command and control communications.\n\nDetection: Detection for command and control applies. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring", + "uuid": "92d7da27-2d91-488e-a00c-059dc162766d" + }, + { + "name": "Multi-Stage Channels", + "meta": { + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Network device logs", + "Network protocol analysis", + "Packet capture", + "Process use of network" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1104" + ] + }, + "description": "Adversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult.\n\nRemote access tools will call back to the first-stage command and control server for instructions. The first stage may have automated capabilities to collect basic host information, update tools, and upload additional files. A second remote access tool (RAT) could be uploaded at that point to redirect the host to the second-stage command and control server. The second stage will likely be more fully featured and allow the adversary to interact with the system through a reverse shell and additional RAT features.\n\nThe different stages will likely be hosted separately with no overlapping infrastructure. The loader may also have backup first-stage callbacks or Fallback Channels in case the original first-stage communication path is discovered and blocked.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure. Relating subsequent actions that may result from [[Discovery]] of the system and network information or [[Lateral Movement]] to the originating process may also yield useful data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network device logs, Network protocol analysis, Packet capture, Process use of network", + "uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91" + }, + { + "name": "Input Capture", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "Kernel drivers", + "Process monitoring", + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1056", + "http://blog.leetsys.com/2012/01/02/capturing-windows-7-credentials-at-logon-using-custom-credential-provider/", + "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" + ] + }, + "description": "Adversaries can use methods of capturing user input for obtaining credentials for Legitimate Credentials and information Credential Dumping efforts are not effective, and may require an adversary to remain passive on a system for a period of time before an opportunity arises.\n\nAdversaries may also install code on externally facing portals, such as a VPN login page, to capture and transmit credentials of users who attempt to log into the service. This variation on input capture may be conducted post-compromise using legitimate administrative access as a backup measure to maintain network access through External Remote Services and Legitimate Credentials or as part of the initial compromise by exploitation of the externally facing web service.Legitimate Credentials in use by adversaries may help to catch the result of user input interception if new techniques are used.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Kernel drivers, Process monitoring, API monitoring\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", + "uuid": "bb5a00de-e086-4859-a231-fa793f6797e2" + }, + { + "name": "Regsvcs/Regasm", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1121", + "https://msdn.microsoft.com/en-us/library/04za0hca.aspx", + "https://msdn.microsoft.com/en-us/library/tzat5yw6.aspx", + "http://subt0x10.blogspot.com/2015/11/all-natural-organic-free-range.html" + ] + }, + "description": "Regsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies. Both are digitally signed by Microsoft.[[Citation: MSDN Regsvcs]][[Citation: MSDN Regasm]]\n\nAdversaries can use Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Both utilities may be used to bypass process whitelisting through use of attributes within the binary to specify code that should be run before registration or unregistration: [ComRegisterFunction] or [ComUnregisterFunction] respectively. The code with the registration and unregistration attributes will be executed even if the process is run under insufficient privileges and fails to execute.[[Citation: SubTee Regsvcs Regasm Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of Regsvcs.exe and Regasm.exe. Compare recent invocations of Regsvcs.exe and Regasm.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after Regsvcs.exe or Regasm.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", + "uuid": "215190a9-9f02-4e83-bb5f-e0589965a302" + }, + { + "name": "MSBuild", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1127", + "https://msdn.microsoft.com/library/dd722601.aspx", + "https://subt0x10.blogspot.com/2016/09/bypassing-application-whitelisting.html", + "https://msdn.microsoft.com/library/dd393574.aspx" + ] + }, + "description": "MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It takes XML formatted project files that define requirements for building various platforms and configurations.[[Citation: MSDN MSBuild]] \n\nAdversaries can use MSBuild to proxy execution of code through a trusted Windows utility. The inline task capability of MSBuild that was introduced in .NET version 4 allows for C# code to be inserted into the XML project file.[[Citation: MSDN MSBuild Inline Tasks]] MSBuild will compile and execute the inline task. MSBuild.exe is a signed Microsoft binary, so when it is used this way it can execute arbitrary code and bypass application whitelisting defenses that are configured to allow MSBuild.exe execution.[[Citation: SubTee MSBuild]]\n\nDetection: Use process monitoring to monitor the execution and arguments of MSBuild.exe. Compare recent invocations of MSBuild.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. It is likely that MSBuild will be used by software developers, so if it exists and is used outside of that context, then the event may be suspicious. Command arguments used before and after the MSBuild.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring\n\nContributors: Casey Smith", + "uuid": "ff25900d-76d5-449b-a351-8824e62fc81b" + }, + { + "name": "Local Network Configuration Discovery", + "meta": { + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1016" + ] + }, + "description": "Adversaries will likely look for details about the network configuration and settings of systems they access. Several operating system administration utilities exist that can be used to gather this information. Examples include Arp, ipconfig/ifconfig, nbtstat, and route.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0" + }, + { + "name": "Scheduled Task", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1053", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://technet.microsoft.com/en-us/library/cc785125.aspx" + ] + }, + "description": "Utilities such as at and schtasks, along with the Windows Task Scheduler, can be used to schedule programs or scripts to be executed at a date and time. The account used to create the task must be in the Administrators group on the local system. A task can also be scheduled on a remote system, provided the proper authentication is met to use RPC and file and printer sharing is turned on.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: Administrator, SYSTEM", + "uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9" + }, + { + "name": "Windows Management Instrumentation", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs", + "Netflow/Enclave netflow", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1047", + "https://technet.microsoft.com/en-us/library/cc787851.aspx", + "https://en.wikipedia.org/wiki/Server%20Message%20Block", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf", + "https://msdn.microsoft.com/en-us/library/aa394582.aspx" + ] + }, + "description": "Windows Management Instrumentation (WMI) is a Windows administration feature that provides a uniform environment for local and remote access to Windows system components. It relies on the WMI service for local and remote access and the server message block (SMB)[[Citation: Wikipedia SMB]] and Remote Procedure Call Service (RPCS)[[Citation: TechNet RPC]] for remote access. RPCS operates over port 135.[[Citation: MSDN WMI]]\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to perform many tactic functions, such as gathering information for [[Discovery]] and remote [[Execution]] of files as part of [[Lateral Movement]].[[Citation: FireEye WMI 2015]]\n\nDetection: Monitor network traffic for WMI connections; the use of WMI in environments that do not typically use WMI may be suspect. Perform process monitoring to capture command-line arguments of \"wmic\" and detect commands that are used to perform remote behavior.[[Citation: FireEye WMI 2015]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", + "uuid": "01a5a209-b94c-450b-b7f9-946497d91055" + }, + { + "name": "NTFS Extended Attributes", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Kernel drivers" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1096", + "http://journeyintoir.blogspot.com/2012/12/extracting-zeroaccess-from-ntfs.html", + "http://msdn.microsoft.com/en-us/library/aa364404" + ] + }, + "description": "Data or executables may be stored in New Technology File System (NTFS) partition metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus.[[Citation: Journey into IR ZeroAccess NTFS EA]]\n\nThe NTFS format has a feature called Extended Attributes (EA), which allows data to be stored as an attribute of a file or folder.[[Citation: Microsoft File Streams]]\n\nDetection: Forensic techniques exist to identify information stored in EA.[[Citation: Journey into IR ZeroAccess NTFS EA]] It may be possible to monitor NTFS for writes or reads to NTFS EA or to regularly scan for the presence of modified information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Kernel drivers", + "uuid": "f2d44246-91f1-478a-b6c8-1227e0ca109d" + }, + { + "name": "Process Discovery", + "meta": { + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1057" + ] + }, + "description": "Adversaries may attempt to get information about running processes on a system. An example command that would obtain details on processes is \"tasklist\" using the Tasklist utility.\n\nInformation obtained could be used to gain an understanding of common software running on systems within the network.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580" + }, + { + "name": "Basic Input/Output System", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "BIOS" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1019", + "https://securingtomorrow.mcafee.com/business/chipsec-support-vault-7-disclosure-scanning/", + "http://www.intelsecurity.com/advanced-threat-research/content/data/HT-UEFI-rootkit.html", + "https://github.com/chipsec/chipsec", + "http://www.uefi.org/about", + "https://en.wikipedia.org/wiki/BIOS", + "http://www.mitre.org/publications/project-stories/going-deep-into-the-bios-with-mitre-firmware-security-research", + "http://www.mitre.org/capabilities/cybersecurity/overview/cybersecurity-blog/copernicus-question-your-assumptions-about" + ] + }, + "description": "The BIOS (Basic Input/Output System), which underlies the functionality of a computer, may be modified to perform or assist in malicious activity.[[Citation: Wikipedia BIOS]]\n\nCapabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\n\nThe Unified Extensible Firmware Interface (UEFI) is new specification for the interface between platform firmware and a computer operating system.[[Citation: About UEFI]]\n\nDetection: Firmware manipulation may be detected.[[Citation: MITRE Trustworthy Firmware Measurement]] Dump and inspect BIOS images on vulnerable systems and compare against known good images.[[Citation: MITRE Copernicus]] Analyze differences to determine if malicious changes have occurred. Log attempts to read/write to BIOS and compare against known patching behavior.\n\nLikewise, extensible firmware interface (EFI) modules can be collected and compared against a known-clean list of EFI executable binaries to detect potentially malicious modules. The CHIPSEC framework can be used for analysis to determine if firmware modifications have been performed.[[Citation: McAfee CHIPSEC Blog]][[Citation: Github CHIPSEC]][[Citation: Intel HackingTeam UEFI Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, BIOS", + "uuid": "6856ddd6-2df3-4379-8b87-284603c189c3" + }, + { + "name": "Registry Run Keys / Start Folder", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1060", + "http://msdn.microsoft.com/en-us/library/aa376977", + "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ] + }, + "description": "Adding an entry to the \"run keys\" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.Masquerading to make the Registry entries look as if they are associated with legitimate programs.\n\nDetection: Monitor Registry for changes to run keys that do not correlate with known software, patch cycles, etc. Monitor the start folder for additions or changes. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing the run keys' Registry locations and startup folders.[[Citation: TechNet Autoruns]] Suspicious program execution as startup programs may show up as outlier processes that have not been seen before when compared against historical data.\n\nChanges to these locations typically happen under normal conditions when legitimate software is installed. To increase confidence of malicious activity, data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring", + "uuid": "9422fc14-1c43-410d-ab0f-a709b76c72dc" + }, + { + "name": "Service Execution", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1035" + ] + }, + "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 conjunction with New Service and Modify Existing Service during service persistence or privilege escalation.\n\nDetection: Changes to service Registry entries and command-line invocation of tools capable of modifying services that do not correlate with known software, patch cycles, etc., may be suspicious. If a service is used only to execute a binary or script and not to persist, then it will likely be changed back to its original form shortly after the service is restarted so the service is not left broken, as is the case with the common administrator tool PsExec.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring", + "uuid": "f44731de-ea9f-406d-9b83-30ecbb9b4392" + }, + { + "name": "Uncommonly Used Port", + "meta": { + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1065", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Adversaries may conduct C2 communications over a non-standard port to bypass proxies and firewalls that have been improperly configured.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "c848fcf7-6b62-4bde-8216-b6c157d48da0" + }, + { + "name": "Data Staged", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1074" + ] + }, + "description": "Collected data is staged in a central location or directory prior to Data Compressed or Data Encrypted.\n\nInteractive command shells may be used, and common functionality within cmd may be used to copy data into a staging location.\n\nDetection: Processes that appear to be reading files from disparate locations and writing them to the same directory or file may be an indication of data being staged, especially if they are suspected of performing encryption or compression on the files.\n\nMonitor processes and command-line arguments for actions that could be taken to collect and combine files. Remote access tools with built-in features may interact directly with the Windows API to gather and copy to a location. Data may also be acquired and staged through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "7dd95ff6-712e-4056-9626-312ea4ab4c5e" + }, + { + "name": "New Service", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1050", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://technet.microsoft.com/en-us/library/cc772408.aspx" + ] + }, + "description": "When operating systems boot up, they can start programs or applications called services that perform background system functions.Masquerading. Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges from administrator to SYSTEM. Adversaries may also directly start services through Service Execution.\n\nDetection: Monitor service creation through changes in the Registry and common utilities using command-line invocation. New, benign services may be created during installation of new software. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters\n\nEffective Permissions: SYSTEM", + "uuid": "478aa214-2ca7-4ec0-9978-18798e514790" + }, + { + "name": "Network Share Connection Removal", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters", + "Packet capture", + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1126", + "https://technet.microsoft.com/bb490717.aspx" + ] + }, + "description": "Windows shared drive and Windows Admin Shares connections can be removed when no longer needed. Net is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command.Windows Admin Shares. SMB traffic between systems may also be captured and decoded to look for related network share session and file transfer activity. Windows authentication logs are also useful in determining when authenticated network shares are established and by which account, and can be used to correlate network share activity to other events to investigate potentially malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, Packet capture, Authentication logs", + "uuid": "e7eab98d-ae11-4491-bd28-a53ba875865a" + }, + { + "name": "DLL Injection", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Windows Registry", + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1055", + "http://en.wikipedia.org/wiki/DLL%20injection", + "http://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-Proces", + "https://github.com/mattifestation/PowerSploit" + ] + }, + "description": "DLL injection is used to run code in the context of another process by causing the other process to load and execute code. Running code in the context of another process provides adversaries many benefits, such as access to the process's memory and permissions. It also allows adversaries to mask their actions under a legitimate process. A more sophisticated kind of DLL injection, reflective DLL injection, loads code without calling the normal Windows API calls, potentially bypassing DLL load monitoring. Numerous methods of DLL injection exist on Windows, including modifying the Registry, creating remote threads, Windows hooking APIs, and DLL pre-loading.PowerShell with tools such as PowerSploit,[[Citation: Powersploit]] so additional PowerShell monitoring may be required to cover known implementations of this behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM", + "uuid": "43e7dc91-05b2-474c-b9ac-2ed4fe101f4d" + }, + { + "name": "Authentication Package", + "meta": { + "x_mitre_data_sources": [ + "DLL monitoring", + "Windows Registry", + "Loaded DLLs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1131", + "https://technet.microsoft.com/en-us/library/dn408187.aspx", + "https://msdn.microsoft.com/library/windows/desktop/aa374733.aspx", + "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" + ] + }, + "description": "Windows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[[Citation: MSDN Authentication Packages]]\n\nAdversaries can use the autostart mechanism provided by LSA Authentication Packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\ with the key value of \"Authentication Packages\"=. The binary will then be executed by the system when the authentication packages are loaded.\n\nDetection: Monitor the Registry for changes to the LSA Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", + "uuid": "52d40641-c480-4ad5-81a3-c80ccaddf82d" + }, + { + "name": "Multilayer Encryption", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1079", + "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", + "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", + "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" + ] + }, + "description": "An adversary performs C2 communications using multiple layers of encryption, typically (but not exclusively) tunneling a custom encryption scheme within a protocol encryption scheme such as HTTPS or SMTPS.\n\nDetection: If malware uses Standard Cryptographic Protocol, SSL/TLS inspection can be used to detect command and control traffic within some encrypted communication channels.Custom Cryptographic Protocol, if malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "428ca9f8-0e33-442a-be87-f869cb4cf73e" + }, + { + "name": "Component Firmware", + "meta": { + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1109" + ] + }, + "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 Basic Input/Output System but conducted upon other system components that may not have the same capability or level of integrity checking. Malicious device firmware could provide both a persistent level of access to systems despite potential typical failures to maintain access and hard disk re-images, as well as a way to evade host software-based defenses and integrity checks.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", + "uuid": "10d5f3b7-6be6-4da5-9a77-0f1e2bbfcc44" + }, + { + "name": "Windows Management Instrumentation Event Subscription", + "meta": { + "x_mitre_data_sources": [ + "WMI Objects" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1084", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://www.secureworks.com/blog/wmi-persistence", + "https://www.defcon.org/images/defcon-22/dc-22-presentations/Kazanciyan-Hastings/DEFCON-22-Ryan-Kazanciyan-Matt-Hastings-Investigating-Powershell-Attacks.pdf", + "https://www2.fireeye.com/rs/fireye/images/rpt-m-trends-2015.pdf" + ] + }, + "description": "Windows Management Instrumentation (WMI) can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system. Adversaries may attempt to evade detection of this technique by compiling WMI scripts.[[Citation: Dell WMI Persistence]] Examples of events that may be subscribed to are the wall clock time or the computer's uptime.[[Citation: Kazanciyan 2014]] Several threat groups have reportedly used this technique to maintain persistence.[[Citation: Mandiant M-Trends 2015]]\n\nDetection: Monitor WMI event subscription entries, comparing current WMI event subscriptions to known good subscriptions for each host. Tools such as Sysinternals Autoruns may also be used to detect WMI changes that could be attempts at persistence.[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: WMI Objects", + "uuid": "e906ae4d-1d3a-4675-be23-22f7311c0da4" + }, + { + "name": "Disabling Security Tools", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Anti-virus", + "File monitoring", + "Services", + "Windows Registry", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1089" + ] + }, + "description": "Adversaries may disable security tools to avoid possible detection of their tools and activities. This can take the form of killing security software or event logging processes, deleting Registry keys so that tools do not start at run time, or other methods to interfere with security scanning or event reporting.\n\nDetection: Monitor processes and command-line arguments to see if security tools are killed or stop running. Monitor Registry edits for modifications to services and startup programs that correspond to security tools. Lack of log or event file reporting may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Anti-virus, File monitoring, Services, Windows Registry, Process command-line parameters", + "uuid": "2e0dd10b-676d-4964-acd0-8a404c92b044" + }, + { + "name": "Peripheral Device Discovery", + "meta": { + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1120" + ] + }, + "description": "Adversaries may attempt to gather information about attached peripheral devices and components connected to a computer system. The information may be used to enhance their awareness of the system and network environment or may be used for further actions.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", + "uuid": "348f1eef-964b-4eb6-bb53-69b3dcb0c643" + }, + { + "name": "Data Compressed", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1002", + "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" + ] + }, + "description": "An adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network. The compression is done separately from the exfiltration channel and is performed using a custom program or algorithm, or a more common compression library or utility such as 7zip, RAR, ZIP, or zlib.\n\nDetection: Compression software and compressed files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known compression utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used.\n\nIf the communications channel is unencrypted, compressed files can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "b9f5dbe2-4c55-4fc5-af2e-d42c1d182ec4" + }, + { + "name": "Account Discovery", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1087" + ] + }, + "description": "Adversaries may attempt to get a listing of local system or domain accounts. Example commands that can acquire this information are net user, net group , and net localgroup using the Net utility or through use of dsquery. If adversaries attempt to identify the primary user, currently logged in user, or set of users that commonly uses a system, System Owner/User Discovery may apply.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", + "uuid": "72b74d71-8169-42aa-92e0-e7b04b9f5a08" + }, + { + "name": "Pass the Hash", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1075", + "http://www.nsa.gov/ia/%20files/app/spotting%20the%20adversary%20with%20windows%20event%20log%20monitoring.pdf", + "http://www.aorato.com/labs/pass-the-hash/" + ] + }, + "description": "Pass the hash (PtH)[[Citation: Aorato PTH]] is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash. In this technique, valid password hashes for the account being used are captured using a [[Credential Access]] technique. Captured hashes are used with PtH to authenticate as that user. Once authenticated, PtH may be used to perform actions on local or remote systems. \n\nWindows 7 and higher with KB2871997 require valid domain user credentials or RID 500 administrator hashes.[[Citation: NSA Spotting]]\n\nDetection: Audit all logon and credential use events and review for discrepancies. Unusual remote logins that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity. NTLM LogonType 3 authentications that are not associated to a domain login and are not anonymous logins are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "c23b740b-a42b-47a1-aec2-9d48ddd547ff" + }, + { + "name": "Timestomp", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1099", + "http://windowsir.blogspot.com/2013/07/howto-determinedetect-use-of-anti.html" + ] + }, + "description": "Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder. This is done, for example, on files that have been modified or created by the adversary so that they do not appear conspicuous to forensic investigators or file analysis tools. Timestomping may be used along with file name Masquerading to hide malware and tools.[[Citation: WindowsIR Anti-Forensic Techniques]]\n\nDetection: Forensic techniques exist to detect aspects of files that have had their timestamps modified.[[Citation: WindowsIR Anti-Forensic Techniques]] It may be possible to detect timestomping using file modification monitoring that collects information on file handle opens and can compare timestamp values.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "128c55d3-aeba-469f-bd3e-c8996ab4112a" + }, + { + "name": "Brute Force", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1110", + "https://en.wikipedia.org/wiki/Password%20cracking", + "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ] + }, + "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained.\n\nCredential Dumping to obtain password hashes may only get an adversary so far when Pass the Hash is not an option. Techniques to systematically guess the passwords used to compute hashes are available, or the adversary may use a pre-computed rainbow table. Cracking hashes is usually done on adversary-controlled systems outside of the target network.Legitimate Credentials. If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "a93494bb-4b80-4ea1-8695-3236a49916fd" + }, + { + "name": "Modify Registry", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1112", + "https://technet.microsoft.com/en-us/library/cc732643.aspx", + "https://technet.microsoft.com/en-us/library/cc754820.aspx" + ] + }, + "description": "Adversaries may interact with the Windows Registry to hide configuration information within Registry keys, remove information as part of cleaning up, or as part of other techniques to aid in Reg may be used for local or remote Registry modification.Legitimate Credentials are required, along with access to the remote system's Windows Admin Shares for RPC communication.\n\nDetection: Modifications to the Registry are normal and occur throughout typical use of the Windows operating system. Changes to Registry entries that load software on Windows startup that do not correlate with known software, patch cycles, etc., are suspicious, as are additions or changes to files within the startup folder. Changes could also include new services and modification of existing binary paths to point to malicious files. If a change to a service-related entry occurs, then it will likely be followed by a local or remote service start or restart to execute the file.\n\nMonitor processes and command-line arguments for actions that could be taken to change or delete information in the Registry. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell, which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring, Process command-line parameters", + "uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4" + }, + { + "name": "Screen Capture", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process monitoring", + "File monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1113" + ] + }, + "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.\n\nDetection: Monitoring for screen capture behavior will depend on the method used to obtain data from the operating system and write output files. Detection methods could include collecting information from unusual processes using API calls used to obtain image data, and monitoring for image files written to disk. The sensor data may need to be correlated with other events to identify malicious activity, depending on the legitimacy of this behavior within a given network environment.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring, File monitoring", + "uuid": "0259baeb-9f63-4c69-bf10-eb038c390688" + }, + { + "name": "Indicator Removal from Tools", + "meta": { + "x_mitre_data_sources": [ + "Process use of network", + "Anti-virus", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1066" + ] + }, + "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 detected by the target's defensive systems or subsequent targets that may use similar systems.\n\nA good example of this is when malware is detected with a file signature and quarantined by anti-virus software. An adversary who can determine that the malware was quarantined because of its file signature may use Software Packing or otherwise modify the file so it has a different signature, and then re-use the malware.\n\nDetection: The first detection of a malicious tool may trigger an anti-virus or other security tool alert. Similar events may also occur at the boundary through network IDS, email scanning appliance, etc. The initial detection should be treated as an indication of a potentially more invasive intrusion. The alerting system should be thoroughly investigated beyond that initial alert for activity that was not detected. Adversaries may continue with an operation, assuming that individual events like an anti-virus detect will not be investigated or that an analyst will not be able to conclusively link that event to other activity occurring on the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Anti-virus, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "00d0b012-8a03-410e-95de-5826bf542de6" + }, + { + "name": "Change Default File Association", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1042", + "https://support.microsoft.com/en-us/help/18539/windows-7-change-default-programs", + "http://msdn.microsoft.com/en-us/library/bb166549.aspx" + ] + }, + "description": "When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access.[[Citation: Microsoft Change Default Programs]][[Citation: Microsoft File Handlers]] Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.\n\nDetection: Collect and analyze changes to Registry keys that associate file extensions to default applications for execution and correlate with unknown process launch activity or unusual file types for that process. \n\nUser file association preferences are stored under [HKEY_CURRENT_USER]\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts and override associations configured under [HKEY_CLASSES_ROOT]. Changes to a user's preference will occur under this entry's subkeys.\n\nAlso look for abnormal process call trees for execution of other commands that could relate to [[Discovery]] actions or other techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring\n\nContributors: Stefan Kanthak", + "uuid": "68c96494-1a50-403e-8844-69a6af278c68" + }, + { + "name": "Email Collection", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs", + "File monitoring", + "Process monitoring", + "Process use of network" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1114" + ] + }, + "description": "Adversaries may target user email to collect sensitive information from a target.\n\nFiles containing email data can be acquired from a user's system, such as Outlook storage or cache files .pst and .ost.\n\nAdversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network.\n\nSome adversaries may acquire user credentials and access externally facing webmail applications, such as Outlook Web Access.\n\nDetection: There are likely a variety of ways an adversary could collect email from a target, each with a different mechanism for detection.\n\nFile access of local system email files for Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, File monitoring, Process monitoring, Process use of network", + "uuid": "1608f3e1-598a-42f4-a01a-2e252e81728f" + }, + { + "name": "System Information Discovery", + "meta": { + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1082" + ] + }, + "description": "An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.\nExample commands and utilities that obtain this information include ver, Systeminfo, and dir within cmd for identifying information based on present files and directories.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1" + }, + { + "name": "Local Network Connections Discovery", + "meta": { + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1049" + ] + }, + "description": "Adversaries may attempt to get a listing of network connections to or from the compromised system.\nUtilities and commands that acquire this information include netstat, \"net use,\" and \"net session\" with Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "7e150503-88e7-4861-866b-ff1ac82c4475" + }, + { + "name": "Two-Factor Authentication Interception", + "meta": { + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1111", + "https://dl.mandiant.com/EE/assets/PDF%20MTrends%202011.pdf", + "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" + ] + }, + "description": "Use of two- or multifactor authentication is recommended and provides a higher level of security than user names and passwords alone, but organizations should be aware of techniques that could be used to intercept and bypass these security mechanisms. Adversaries may target authentication mechanisms, such as smart cards, to gain access to systems, services, and network resources.\n\nIf a smart card is used for two-factor authentication (2FA), then a keylogger will need to be used to obtain the password associated with a smart card during normal use. With both an inserted card and access to the smart card password, an adversary can connect to a network resource using the infected system to proxy the authentication with the inserted hardware token.[[Citation: Mandiant M Trends 2011]]\n\nOther methods of 2FA may be intercepted and used by an adversary to authenticate. It is common for one-time codes to be sent via out-of-band communications (email, SMS). If the device and/or service is not secured, then it may be vulnerable to interception. Although primarily focused on by cyber criminals, these authentication mechanisms have been targeted by advanced actors.[[Citation: Operation Emmental]]\n\nOther hardware tokens, such as RSA SecurID, require the adversary to have access to the physical device or the seed and algorithm in addition to the corresponding credentials.\n\nDetection: Detecting use of proxied smart card connections by an adversary may be difficult because it requires the token to be inserted into a system; thus it is more likely to be in use by a legitimate user and blend in with other network behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", + "uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49" + }, + { + "name": "Execution through API", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1106", + "http://msdn.microsoft.com/en-us/library/ms682425", + "https://skanthak.homepage.t-online.de/verifier.html" + ] + }, + "description": "Adversary tools may directly use the Windows application programming interface (API) to execute binaries. Functions such as the Windows API CreateProcess will allow programs and scripts to start other processes with proper path and argument parameters.[[Citation: Microsoft CreateProcess]]\n\nAdditional Windows API calls that can be used to execute binaries include:[[Citation: Kanthak Verifier]]\n\n*CreateProcessA() and CreateProcessW(),\n*CreateProcessAsUserA() and CreateProcessAsUserW(),\n*CreateProcessInternalA() and CreateProcessInternalW(),\n*CreateProcessWithLogonW(), CreateProcessWithTokenW(),\n*LoadLibraryA() and LoadLibraryW(),\n*LoadLibraryExA() and LoadLibraryExW(),\n*LoadModule(),\n*LoadPackagedLibrary(),\n*WinExec(),\n*ShellExecuteA() and ShellExecuteW(),\n*ShellExecuteExA() and ShellExecuteExW()\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows API functions such as CreateProcess are common and difficult to distinguish from malicious behavior. Correlation of other events with behavior surrounding API function calls using API monitoring will provide additional context to an event that may assist in determining if it is due to malicious behavior. Correlation of activity by process lineage by process ID may be sufficient.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring\n\nContributors: Stefan Kanthak", + "uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670" + }, + { + "name": "Component Object Model Hijacking", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "DLL monitoring", + "Loaded DLLs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1122", + "https://msdn.microsoft.com/library/ms694363.aspx", + "https://www.endgame.com/blog/how-hunt-detecting-persistence-evasion-com", + "https://blog.gdatasoftware.com/2014/10/23941-com-object-hijacking-the-discreet-way-of-persistence" + ] + }, + "description": "The Microsoft Component Object Model (COM) is a system within Windows to enable interaction between software components through the operating system.[[Citation: Microsoft Component Object Model]] Adversaries can use this system to insert malicious code that can be executed in place of legitimate software through hijacking the COM references and relationships as a means for persistence. Hijacking a COM object requires a change in the Windows Registry to replace a reference to a legitimate system component which may cause that component to not work when executed. When that system component is executed through normal system operation the adversary's code will be executed instead.[[Citation: GDATA COM Hijacking]] An adversary is likely to hijack objects that are used frequently enough to maintain a consistent level of persistence, but are unlikely to break noticeable functionality within the system as to avoid system instability that could lead to detection.\n\nDetection: There are opportunities to detect COM hijacking by searching for Registry references that have been replaced and through Registry operations replacing know binary paths with unknown paths. Even though some third party applications define user COM objects, the presence of objects within HKEY_CURRENT_USER\\Software\\Classes\\CLSID\\ may be anomalous and should be investigated since user objects will be loaded prior to machine objects in HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\.[[Citation: Endgame COM Hijacking]] Registry entries for existing COM objects may change infrequently. When an entry with a known good path and binary is replaced or changed to an unusual value to point to an unknown binary in a new location, then it may indicate suspicious behavior and should be investigated. Likewise, if software DLL loads are collected and analyzed, any unusual DLL load that can be correlated with a COM object Registry modification may indicate COM hijacking has been performed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, DLL monitoring, Loaded DLLs\n\nContributors: ENDGAME", + "uuid": "9b52fca7-1a36-4da0-b62d-da5bd83b4d69" + }, + { + "name": "Clipboard Data", + "meta": { + "x_mitre_data_sources": [ + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1115", + "https://msdn.microsoft.com/en-us/library/ms649012" + ] + }, + "description": "Adversaries may collect data stored in the Windows clipboard from users copying information within or between applications. \n\nApplications can access clipboard data by using the Windows API.[[Citation: MSDN Clipboard]]\n\nDetection: Access to the clipboard is a legitimate function of many applications on a Windows system. If an organization chooses to monitor for this behavior, then the data will likely need to be correlated against other suspicious or non-user-driven activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", + "uuid": "30973a08-aed9-4edf-8604-9084ce1b5c4f" + }, + { + "name": "InstallUtil", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1118", + "https://msdn.microsoft.com/en-us/library/50614e95.aspx", + "http://subt0x10.blogspot.com/2015/08/application-whitelisting-bypasses-101.html" + ] + }, + "description": "InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries.[[Citation: MSDN InstallUtil]] InstallUtil is located in the .NET directory on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe.InstallUtil.exe is digitally signed by Microsoft.\n\nAdversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. InstallUtil may also be used to bypass process whitelisting through use of attributes within the binary that execute the class decorated with the attribute [System.ComponentModel.RunInstaller(true)].[[Citation: SubTee InstallUtil Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of InstallUtil.exe. Compare recent invocations of InstallUtil.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after the InstallUtil.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", + "uuid": "f792d02f-813d-402b-86a5-ab98cb391d3b" + }, + { + "name": "Data Obfuscation", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Process use of network", + "Process monitoring", + "Network protocol analysis" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1001", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, commingling legitimate traffic with C2 communications traffic, or using a non-standard data encoding system, such as a modified Base64 encoding for the message body of an HTTP request.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Process monitoring, Network protocol analysis", + "uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842" + }, + { + "name": "Shortcut Modification", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1023" + ] + }, + "description": "Shortcuts or symbolic links are ways of referencing other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process. Adversaries could use shortcuts to execute their tools for persistence. They may create a new shortcut as a means of indirection that may use Masquerading to look like a legitimate program. Adversaries could also edit the target path or entirely replace an existing shortcut so their tools will be executed instead of the intended legitimate program.\n\nDetection: Since a shortcut's target path likely will not change, modifications to shortcut files that do not correlate with known software changes, patches, removal, etc., may be suspicious. Analysis should attempt to relate shortcut file change or creation events to other potentially suspicious events based on known adversary behavior such as process launches of unknown executables that make network connections.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "970cdb5c-02fb-4c38-b17e-d6327cf3c810" + }, + { + "name": "Obfuscated Files or Information", + "meta": { + "x_mitre_data_sources": [ + "Network protocol analysis", + "Process use of network", + "Binary file metadata", + "File monitoring", + "Malware reverse engineering" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1027" + ] + }, + "description": "Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system.\n\nDetection: Detection of file obfuscation is difficult unless artifacts are left behind by the obfuscation process that are uniquely detectable with a signature. If detection of the obfuscation itself is not possible, it may be possible to detect the malicious activity that caused the obfuscated file (for example, the method that was used to write, read, or modify the file on the file system).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process use of network, Binary file metadata, File monitoring, Malware reverse engineering", + "uuid": "b3d682b6-98f2-4fb0-aa3b-b4df007ca70a" + }, + { + "name": "Video Capture", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "File monitoring", + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1125" + ] + }, + "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, potentially in specified intervals, in lieu of video files.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture video or images. Video or image files may be written to disk and exfiltrated later. This technique differs from Screen Capture due to use of specific devices or applications for video recording rather than capturing the victim's screen.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the video camera, recording devices, or recording software, and a process periodically writing files to disk that contain video or camera image data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, API monitoring", + "uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf" + }, + { + "name": "Masquerading", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Binary file metadata" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1036", + "https://www.endgame.com/blog/how-hunt-masquerade-ball" + ] + }, + "description": "Masquerading occurs when an executable, legitimate or malicious, is placed in a commonly trusted location (such as C:\\Windows\\System32) or named with a common name (such as \"explorer.exe\" or \"svchost.exe\") to bypass tools that trust executables by relying on file name or path. An adversary may even use a renamed copy of a legitimate utility, such as rundll32.exe.[[Citation: Endgame Masquerade Ball]] Masquerading also may be done to deceive defenders and system administrators into thinking a file is benign by associating the name with something that is thought to be legitimate.\n\nDetection: Collect file hashes; file names that do not match their expected hash are suspect. Perform file monitoring; files with known names but in unusual locations are suspect. Likewise, files that are modified outside of an update or patch are suspect.\n\nIf file names are mismatched between the binary name on disk and the binary's resource section, this is a likely indicator that a binary was renamed after it was compiled. Collecting and comparing disk and resource filenames for binaries could provide useful leads, but may not always be indicative of malicious activity.[[Citation: Endgame Masquerade Ball]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Binary file metadata\n\nContributors: ENDGAME", + "uuid": "42e8de7b-37b2-4258-905a-6897815e58e0" + }, + { + "name": "DLL Side-Loading", + "meta": { + "x_mitre_data_sources": [ + "Process use of network", + "Process monitoring", + "Loaded DLLs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1073", + "https://msdn.microsoft.com/en-us/library/aa375365", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-dll-sideloading.pdf" + ] + }, + "description": "Programs may specify DLLs that are loaded at runtime. Programs that improperly or vaguely specify a required DLL may be open to a vulnerability in which an unintended DLL is loaded. Side-loading vulnerabilities specifically occur when Windows Side-by-Side (WinSxS) manifests[[Citation: MSDN Manifests]] are not explicit enough about characteristics of the DLL to be loaded. Adversaries may take advantage of a legitimate program that is vulnerable to side-loading to load a malicious DLL.[[Citation: Stewart 2014]]\n\nAdversaries likely use this technique as a means of masking actions they perform under a legitimate, trusted system or software process.\n\nDetection: Monitor processes for unusual activity (e.g., a process that does not use the network begins to do so). Track DLL metadata, such as a hash, and compare DLLs that are loaded at process execution time against previous executions to detect differences that do not correlate with patching or updates.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Loaded DLLs", + "uuid": "b2001907-166b-4d71-bb3c-9d26c871de09" + }, + { + "name": "Automated Exfiltration", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process use of network" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1020" + ] + }, + "description": "Data, such as sensitive documents, may be exfiltrated through the use of automated processing or Scripting after being gathered during Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process use of network", + "uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9" + }, + { + "name": "Network Service Scanning", + "meta": { + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Network protocol analysis", + "Packet capture", + "Process command-line parameters", + "Process use of network" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1046" + ] + }, + "description": "Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation. Methods to acquire this information include port scans and vulnerability scans using tools that are brought onto a system.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as [[Lateral Movement]], based on the information obtained.\n\nNormal, benign system and network events from legitimate remote service scanning may be uncommon, depending on the environment and how they are used. Legitimate open port and vulnerability scanning may be conducted within the environment and will need to be deconflicted with any detection capabilities developed. Network intrusion detection systems can also be used to identify scanning activity. Monitor for process use of the networks and inspect intra-network flows to detect port scans.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture, Process command-line parameters, Process use of network", + "uuid": "e3a12395-188d-4051-9a16-ea8e14d07b88" + }, + { + "name": "Replication Through Removable Media", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Data loss prevention" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1091" + ] + }, + "description": "Adversaries may move to additional systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into another system and executes. This may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system.\n\nDetection: Monitor file access on removable media. Detect processes that execute from removable media after it is mounted or when initiated by a user. If a remote access tool is used in this manner to move laterally, then additional actions are likely to occur after execution, such as opening network connections for [[Command and Control]] and system and network information [[Discovery]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", + "uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4" + }, + { + "name": "Remote Desktop Protocol", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs", + "Netflow/Enclave netflow", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1076", + "https://technet.microsoft.com/en-us/windowsserver/ee236407.aspx", + "http://blog.crowdstrike.com/adversary-tricks-crowdstrike-treats/" + ] + }, + "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 Desktop Services (RDS).Remote Services similar to RDS.\n\nAdversaries may connect to a remote system over RDP/RDS to expand access if the service is enabled and allows access to accounts with known credentials. Adversaries will likely use Accessibility Features technique for [[Persistence]].[[Citation: Alperovitch Malware]]\n\nDetection: Use of RDP may be legitimate, depending on the network environment and how it is used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior with RDP. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process monitoring", + "uuid": "51dea151-0898-4a45-967c-3ebee0420484" + }, + { + "name": "Scheduled Transfer", + "meta": { + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1029" + ] + }, + "description": "Data exfiltration may be performed only at certain times of day or at certain intervals. This could be done to blend traffic patterns with normal activity or availability.\n\nWhen scheduled exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious. Network connections to the same destination that occur at the same time of day for multiple days are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466" + }, + { + "name": "Bypass User Account Control", + "meta": { + "x_mitre_data_sources": [ + "System calls", + "Process monitoring", + "Authentication logs", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2012", + "Windows 7", + "Windows 8", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1088", + "http://www.pretentiousname.com/misc/win7%20uac%20whitelist2.html", + "https://technet.microsoft.com/en-us/itpro/windows/keep-secure/how-user-account-control-works", + "https://msdn.microsoft.com/en-us/library/ms679687.aspx", + "https://technet.microsoft.com/en-US/magazine/2009.07.uac.aspx", + "https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/", + "http://pen-testing.sans.org/blog/pen-testing/2013/08/08/psexec-uac-bypass", + "https://github.com/hfiref0x/UACME", + "https://blog.fortinet.com/2016/12/16/malicious-macro-bypasses-uac-to-elevate-privilege-for-fareit-malware" + ] + }, + "description": "Windows User Account Control (UAC) allows a program to elevate its privileges to perform a task under administrator-level permissions by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action.DLL Injection and unusual loaded DLLs through DLL Search Order Hijacking, which indicate attempts to gain access to higher privileged processes.\n\nPlatforms: Windows Server 2012, Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012 R2, Windows 8.1\n\nData Sources: System calls, Process monitoring, Authentication logs, Process command-line parameters\n\nEffective Permissions: Administrator\n\nContributors: Stefan Kanthak, Casey Smith", + "uuid": "ca1a3f50-5ebd-41f8-8320-2c7d6a6e88be" + }, + { + "name": "Logon Scripts", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1037", + "https://technet.microsoft.com/en-us/library/cc758918(v=ws.10).aspx" + ] + }, + "description": "Windows allows logon scripts to be run whenever a specific user or group of users log into a system.[[Citation: TechNet Logon Scripts]] The scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server.\n\nIf adversaries can access these scripts, they may insert additional code into the logon script to execute their tools when a user logs in. This code can allow them to maintain persistence on a single system, if it is a local script, or to move laterally within a network, if the script is stored on a central server and pushed to many systems. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary.\n\nDetection: Monitor logon scripts for unusual access by abnormal users or at abnormal times. Look for files added or modified by unusual accounts outside of normal administration duties.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", + "uuid": "03259939-0b57-482f-8eb5-87c0e0d54334" + }, + { + "name": "Connection Proxy", + "meta": { + "x_mitre_data_sources": [ + "Process use of network", + "Process monitoring", + "Netflow/Enclave netflow", + "Packet capture" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1090", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", + "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" + ] + }, + "description": "A connection proxy is used to direct network traffic between systems or act as an intermediary for network communications. Many tools exist that enable traffic redirection through proxies or port redirection, including HTRAN, ZXProxy, and ZXPortMap.[[Citation: Trend Micro APT Attack Tools]]\n\nThe definition of a proxy can also be expanded out to encompass trust relationships between networks in peer-to-peer, mesh, or trusted connections between networks consisting of hosts or systems that regularly communicate with each other.\n\nThe network may be within a single organization or across organizations with trust relationships. Adversaries could use these types of relationships to manage command and control communications, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Network activities disassociated from user-driven actions from processes that normally require user direction are suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server or between clients that should not or often do not communicate with one another). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Netflow/Enclave netflow, Packet capture\n\nContributors: Walker Johnson", + "uuid": "731f4f55-b6d0-41d1-a7a9-072a66389aea" + }, + { + "name": "Regsvr32", + "meta": { + "x_mitre_data_sources": [ + "Loaded DLLs", + "Process monitoring", + "Process command-line parameters", + "Windows Registry" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1117", + "https://support.microsoft.com/en-us/kb/249873", + "http://subt0x10.blogspot.com/2016/04/bypass-application-whitelisting-script.html", + "https://www.fireeye.com/blog/threat-research/2017/02/spear%20phishing%20techn.html" + ] + }, + "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]]\n\nAdversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of, and modules loaded by, the regsvr32.exe process because of whitelists or false positives from Windows using regsvr32.exe for normal operations. Regsvr32.exe is also a Microsoft signed binary.\n\nRegsvr32.exe can also be used to specifically bypass process whitelisting using functionality to load COM scriptlets to execute DLLs under user permissions. Since regsvr32.exe is network and proxy aware, the scripts can be loaded by passing a uniform resource locator (URL) to file on an external Web server as an argument during invocation. This method makes no changes to the Registry as the COM object is not actually registered, only executed.[[Citation: SubTee Regsvr32 Whitelisting Bypass]] This variation of the technique has been used in campaigns targeting governments.[[Citation: FireEye Regsvr32 Targeting Mongolian Gov]]\n\nDetection: Use process monitoring to monitor the execution and arguments of regsvr32.exe. Compare recent invocations of regsvr32.exe with prior history of known good arguments and loaded files to determine anomalous and potentially adversarial activity. Command arguments used before and after the regsvr32.exe invocation may also be useful in determining the origin and purpose of the script or DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Process command-line parameters, Windows Registry\n\nContributors: Casey Smith", + "uuid": "68f7e3a1-f09f-4164-9a62-16b648a0dd5a" + }, + { + "name": "File and Directory Discovery", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1083", + "http://blog.jpcert.or.jp/2016/01/windows-commands-abused-by-attackers.html" + ] + }, + "description": "Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Example utilities used to obtain this information are dir and tree.Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "7bc57495-ea59-4380-be31-a64af124ef18" + }, + { + "name": "Commonly Used Port", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1043", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Adversaries may communicate over a commonly used port to bypass firewalls or network detection systems and to blend with normal network activity to avoid more detailed inspection. They may use commonly open ports such as\n* TCP:80 (HTTP)\n* TCP:443 (HTTPS)\n* TCP:25 (SMTP)\n* TCP/UDP:53 (DNS)\n\nThey may use the protocol associated with the port or a completely different protocol. \n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), examples of common ports are \n* TCP/UDP:135 (RPC)\n* TCP/UDP:22 (SSH)\n* TCP/UDP:3389 (RDP)\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "f879d51c-5476-431c-aedf-f14d207e4d1e" + }, + { + "name": "Data Encoding", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Process use of network", + "Process Monitoring", + "Network protocol analysis" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1132", + "https://en.wikipedia.org/wiki/Character%20encoding", + "https://en.wikipedia.org/wiki/Binary-to-text%20encoding", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Command and control (C2) information is encoded using a standard data encoding system. Use of data encoding may be to adhere to existing protocol specifications and includes use of ASCII, Unicode, Base64, MIME, UTF-8, or other binary-to-text and character encoding systems.[[Citation: Wikipedia Binary-to-text Encoding]][[Citation: Wikipedia Character Encoding]] Some data encoding systems may also result in data compression, such as gzip.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Process use of network, Process Monitoring, Network protocol analysis\n\nContributors: Itzik Kotler, SafeBreach", + "uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f" + }, + { + "name": "Credentials in Files", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1081", + "http://blogs.technet.com/b/srd/archive/2014/05/13/ms14-025-an-update-for-group-policy-preferences.aspx", + "http://carnal0wnage.attackresearch.com/2014/05/mimikatz-against-virtual-machine-memory.html" + ] + }, + "description": "Adversaries may search local file systems and remote file shares for files containing passwords. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\n\nIt is possible to extract passwords from backups or saved virtual machines through Credential Dumping.Legitimate Credentials for more information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters", + "uuid": "ba8e391f-14b5-496f-81f2-2d5ecd646c1c" + }, + { + "name": "PowerShell", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1086", + "https://github.com/jaredhaight/PSAttack", + "https://github.com/PowerShellEmpire/Empire", + "https://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx", + "https://www.fireeye.com/blog/threat-research/2016/02/greater%20visibilityt.html", + "http://www.malwarearchaeology.com/s/Windows-PowerShell-Logging-Cheat-Sheet-ver-June-2016-v2.pdf", + "https://github.com/mattifestation/PowerSploit" + ] + }, + "description": "PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.[[Citation: TechNet PowerShell]] Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer. \n\nPowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.\n\nAdministrator permissions are required to use PowerShell to connect to remote systems.\n\nA number of PowerShell-based offensive testing tools are available, including Empire,[[Citation: Github PowerShell Empire]] PowerSploit,[[Citation: Powersploit]] and PSAttack.[[Citation: Github PSAttack]]\n\nDetection: If proper execution policy is set, adversaries will likely be able to define their own execution policy if they obtain administrator or system access, either through the Registry or at the command line. This change in policy on a system may be a way to detect malicious use of PowerShell. If PowerShell is not used in an environment, then simply looking for PowerShell execution may detect malicious activity.\n\nIt is also beneficial to turn on PowerShell logging to gain increased fidelity in what occurs during execution.[[Citation: Malware Archaeology PowerShell Cheat Sheet]] PowerShell 5.0 introduced enhanced logging capabilities, and some of those features have since been added to PowerShell 4.0. Earlier versions of PowerShell do not have many logging features.[[Citation: FireEye PowerShell Logging 2016]] An organization can gather PowerShell execution details in a data analytic platform to supplement it with other data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", + "uuid": "f4882e23-8aa7-4b12-b28a-b349c12ee9e0" + }, + { + "name": "Security Software Discovery", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1063" + ] + }, + "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, anti-virus, and virtualization. These checks may be built into early-stage remote access tools.\n\nExample commands that can be used to obtain security software information are netsh, reg query with Reg, dir with cmd, and Tasklist, but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "241814ae-de3f-4656-b49e-f9a80764d4b7" + }, + { + "name": "Modify Existing Service", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1031", + "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ] + }, + "description": "Windows service configuration information, including the file path to the service's executable, is stored in the Registry. Service configurations can be modified using utilities such as sc.exe and Reg.\n\nAdversaries can modify an existing service to persist malware on a system by using system utilities or by using custom tools to interact with the Windows API. Use of existing services is a type of Masquerading that may make detection analysis more challenging. Modifying existing services may interrupt their functionality or may enable services that are disabled or otherwise not commonly used.\n\nDetection: Look for changes to service Registry entries that do not correlate with known software, patch cycles, etc. Changes to the binary path and the service startup type changed from manual or disabled to automatic, if it does not typically do so, may be suspicious. Tools such as Sysinternals Autoruns may also be used to detect system service changes that could be attempts at persistence.cmd commands or scripts.\n\nLook for abnormal process call trees from known services and for execution of other commands that could relate to Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", + "uuid": "62dfd1ca-52d5-483c-a84b-d6e80bf94b7b" + }, + { + "name": "Standard Cryptographic Protocol", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Malware reverse engineering", + "Process use of network", + "Process monitoring", + "SSL/TLS inspection" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1032", + "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", + "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", + "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" + ] + }, + "description": "Adversaries use command and control over an encrypted channel using a known encryption protocol like HTTPS or SSL/TLS. The use of strong encryption makes it difficult for defenders to detect signatures within adversary command and control traffic.\n\nSome adversaries may use other encryption protocols and algorithms with symmetric keys, such as RC4, that rely on encryption keys encoded into malware configuration files and not public key cryptography. Such keys may be obtained through malware reverse engineering.\n\nDetection: SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.[[Citation: SANS Decrypting SSL]] SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.[[Citation: SEI SSL Inspection Risks]]\n\nIf malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring, SSL/TLS inspection", + "uuid": "4b74a1d4-b0e9-4ef1-93f1-14ecc6e2f5b5" + }, + { + "name": "Legitimate Credentials", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1078", + "https://technet.microsoft.com/en-us/library/dn487457.aspx", + "https://technet.microsoft.com/en-us/library/dn535501.aspx" + ] + }, + "description": "Adversaries may steal the credentials of a specific user or service account using [[Credential Access]] techniques. Compromised credentials may be used to bypass access controls placed on various resources on hosts and within the network and may even be used for persistent access to remote systems. Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence.\n\nThe overlap of credentials and permissions across a network of systems is of concern because the adversary may be able to pivot across accounts and systems to reach a high level of access (i.e., domain or enterprise administrator) to bypass access controls set within the enterprise.[[Citation: TechNet Credential Theft]]\n\nDetection: Configure robust, consistent account activity audit policies across the enterprise.[[Citation: TechNet Audit Policy]] Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Process monitoring\n\nEffective Permissions: User, Administrator", + "uuid": "b17a1a56-e99c-403c-8948-561df0cffe81" + }, + { + "name": "System Service Discovery", + "meta": { + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1007" + ] + }, + "description": "Adversaries may try to get information about registered services. Commands that may obtain information about services using operating system utilities are \"sc,\" \"tasklist /svc\" using Tasklist, and \"net start\" using Net, but adversaries may also use other tools as well.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "322bad5a-1c49-4d23-ab79-76d641794afa" + }, + { + "name": "System Owner/User Discovery", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1033" + ] + }, + "description": "Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using Credential Dumping. The information may be collected in a number of different ways using other Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "03d7999c-1f4c-42cc-8373-e7690d318104" + }, + { + "name": "Multiband Communication", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1026", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Some adversaries may split communications between different protocols. There could be one protocol for inbound command and control and another for outbound data, allowing it to bypass certain firewall restrictions. The split could also be random to simply avoid data threshold alerts on any one communication.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]] Correlating alerts between multiple communication channels can further help identify command-and-control behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "99709758-2b96-48f2-a68a-ad7fbd828091" + }, + { + "name": "Pass the Ticket", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1097", + "http://www.aorato.com/labs/pass-the-ticket/", + "https://adsecurity.org/?p=556", + "http://defcon.org/images/defcon-22/dc-22-presentations/Campbell/DEFCON-22-Christopher-Campbell-The-Secret-Life-of-Krbtgt.pdf", + "http://blog.gentilkiwi.com/securite/mimikatz/pass-the-ticket-kerberos" + ] + }, + "description": "Pass the ticket (PtT)Legitimate Credentials are captured by Credential Dumping. A user's service tickets or ticket granting ticket (TGT) may be obtained, depending on the level of access. A service ticket allows for access to a particular resource, whereas a TGT can be used to request service tickets from the Ticket Granting Service (TGS) to access any resource the user has privileges to access.[[Citation: ADSecurity AD Kerberos Attacks]][[Citation: GentilKiwi Pass the Ticket]]\n\nSilver Tickets can be obtained for services that use Kerberos as an authentication mechanism and are used to generate tickets to access that particular resource and the system that hosts the resource (e.g., SharePoint).[[Citation: ADSecurity AD Kerberos Attacks]]\n\nGolden Tickets can be obtained for the domain using the KRBTGT account NTLM hash, which enables generation of TGTs for any account in Active Directory.[[Citation: Campbell 2014]]\n\nDetection: Audit all Kerberos authentication and credential use events and review for discrepancies. Unusual remote authentication events that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "a257ed11-ff3b-4216-8c9d-3938ef57064c" + }, + { + "name": "Windows Remote Management", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Authentication logs", + "Netflow/Enclave netflow", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1028", + "http://www.slideee.com/slide/lateral-movement-with-powershell", + "http://msdn.microsoft.com/en-us/library/aa384426" + ] + }, + "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 winrm command or by any number of programs such as PowerShell.[[Citation: Jacobsen 2014]]\n\nDetection: Monitor use of WinRM within an environment by tracking service execution. If it is not normally used or is disabled, then this may be an indicator of suspicious behavior. Monitor processes created and actions taken by the WinRM process or a WinRM invoked script to correlate it with other related events.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", + "uuid": "c3bce4f4-9795-46c6-976e-8676300bbc39" + }, + { + "name": "Audio Capture", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process monitoring", + "File monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1123" + ] + }, + "description": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the microphone, recording devices, or recording software, and a process periodically writing files to disk that contain audio data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, Process monitoring, File monitoring", + "uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967" + }, + { + "name": "Custom Cryptographic Protocol", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1024", + "https://www.f-secure.com/documents/996508/1030745/cosmicduke%20whitepaper.pdf", + "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Adversaries may use a custom cryptographic protocol or algorithm to hide command and control traffic. A simple scheme, such as XOR-ing the plaintext with a fixed key, will produce a very weak ciphertext.\n\nCustom encryption schemes may vary in sophistication. Analysis and reverse engineering of malware samples may be enough to discover the algorithm and encryption key used.\n\nSome adversaries may also attempt to implement their own version of a well-known cryptographic algorithm instead of using a known implementation library, which may lead to unintentional errors.[[Citation: F-Secure Cosmicduke]]\n\nDetection: If malware uses custom encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect when communications do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "3b3cbbe0-6ed3-4334-b543-3ddfd8c5642d" + }, + { + "name": "Graphical User Interface", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1061" + ] + }, + "description": "Cause a binary or script to execute based on interacting with the file through a graphical user interface (GUI) or in an interactive remote session such as Remote Desktop Protocol.\n\nDetection: Detection of execution through the GUI will likely lead to significant false positives. Other factors should be considered to detect misuse of services that can lead to adversaries gaining access to systems through interactive remote sessions. \n\nUnknown or unusual process launches outside of normal behavior on a particular system occurring through remote interactive sessions are suspicious. Collect and audit security logs that may indicate access to and use of [[Legitimate Credentials]] to access remote systems within the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "a6525aec-acc4-47fe-92f9-b9b4de4b9228" + }, + { + "name": "Fallback Channels", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Malware reverse engineering", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1008", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring", + "uuid": "f24faf46-3b26-4dbb-98f2-63460498e433" + }, + { + "name": "Exploitation of Vulnerability", + "meta": { + "x_mitre_data_sources": [ + "Windows Error Reporting", + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1068", + "https://adsecurity.org/?p=1515", + "https://technet.microsoft.com/en-us/library/security/ms14-068.aspx" + ] + }, + "description": "Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Exploiting software vulnerabilities may allow adversaries to run a command or binary on a remote system for lateral movement, escalate a current process to a higher privilege level, or bypass security mechanisms. Exploits may also allow an adversary access to privileged accounts and credentials. One example of this is MS14-068, which can be used to forge Kerberos tickets using domain user permissions.[[Citation: Technet MS14-068]][[Citation: ADSecurity Detecting Forged Tickets]]\n\nDetection: Software exploits may not always succeed or may cause the exploited process to become unstable or crash. Software and operating system crash reports may contain useful contextual information about attempted exploits that correlate with other malicious activity. Exploited processes may exhibit behavior that is unusual for the specific process, such as spawning additional processes or reading and writing to files.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Error Reporting, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", + "uuid": "b21c3b2d-02e6-45b1-980b-e69051040839" + }, + { + "name": "Binary Padding", + "meta": { + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1009" + ] + }, + "description": "Some security tools inspect files with static signatures to determine if they are known malicious. Adversaries may add data to files to increase the size beyond what security tools are capable of handling or to change the file hash to avoid hash-based blacklists.\n\nDetection: Depending on the method used to pad files, a file-based signature may be capable of detecting padding using a scanning or on-access based tool. \n\nWhen executed, the resulting process from padded files may also exhibit other behavior characteristics of being used to conduct an intrusion such as system and network information [[Discovery]] or [[Lateral Movement]], which could be used as event indicators that point to the source file.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", + "uuid": "519630c5-f03f-4882-825c-3af924935817" + }, + { + "name": "Redundant Access", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "Process use of network", + "Packet capture", + "Network protocol analysis", + "File monitoring", + "Binary file metadata", + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1108", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "description": "Adversaries may use more than one remote access tool with varying command and control protocols as a hedge against detection. If one type of tool is detected and blocked or removed as a response but the organization did not gain a full understanding of the adversary's tools and access, then the adversary will be able to retain access to the network. Adversaries may also attempt to gain access to Legitimate Credentials to use External Remote Services such as external VPNs as a way to maintain access despite interruptions to remote access tools deployed within a target network.Web Shell is one such way to maintain access to a network through an externally accessible Web server.\n\nDetection: Existing methods of detecting remote access tools are helpful. Backup remote access tools or other access points may not have established command and control channels open during an intrusion, so the volume of data transferred may not be as high as the primary channel unless access is lost.\n\nDetection of tools based on beacon traffic, Legitimate Credentials and External Remote Services to collect account use information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process use of network, Packet capture, Network protocol analysis, File monitoring, Binary file metadata, Authentication logs", + "uuid": "6aabc5ec-eae6-422c-8311-38d45ee9838a" + }, + { + "name": "Data Encrypted", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1022", + "http://www.netsec.colostate.edu/~zhang/DetectingEncryptedBotnetTraffic.pdf", + "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" + ] + }, + "description": "Data is encrypted before being exfiltrated in order to hide the information that is being exfiltrated from detection or to make the exfiltration less conspicuous upon inspection by a defender. The encryption is performed by a utility, programming library, or custom algorithm on the data itself and is considered separate from any encryption performed by the command and control or file transfer protocol. Common file archive formats that can encrypt files are RAR and zip.\n\nOther exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol\n\nDetection: Encryption software and encrypted files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known encryption utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used. Often the encryption key is stated within command-line invocation of the software. \n\nA process that loads the Windows DLL crypt32.dll may be used to perform encryption, decryption, or verification of file signatures. \n\nNetwork traffic may also be analyzed for entropy to determine if encrypted data is being transmitted.[[Citation: Zhang 2013]] If the communications channel is unencrypted, encrypted files of known file types can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "d54416bd-0803-41ca-870a-ce1af7c05638" + }, + { + "name": "DLL Search Order Hijacking", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "DLL monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1038", + "http://blogs.technet.com/b/msrc/archive/2010/08/21/microsoft-security-advisory-2269637-released.aspx", + "https://www.owasp.org/index.php/Binary%20planting", + "https://www.mandiant.com/blog/dll-search-order-hijacking-revisited/", + "http://blogs.technet.com/b/srd/archive/2010/08/23/more-information-about-dll-preloading-remote-attack-vector.aspx", + "https://msdn.microsoft.com/en-US/library/aa375365", + "http://msdn.microsoft.com/en-US/library/ms682600", + "http://msdn.microsoft.com/en-US/library/ms682586" + ] + }, + "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 persistence. \n\nAdversaries may perform DLL preloading, also called binary planting attacks,[[Citation: OWASP Binary Planting]] by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program. Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL.[[Citation: Microsoft 2269637]] Adversaries may use this behavior to cause the program to load a malicious DLL. \n\nAdversaries may also directly modify the way a program loads DLLs by replacing an existing DLL or modifying a .manifest or .local redirection file, directory, or junction to cause the program to load a different DLL to maintain persistence or privilege escalation.[[Citation: Microsoft DLL Redirection]][[Citation: Microsoft Manifests]][[Citation: Mandiant Search Order]]\n\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program.\n\nPrograms that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\n\nDetection: Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of .manifest and .local redirection files that do not correlate with software updates are suspicious. Disallow loading of remote DLLs.[[Citation: Microsoft DLL Preloading]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, DLL monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "46944654-fcc1-4f63-9dad-628102376586" + }, + { + "name": "Data from Network Shared Drive", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1039" + ] + }, + "description": "Sensitive data can be collected from remote systems via shared network drives (host shared directory, network file server, etc.) that are accessible from the current system prior to cmd may be used to gather information.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a network share. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c" + }, + { + "name": "AppInit DLLs", + "meta": { + "x_mitre_data_sources": [ + "Loaded DLLs", + "Process monitoring", + "Windows Registry" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1103", + "https://support.microsoft.com/en-us/kb/197571", + "https://msdn.microsoft.com/en-us/library/dn280412", + "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ] + }, + "description": "DLLs that are specified in the AppInit_DLLs value in the Registry key HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program. This value can be abused to obtain persistence by causing a DLL to be loaded into most processes on the computer.[[Citation: AppInit Registry]]\n\nThe AppInit DLL functionality is disabled in Windows 8 and later versions when secure boot is enabled.[[Citation: AppInit Secure Boot]]\n\nDetection: Monitor DLL loads by processes that load user32.dll and look for DLLs that are not recognized or not normally loaded into a process. Monitor the AppInit_DLLs Registry value for modifications that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current AppInit DLLs.[[Citation: TechNet Autoruns]] \n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as making network connections for [[Command and Control]], learning details about the environment through [[Discovery]], and conducting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Windows Registry\n\nEffective Permissions: Administrator, SYSTEM", + "uuid": "317fefa6-46c7-4062-adb6-2008cf6bcb41" + }, + { + "name": "Standard Non-Application Layer Protocol", + "meta": { + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1095", + "http://support.microsoft.com/KB/170292", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Use of a standard non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive.[[Citation: Wikipedia OSI]] Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), and transport layer protocols, such as the User Datagram Protocol (UDP).\n\nICMP communication between hosts is one example. Because ICMP is part of the Internet Protocol Suite, it is required to be implemented by all IP-compatible hosts;[[Citation: Microsoft ICMP]] however, it is not as commonly monitored as other Internet Protocols such as TCP or UDP and may be used by adversaries to hide communications.\n\nDetection: Analyze network traffic for ICMP messages or other protocols that contain abnormal data or are not normally seen within or exiting the network.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux", + "uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b" + }, + { + "name": "Netsh Helper DLL", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "DLL monitoring", + "Windows Registry" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1128", + "https://htmlpreview.github.io/?https://github.com/MatthewDemaske/blogbackup/blob/master/netshell.html", + "https://github.com/outflankbv/NetshHelperBeacon", + "https://technet.microsoft.com/library/bb490939.aspx" + ] + }, + "description": "Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility.[[Citation: TechNet Netsh]] The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.\n\nAdversaries can use netsh.exe with helper DLLs to proxy execution of arbitrary code in a persistent manner when netsh.exe is executed automatically with another [[Persistence]] technique or if other persistent software is present on the system that executes netsh.exe as part of its normal functionality. Examples include some VPN software that invoke netsh.exe.[[Citation: Demaske Netsh Persistence]]\n\nProof of concept code exists to load Cobalt Strike's payload using netsh.exe helper DLLs.[[Citation: Github Netsh Helper CS Beacon]]\n\nDetection: It is likely unusual for netsh.exe to have any child processes in most environments. Monitor process executions and investigate any child processes spawned by netsh.exe for malicious behavior. Monitor the HKLM\\SOFTWARE\\Microsoft\\Netsh registry key for any new or suspicious entries that do not correlate with known system files or benign software.[[Citation: Demaske Netsh Persistence]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, DLL monitoring, Windows Registry\n\nContributors: Matthew Demaske, Adaptforward", + "uuid": "bb0e0cb5-f3e4-4118-a4cb-6bf13bfbc9f2" + }, + { + "name": "Credential Manipulation", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs", + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1098" + ] + }, + "description": "Account creation and manipulation may aid adversaries in maintaining access to credentials and certain permission levels within an environment. Manipulation could consist of creating new credentials, modifying permissions, adding or changing permission groups, modifying account settings, or modifying how authentication is performed. In order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain.\n\nDetection: Monitor for creation or modification of accounts in correlation with other suspicious activity. Changes may occur at unusual times or from unusual systems.\n\nUse of credentials may also occur at unusual times or to unusual systems or services and may correlate with other suspicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, API monitoring", + "uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27" + }, + { + "name": "Remote System Discovery", + "meta": { + "x_mitre_data_sources": [ + "Network protocol analysis", + "Process command-line parameters", + "Process monitoring", + "Process use of network" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1018" + ] + }, + "description": "Adversaries will likely attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process command-line parameters, Process monitoring, Process use of network", + "uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735" + }, + { + "name": "Permission Groups Discovery", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1069" + ] + }, + "description": "Adversaries may attempt to find local system or domain-level groups and permissions settings. Examples of commands that can list groups are net group /domain and net localgroup using the Net utility.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", + "uuid": "15dbf668-795c-41e6-8219-f0447c0e64ce" + }, + { + "name": "File Deletion", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1107", + "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" + ] + }, + "description": "Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces behind as to what was done within a network and how. Adversaries may remove these files over the course of an intrusion to keep their footprint low or remove them at the end as part of the post-intrusion cleanup process.\n\nThere are tools available from the host operating system to perform cleanup, but adversaries may use other tools as well. Examples include native cmd functions such as DEL, secure deletion tools such as Windows Sysinternals SDelete, or other third-party file deletion tools.[[Citation: Trend Micro APT Attack Tools]]\n\nDetection: It may be uncommon for events related to benign command-line functions such as DEL or third-party utilities or tools to be found in an environment, depending on the user base and how systems are typically used. Monitoring for command-line deletion functions to correlate with binaries or other files that an adversary may drop and remove may lead to detection of malicious activity. Another good practice is monitoring for known deletion and secure deletion tools that are not already on systems within an enterprise network that an adversary could introduce. Some monitoring tools may collect command-line arguments, but may not capture DEL commands since DEL is a native function within cmd.exe.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters\n\nContributors: Walker Johnson", + "uuid": "56fca983-1cf1-4fd1-bda0-5e170a37ab59" + }, + { + "name": "Path Interception", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1034", + "http://msdn.microsoft.com/en-us/library/ms682425", + "http://technet.microsoft.com/en-us/library/cc723564.aspx#XSLTsection127121120120", + "https://isc.sans.edu/diary/Help+eliminate+unquoted+path+vulnerabilities/14464", + "https://msdn.microsoft.com/en-us/library/fd7hxfdd.aspx", + "http://msdn.microsoft.com/en-us/library/ms687393", + "http://support.microsoft.com/KB/103000", + "https://blogs.technet.microsoft.com/srd/2014/04/08/ms14-019-fixing-a-binary-hijacking-via-cmd-or-bat-file/" + ] + }, + "description": "Path interception occurs when an executable is placed in a specific path so that it is executed by an application instead of the intended target. One example of this was the use of a copy of cmd in the current working directory of a vulnerable application that loads a CMD or BAT file with the CreateProcess function.DLL Search Order Hijacking.\n\nDetection: Monitor file creation for files named after partial directories and in locations that may be searched for common processes through the environment variable, or otherwise should not be user writable. Monitor the executing process for process executable paths that are named for partial directories. Monitor file creation for programs that are named after Windows system programs or programs commonly executed without a path (such as \"findstr,\" \"net,\" and \"python\"). If this activity occurs outside of known administration activity, upgrades, installations, or patches, then it may be suspicious. \n\nData and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "c4ad009b-6e13-4419-8d21-918a1652de02" + }, + { + "name": "Bootkit", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "MBR", + "VBR" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1067", + "http://www.symantec.com/connect/blogs/are-mbr-infections-back-fashion", + "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" + ] + }, + "description": "A bootkit is a malware variant that modifies the boot sectors of a hard drive, including the Master Boot Record (MBR) and Volume Boot Record (VBR).[[Citation: MTrends 2016]]\n\nAdversaries may use bootkits to persist on systems at a layer below the operating system, which may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.\n\n===Master Boot Record===\nThe MBR is the section of disk that is first loaded after completing hardware initialization by the BIOS. It is the location of the boot loader. An adversary who has raw access to the boot drive may overwrite this area, diverting execution during startup from the normal boot loader to adversary code.[[Citation: Lau 2011]]\n\n===Volume Boot Record===\nThe MBR passes control of the boot process to the VBR. Similar to the case of MBR, an adversary who has raw access to the boot drive may overwrite the VBR to divert execution during startup to adversary code.\n\nDetection: Perform integrity checking on MBR and VBR. Take snapshots of MBR and VBR and compare against known good samples. Report changes to MBR and VBR as they occur for indicators of suspicious activity and further analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, MBR, VBR", + "uuid": "02fefddc-fb1b-423f-a76b-7552dd211d4d" + }, + { + "name": "Indicator Removal on Host", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1070" + ] + }, + "description": "Adversaries may delete or alter generated event files on a host system, including potentially captured files such as quarantined malware. This may compromise the integrity of the security solution, causing events to go unreported, or make forensic analysis and incident response more difficult due to lack of sufficient data to determine what occurred.\n\nDetection: File system monitoring may be used to detect improper deletion or modification of indicator files. Events not stored on the file system will require different detection mechanisms.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "799ace7f-e227-4411-baa0-8868704f2a69" + }, + { + "name": "Exfiltration Over Other Network Medium", + "meta": { + "x_mitre_data_sources": [ + "User interface", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1011" + ] + }, + "description": "Exfiltration could occur over a different network medium than the command and control channel. If the command and control network is a wired Internet connection, the exfiltration may occur, for example, over a WiFi connection, modem, cellular data connection, Bluetooth, or another radio frequency (RF) channel. Adversaries could choose to do this if they have sufficient access or proximity, and the connection might not be secured or defended as well as the primary Internet-connected channel because it is not routed through the same enterprise network.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before. Processes that normally require user-driven events to access the network (for example, a mouse click or key press) but access the network without such may be malicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring\n\nContributors: Itzik Kotler, SafeBreach", + "uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87" + }, + { + "name": "Data from Local System", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1005" + ] + }, + "description": "Sensitive data can be collected from local system sources, such as the file system or databases of information residing on the system prior to Command-Line Interface, such as cmd, which has functionality to interact with the file system to gather information. Some adversaries may also use Automated Collection on the local system.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5" + }, + { + "name": "Web Shell", + "meta": { + "x_mitre_data_sources": [ + "Anti-virus", + "File monitoring", + "Process monitoring", + "Authentication logs", + "Netflow/Enclave netflow" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1100", + "https://www.us-cert.gov/ncas/alerts/TA15-314A", + "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" + ] + }, + "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 addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (see, for example, China Chopper Web shell client).Redundant Access or as a persistence mechanism in case an adversary's primary access methods are detected and removed.\n\nDetection: Web shells can be difficult to detect. Unlike other forms of persistent remote access, they do not initiate connections. The portion of the Web shell that is on the server may be small and innocuous looking. The PHP version of the China Chopper Web shell, for example, is the following short payload:cmd or accessing files that are not in the Web directory. File monitoring may be used to detect changes to files in the Web directory of a Web server that do not match with updates to the Web server's content and may indicate implantation of a Web shell script. Log authentication attempts to the server and any unusual traffic patterns to or from the server and internal network.[[Citation: US-CERT Alert TA15-314A Web Shells]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Anti-virus, File monitoring, Process monitoring, Authentication logs, Netflow/Enclave netflow\n\nEffective Permissions: User, SYSTEM", + "uuid": "c16e5409-ee53-4d79-afdc-4099dc9292df" + }, + { + "name": "Service Registry Permissions Weakness", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "Services", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1058", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://msdn.microsoft.com/library/windows/desktop/ms724878.aspx" + ] + }, + "description": "Windows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, PowerShell, or Reg. Access to Registry keys is controlled through Access Control Lists and permissions.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Services, Process command-line parameters\n\nEffective Permissions: SYSTEM", + "uuid": "39a130e1-6ab7-434a-8bd2-418e7d9d6427" + }, + { + "name": "Windows Admin Shares", + "meta": { + "x_mitre_data_sources": [ + "Process use of network", + "Authentication logs", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1077", + "https://en.wikipedia.org/wiki/Server%20Message%20Block", + "https://technet.microsoft.com/bb490717.aspx", + "http://support.microsoft.com/kb/314984", + "http://blogs.technet.com/b/jepayne/archive/2015/11/24/monitoring-what-matters-windows-event-forwarding-for-everyone-even-if-you-already-have-a-siem.aspx", + "http://blogs.technet.com/b/jepayne/archive/2015/11/27/tracking-lateral-movement-part-one-special-groups-and-specific-service-accounts.aspx", + "https://technet.microsoft.com/en-us/library/cc787851.aspx" + ] + }, + "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 C$, ADMIN$, and IPC$. \n\nAdversaries may use this technique in conjunction with administrator-level Legitimate Credentials to remotely access a networked system over server message block (SMB)Scheduled Task, Service Execution, and Windows Management Instrumentation. Adversaries can also use NTLM hashes to access administrator shares on systems with Pass the Hash and certain configuration and patch levels.Net utility can be used to connect to Windows admin shares on remote systems using net use commands with valid credentials.Net, on the command-line interface and [[Discovery]] techniques that could be used to find remotely accessible systems.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Authentication logs, Process command-line parameters, Process monitoring", + "uuid": "ffe742ed-9100-4686-9e00-c331da544787" + }, + { + "name": "Winlogon Helper DLL", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows XP", + "Windows Server 2003 R2" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1004", + "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ] + }, + "description": "Winlogon is a part of some Windows versions that performs actions at logon. In Windows systems prior to Windows Vista, a Registry key can be modified that causes Winlogon to load a DLL on startup. Adversaries may take advantage of this feature to load adversarial code at startup for persistence.\n\nDetection: Monitor for changes to registry entries in HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\Notify that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current Winlogon helper values.[[Citation: TechNet Autoruns]] New DLLs written to System32 that do not correlate with known good software or patching may also be suspicious.\n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows XP, Windows Server 2003 R2\n\nData Sources: Windows Registry, File monitoring, Process monitoring", + "uuid": "514ede4c-78b3-4d78-a38b-daddf6217a79" + }, + { + "name": "Remote Services", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1021" + ] + }, + "description": "An adversary may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.\n\nDetection: Correlate use of login activity related to remote services with unusual behavior or other malicious or suspicious activity. Adversaries will likely need to learn about an environment and the relationships between systems through [[Discovery]] techniques prior to attempting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "54a649ff-439a-41a4-9856-8d144a2551ba" + }, + { + "name": "Accessibility Features", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1015", + "https://www.fireeye.com/blog/threat-research/2012/08/hikit-rootkit-advanced-persistent-attack-techniques-part-1.html", + "http://blog.crowdstrike.com/registry-analysis-with-crowdresponse/" + ] + }, + "description": "Windows contains accessibility features that may be launched with a key combination before a user has logged in (for example, when the user is on the Windows logon screen). An adversary can modify the way these programs are launched to get a command prompt or backdoor without logging in to the system.\n\nTwo of these accessibility programs are C:\\Windows\\System32\\utilman.exe, launched when the Windows + U key combination is pressed, and C:\\Windows\\System32\\sethc.exe, launched when the shift key is pressed five times. The program \"sethc.exe\" is often referred to as sticky keys, and has been used by adversaries for unauthenticated access through a remote desktop login screen.Remote Desktop Protocol will cause the replaced file to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nOn Windows Vista and later as well as Windows Server 2008 and later, a Registry key may be modified that configures \"cmd.exe,\" or another program that provides backdoor access, as a \"debugger\" for the accessibility program (e.g., \"utilman.exe\"). After the Registry is modified, pressing the appropriate key combination at the login screen while at the keyboard or when connected with RDP will cause the \"debugger\" program to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nDetection: Changes to accessibility utility binaries or binary paths that do not correlate with known software, patch cycles, etc., are suspicious. Command line invocation of tools capable of modifying the Registry for associated keys are also suspicious. Utility arguments and the binaries themselves should be monitored for changes. Monitor Registry keys within HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: SYSTEM", + "uuid": "9b99b83a-1aac-4e29-b975-b374950551a3" + }, + { + "name": "Taint Shared Content", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1080" + ] + }, + "description": "Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts, or exploit code to otherwise valid files. Once a user opens the shared tainted content, the malicious portion can be executed to run the adversary's code on a remote system. Adversaries may use tainted shared content to move laterally.\n\nDetection: Processes that write or overwrite many files to a network shared directory may be suspicious. Monitor processes that are executed from removable media for malicious or abnormal activity such as network connections due to [[Command and Control]] and possible network [[Discovery]] techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", + "uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c" + }, + { + "name": "External Remote Services", + "meta": { + "x_mitre_data_sources": [ + "Authentication logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1133", + "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" + ] + }, + "description": "Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services.\n\nAdversaries may use remote services to access and persist within a network.Legitimate Credentials to use the service is often a requirement, which could be obtained through credential pharming or by obtaining the credentials from users after compromising the enterprise network. Access to remote services may be used as part of Redundant Access during an operation.\n\nDetection: Follow best practices for detecting adversary use of Legitimate Credentials for authenticating to remote services. Collect authentication logs and analyze for unusual access patterns, windows of activity, and access outside of normal business hours.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs\n\nContributors: Daniel Oakley", + "uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d" + }, + { + "name": "Application Deployment Software", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1017" + ] + }, + "description": "Adversaries may deploy malicious software to systems within a network using application deployment systems employed by enterprise administrators. The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nAccess to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nDetection: Monitor application deployments from a secondary system. Perform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process use of network, Process monitoring", + "uuid": "327f3cc5-eea1-42d4-a6cd-ed34b7ce8f61" + }, + { + "name": "Automated Collection", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Data loss prevention" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1119" + ] + }, + "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 Scripting to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. This functionality could also be built into remote access tools. \n\nThis technique may incorporate use of other techniques such as File and Directory Discovery and Remote File Copy to identify and move files.\n\nDetection: Depending on the method used, actions could include common file system commands and parameters on the command-line interface within batch files or scripts. A sequence of actions like this may be unusual, depending on the system and network environment. Automated collection may occur along with other techniques such as Data Staged. As such, file access monitoring that shows an unusual process performing sequential file opens and potentially copy actions to another location on the file system for many files at once may indicate automated collection behavior. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Data loss prevention", + "uuid": "30208d3e-0d6b-43c8-883e-44462a514619" + }, + { + "name": "Security Support Provider", + "meta": { + "x_mitre_data_sources": [ + "DLL monitoring", + "Windows Registry", + "Loaded DLLs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1101", + "https://technet.microsoft.com/en-us/library/dn408187.aspx", + "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" + ] + }, + "description": "Windows Security Support Provider (SSP) DLLs are loaded into the Local Security Authority (LSA) process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages and HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.\n[[Citation: Graeber 2014]]\n\nDetection: Monitor the Registry for changes to the SSP Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned SSP DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", + "uuid": "6c174520-beea-43d9-aac6-28fb77f3e446" + }, + { + "name": "Rundll32", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1085" + ] + }, + "description": "The rundll32.exe program can be called to execute an arbitrary binary. Adversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of the rundll32.exe process because of whitelists or false positives from Windows using rundll32.exe for normal operations.\n\nDetection: Use process monitoring to monitor the execution and arguments of rundll32.exe. Compare recent invocations of rundll32.exe with prior history of known good arguments and loaded DLLs to determine anomalous and potentially adversarial activity. Command arguments used with the rundll32.exe invocation may also be useful in determining the origin and purpose of the DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "62b8c999-dcc0-4755-bd69-09442d9359f5" + }, + { + "name": "Network Sniffing", + "meta": { + "x_mitre_data_sources": [ + "Network device logs", + "Host network interface", + "Netflow/Enclave netflow" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1040" + ] + }, + "description": "Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection.\n\nUser credentials may be sent over an insecure, unencrypted protocol that can be captured and obtained through network packet analysis. An adversary may place a network interface into promiscuous mode, using a utility to capture traffic in transit over the network or use span ports to capture a larger amount of data. In addition, Address Resolution Protocol (ARP) and Domain Name Service (DNS) poisoning can be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\n\nDetection: Detecting the events leading up to sniffing network traffic may be the best method of detection. From the host level, an adversary would likely need to perform a man-in-the-middle attack against other devices on a wired network in order to capture traffic that was not to or from the current compromised system. This change in the flow of information is detectable at the enclave network level. Monitor for ARP spoofing and gratuitous ARP broadcasts. Detecting compromised network devices is a bit more challenging. Auditing administrator logins, configuration changes, and device images is required to detect malicious changes.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network device logs, Host network interface, Netflow/Enclave netflow", + "uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529" + }, + { + "name": "Local Port Monitor", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "API monitoring", + "DLL monitoring", + "Windows Registry", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1013", + "https://www.defcon.org/images/defcon-22/dc-22-presentations/Bloxham/DEFCON-22-Brady-Bloxham-Windows-API-Abuse-UPDATED.pdf", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "http://msdn.microsoft.com/en-us/library/dd183341" + ] + }, + "description": "A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.[[Citation: AddMonitor]] This DLL can be located in C:\\Windows\\System32 and will be loaded by the print spooler service, spoolsv.exe, on boot.[[Citation: Bloxham]] Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.[[Citation: Bloxham]] The spoolsv.exe process also runs under SYSTEM level permissions.\n\nAdversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\n\nDetection: * Monitor process API calls to AddMonitor.\n* Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal.\n* New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious.\n* Monitor registry writes to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.\n* Run the Autoruns utility, which checks for this Registry key as a persistence mechanism[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, API monitoring, DLL monitoring, Windows Registry, Process monitoring\n\nEffective Permissions: SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "1f47e2fd-fa77-4f2f-88ee-e85df308f125" + }, + { + "name": "Software Packing", + "meta": { + "x_mitre_data_sources": [ + "Binary file metadata" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1045", + "http://en.wikipedia.org/wiki/Executable%20compression" + ] + }, + "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.\n\nUtilities used to perform software packing are called packers. Example packers are MPRESS and UPX. A more comprehensive list of known packers is available,[[Citation: Wikipedia Exe Compression]] but adversaries may create their own packing techniques that do not leave the same artifacts as well-known packers to evade defenses.\n\nDetection: Use file scanning to look for known software packers or artifacts of packing techniques. Packing is not a definitive indicator of malicious activity, because legitimate software may use packing techniques to reduce binary size or to protect proprietary code.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", + "uuid": "6ff403bc-93e3-48be-8687-e102fdba8c88" + }, + { + "name": "Application Window Discovery", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1010" + ] + }, + "description": "Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used or give context to information collected by a keylogger.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", + "uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830" + }, + { + "name": "Hypervisor", + "meta": { + "x_mitre_data_sources": [ + "System calls" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1062", + "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.90.8832&rep=rep1&type=pdf", + "http://en.wikipedia.org/wiki/Xen", + "https://en.wikipedia.org/wiki/Hypervisor", + "http://virtualization.info/en/news/2006/08/debunking-blue-pill-myth.html" + ] + }, + "description": "A type-1 hypervisor is a software layer that sits between the guest operating systems and system's hardware.Rootkit functionality to hide its existence from the guest operating system.[[Citation: Myers 2007]] A malicious hypervisor of this nature could be used to persist on systems through interruption.\n\nDetection: Type-1 hypervisors may be detected by performing timing analysis. Hypervisors emulate certain CPU instructions that would normally be executed by the hardware. If an instruction takes orders of magnitude longer to execute than normal on a system that should not contain a hypervisor, one may be present.[[Citation: virtualization.info 2006]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: System calls", + "uuid": "4be89c7c-ace6-4876-9377-c8d54cef3d63" + }, + { + "name": "Credential Dumping", + "meta": { + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring", + "PowerShell logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1003", + "https://github.com/gentilkiwi/mimikatz/wiki/module-~-sekurlsa", + "https://github.com/mattifestation/PowerSploit" + ] + }, + "description": "Credential dumping is the process of obtaining account login and password information from the operating system and software. Credentials can be used to perform Windows Credential Editor, Mimikatz, and gsecdump. These tools are in use by both professional security testers and adversaries.\n\nPlaintext passwords can be obtained using tools such as Mimikatz to extract passwords stored by the Local Security Authority (LSA). If smart cards are used to authenticate to a domain using a personal identification number (PIN), then that PIN is also cached as a result and may be dumped.Mimikatz access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective DLL Injection to reduce potential indicators of malicious activity.\n\nNTLM hash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised Legitimate Credentials in-use by adversaries may help as well. \n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,[[Citation: Powersploit]] which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring, PowerShell logs", + "uuid": "0a3ead4e-6d47-4ccb-854c-a6a4f9d96b22" + }, + { + "name": "Web Service", + "meta": { + "x_mitre_data_sources": [ + "Host network interface", + "Netflow/Enclave netflow", + "Network protocol analysis", + "Packet capture" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1102", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Adversaries may use an existing, legitimate external Web service as a means for relaying commands to a compromised system.\n\nPopular websites and social media can act as a mechanism for command and control and give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure or the presence of strong encryption. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Host network interface, Netflow/Enclave netflow, Network protocol analysis, Packet capture", + "uuid": "830c9528-df21-472c-8c14-a036bf17d665" + }, + { + "name": "Query Registry", + "meta": { + "x_mitre_data_sources": [ + "Windows Registry", + "Process monitoring", + "Process command-line parameters" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1012", + "https://en.wikipedia.org/wiki/Windows%20Registry" + ] + }, + "description": "Adversaries may interact with the Windows Registry to gather information about the system, configuration, and installed software.\n\nThe Registry contains a significant amount of information about the operating system, configuration, software, and security.Reg or through running malware that may interact with the Registry through an API. Command-line invocation of utilities used to query the Registry may be detected through process and command-line monitoring. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters", + "uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896" + }, + { + "name": "Third-party Software", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Third-party application logs", + "Binary file metadata", + "Windows Registry", + "Process monitoring", + "Process use of network" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1072" + ] + }, + "description": "Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, VNC, HBSS, Altiris, etc.). If an adversary gains access to these systems, then they may be able to execute code.\n\nAdversaries may gain access to and use third-party application deployment systems installed within an enterprise network. Access to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nDetection: Detection methods will vary depending on the type of third-party software or system and how it is typically used. \n\nThe same investigation process can be applied here as with other potentially malicious activities where the distribution vector is initially unknown but the resulting activity follows a discernible pattern. Analyze the process execution trees, historical activities from the third-party application (such as what types of files are usually pushed), and the resulting activities or events from the file/binary/script pushed to systems. \n\nOften these third-party applications will have logs of their own that can be collected and correlated with other data from the environment. Audit software deployment logs and look for suspicious or unauthorized activity. A system not typically used to push software to clients that suddenly is used for such a task outside of a known admin function may be suspicious.\n\nPerform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Third-party application logs, Binary file metadata, Windows Registry, Process monitoring, Process use of network", + "uuid": "92a78814-b191-47ca-909c-1ccfe3777414" + }, + { + "name": "Remote File Copy", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Packet capture", + "Process use of network", + "Netflow/Enclave netflow", + "Network protocol analysis", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1105", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "description": "Files may be copied from one system to another to stage adversary tools or other files over the course of an operation. Files may be copied from an external adversary-controlled system through the FTP. \n\nAdversaries may also copy files laterally between internal victim systems to support Windows Admin Shares or Remote Desktop Protocol.\n\nDetection: Monitor for file creation and files transferred within a network over SMB. Unusual processes with external network connections creating files on-system may be suspicious. Use of utilities, such as FTP, that does not normally occur may also be suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Packet capture, Process use of network, Netflow/Enclave netflow, Network protocol analysis, Process monitoring", + "uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add" + }, + { + "name": "File System Logical Offsets", + "meta": { + "x_mitre_data_sources": [ + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1006", + "https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-NinjaCopy.ps1", + "http://www.codeproject.com/Articles/32169/FDump-Dumping-File-Sectors-Directly-from-Disk-usin" + ] + }, + "description": "Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique bypasses Windows file access controls as well as file system monitoring tools.PowerShell, additional logging of PowerShell scripts is recommended.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", + "uuid": "0c8ab3eb-df48-4b9c-ace7-beacaac81cc5" + }, + { + "name": "Shared Webroot", + "meta": { + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1051" + ] + }, + "description": "Adversaries may add malicious content to an internally accessible website through an open network file share that contains the website's webroot or Web content directory and then browse to that content with a Web browser to cause the server to execute the malicious content. The malicious content will typically run under the context and permissions of the Web server process, often resulting in local system or administrative privileges, depending on how the Web server is configured.\n\nThis mechanism of shared access and remote execution could be used for lateral movement to the system running the Web server. For example, a Web server running PHP with an open network share could allow an adversary to upload a remote access tool and PHP script to execute the RAT on the system running the Web server when a specific page is visited.\n\nDetection: Use file and process monitoring to detect when files are written to a Web server by a process that is not the normal Web server process or when files are written outside of normal administrative time periods. Use process monitoring to identify normal processes that run on the Web server and detect processes that are not typically executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", + "uuid": "804c042c-cfe6-449e-bc1a-ba0a998a70db" + }, + { + "name": "Indicator Blocking", + "meta": { + "x_mitre_data_sources": [ + "Sensor health and status", + "Process command-line parameters", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1054" + ] + }, + "description": "An adversary may attempt to block indicators or events from leaving the host machine. In the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process or creating a host-based firewall rule to block traffic to a specific server.\n\nDetection: Detect lack of reported activity from a host sensor. Different methods of blocking may cause different disruptions in reporting. Systems may suddenly stop reporting all data or only certain kinds of data.\n\nDepending on the types of host information collected, an analyst may be able to detect the event that triggered a process to stop or connection to be blocked.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Sensor health and status, Process command-line parameters, Process monitoring", + "uuid": "6a5848a8-6201-4a2c-8a6a-ca5af8c6f3df" + }, + { + "name": "Exfiltration Over Physical Medium", + "meta": { + "x_mitre_data_sources": [ + "Data loss prevention", + "File monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1052" + ] + }, + "description": "In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media could be an external hard drive, USB drive, cellular phone, MP3 player, or other removable storage and processing device. The physical medium or device could be used as the final exfiltration point or to hop between otherwise disconnected systems.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media are mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Data loss prevention, File monitoring", + "uuid": "e6415f09-df0e-48de-9aba-928c902b7549" + }, + { + "name": "System Time Discovery", + "meta": { + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters", + "API monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1124", + "https://technet.microsoft.com/windows-server-docs/identity/ad-ds/get-started/windows-time-service/windows-time-service-tools-and-settings", + "https://www.rsaconference.com/writable/presentations/file%20upload/ht-209%20rivner%20schwartz.pdf", + "https://msdn.microsoft.com/ms724961.aspx" + ] + }, + "description": "The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network.Net on Windows by performing net time \\\\hostname to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using w32tm /tz.Scheduled Task[[Citation: RSA EU12 They're Inside]], or to discover locality information based on time zone to assist in victim targeting.\n\nDetection: Command-line interface monitoring may be useful to detect instances of net.exe or other command-line utilities being used to gather system time or time zone. Methods of detecting API use for gathering this information are likely less useful due to how often they may be used by legitimate software.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, API monitoring", + "uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077" + }, + { + "name": "Execution through Module Load", + "meta": { + "x_mitre_data_sources": [ + "Process Monitoring", + "API monitoring", + "File monitoring", + "DLL monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1129", + "https://en.wikipedia.org/wiki/Microsoft%20Windows%20library%20files" + ] + }, + "description": "The Windows module loader can be instructed to load DLLs from arbitrary local paths and arbitrary Universal Naming Convention (UNC) network paths. This functionality resides in NTDLL.dll and is part of the Windows Native API which is called from functions like CreateProcess(), LoadLibrary(), etc. of the Win32 API.[[Citation: Wikipedia Windows Library Files]]\n\nThe module loader can load DLLs:\n\n*via specification of the (fully-qualified or relative) DLL pathname in the IMPORT directory;\n \n*via EXPORT forwarded to another DLL, specified with (fully-qualified or relative) pathname (but without extension);\n \n*via an NTFS junction or symlink program.exe.local with the fully-qualified or relative pathname of a directory containing the DLLs specified in the IMPORT directory or forwarded EXPORTs;\n \n*via in an embedded or external \"application manifest\". The file name refers to an entry in the IMPORT directory or a forwarded EXPORT.\n\nAdversaries can use this functionality as a way to execute arbitrary code on a system.\n\nDetection: Monitoring DLL module loads may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows modules load functions are common and may be difficult to distinguish from malicious behavior. Legitimate software will likely only need to load routine, bundled DLL modules or Windows system DLLs such that deviation from known module loads may be suspicious. Limiting DLL module loads to %SystemRoot% and %ProgramFiles% directories will protect against module loads from unsafe paths. \n\nCorrelation of other events with behavior surrounding module loads using API monitoring and suspicious DLLs written to disk will provide additional context to an event that may assist in determining if it is due to malicious behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process Monitoring, API monitoring, File monitoring, DLL monitoring\n\nContributors: Stefan Kanthak", + "uuid": "0a5231ec-41af-4a35-83d0-6bdf11f28c65" + }, + { + "name": "Install Root Certificate", + "meta": { + "x_mitre_data_sources": [ + "SSL/TLS inspection", + "Digital Certificate Logs" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1", + "Linux" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1130", + "https://usblog.kaspersky.com/superfish-adware-preinstalled-on-lenovo-laptops/5161/", + "https://en.wikipedia.org/wiki/Root%20certificate", + "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" + ] + }, + "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.[[Citation: Wikipedia Root Certificate]] Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.\n\nInstallation of a root certificate on a compromised system would give an adversary a way to degrade the security of that system. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.[[Citation: Operation Emmental]]\n\nAtypical root certificates have also been pre-installed on systems by the manufacturer or in the software supply chain and were used in conjunction with malware/adware to provide a man-in-the-middle capability for intercepting information transmitted over secure TLS/SSL communications.[[Citation: Kaspersky Superfish]]\n\nDetection: A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity. Check pre-installed certificates on new systems to ensure unnecessary or suspicious certificates are not present.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: SSL/TLS inspection, Digital Certificate Logs\n\nContributors: Itzik Kotler, SafeBreach", + "uuid": "d519cfd5-f3a8-43a9-a846-ed0bb40672b1" + }, + { + "name": "Data Transfer Size Limits", + "meta": { + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" + ], + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1030", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ] + }, + "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). If a process maintains a long connection during which it consistently sends fixed size data packets or a process opens connections and sends fixed sized data packets at regular intervals, it may be performing an aggregate data transfer. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd" + } + ], + "name": "Attack Pattern", + "source": "https://github.com/mitre/cti", + "description": "ATT&CK tactic", + "uuid": "dcb864dc-775f-11e7-9fbb-1f41b4996683" +} diff --git a/clusters/mitre_course-of-action.json b/clusters/mitre_course-of-action.json new file mode 100644 index 0000000..47f37fe --- /dev/null +++ b/clusters/mitre_course-of-action.json @@ -0,0 +1,653 @@ +{ + "authors": [ + "MITRE" + ], + "uuid": "a8825ae8-6dea-11e7-8d57-7728f3cfe086", + "values": [ + { + "uuid": "ff5d862a-ae6b-4833-8c15-e235d654d28e", + "value": "Component Object Model Hijacking Mitigation", + "description": "Direct mitigation of this technique may not be recommended for a particular environment since COM objects are a legitimate part of the operating system and installed software. Blocking COM object changes may have unforeseen side effects to legitimate functionality.\n\nInstead, identify and block potentially malicious software that may execute, or be executed by, this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "92c28497-2820-445e-9f3e-a03dd77dc0c8", + "value": "Exfiltration Over Command and Control Channel Mitigation", + "description": "Mitigations for command and control apply. Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "74febc44-8955-4e4d-aca0-d4dad2f967d7", + "value": "DLL Injection Mitigation", + "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identification of subsequent malicious behavior. \n\nIdentify or block potentially malicious software that may contain DLL injection functionality by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "beb45abb-11e8-4aef-9778-1f9ac249784f", + "value": "Bypass User Account Control Mitigation", + "description": "Remove users from the local administrator group on systems. Although UAC bypass techniques exist, it is still prudent to use the highest enforcement level for UAC when possible and mitigate bypass opportunities that exist with techniques such as [[Technique/T1038|DLL Search Order Hijacking]]. \n\nCheck for common UAC bypass weaknesses on Windows systems to be aware of the risk posture and address issues where appropriate.[[CiteRef::Github UACMe]]" + }, + { + "uuid": "f28a20fd-d173-4603-807e-2cb3f51bdf04", + "value": "Command-Line Interface Mitigation", + "description": "Audit and/or block command-line interpreters by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "96913243-2b5e-4483-a65c-bb152ddd2f04", + "value": "DLL Search Order Hijacking Mitigation", + "description": "Use auditing tools capable of detecting DLL search order hijacking opportunities on systems within an enterprise and correct them. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for DLL hijacking weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through search order hijacking by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs." + }, + { + "uuid": "a0d8db1d-a731-4428-8209-c07175f4b1fe", + "value": "Uncommonly Used Port Mitigation", + "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports. \n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "a90da496-b460-47e8-92e7-cc36eb00bd9a", + "value": "Regsvcs/Regasm Mitigation", + "description": "Regsvcs and Regasm may not be necessary within a given environment. Block execution of Regsvcs.exe and Regasm.exe if they are not required for a given system or network to prevent potential misuess by adversaries." + }, + { + "uuid": "c88151a5-fe3f-4773-8147-d801587065a4", + "value": "Application Deployment Software Mitigation", + "description": "Grant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled." + }, + { + "uuid": "7c1796c7-9fc3-4c3e-9416-527295bf5d95", + "value": "Commonly Used Port Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "ba2ec548-fb75-4b8c-88d6-d91a77a943cf", + "value": "Windows Management Instrumentation Mitigation", + "description": "Disabling WMI or RPCS may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI. Restrict other users who are allowed to connect, or disallow all users to connect remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]" + }, + { + "uuid": "e0703d4f-3972-424a-8277-84004817e024", + "value": "Path Interception Mitigation", + "description": "Eliminate path interception weaknesses in program configuration files, scripts, the PATH environment variable, services, and in shortcuts by surrounding PATH variables with quotation marks when functions allow for them[[CiteRef::Microsoft CreateProcess]]. Be aware of the search order Windows uses for executing or loading binaries and use fully qualified paths wherever appropriate[[CiteRef::MSDN DLL Security]]. Clean up old Windows Registry keys when software is uninstalled to avoid keys with no associated legitimate binaries.\n\nPeriodically search for and correct or report path interception weaknesses on systems that may have been introduced using custom or available tools that report software using insecure path configurations[[CiteRef::Kanthak Sentinel]]. \n\nRequire that all executables be placed in write-protected directories. Ensure that proper permissions and directory access control are set to deny users the ability to write files to the top-level directory C: and system directories, such as C:\\Windows\\, to reduce places where malicious files could be placed for execution.\n\nIdentify and block potentially malicious software that may be executed through the path interception by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies,[[CiteRef::Corio 2008]] that are capable of auditing and/or blocking unknown executables." + }, + { + "uuid": "aaa92b37-f96c-4a0a-859c-b1cb6faeb13d", + "value": "Graphical User Interface Mitigation", + "description": "Prevent adversaries from gaining access to credentials through [[Credential Access]] that can be used to log into remote desktop sessions on systems.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to log into remote interactive sessions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] and Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "ac008435-af58-4f77-988a-c9b96c5920f5", + "value": "NTFS Extended Attributes Mitigation", + "description": "It may be difficult or inadvisable to block access to EA. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to hide information in EA by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "4b998a71-7b8f-4dcc-8f3f-277f2e740271", + "value": "Indicator Removal from Tools Mitigation", + "description": "Mitigation is difficult in instances like this because the adversary may have access to the system through another channel and can learn what techniques or tools are blocked by resident defenses. Exercising best practices with configuration and security as well as ensuring that proper process is followed during investigation of potential compromise is essential to detecting a larger intrusion through discrete alerts.\n\nIdentify and block potentially malicious software that may be used by an adversary by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "19edfa02-1a5f-47e4-ad82-3288f57f64cf", + "value": "Clipboard Data Mitigation", + "description": "Instead of blocking software based on clipboard capture behavior, identify potentially malicious software that may contain this functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "8b36d944-f274-4d46-9acd-dbba6927ce7a", + "value": "Registry Run Keys / Start Folder Mitigation", + "description": "Identify and block potentially malicious software that may be executed through run key or startup folder persistence using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "514e7371-a344-4de7-8ec3-3aa42b801d52", + "value": "Multi-Stage Channels Mitigation", + "description": "Command and control infrastructure used in a multi-stage channel may be blocked if known ahead of time. If unique signatures are present in the C2 traffic, they could also be used as the basis of identifying and blocking the channel.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "4320b080-9ae9-4541-9b8b-bcd0961dbbbd", + "value": "Data Staged Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "39706d54-0d06-4a25-816a-78cc43455100", + "value": "Data from Removable Media Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "d9727aee-48b8-4fdb-89e2-4c49746ba4dd", + "value": "Data from Network Shared Drive Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from a network share, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "fdb1ae84-7b00-4d3d-b7dc-c774beef6425", + "value": "Credential Manipulation Mitigation", + "description": "Use multifactor authentication. Follow guidelines to prevent or limit adversary access to [[Technique/T1078|Legitimate Credentials]].\n\nProtect domain controllers by ensuring proper security configuration for critical servers. Configure access controls and firewalls to limit access to these systems. Do not allow domain administrator accounts to be used for day-to-day operations that may expose them to potential adversaries on unprivileged systems." + }, + { + "uuid": "d0415180-51e9-40ce-b57c-c332b0b441f2", + "value": "PowerShell Mitigation", + "description": "It may be possible to remove PowerShell from systems when not needed, but a review should be performed to assess the impact to an environment, since it could be in use for many legitimate purposes and administrative functions. When PowerShell is necessary, restrict PowerShell execution policy to administrators and to only execute signed scripts. Be aware that there are methods of bypassing the PowerShell execution policy, depending on environment configuration.[[CiteRef::Netspi PowerShell Execution Policy Bypass]] Disable/restrict the WinRM Service to help prevent uses of PowerShell for remote execution." + }, + { + "uuid": "c620e3a1-fff5-424f-abea-d2b0f3616f67", + "value": "System Information Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about the operating system and underlying hardware, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "313c8b20-4d49-40c1-9ac0-4c573aca28f3", + "value": "Winlogon Helper DLL Mitigation", + "description": "Upgrade the operating system to a newer version of Windows if using a version prior to Vista. \n\nLimit the privileges of user accounts so that only authorized administrators can perform Winlogon helper changes.\n\nIdentify and block potentially malicious software that may be executed through the Winlogon helper process by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs." + }, + { + "uuid": "624d063d-cda8-4616-b4e4-54c04e427aec", + "value": "Netsh Helper DLL Mitigation", + "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by Windows utilities like AppLocker.[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]]" + }, + { + "uuid": "94e95eeb-7cdb-4bd7-afba-f32fda303dbb", + "value": "Network Share Connection Removal Mitigation", + "description": "Follow best practices for mitigation of activity related to establishing [[Technique/T1077|Windows Admin Shares]]. \n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage network shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "d75a3d1b-b536-4f15-a23c-f4bcc17837b8", + "value": "Connection Proxy Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific C2 protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "25d5e1d8-c6fb-4735-bc57-115a21222f4b", + "value": "Application Window Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "d4fd04e0-d1a4-4b5a-a5bb-16683cdbcce2", + "value": "External Remote Services Mitigation", + "description": "Limit access to remote services through centrally managed concentrators such as VPNs and other managed remote access systems. Deny direct remote access to internal systems through uses of network proxies, gateways, and firewalls as appropriate. Use strong two-factor or multi-factor authentication for remote service accounts to mitigate an adversary's ability to leverage stolen credentials, but be aware of [[Technique/T1111|Two-Factor Authentication Interception]] techniques for some two-factor authentication implementations." + }, + { + "uuid": "bcee7b05-89a6-41a5-b7aa-fce4da7ede9e", + "value": "Pass the Hash Mitigation", + "description": "Monitor systems and domain logs for unusual credential logon activity. Prevent access to [[Technique/T1078|Legitimate Credentials]]. Apply patch KB2871997 to Windows 7 and higher systems to limit the default access of accounts in the local administrator group. Limit credential overlap across systems to prevent the damage of credential compromise and reduce the adversary's ability to perform [[Lateral Movement]] between systems. Ensure that built-in and created local administrator accounts have complex, unique passwords. Do not allow a domain user to be in the local administrator group on multiple systems." + }, + { + "uuid": "5c49bc54-9929-48ca-b581-7018219b5a97", + "value": "Account Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system and domain accounts, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "823fbfe9-b015-4bf3-9e67-d340c7373ca0", + "value": "MSBuild Mitigation", + "description": "MSBuild.exe may not be necessary within a given environment and should be removed if not used. Use application whitelisting configured to block MSBuild.exe to prevent potential misuse by adversaries.[[CiteRef::SubTee MSBuild]][[CiteRef::Exploit Monday Mitigate Device Guard Bypases]][[CiteRef::GitHub mattifestation DeviceGuardBypass]]" + }, + { + "uuid": "3a476d83-43eb-4fad-9b75-b1febd834e3d", + "value": "Pass the Ticket Mitigation", + "description": "Monitor domains for unusual credential logons. Limit credential overlap across systems to prevent the damage of credential compromise. Ensure that local administrator accounts have complex, unique passwords. Do not allow a user to be a local administrator for multiple systems. Limit domain admin account permissions to domain controllers and limited servers. Delegate other admin functions to separate accounts.[[CiteRef::ADSecurity AD Kerberos Attacks]]\n\nAttempt to identify and block unknown or malicious software that could be used to obtain Kerberos tickets and use them to authenticate by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "16f144e4-c780-4ed2-98b4-55d14e2dfa44", + "value": "System Owner/User Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system users, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "aeff5887-8f9e-48d5-a523-9b395e2ce80a", + "value": "Credential Dumping Mitigation", + "description": "Monitor/harden access to LSASS and SAM table with tools that allow process whitelisting. Limit credential overlap across systems to prevent lateral movement opportunities using [[Technique/T1078|Legitimate Credentials]] if passwords and hashes are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled, as this is often equivalent to having a local administrator account with the same password on all systems. On Windows 8.1 and Windows Server 2012 R2, enable Protected Process Light for LSA.[[CiteRef::Microsoft LSA]]\n\nIdentify and block potentially malicious software that may be used to dump credentials by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nWith Windows 10, Microsoft implemented new protections called Credential Guard to protect the LSA secrets that can be used to obtain credentials through forms of credential dumping. It is not implemented by default and has hardware requirements.[[CiteRef::TechNet Credential Guard]]" + }, + { + "uuid": "12c13879-b7bd-4bc5-8def-aacec386d432", + "value": "Regsvr32 Mitigation", + "description": "Microsoft's Enhanced Mitigation Experience Toolkit (EMET) Attack Surface Reduction (ASR) feature can be used to block regsvr32.exe from being used to bypass whitelisting.[[CiteRef::Secure Host Baseline EMET]]" + }, + { + "uuid": "7c39ebbf-244e-4d1c-b0ac-b282453ece43", + "value": "Process Hollowing Mitigation", + "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. \n\nAlthough process hollowing may be used to evade certain types of defenses, it is still good practice to identify potentially malicious software that may be used to perform adversarial actions, including process hollowing, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "56db6ccc-433d-4411-8383-c3fd7053e2c8", + "value": "Execution through API Mitigation", + "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. Audit and/or block potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "f0a42cad-9b1f-44da-a672-718f18381018", + "value": "Taint Shared Content Mitigation", + "description": "Protect shared folders by minimizing users who have write access. Use utilities that detect or mitigate common features used in exploitation, such as the Microsoft Enhanced Mitigation Experience Toolkit (EMET).\n\nIdentify potentially malicious software that may be used to taint content or may result from it and audit and/or block the unknown programs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "f9b3e5d9-7454-4b7d-bce6-27620e19924e", + "value": "Redundant Access Mitigation", + "description": "Identify and block potentially malicious software that may be used as a remote access tool, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "16dd03c6-0dfb-4d77-89cd-9ff3ee6e533d", + "value": "Audio Capture Mitigation", + "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to record audio by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "b7b2c89c-09c1-4b71-ae7c-000ec2893aab", + "value": "New Service Mitigation", + "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create new services.\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to create services by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "57019a80-8523-46b6-be7d-f763a15a2cc6", + "value": "Scripting Mitigation", + "description": "Turn off unused features or restrict access to scripting engines such as VBScript or scriptable administration frameworks such as PowerShell." + }, + { + "uuid": "515f6584-fa98-44fe-a4e8-e428c7188514", + "value": "Fallback Channels Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "d8787791-d22e-45bb-a9a8-251d8d0a1ff2", + "value": "System Service Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "6cac62ce-550b-4793-8ee6-6a1b8836edb0", + "value": "Indicator Removal on Host Mitigation", + "description": "Automatically forward events to a log server or data repository to prevent conditions in which the adversary can locate and manipulate data on the local system. When possible, minimize time delay on event reporting to avoid prolonged storage on the local system. Protect generated event files that are stored locally with proper permissions and authentication. Obfuscate/encrypt event files locally and in transit to avoid giving feedback to an adversary." + }, + { + "uuid": "9378f139-10ef-4e4b-b679-2255a0818902", + "value": "Service Registry Permissions Weakness Mitigation", + "description": "Identify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs." + }, + { + "uuid": "5c167af7-c2cb-42c8-ae67-3fb275bf8488", + "value": "Timestomp Mitigation", + "description": "Mitigation of timestomping specifically is likely difficult. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to perform timestomping by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "684feec3-f9ba-4049-9d8f-52d52f3e0e40", + "value": "Local Network Configuration Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about a system's network configuration, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "cfd2cd3b-93e7-4b3e-ab46-f8bcafdbdfcf", + "value": "Execution through Module Load Mitigation", + "description": "Directly mitigating module loads and API calls related to module loads will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying and correlated subsequent behavior to determine if it is the result of malicious activity." + }, + { + "uuid": "43b366a4-b5ff-4d4e-8a3b-f09a9d2faff5", + "value": "Shared Webroot Mitigation", + "description": "Networks that allow for open development and testing of Web content and allow users to set up their own Web servers on the enterprise network may be particularly vulnerable if the systems and Web servers are not properly secured to limit privileged account use, unauthenticated network share access, and network/system isolation.\n\nEnsure proper permissions on directories that are accessible through a Web server. Disallow remote access to the webroot or other directories used to serve Web content. Disable execution on directories within the webroot. Ensure that permissions of the Web server process are only what is required by not using built-in accounts; instead, create specific accounts to limit unnecessary access or permissions overlap across multiple systems." + }, + { + "uuid": "f2cb6ce2-188d-4162-8feb-594f949b13dd", + "value": "Scheduled Task Mitigation", + "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create scheduled tasks. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for permission weaknesses in scheduled tasks that could be used to escalate privileges.[[CiteRef::Powersploit]]\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to schedule tasks using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "16a8ac85-a06f-460f-ad22-910167bd7332", + "value": "Binary Padding Mitigation", + "description": "Identify potentially malicious software that may be executed from a padded or otherwise obfuscated binary, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "46b7ef91-4e1d-43c5-a2eb-00fa9444f6f4", + "value": "Network Sniffing Mitigation", + "description": "Ensure that all wireless traffic is encrypted appropriately. Use Kerberos, SSL, and multifactor authentication wherever possible. Monitor switches and network for span port usage, ARP/DNS poisoning, and router reconfiguration.\n\nIdentify and block potentially malicious software that may be used to sniff or analyze network traffic by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "2a8de25c-f743-4348-b101-3ee33ab5871b", + "value": "Data Encrypted Mitigation", + "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to encrypt files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "a766ce73-5583-48f3-b7c0-0bb43c6ef8c7", + "value": "Standard Cryptographic Protocol Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "24478001-2eb3-4b06-a02e-96b3d61d27ec", + "value": "Multilayer Encryption Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "45e7f570-6a0b-4095-bf02-4bca05da6bae", + "value": "Masquerading Mitigation", + "description": "When creating security rules, avoid exclusions based on file name or file path. Require signed binaries. Use file system access controls to protect folders such as C:\\Windows\\System32. Use tools that restrict program execution via whitelisting by attributes other than file name.\n\nIdentify potentially malicious software that may look like a legitimate program based on name and location, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "902286b2-96cc-4dd7-931f-e7340c9961da", + "value": "File System Logical Offsets Mitigation", + "description": "Identify potentially malicious software that may be used to access logical drives in this manner, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "979e6485-7a2f-42bd-ae96-4e622c3cd173", + "value": "Remote Services Mitigation", + "description": "Limit the number of accounts that may use remote services. Use multifactor authentication where possible. Limit the permissions for accounts that are at higher risk of compromise; for example, configure SSH so users can only run specific programs. Prevent [[Credential Access]] techniques that may allow an adversary to acquire [[Technique/T1078|Legitimate Credentials]] that can be used by existing services." + }, + { + "uuid": "34efb2fd-4dc2-40d4-a564-0c147c85034d", + "value": "File Deletion Mitigation", + "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to delete files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "28adf6fd-ab6c-4553-9aa7-cef18a191f33", + "value": "Data Compressed Mitigation", + "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to compress files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIf network intrusion prevention or data loss prevention tools are set to block specific file types from leaving the network over unencrypted channels, then an adversary may move to an encrypted channel." + }, + { + "uuid": "943d370b-2054-44df-8be2-ab4139bde1c5", + "value": "Authentication Package Mitigation", + "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all DLLs loaded by LSA to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]" + }, + { + "uuid": "1c6bc7f3-d517-4971-aed4-8f939090846b", + "value": "Local Port Monitor Mitigation", + "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by processes running under SYSTEM permissions." + }, + { + "uuid": "c085476e-1964-4d7f-86e1-d8657a7741e8", + "value": "Accessibility Features Mitigation", + "description": "To use this technique remotely, an adversary must use it in conjunction with RDP. Ensure that Network Level Authentication is enabled to force the remote desktop session to authenticate before the session is created and the login screen displayed. It is enabled by default on Windows Vista and later.[[CiteRef::TechNet RDP NLA]]\n\nIf possible, use a Remote Desktop Gateway to manage connections and security configuration of RDP within a network.[[CiteRef::TechNet RDP Gateway]]\n\nIdentify and block potentially malicious software that may be executed by an adversary with this technique by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "96150c35-466f-4f0a-97a9-ae87ee27f751", + "value": "Bootkit Mitigation", + "description": "Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to perform this action. Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised.[[CiteRef::TCG Trusted Platform Module]][[CiteRef::TechNet Secure Boot Process]]" + }, + { + "uuid": "d45f03a8-790a-4f90-b956-cd7e5b8886bf", + "value": "Legitimate Credentials Mitigation", + "description": "Take measures to detect or prevent techniques such as [[Technique/T1003|Credential Dumping]] or installation of keyloggers to acquire credentials through [[Technique/T1056|Input Capture]]. Limit credential overlap across systems to prevent access if account credentials are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled and use of accounts is segmented, as this is often equivalent to having a local administrator account with the same password on all systems. Audit domain and local accounts as well as their permission levels routinely to look for situations that could allow an adversary to gain wide access by obtaining credentials of a privileged account.[[CiteRef::TechNet Credential Theft]][[CiteRef::TechNet Least Privilege]]" + }, + { + "uuid": "388606d3-f38f-45bf-885d-a9dc9df3c8a8", + "value": "Disabling Security Tools Mitigation", + "description": "Ensure proper process, registry, and file permissions are in place to prevent adversaries from disabling or interfering with security services." + }, + { + "uuid": "0640214c-95af-4c04-a574-2a1ba6dda00b", + "value": "Query Registry Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information within the Registry, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "25e53928-6f33-49b7-baee-8180578286f6", + "value": "Basic Input/Output System Mitigation", + "description": "Prevent adversary access to privileged accounts or access necessary to perform this technique. Check the integrity of the existing BIOS to determine if it is vulnerable to modification. Patch the BIOS as necessary. Use Trusted Platform Module technology.[[CiteRef::TCG Trusted Platform Module]]" + }, + { + "uuid": "da987565-27b6-4b31-bbcd-74b909847116", + "value": "Multiband Communication Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "9a902722-cecd-4fbe-a6c9-49333aa0f8c2", + "value": "Remote System Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information on remotely available systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "2ace01f8-67c8-43eb-b7b1-a7b9f1fe67e1", + "value": "File and Directory Discovery Mitigation", + "description": "File system activity is a common part of an operating system, so it is unlikely that mitigation would be appropriate for this technique. It may still be beneficial to identify and block unnecessary system utilities or potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "1022138b-497c-40e6-b53a-13351cbd4090", + "value": "File System Permissions Weakness Mitigation", + "description": "Use auditing tools capable of detecting file system permissions abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service binary target path locations. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for service file system permissions weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through abuse of file, directory, and service permissions by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs. Deny execution from user directories such as file download directories and temp directories where able.[[CiteRef::Seclists Kanthak 7zip Installer]]\n\nTurn off UAC's privilege elevation for standard users and installer detection for all users by modifying registry key\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]to automatically deny elevation requests, add: \"ConsentPromptBehaviorUser\"=dword:00000000; to disable installer detection, add: \"EnableInstallerDetection\"=dword:00000000.[[CiteRef::Seclists Kanthak 7zip Installer]]" + }, + { + "uuid": "d5dce4b9-f1fa-4c03-aff9-ce177246cb64", + "value": "Service Execution Mitigation", + "description": "Ensure that permissions disallow services that run at a higher permissions level from being created or interacted with by a user with a lower permission level. Also ensure that high permission level service binaries cannot be replaced or modified by users with a lower permission level.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to interact with Windows services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "b8d57b16-d8e2-428c-a645-1083795b3445", + "value": "Communication Through Removable Media Mitigation", + "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]" + }, + { + "uuid": "e8d22ec6-2236-48de-954b-974d17492782", + "value": "Two-Factor Authentication Interception Mitigation", + "description": "Remove smart cards when not in use. Protect devices and services used to transmit and receive out-of-band codes.\n\nIdentify and block potentially malicious software that may be used to intercept 2FA credentials on a system by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "399d9038-b100-43ef-b28d-a5065106b935", + "value": "Standard Non-Application Layer Protocol Mitigation", + "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports and through proper network gateway systems.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "ba06d68a-4891-4eb5-b634-152e05ec60ee", + "value": "Data Transfer Size Limits Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "10571bf2-8073-4edf-a71c-23bad225532e", + "value": "AppInit DLLs Mitigation", + "description": "Upgrade to Windows 8 or later and enable secure boot.\n\nIdentify and block potentially malicious software that may be executed through AppInit DLLs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs." + }, + { + "uuid": "ec418d1b-4963-439f-b055-f914737ef362", + "value": "InstallUtil Mitigation", + "description": "InstallUtil may not be necessary within a given environment. Use application whitelisting configured to block execution of InstallUtil.exe if it is not required for a given system or network to prevent potential misuse by adversaries." + }, + { + "uuid": "a13e35cc-8c90-4d77-a965-5461042c1612", + "value": "Shortcut Modification Mitigation", + "description": "Identify and block unknown, potentially malicious software that may be executed through shortcut modification by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "f3d0c735-330f-43c2-8e8e-51bcfa51e8c3", + "value": "Custom Command and Control Protocol Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "2497ac92-e751-4391-82c6-1b86e34d0294", + "value": "Automated Exfiltration Mitigation", + "description": "Identify unnecessary system utilities, scripts, or potentially malicious software that may be used to transfer data outside of a network, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "d7c49196-b40e-42bc-8eed-b803113692ed", + "value": "Change Default File Association Mitigation", + "description": "Direct mitigation of this technique is not recommended since it is a legitimate function that can be performed by users for software preferences. Follow Microsoft's best practices for file associations.[[CiteRef::MSDN File Associations]]\n\nIdentify and block potentially malicious software that may be executed by this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "1881da33-fdf2-4eea-afd0-e04caf9c000f", + "value": "Peripheral Device Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about peripheral devices, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "addb3703-5a59-4461-9bcd-7e2b5d4e92a0", + "value": "Standard Application Layer Protocol Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "da8a87d2-946d-4c34-9a30-709058b98996", + "value": "Input Capture Mitigation", + "description": "Identify and block potentially malicious software that may be used to acquire credentials or information from the user by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIn cases where this behavior is difficult to detect or mitigate, efforts can be made to lessen some of the impact that might result from an adversary acquiring credential information. It is also good practice to follow mitigation recommendations for adversary use of [[Technique/T1078|Legitimate Credentials]]." + }, + { + "uuid": "9e57c770-5a39-49a2-bb91-253ba629e3ac", + "value": "Security Support Provider Mitigation", + "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all SSP DLLs to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]" + }, + { + "uuid": "f6469191-1814-4dbe-a081-2a6daf83a10b", + "value": "Process Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about processes, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "effb83a0-ead1-4b36-b7f6-b7bdf9c4616e", + "value": "Replication Through Removable Media Mitigation", + "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if it is not required for business operations.[[CiteRef::TechNet Removable Media Control]]\n\nIdentify potentially malicious software that may be used to infect removable media or may result from tainted removable media, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "1c0711c8-2a73-48a1-893d-ff88bcd23824", + "value": "Scheduled Transfer Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "2c3ce852-06a2-40ee-8fe6-086f6402a739", + "value": "Hypervisor Mitigation", + "description": "Prevent adversary access to privileged accounts necessary to install a hypervisor." + }, + { + "uuid": "8bd1ae32-a686-48f4-a6f8-470287f76152", + "value": "Automated Collection Mitigation", + "description": "Encryption and off-system storage of sensitive information may be one way to mitigate collection of files, but may not stop an adversary from acquiring the information if an intrusion persists over a long period of time and the adversary is able to discover and access the data through other means. A keylogger installed on a system may be able to intercept passwords through [[Technique/T1056|Input Capture]] and be used to decrypt protected documents that an adversary may have collected. Strong passwords should be used to prevent offline cracking of encrypted documents through [[Technique/T1110|Brute Force]] techniques.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to collect files and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "e547ed6a-f1ca-40df-8613-2ce27927f145", + "value": "Exfiltration Over Physical Medium Mitigation", + "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]" + }, + { + "uuid": "fcbe8424-eb3e-4794-b76d-e743f5a49b8b", + "value": "Data Encoding Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "7a14d974-f3d9-4e4e-9b7d-980385762908", + "value": "DLL Side-Loading Mitigation", + "description": "Update software regularly. Install software in write-protected locations. Use the program sxstrace.exe that is included with Windows along with manual inspection to check manifest files for side-loading vulnerabilities in software." + }, + { + "uuid": "95ddb356-7ba0-4bd9-a889-247262b8946f", + "value": "Rootkit Mitigation", + "description": "Identify potentially malicious software that may contain rootkit functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "ed202147-4026-4330-b5bd-1e8dfa8cf7cc", + "value": "Modify Registry Mitigation", + "description": "Identify and block unnecessary system utilities or potentially malicious software that may be used to modify the Registry by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "82d8e990-c901-4aed-8596-cc002e7eb307", + "value": "System Time Discovery Mitigation", + "description": "Benign software uses legitimate processes to gather system time. Efforts should be focused on preventing unwanted or unknown code from executing on a system. Some common tools, such as net.exe, may be blocked by policy to prevent common ways of acquiring remote system time.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire system time information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "c1676218-c16a-41c9-8f7a-023779916e39", + "value": "Local Network Connections Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about network connections, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "51b37302-b844-4c08-ac98-ae6955ed1f55", + "value": "Screen Capture Mitigation", + "description": "Blocking software based on screen capture functionality may be difficult, and there may be legitimate software that performs those actions. Instead, identify potentially malicious software that may have functionality to acquire screen captures, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "308855d1-078b-47ad-8d2a-8f9b2713ffb5", + "value": "Windows Admin Shares Mitigation", + "description": "Do not reuse local administrator account passwords across systems. Ensure password complexity and uniqueness such that the passwords cannot be cracked or guessed. Deny remote use of local admin credentials to log into systems. Do not allow domain user accounts to be in the local Administrators group multiple systems.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage SMB and the Windows admin shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "fe0aeb41-1a51-4152-8467-628256ea6adf", + "value": "Modify Existing Service Mitigation", + "description": "Use auditing tools capable of detecting privilege and service abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service configurations. Toolkits like the PowerSploit framework contain the PowerUp modules that can be used to explore systems for [[Privilege Escalation]] weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs." + }, + { + "uuid": "160af6af-e733-4b6a-a04a-71c620ac0930", + "value": "Third-party Software Mitigation", + "description": "Evaluate the security of third-party software that could be used to deploy or execute programs. Ensure that access to management systems for deployment systems is limited, monitored, and secure. Have a strict approval policy for use of deployment systems.\n\nGrant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled." + }, + { + "uuid": "d9f4b5fa-2a39-4bdf-b40a-ea998933cd6d", + "value": "Video Capture Mitigation", + "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to capture video and images by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "23061b40-a7b6-454f-8950-95d5ff80331c", + "value": "Install Root Certificate Mitigation", + "description": "HTTP Public Key Pinning (HPKP) is one method to mitigate potential man-in-the-middle situations where and adversary uses a mis-issued or fraudulent certificate to intercept encrypted communications by enforcing use of an expected certificate.[[CiteRef::Wikipedia HPKP]]" + }, + { + "uuid": "4a99fecc-680b-448e-8fe7-8144c60d272c", + "value": "Brute Force Mitigation", + "description": "Set account lockout policies after a certain number of failed login attempts to prevent passwords from being guessed. Use multifactor authentication." + }, + { + "uuid": "383caaa3-c46a-4f61-b2e3-653eb132f0e7", + "value": "Email Collection Mitigation", + "description": "Use of encryption provides an added layer of security to sensitive information sent over email. Encryption using public key cryptography requires the adversary to obtain the private certificate along with an encryption key to decrypt messages.\n\nUse of two-factor authentication for public-facing webmail servers is also a recommended best practice to minimize the usefulness of user names and passwords to adversaries.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to collect email data files or access the corporate email server, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "92e6d080-ca3f-4f95-bc45-172a32c4e502", + "value": "Exploitation of Vulnerability Mitigation", + "description": "Update software regularly by employing patch management for internal enterprise endpoints and servers. Develop a robust cyber threat intelligence capability to determine what types and levels of threat may use software exploits and 0-days against a particular organization. Make it difficult for adversaries to advance their operation through exploitation of undiscovered or unpatched vulnerabilities by using sandboxing, virtualization, and exploit prevention tools such as the Microsoft Enhanced Mitigation Experience Toolkit.[[CiteRef::SRD EMET]]" + }, + { + "uuid": "cdecc44a-1dbf-4c1f-881c-f21e3f47272a", + "value": "Remote File Copy Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware or unusual data transfer over known tools and protocols like FTP can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "0e5bdf42-a7f7-4d16-a074-4915bd262f80", + "value": "Exfiltration Over Alternative Protocol Mitigation", + "description": "Follow best practices for network firewall configurations to allow only necessary ports and traffic to enter and exit the network. For example, if services like FTP are not required for sending information outside of a network, then block FTP-related ports at the network perimeter. Enforce proxies and use dedicated servers for services such as DNS and only allow those systems to communicate over respective ports/protocols, instead of all systems within a network.[[CiteRef::TechNet Firewall Design]] These actions will help reduce command and control and exfiltration path opportunities.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "53b3b027-bed3-480c-9101-1247047d0fe6", + "value": "Remote Desktop Protocol Mitigation", + "description": "Disable the RDP service if it is unnecessary, remove unnecessary accounts and groups from Remote Desktop Users groups, and enable firewall rules to block RDP traffic between network security zones. Audit the Remote Desktop Users group membership regularly. Remove the local Administrators group from the list of groups allowed to log in through RDP. Limit remote user permissions if remote access is necessary. Use remote desktop gateways and multifactor authentication for remote logins.[[CiteRef::Berkley Secure]]" + }, + { + "uuid": "4689b9fb-dca4-473e-831b-34717ad50c97", + "value": "Web Service Mitigation", + "description": "Firewalls and Web proxies can be used to enforce external network communication policy. It may be difficult for an organization to block particular services because so many of them are commonly used during the course of business.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol or encoded commands used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "d256cb63-b021-4b4a-bb6d-1b42eea179a3", + "value": "Network Service Scanning Mitigation", + "description": "Use network intrusion detection/prevention systems to detect and prevent remote service scans. Ensure that unnecessary ports and services are closed and proper network segmentation is followed to protect critical servers and devices.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire information about services running on remote systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "0bc3ce00-83bc-4a92-a042-79ffbc6af259", + "value": "Windows Management Instrumentation Event Subscription Mitigation", + "description": "Disabling WMI services may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI; restrict other users that are allowed to connect, or disallow all users from connecting remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]" + }, + { + "uuid": "7ee0879d-ce4f-4f54-a96b-c532dfb98ffd", + "value": "Data from Local System Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from the local system, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "a569295c-a093-4db4-9fb4-7105edef85ad", + "value": "Custom Cryptographic Protocol Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Since the custom protocol used may not adhere to typical protocol standards, there may be opportunities to signature the traffic on a network level for detection. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "0472af99-f25c-4abe-9fce-010fa3450e72", + "value": "Credentials in Files Mitigation", + "description": "Establish an organizational policy that prohibits password storage in files. Ensure that developers and system administrators are aware of the risk associated with having plaintext passwords in software configuration files that may be left on endpoint systems or servers. Preemptively search for files containing passwords and remove when found. Restrict file shares to specific directories with access only to necessary users. Remove vulnerable Group Policy Preferences.[[CiteRef::Microsoft MS14-025]]" + }, + { + "uuid": "dd9a85ad-6a92-4986-a215-b01d0ce7b987", + "value": "Permission Groups Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about groups and permissions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "9ab7de33-99b2-4d8d-8cf3-182fa0015cc2", + "value": "Logon Scripts Mitigation", + "description": "Restrict write access to logon scripts to specific administrators. Prevent access to administrator accounts by mitigating [[Credential Access]] techniques and limiting account access and permissions of [[Technique/T1078|Legitimate Credentials]].\n\nIdentify and block potentially malicious software that may be executed through logon script modification by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs." + }, + { + "uuid": "82fbc58b-171d-4a2d-9a20-c6b2a716bd08", + "value": "Code Signing Mitigation", + "description": "Process whitelisting and trusted publishers to verify authenticity of software can help prevent signed malicious or untrusted code from executing on a system.[[CiteRef::NSA MS AppLocker]][[CiteRef::TechNet Trusted Publishers]][[CiteRef::Securelist Digital Certificates]]" + }, + { + "uuid": "3e9f8875-d2f7-4380-a578-84393bd3b025", + "value": "Windows Remote Management Mitigation", + "description": "Disable the WinRM service. If the service is necessary, lock down critical enclaves with separate WinRM infrastructure, accounts, and permissions. Follow WinRM best practices on configuration of authentication methods and use of host firewalls to restrict WinRM access to allow communication only to/from specific devices.[[CiteRef::NSA Spotting]]" + }, + { + "uuid": "bcc91b8c-f104-4710-964e-1d5409666736", + "value": "Web Shell Mitigation", + "description": "Ensure that externally facing Web servers are patched regularly to prevent adversary access through [[Technique/T1068|Exploitation of Vulnerability]] to gain remote code access or through file inclusion weaknesses that may allow adversaries to upload files or scripts that are automatically served as Web pages. \n\nAudit account and group permissions to ensure that accounts used to manage servers do not overlap with accounts and permissions of users in the internal network that could be acquired through [[Credential Access]] and used to log into the Web server and plant a Web shell or pivot from the Web server into the internal network.[[CiteRef::US-CERT Alert TA15-314A Web Shells]]" + }, + { + "uuid": "d0fcf37a-b6c4-4745-9c43-4fcdb8bfc88e", + "value": "Data Obfuscation Mitigation", + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" + }, + { + "uuid": "c95c8b5c-b431-43c9-9557-f494805e2502", + "value": "Software Packing Mitigation", + "description": "Ensure updated virus definitions. Create custom signatures for observed malware. Employ heuristic-based malware detection.\n\nIdentify and prevent execution of potentially malicious software that may have been packed by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + }, + { + "uuid": "bd2554b8-634f-4434-a986-9b49c29da2ae", + "value": "Security Software Discovery Mitigation", + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about local security software, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" + } + ], + "description": "ATT&CK Mitigation", + "type": "course-of-action", + "version": "1", + "source": "https://github.com/mitre/cti", + "name": "Course of Action" +} diff --git a/clusters/mitre_intrusion-set.json b/clusters/mitre_intrusion-set.json new file mode 100644 index 0000000..2ba94a2 --- /dev/null +++ b/clusters/mitre_intrusion-set.json @@ -0,0 +1,767 @@ +{ + "source": "https://github.com/mitre/cti", + "uuid": "10df003c-7831-11e7-bdb9-971cdd1218df", + "name": "intrusion Set", + "description": "Name of ATT&CK Group", + "values": [ + { + "description": "Poseidon Group is a Portuguese-speaking threat group that has been active since at least 2005. The group has a history of using information exfiltrated from victims to blackmail victim companies into contracting the Poseidon Group as a security firm.[[Citation: Kaspersky Poseidon Group]]", + "uuid": "7ecc3b4f-5cdb-457e-b55a-df376b359446", + "name": "Poseidon Group", + "meta": { + "synonyms": [ + "Poseidon Group" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0033", + "https://securelist.com/blog/research/73673/poseidon-group-a-targeted-attack-boutique-specializing-in-global-cyber-espionage/" + ] + } + }, + { + "description": "Group5 is a threat group with a suspected Iranian nexus, though this attribution is not definite. The group has targeted individuals connected to the Syrian opposition via spearphishing and watering holes, normally using Syrian and Iranian themes. Group5 has used two commonly available remote access tools (RATs), njRAT and NanoCore, as well as an Android RAT, DroidJack.[[Citation: Citizen Lab Group5]]", + "uuid": "7331c66a-5601-4d3f-acf6-ad9e3035eb40", + "name": "Group5", + "meta": { + "synonyms": [ + "Group5" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0043", + "https://citizenlab.org/2016/08/group5-syria/" + ] + } + }, + { + "description": "PittyTiger is a threat group believed to operate out of China that uses multiple different types of malware to maintain command and control.[[Citation: Bizeul 2014]][[Citation: Villeneuve 2014]]", + "uuid": "fe98767f-9df8-42b9-83c9-004b1dec8647", + "name": "PittyTiger", + "meta": { + "synonyms": [ + "PittyTiger" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0011", + "http://blog.cassidiancybersecurity.com/post/2014/07/The-Eye-of-the-Tiger2", + "https://www.fireeye.com/blog/threat-research/2014/07/spy-of-the-tiger.html" + ] + } + }, + { + "description": "admin@338 is a China-based cyber threat group. It has previously used newsworthy events as lures to deliver malware and has primarily targeted organizations involved in financial, economic, and trade policy, typically using publicly available RATs such as PoisonIvy, as well as some non-public backdoors.[[Citation: FireEye admin@338]]", + "uuid": "16ade1aa-0ea1-4bb7-88cc-9079df2ae756", + "name": "admin@338", + "meta": { + "synonyms": [ + "admin@338" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0018", + "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" + ] + } + }, + { + "description": "RTM is a cybercriminal group that has been active since at least 2015 and is primarily interested in users of remote banking systems in Russia and neighboring countries. The group uses a Trojan by the same name (RTM).[[Citation: ESET RTM Feb 2017]]", + "uuid": "c416b28c-103b-4df1-909e-78089a7e0e5f", + "name": "RTM", + "meta": { + "synonyms": [ + "RTM" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0048", + "https://www.welivesecurity.com/wp-content/uploads/2017/02/Read-The-Manual.pdf" + ] + } + }, + { + "description": "APT16 is a China-based threat group that has launched spearphishing campaigns targeting Japanese and Taiwanese organizations.[[Citation: FireEye EPS Awakens Part 2]]", + "uuid": "d6e88e18-81e8-4709-82d8-973095da1e70", + "name": "APT16", + "meta": { + "synonyms": [ + "APT16" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0023", + "https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html" + ] + } + }, + { + "description": "APT28 is a threat group that has been attributed to the Russian government.[[Citation: FireEye APT28]][[Citation: SecureWorks TG-4127]][[Citation: FireEye APT28 January 2017]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee in April 2016.[[Citation: Crowdstrike DNC June 2016]]", + "uuid": "bef4c620-0787-42a8-a96d-b7eb6e85917c", + "name": "APT28", + "meta": { + "synonyms": [ + "APT28", + "Sednit", + "Sofacy", + "Pawn Storm", + "Fancy Bear", + "STRONTIUM", + "Tsar Team", + "Threat Group-4127", + "TG-4127" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0007", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf", + "https://www.secureworks.com/research/threat-group-4127-targets-hillary-clinton-presidential-campaign" + ] + } + }, + { + "description": "Winnti Group is a threat group with Chinese origins that has been active since at least 2010. The group has heavily targeted the gaming industry, but it has also expanded the scope of its targeting. Though both this group and Axiom use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]", + "uuid": "c5947e1c-1cbc-434c-94b8-27c7e3be0fff", + "name": "Winnti Group", + "meta": { + "synonyms": [ + "Winnti Group", + "Blackfly" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0044", + "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", + "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf", + "https://securelist.com/blog/incidents/70991/games-are-over/" + ] + } + }, + { + "description": "Deep Panda is a suspected Chinese threat group known to target many industries, including government, defense, financial, and telecommunications.Deep Panda.Deep Panda also appears to be known as Black Vine based on the attribution of both group names to the Anthem intrusion.[[Citation: Symantec Black Vine]]", + "uuid": "a653431d-6a5e-4600-8ad3-609b5af57064", + "name": "Deep Panda", + "meta": { + "synonyms": [ + "Deep Panda", + "Shell Crew", + "WebMasters", + "KungFu Kittens", + "PinkPanther", + "Black Vine" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0009", + "http://blog.crowdstrike.com/deep-thought-chinese-targeting-national-security-think-tanks/", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/the-black-vine-cyberespionage-group.pdf", + "https://www.emc.com/collateral/white-papers/h12756-wp-shell-crew.pdf", + "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" + ] + } + }, + { + "description": "Molerats is a politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.[[Citation: DustySky]][[Citation: DustySky2]]", + "uuid": "df71bb3b-813c-45eb-a8bc-f2a419837411", + "name": "Molerats", + "meta": { + "synonyms": [ + "Molerats", + "Gaza cybergang", + "Operation Molerats" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0021", + "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" + ] + } + }, + { + "description": "Strider is a threat group that has been active since at least 2011 and has targeted victims in Russia, China, Sweden, Belgium, Iran, and Rwanda.[[Citation: Symantec Strider Blog]][[Citation: Kaspersky ProjectSauron Blog]]", + "uuid": "277d2f87-2ae5-4730-a3aa-50c1fdff9656", + "name": "Strider", + "meta": { + "synonyms": [ + "Strider", + "ProjectSauron" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0041", + "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets", + "https://securelist.com/analysis/publications/75533/faq-the-projectsauron-apt/" + ] + } + }, + { + "description": "Sandworm Team is a cyber espionage group that has operated since approximately 2009 and has been attributed to Russia.[[Citation: iSIGHT Sandworm 2014]] This group is also known as Quedagh.[[Citation: F-Secure BlackEnergy 2014]]", + "uuid": "381fcf73-60f6-4ab2-9991-6af3cbc35192", + "name": "Sandworm Team", + "meta": { + "synonyms": [ + "Sandworm Team", + "Quedagh" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0034", + "https://www.f-secure.com/documents/996508/1030745/blackenergy%20whitepaper.pdf", + "http://www.isightpartners.com/2014/10/cve-2014-4114/" + ] + } + }, + { + "description": "FIN6 is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.[[Citation: FireEye FIN6 April 2016]]", + "uuid": "2a7914cf-dff3-428d-ab0f-1014d1c28aeb", + "name": "FIN6", + "meta": { + "synonyms": [ + "FIN6" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0037", + "https://www2.fireeye.com/rs/848-DID-242/images/rpt-fin6.pdf" + ] + } + }, + { + "description": "Dust Storm is a threat group that has targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries.[[Citation: Cylance Dust Storm]]", + "uuid": "ae41895a-243f-4a65-b99b-d85022326c31", + "name": "Dust Storm", + "meta": { + "synonyms": [ + "Dust Storm" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0031", + "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" + ] + } + }, + { + "description": "Cleaver is a threat group that has been attributed to Iranian actors and is responsible for activity tracked as Operation Cleaver.[[Citation: Cylance Cleaver]] Strong circumstantial evidence suggests Cleaver is linked to Threat Group 2889 (TG-2889).[[Citation: Dell Threat Group 2889]]", + "uuid": "8f5e8dc7-739d-4f5e-a8a1-a66e004d7063", + "name": "Cleaver", + "meta": { + "synonyms": [ + "Cleaver", + "Threat Group 2889", + "TG-2889" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0003", + "http://www.secureworks.com/cyber-threat-intelligence/threats/suspected-iran-based-hacker-group-creates-network-of-fake-linkedin-profiles/", + "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ] + } + }, + { + "description": "APT12 is a threat group that has been attributed to China.[[Citation: Meyers Numbered Panda]] It is also known as DynCalc, IXESHE, and Numbered Panda.[[Citation: Moran 2014]][[Citation: Meyers Numbered Panda]]", + "uuid": "c47f937f-1022-4f42-8525-e7a4779a14cb", + "name": "APT12", + "meta": { + "synonyms": [ + "APT12", + "IXESHE", + "DynCalc", + "Numbered Panda" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0005", + "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html", + "http://www.crowdstrike.com/blog/whois-numbered-panda/" + ] + } + }, + { + "description": "Moafee is a threat group that appears to operate from the Guandong Province of China. Due to overlapping TTPs, including similar custom tools, Moafee is thought to have a direct or indirect relationship with the threat group DragonOK. .[[Citation: Haq 2014]]", + "uuid": "2e5d3a83-fe00-41a5-9b60-237efc84832f", + "name": "Moafee", + "meta": { + "synonyms": [ + "Moafee" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0002", + "https://www.fireeye.com/blog/threat-research/2014/09/the-path-to-mass-producing-cyber-attacks.html" + ] + } + }, + { + "description": "Threat Group-3390 is a Chinese threat group that has extensively used strategic Web compromises to target victims.[[Citation: Dell TG-3390]]", + "uuid": "fb366179-766c-4a4a-afa1-52bff1fd601c", + "name": "Threat Group-3390", + "meta": { + "synonyms": [ + "Threat Group-3390", + "TG-3390", + "Emissary Panda" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0027", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" + ] + } + }, + { + "description": "DragonOK is a threat group that has targeted Japanese organizations with phishing emails. Due to overlapping TTPs, including similar custom tools, DragonOK is thought to have a direct or indirect relationship with the threat group Moafee. [[Citation: Operation Quantum Entanglement]][[Citation: Symbiotic APT Groups]] It is known to use a variety of malware, including Sysget/HelloBridge, PlugX, PoisonIvy, FormerFirstRat, NFlog, and NewCT. [[Citation: New DragonOK]]", + "uuid": "f3bdec95-3d62-42d9-a840-29630f6cdc1a", + "name": "DragonOK", + "meta": { + "synonyms": [ + "DragonOK" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0017", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-quantum-entanglement.pdf", + "https://dl.mandiant.com/EE/library/MIRcon2014/MIRcon%202014%20R&D%20Track%20Insight%20into%20Symbiotic%20APT.pdf", + "http://researchcenter.paloaltonetworks.com/2015/04/unit-42-identifies-new-dragonok-backdoor-malware-deployed-against-japanese-targets/" + ] + } + }, + { + "description": "APT1 is a Chinese threat group that has been attributed to the 2nd Bureau of the People’s Liberation Army (PLA) General Staff Department’s (GSD) 3rd Department, commonly known by its Military Unit Cover Designator (MUCD) as Unit 61398.[[Citation: Mandiant APT1]]", + "uuid": "6a2e693f-24e5-451a-9f88-b36a108e5662", + "name": "APT1", + "meta": { + "synonyms": [ + "APT1", + "Comment Crew", + "Comment Group", + "Comment Panda" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0006", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + } + }, + { + "description": "Taidoor is a threat group that has operated since at least 2009 and has primarily targeted the Taiwanese government.[[Citation: TrendMicro Taidoor]]", + "uuid": "59140a2e-d117-4206-9b2c-2a8662bd9d46", + "name": "Taidoor", + "meta": { + "synonyms": [ + "Taidoor" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0015", + "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20the%20taidoor%20campaign.pdf" + ] + } + }, + { + "description": "Night Dragon is a threat group that has conducted activity originating primarily in China.[[Citation: McAfee Night Dragon]]", + "uuid": "23b6a0f5-fa95-46f9-a6f3-4549c5e45ec8", + "name": "Night Dragon", + "meta": { + "synonyms": [ + "Night Dragon" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0014", + "http://www.mcafee.com/us/resources/white-papers/wp-global-energy-cyberattacks-night-dragon.pdf" + ] + } + }, + { + "description": "Naikon is a threat group that has focused on targets around the South China Sea.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]", + "uuid": "2a158b0a-7ef8-43cb-9985-bf34d1e12050", + "name": "Naikon", + "meta": { + "synonyms": [ + "Naikon" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0019", + "http://cdn2.hubspot.net/hubfs/454298/Project%20CAMERASHY%20ThreatConnect%20Copyright%202015.pdf", + "https://securelist.com/analysis/publications/69953/the-naikon-apt/", + "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ] + } + }, + { + "description": "Ke3chang is a threat group attributed to actors operating out of China.[[Citation: Villeneuve et al 2014]]", + "uuid": "6713ab67-e25b-49cc-808d-2b36d4fbc35c", + "name": "Ke3chang", + "meta": { + "synonyms": [ + "Ke3chang" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0004", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf" + ] + } + }, + { + "description": "Patchwork is a threat group that was first observed in December 2015. While the group has not been definitively attributed, circumstantial evidence suggests the group may be a pro-Indian or Indian entity. Much of the code used by this group was copied and pasted from online forums.[[Citation: Cymmetria Patchwork]][[Citation: Symantec Patchwork]]", + "uuid": "17862c7d-9e60-48a0-b48e-da4dc4c3f6b0", + "name": "Patchwork", + "meta": { + "synonyms": [ + "Patchwork", + "Dropping Elephant", + "Chinastrats" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0040", + "http://www.symantec.com/connect/blogs/patchwork-cyberespionage-group-expands-targets-governments-wide-range-industries", + "https://s3-us-west-2.amazonaws.com/cymmetria-blog/public/Unveiling%20Patchwork.pdf" + ] + } + }, + { + "description": "APT30 is a threat group suspected to be associated with the Chinese government.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]", + "uuid": "f047ee18-7985-4946-8bfb-4ed754d3a0dd", + "name": "APT30", + "meta": { + "synonyms": [ + "APT30" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0013", + "https://securelist.com/analysis/publications/69953/the-naikon-apt/", + "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ] + } + }, + { + "description": "MONSOON is the name of an espionage campaign that apparently started in December 2015 and was ongoing as of July 2016. It is believed that the actors behind MONSOON are the same actors behind Operation Hangover. While attribution is unclear, the campaign has targeted victims with military and political interests in the Indian Subcontinent.[[Citation: Forcepoint Monsoon]] Operation Hangover has been reported as being Indian in origin, and can be traced back to 2010.[[Citation: Operation Hangover May 2013]]", + "uuid": "9559ecaf-2e75-48a7-aee8-9974020bc772", + "name": "MONSOON", + "meta": { + "synonyms": [ + "MONSOON", + "Operation Hangover" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0042", + "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf", + "http://enterprise-manage.norman.c.bitbit.net/resources/files/Unveiling%20an%20Indian%20Cyberattack%20Infrastructure.pdf" + ] + } + }, + { + "description": "APT17 is a China-based threat group that has conducted network intrusions against U.S. government entities, the defense industry, law firms, information technology companies, mining companies, and non-government organizations.[[Citation: FireEye APT17]]", + "uuid": "090242d7-73fc-4738-af68-20162f7a5aae", + "name": "APT17", + "meta": { + "synonyms": [ + "APT17", + "Deputy Dog" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0025", + "https://www2.fireeye.com/rs/fireye/images/APT17%20Report.pdf" + ] + } + }, + { + "description": "FIN7 is a financially motivated threat group that has primarily targeted the retail and hospitality sectors, often using point-of-sale malware.[[Citation: FireEye FIN7 March 2017]]", + "uuid": "3753cc21-2dae-4dfb-8481-d004e74502cc", + "name": "FIN7", + "meta": { + "synonyms": [ + "FIN7" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0046", + "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html" + ] + } + }, + { + "description": "APT3 is a China-based threat group.[[Citation: FireEye Clandestine Wolf]] This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.[[Citation: FireEye Clandestine Wolf]][[Citation: FireEye Operation Double Tap]] As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.[[Citation: Symantec Buckeye]]", + "uuid": "0bbdf25b-30ff-4894-a1cd-49260d0dd2d9", + "name": "APT3", + "meta": { + "synonyms": [ + "APT3", + "Gothic Panda", + "Pirpi", + "UPS Team", + "Buckeye", + "Threat Group-0110", + "TG-0110" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0022", + "http://www.symantec.com/connect/blogs/buckeye-cyberespionage-group-shifts-gaze-us-hong-kong", + "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html", + "https://www.fireeye.com/blog/threat-research/2014/11/operation%20doubletap.html" + ] + } + }, + { + "description": "GCMAN is a threat group that focuses on targeting banks for the purpose of transferring money to e-currency services.[[Citation: Securelist GCMAN]]", + "uuid": "0ea72cd5-ca30-46ba-bc04-378f701c658f", + "name": "GCMAN", + "meta": { + "synonyms": [ + "GCMAN" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0036", + "https://securelist.com/blog/research/73638/apt-style-bank-robberies-increase-with-metel-gcman-and-carbanak-2-0-attacks/" + ] + } + }, + { + "description": "Lazarus Group is a threat group that has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment. It was responsible for a campaign known as Operation Blockbuster. Malware used by Lazarus Group correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.[[Citation: Novetta Blockbuster]]", + "uuid": "c93fccb1-e8e8-42cf-ae33-2ad1d183913a", + "name": "Lazarus Group", + "meta": { + "synonyms": [ + "Lazarus Group" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0032", + "https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf" + ] + } + }, + { + "description": "Lotus Blossom is threat group that has targeted government and military organizations in Southeast Asia.[[Citation: Lotus Blossom Jun 2015]] It is also known as Spring Dragon.[[Citation: Spring Dragon Jun 2015]]", + "uuid": "88b7dbc2-32d3-4e31-af2f-3fc24e1582d7", + "name": "Lotus Blossom", + "meta": { + "synonyms": [ + "Lotus Blossom", + "Spring Dragon" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0030", + "https://securelist.com/blog/research/70726/the-spring-dragon-apt/", + "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html" + ] + } + }, + { + "description": "Equation is a sophisticated threat group that employs multiple remote access tools. The group is known to use zero-day exploits and has developed the capability to overwrite the firmware of hard disk drives.[[Citation: Kaspersky Equation QA]]", + "uuid": "96e239be-ad99-49eb-b127-3007b8c1bec9", + "name": "Equation", + "meta": { + "synonyms": [ + "Equation" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0020", + "https://securelist.com/files/2015/02/Equation%20group%20questions%20and%20answers.pdf" + ] + } + }, + { + "description": "Darkhotel is a threat group that has been active since at least 2004. The group has conducted activity on hotel and business center Wi‑Fi and physical connections as well as peer-to-peer and file sharing networks. The actors have also conducted spearphishing.[[Citation: Kaspersky Darkhotel]]", + "uuid": "9e729a7e-0dd6-4097-95bf-db8d64911383", + "name": "Darkhotel", + "meta": { + "synonyms": [ + "Darkhotel" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0012", + "https://securelist.com/files/2014/11/darkhotel%20kl%2007.11.pdf" + ] + } + }, + { + "description": "Dragonfly is a cyber espionage group that has been active since at least 2011. They initially targeted defense and aviation companies but shifted to focus on the energy sector in early 2013. They have also targeted companies related to industrial control systems.[[Citation: Symantec Dragonfly]]", + "uuid": "1c63d4ec-0a75-4daa-b1df-0d11af3d3cc1", + "name": "Dragonfly", + "meta": { + "synonyms": [ + "Dragonfly", + "Energetic Bear" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0035", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" + ] + } + }, + { + "description": "Suckfly is a China-based threat group that has been active since at least 2014.[[Citation: Symantec Suckfly March 2016]]", + "uuid": "5cbe0d3b-6fb1-471f-b591-4b192915116d", + "name": "Suckfly", + "meta": { + "synonyms": [ + "Suckfly" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0039", + "http://www.symantec.com/connect/blogs/suckfly-revealing-secret-life-your-code-signing-certificates" + ] + } + }, + { + "description": "Stealth Falcon is a threat group that has conducted targeted spyware attacks against Emirati journalists, activists, and dissidents since at least 2012. Circumstantial evidence suggests there could be a link between this group and the United Arab Emirates (UAE) government, but that has not been confirmed.[[Citation: Citizen Lab Stealth Falcon May 2016]]", + "uuid": "894aab42-3371-47b1-8859-a4a074c804c8", + "name": "Stealth Falcon", + "meta": { + "synonyms": [ + "Stealth Falcon" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0038", + "https://citizenlab.org/2016/05/stealth-falcon/" + ] + } + }, + { + "description": "Scarlet Mimic is a threat group that has targeted minority rights activists. This group has not been directly linked to a government source, but the group's motivations appear to overlap with those of the Chinese government. While there is some overlap between IP addresses used by Scarlet Mimic and Putter Panda, it has not been concluded that the groups are the same.[[Citation: Scarlet Mimic Jan 2016]]", + "uuid": "c5574ca0-d5a4-490a-b207-e4658e5fd1d7", + "name": "Scarlet Mimic", + "meta": { + "synonyms": [ + "Scarlet Mimic" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0029", + "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" + ] + } + }, + { + "description": "Threat Group-1314 is an unattributed threat group that has used compromised credentials to log into a victim's remote access infrastructure.[[Citation: Dell TG-1314]]", + "uuid": "d519164e-f5fa-4b8c-a1fb-cf0172ad0983", + "name": "Threat Group-1314", + "meta": { + "synonyms": [ + "Threat Group-1314", + "TG-1314" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0028", + "http://www.secureworks.com/resources/blog/living-off-the-land/" + ] + } + }, + { + "description": "Turla is a threat group that has infected victims in over 45 countries, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies.[[Citation: Kaspersky Turla]]", + "uuid": "7a19ecb1-3c65-4de3-a230-993516aed6a6", + "name": "Turla", + "meta": { + "synonyms": [ + "Turla", + "Waterbug" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0010", + "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" + ] + } + }, + { + "description": "APT29 is threat group that has been attributed to the Russian government and has operated since at least 2008.[[Citation: F-Secure The Dukes]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee starting in the summer of 2015.[[Citation: Crowdstrike DNC June 2016]]", + "uuid": "899ce53f-13a0-479b-a0e4-67d46e241542", + "name": "APT29", + "meta": { + "synonyms": [ + "APT29", + "The Dukes", + "Cozy Bear" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0016", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf", + "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/" + ] + } + }, + { + "description": "menuPass is a threat group that appears to originate from China and has been active since approximately 2009. The group has targeted healthcare, defense, aerospace, and government sectors, and has targeted Japanese victims since at least 2014.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: Crowdstrike CrowdCast Oct 2013]][[Citation: FireEye Poison Ivy]]", + "uuid": "222fbd21-fc4f-4b7e-9f85-0e6e3a76c33f", + "name": "menuPass", + "meta": { + "synonyms": [ + "menuPass", + "Stone Panda", + "APT10" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0045", + "https://www.slideshare.net/CrowdStrike/crowd-casts-monthly-you-have-an-adversary-problem", + "http://researchcenter.paloaltonetworks.com/2017/02/unit42-menupass-returns-new-malware-new-attacks-japanese-academics-organizations/", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf" + ] + } + }, + { + "description": "Putter Panda is a Chinese threat group that has been attributed to Unit 61486 of the 12th Bureau of the PLA’s 3rd General Staff Department (GSD).[[Citation: CrowdStrike Putter Panda]]", + "uuid": "5ce5392a-3a6c-4e07-9df3-9b6a9159ac45", + "name": "Putter Panda", + "meta": { + "synonyms": [ + "Putter Panda", + "APT2", + "MSUpdater" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0024", + "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" + ] + } + }, + { + "description": "Axiom is a cyber espionage group suspected to be associated with the Chinese government.Winnti Group use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]", + "uuid": "a0cb9370-e39b-44d5-9f50-ef78e412b973", + "name": "Axiom", + "meta": { + "synonyms": [ + "Axiom", + "Group 72" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0001", + "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf", + "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", + "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf", + "https://securelist.com/blog/incidents/70991/games-are-over/" + ] + } + }, + { + "description": "Carbanak is a threat group that mainly targets banks. It also refers to malware of the same name (Carbanak).[[Citation: Kaspersky Carbanak]]", + "uuid": "55033a4d-3ffe-46b2-99b4-2c1541e9ce1c", + "name": "Carbanak", + "meta": { + "synonyms": [ + "Carbanak", + "Anunak" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0008", + "https://securelist.com/files/2015/02/Carbanak%20APT%20eng.pdf" + ] + } + }, + { + "description": "APT18 is a threat group that has operated since at least 2009 and has targeted a range of industries, including technology, manufacturing, human rights groups, government, and medical.[[Citation: Dell Lateral Movement]]", + "uuid": "38fd6a28-3353-4f2b-bb2b-459fecd5c648", + "name": "APT18", + "meta": { + "synonyms": [ + "APT18", + "Threat Group-0416", + "TG-0416", + "Dynamite Panda" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0026", + "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" + ] + } + }, + { + "description": "Gamaredon Group is a threat group that has been active since at least 2013 and has targeted individuals likely involved in the Ukrainian government.[[Citation: Palo Alto Gamaredon Feb 2017]]", + "uuid": "2e290bfe-93b5-48ce-97d6-edcd6d32b7cf", + "name": "Gamaredon Group", + "meta": { + "synonyms": [ + "Gamaredon Group" + ], + "refs": [ + "https://attack.mitre.org/wiki/Group/G0047", + "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/" + ] + } + } + ], + "version": "1", + "type": "intrusion-set", + "authors": [ + "MITRE" + ] +} diff --git a/clusters/mitre_malware.json b/clusters/mitre_malware.json new file mode 100644 index 0000000..c89f4a2 --- /dev/null +++ b/clusters/mitre_malware.json @@ -0,0 +1,1558 @@ +{ + "description": "Name of ATT&CK software", + "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", + "authors": [ + "MITRE" + ], + "source": "https://github.com/mitre/cti", + "type": "malware", + "values": [ + { + "description": "OLDBAIT is a credential harvester used by APT28.[[Citation: FireEye APT28]][[Citation: FireEye APT28 January 2017]]\n\nAliases: OLDBAIT, Sasfis", + "meta": { + "synonyms": [ + "OLDBAIT", + "Sasfis" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0138", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf" + ] + }, + "uuid": "2dd34b01-6110-4aac-835d-b5e7b936b0be", + "name": "OLDBAIT" + }, + { + "description": "CosmicDuke is malware that was used by APT29 from 2010 to 2015.[[Citation: F-Secure The Dukes]]\n\nAliases: CosmicDuke, TinyBaron, BotgenStudios, NemesisGemina", + "meta": { + "synonyms": [ + "CosmicDuke", + "TinyBaron", + "BotgenStudios", + "NemesisGemina" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0050", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "2eb9b131-d333-4a48-9eb4-d8dec46c19ee", + "name": "CosmicDuke" + }, + { + "description": "H1N1 is a malware variant that has been distributed via a campaign using VBA macros to infect victims. Although it initially had only loader capabilities, it has evolved to include information-stealing functionality.[[Citation: Cisco H1N1 Part 1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0132", + "http://blogs.cisco.com/security/h1n1-technical-analysis-reveals-new-capabilities" + ] + }, + "uuid": "f8dfbc54-b070-4224-b560-79aaa5f835bd", + "name": "H1N1" + }, + { + "description": "SPACESHIP is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0035", + "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ] + }, + "uuid": "8b880b41-5139-4807-baa9-309690218719", + "name": "SPACESHIP" + }, + { + "description": "Hi-Zor is a remote access tool (RAT) that has characteristics similar to Sakula. It was used in a campaign named INOCNATION.[[Citation: Fidelis Hi-Zor]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0087", + "http://www.threatgeek.com/2016/01/introducing-hi-zor-rat.html" + ] + }, + "uuid": "5967cc93-57c9-404a-8ffd-097edfa7bdfc", + "name": "Hi-Zor" + }, + { + "description": "TEXTMATE is a second-stage PowerShell backdoor that is memory-resident. It was observed being used along with POWERSOURCE in February 2017.[[Citation: FireEye FIN7 March 2017]]\n\nAliases: TEXTMATE, DNSMessenger", + "meta": { + "synonyms": [ + "TEXTMATE", + "DNSMessenger" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0146", + "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html" + ] + }, + "uuid": "4f6aa78c-c3d4-4883-9840-96ca2f5d6d47", + "name": "TEXTMATE" + }, + { + "description": "Net Crawler is an intranet worm capable of extracting credentials using credential dumpers and spreading to systems on a network over SMB by brute forcing accounts with recovered passwords and using PsExec to execute a copy of Net Crawler.[[Citation: Cylance Cleaver]]\n\nAliases: Net Crawler, NetC", + "meta": { + "synonyms": [ + "Net Crawler", + "NetC" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0056", + "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ] + }, + "uuid": "fde50aaa-f5de-4cb8-989a-babb57d6a704", + "name": "Net Crawler" + }, + { + "description": "BlackEnergy is a malware toolkit that has been used by both criminal and APT actors. It dates back to at least 2007 and was originally designed to create botnets for use in conducting Distributed Denial of Service (DDoS) attacks, but its use has evolved to support various plug-ins. It is well known for being used during the confrontation between Georgia and Russia in 2008, as well as in targeting Ukrainian institutions. Variants include BlackEnergy 2 and BlackEnergy 3.[[Citation: F-Secure BlackEnergy 2014]]\n\nAliases: BlackEnergy, Black Energy", + "meta": { + "synonyms": [ + "BlackEnergy", + "Black Energy" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0089", + "https://www.f-secure.com/documents/996508/1030745/blackenergy%20whitepaper.pdf" + ] + }, + "uuid": "54cc1d4f-5c53-4f0e-9ef5-11b4998e82e4", + "name": "BlackEnergy" + }, + { + "description": "Pisloader is a malware family that is notable due to its use of DNS as a C2 protocol as well as its use of anti-analysis tactics. It has been used by APT18 and is similar to another malware family, HTTPBrowser, that has been used by the group.[[Citation: Palo Alto DNS Requests]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0124", + "http://researchcenter.paloaltonetworks.com/2016/05/unit42-new-wekby-attacks-use-dns-requests-as-command-and-control-mechanism/" + ] + }, + "uuid": "b96680d1-5eb3-4f07-b95c-00ab904ac236", + "name": "Pisloader" + }, + { + "description": "Backdoor.Oldrea is a backdoor used by Dragonfly. It appears to be custom malware authored by the group or specifically for it.[[Citation: Symantec Dragonfly]]\n\nAliases: Backdoor.Oldrea, Havex", + "meta": { + "synonyms": [ + "Backdoor.Oldrea", + "Havex" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0093", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" + ] + }, + "uuid": "083bb47b-02c8-4423-81a2-f9ef58572974", + "name": "Backdoor.Oldrea" + }, + { + "description": "ChChes is a Trojan that appears to be used exclusively by menuPass. It was used to target Japanese organizations in 2016. Its lack of persistence methods suggests it may be intended as a first-stage tool.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: JPCERT ChChes Feb 2017]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0144", + "http://researchcenter.paloaltonetworks.com/2017/02/unit42-menupass-returns-new-malware-new-attacks-japanese-academics-organizations/", + "http://blog.jpcert.or.jp/2017/02/chches-malware--93d6.html" + ] + }, + "uuid": "dc5d1a33-62aa-4a0c-aa8c-589b87beb11e", + "name": "ChChes" + }, + { + "description": "Hacking Team UEFI Rootkit is a rootkit developed by the company Hacking Team as a method of persistence for remote access software.[[Citation: TrendMicro Hacking Team UEFI]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0047", + "http://blog.trendmicro.com/trendlabs-security-intelligence/hacking-team-uses-uefi-bios-rootkit-to-keep-rcs-9-agent-in-target-systems/" + ] + }, + "uuid": "4b62ab58-c23b-4704-9c15-edd568cd59f8", + "name": "Hacking Team UEFI Rootkit" + }, + { + "description": "httpclient is malware used by Putter Panda. It is a simple tool that provides a limited range of functionality, suggesting it is likely used as a second-stage or supplementary/backup tool.[[Citation: CrowdStrike Putter Panda]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0068", + "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" + ] + }, + "uuid": "e8268361-a599-4e45-bd3f-71c8c7e700c0", + "name": "httpclient" + }, + { + "description": "Downdelph is a first-stage downloader written in Delphi that has been used by APT28 in rare instances between 2013 and 2015.[[Citation: ESET Sednit Part 3]]\n\nAliases: Downdelph, Delphacy", + "meta": { + "synonyms": [ + "Downdelph", + "Delphacy" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0134", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf" + ] + }, + "uuid": "08d20cd2-f084-45ee-8558-fa6ef5a18519", + "name": "Downdelph" + }, + { + "description": "StreamEx is a malware family that has been used by Deep Panda since at least 2015. In 2016, it was distributed via legitimate compromised Korean websites.[[Citation: Cylance Shell Crew Feb 2017]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0142", + "https://www.cylance.com/shell-crew-variants-continue-to-fly-under-big-avs-radar" + ] + }, + "uuid": "91000a8a-58cc-4aba-9ad0-993ad6302b86", + "name": "StreamEx" + }, + { + "description": "Psylo is a shellcode-based Trojan that has been used by Scarlet Mimic. It has similar characteristics as FakeM.[[Citation: Scarlet Mimic Jan 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0078", + "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" + ] + }, + "uuid": "dfb5fa9b-3051-4b97-8035-08f80aef945b", + "name": "Psylo" + }, + { + "description": "HDoor is malware that has been customized and used by the Naikon group.[[Citation: Baumgartner Naikon 2015]]\n\nAliases: HDoor, Custom HDoor", + "meta": { + "synonyms": [ + "HDoor", + "Custom HDoor" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0061", + "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ] + }, + "uuid": "007b44b6-e4c5-480b-b5b9-56f2081b1b7b", + "name": "HDoor" + }, + { + "description": "TinyZBot is a bot written in C# that was developed by Cleaver.[[Citation: Cylance Cleaver]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0004", + "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ] + }, + "uuid": "c0c45d38-fe57-4cd4-b2b2-9ecd0ddd4ca9", + "name": "TinyZBot" + }, + { + "description": "BACKSPACE is a backdoor used by APT30 that dates back to at least 2005.[[Citation: FireEye APT30]]\n\nAliases: BACKSPACE, Lecna", + "meta": { + "synonyms": [ + "BACKSPACE", + "Lecna" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0031", + "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ] + }, + "uuid": "fb261c56-b80e-43a9-8351-c84081e7213d", + "name": "BACKSPACE" + }, + { + "description": "PinchDuke is malware that was used by APT29 from 2008 to 2010.[[Citation: F-Secure The Dukes]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0048", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "ae9d818d-95d0-41da-b045-9cabea1ca164", + "name": "PinchDuke" + }, + { + "description": "CloudDuke is malware that was used by APT29 in 2015.[[Citation: F-Secure The Dukes]]\n\nAliases: CloudDuke, MiniDionis, CloudLook", + "meta": { + "synonyms": [ + "CloudDuke", + "MiniDionis", + "CloudLook" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0054", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "cbf646f1-7db5-4dc6-808b-0094313949df", + "name": "CloudDuke" + }, + { + "description": "WinMM is a full-featured, simple backdoor used by Naikon.[[Citation: Baumgartner Naikon 2015]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0059", + "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ] + }, + "uuid": "22addc7b-b39f-483d-979a-1b35147da5de", + "name": "WinMM" + }, + { + "description": "MobileOrder is a Trojan intended to compromise Android mobile devices. It has been used by Scarlet Mimic.[[Citation: Scarlet Mimic Jan 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0079", + "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" + ] + }, + "uuid": "463f68f1-5cde-4dc2-a831-68b73488f8f4", + "name": "MobileOrder" + }, + { + "description": "Sys10 is a backdoor that was used throughout 2013 by Naikon.[[Citation: Baumgartner Naikon 2015]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0060", + "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ] + }, + "uuid": "7f8730af-f683-423f-9ee1-5f6875a80481", + "name": "Sys10" + }, + { + "description": "Duqu is a malware platform that uses a modular approach to extend functionality after deployment within a target network.[[Citation: Symantec W32.Duqu]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0038", + "https://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/w32%20duqu%20the%20precursor%20to%20the%20next%20stuxnet.pdf" + ] + }, + "uuid": "68dca94f-c11d-421e-9287-7c501108e18c", + "name": "Duqu" + }, + { + "description": "FakeM is a shellcode-based Windows backdoor that has been used by Scarlet Mimic.[[Citation: Scarlet Mimic Jan 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0076", + "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" + ] + }, + "uuid": "bb3c1098-d654-4620-bf40-694386d28921", + "name": "FakeM" + }, + { + "description": "SHIPSHAPE is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0028", + "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ] + }, + "uuid": "b1de6916-7a22-4460-8d26-6b5483ffaa2a", + "name": "SHIPSHAPE" + }, + { + "description": "T9000 is a backdoor that is a newer variant of the T5000 malware family, also known as Plat1. Its primary function is to gather information about the victim. It has been used in multiple targeted attacks against U.S.-based organizations.[[Citation: FireEye admin@338 March 2014]][[Citation: Palo Alto T9000 Feb 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0098", + "https://www.fireeye.com/blog/threat-research/2014/03/spear-phishing-the-news-cycle-apt-actors-leverage-interest-in-the-disappearance-of-malaysian-flight-mh-370.html", + "http://researchcenter.paloaltonetworks.com/2016/02/t9000-advanced-modular-backdoor-uses-complex-anti-analysis-techniques/" + ] + }, + "uuid": "876f6a77-fbc5-4e13-ab1a-5611986730a3", + "name": "T9000" + }, + { + "description": "BS2005 is malware that was used by Ke3chang in spearphishing campaigns since at least 2011.[[Citation: Villeneuve et al 2014]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0014", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf" + ] + }, + "uuid": "67fc172a-36fa-4a35-88eb-4ba730ed52a6", + "name": "BS2005" + }, + { + "description": "WEBC2 is a backdoor used by APT1 to retrieve a Web page from a predetermined C2 server.[[Citation: Mandiant APT1 Appendix]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0109", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report-appendix.zip" + ] + }, + "uuid": "1d808f62-cf63-4063-9727-ff6132514c22", + "name": "WEBC2" + }, + { + "description": "PlugX is a remote access tool (RAT) that uses modular plugins.[[Citation: Lastline PlugX Analysis]] It has been used by multiple threat groups.[[Citation: FireEye Clandestine Fox Part 2]][[Citation: New DragonOK]][[Citation: Dell TG-3390]]\n\nAliases: PlugX, Sogu, Kaba", + "meta": { + "synonyms": [ + "PlugX", + "Sogu", + "Kaba" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0013", + "https://www.fireeye.com/blog/threat-research/2014/06/clandestine-fox-part-deux.html", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/", + "http://labs.lastline.com/an-analysis-of-plugx", + "http://researchcenter.paloaltonetworks.com/2015/04/unit-42-identifies-new-dragonok-backdoor-malware-deployed-against-japanese-targets/" + ] + }, + "uuid": "64fa0de0-6240-41f4-8638-f4ca7ed528fd", + "name": "PlugX" + }, + { + "description": "Misdat is a backdoor that was used by Dust Storm from 2010 to 2011.[[Citation: Cylance Dust Storm]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0083", + "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" + ] + }, + "uuid": "0db09158-6e48-4e7c-8ce7-2b10b9c0c039", + "name": "Misdat" + }, + { + "description": "Taidoor is malware that has been used since at least 2010, primarily to target Taiwanese government organizations.[[Citation: TrendMicro Taidoor]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0011", + "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20the%20taidoor%20campaign.pdf" + ] + }, + "uuid": "b143dfa4-e944-43ff-8429-bfffc308c517", + "name": "Taidoor" + }, + { + "description": "MoonWind is a remote access tool (RAT) that was used in 2016 to target organizations in Thailand.[[Citation: Palo Alto MoonWind March 2017]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0149", + "http://researchcenter.paloaltonetworks.com/2017/03/unit42-trochilus-rat-new-moonwind-rat-used-attack-thai-utility-organizations/" + ] + }, + "uuid": "9ea525fa-b0a9-4dde-84f2-bcea0137b3c1", + "name": "MoonWind" + }, + { + "description": "Crimson is malware used as part of a campaign known as Operation Transparent Tribe that targeted Indian diplomatic and military victims.[[Citation: Proofpoint Operation Transparent Tribe March 2016]]\n\nAliases: Crimson, MSIL/Crimson", + "meta": { + "synonyms": [ + "Crimson", + "MSIL/Crimson" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0115", + "https://www.proofpoint.com/sites/default/files/proofpoint-operation-transparent-tribe-threat-insight-en.pdf" + ] + }, + "uuid": "326af1cd-78e7-45b7-a326-125d2f7ef8f2", + "name": "Crimson" + }, + { + "description": "Rover is malware suspected of being used for espionage purposes. It was used in 2015 in a targeted email sent to an Indian Ambassador to Afghanistan.[[Citation: Palo Alto Rover]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0090", + "http://researchcenter.paloaltonetworks.com/2016/02/new-malware-rover-targets-indian-ambassador-to-afghanistan/" + ] + }, + "uuid": "6b616fc1-1505-48e3-8b2c-0d19337bff38", + "name": "Rover" + }, + { + "description": "ZLib is a full-featured backdoor that was used as a second-stage implant by Dust Storm from 2014 to 2015. It is malware and should not be confused with the compression library from which its name is derived.[[Citation: Cylance Dust Storm]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0086", + "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" + ] + }, + "uuid": "166c0eca-02fd-424a-92c0-6b5106994d31", + "name": "ZLib" + }, + { + "description": "PowerDuke is a backdoor that was used by APT29 in 2016. It has primarily been delivered through Microsoft Word or Excel attachments containing malicious macros.[[Citation: Volexity PowerDuke November 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0139", + "https://www.volexity.com/blog/2016/11/09/powerduke-post-election-spear-phishing-campaigns-targeting-think-tanks-and-ngos/" + ] + }, + "uuid": "00c3bfcb-99bd-4767-8c03-b08f585f5c8a", + "name": "PowerDuke" + }, + { + "description": "HTTPBrowser is malware that has been used by several threat groups.[[Citation: ThreatStream Evasion Analysis]][[Citation: Dell TG-3390]] It is believed to be of Chinese origin.[[Citation: ThreatConnect Anthem]]\n\nAliases: HTTPBrowser, Token Control, HttpDump", + "meta": { + "synonyms": [ + "HTTPBrowser", + "Token Control", + "HttpDump" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0070", + "https://www.threatstream.com/blog/evasive-maneuvers-the-wekby-group-attempts-to-evade-analysis-via-custom-rop", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/", + "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" + ] + }, + "uuid": "e066bf86-9cfb-407a-9d25-26fd5d91e360", + "name": "HTTPBrowser" + }, + { + "description": "HAMMERTOSS is a backdoor that was used by APT29 in 2015.[[Citation: FireEye APT29]][[Citation: F-Secure The Dukes]]\n\nAliases: HAMMERTOSS, HammerDuke, NetDuke", + "meta": { + "synonyms": [ + "HAMMERTOSS", + "HammerDuke", + "NetDuke" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0037", + "https://www2.fireeye.com/rs/848-DID-242/images/rpt-apt29-hammertoss.pdf", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "2daa14d6-cbf3-4308-bb8e-213c324a08e4", + "name": "HAMMERTOSS" + }, + { + "description": "PoisonIvy is a popular remote access tool (RAT) that has been used by many groups.[[Citation: FireEye Poison Ivy]]\n\nAliases: PoisonIvy, Poison Ivy", + "meta": { + "synonyms": [ + "PoisonIvy", + "Poison Ivy" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0012", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf" + ] + }, + "uuid": "b42378e0-f147-496f-992a-26a49705395b", + "name": "PoisonIvy" + }, + { + "description": "Carbanak is a remote backdoor used by a group of the same name (Carbanak). It is intended for espionage, data exfiltration, and providing remote access to infected machines.[[Citation: Kaspersky Carbanak]]\n\nAliases: Carbanak, Anunak", + "meta": { + "synonyms": [ + "Carbanak", + "Anunak" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0030", + "https://securelist.com/files/2015/02/Carbanak%20APT%20eng.pdf" + ] + }, + "uuid": "72f54d66-675d-4587-9bd3-4ed09f9522e4", + "name": "Carbanak" + }, + { + "description": "Ixeshe is a malware family that has been used since 2009 to attack targets in East Asia.[[Citation: Moran 2013]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0015", + "https://www.fireeye.com/blog/threat-research/2013/08/survival-of-the-fittest-new-york-times-attackers-evolve-quickly.html" + ] + }, + "uuid": "8beac7c2-48d2-4cd9-9b15-6c452f38ac06", + "name": "Ixeshe" + }, + { + "description": "BADNEWS is malware that has been used by the actors responsible for the MONSOON campaign. Its name was given due to its use of RSS feeds, forums, and blogs for command and control.[[Citation: Forcepoint Monsoon]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0128", + "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" + ] + }, + "uuid": "e9595678-d269-469e-ae6b-75e49259de63", + "name": "BADNEWS" + }, + { + "description": "Flame is a sophisticated toolkit that has been used to collect information since at least 2010, largely targeting Middle East countries.[[Citation: Kaspersky Flame]]\n\nAliases: Flame, Flamer, sKyWIper", + "meta": { + "synonyms": [ + "Flame", + "Flamer", + "sKyWIper" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0143", + "https://securelist.com/blog/incidents/34344/the-flame-questions-and-answers-51/" + ] + }, + "uuid": "ff6840c9-4c87-4d07-bbb6-9f50aa33d498", + "name": "Flame" + }, + { + "description": "RIPTIDE is a proxy-aware backdoor used by APT12.[[Citation: Moran 2014]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0003", + "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html" + ] + }, + "uuid": "ad4f146f-e3ec-444a-ba71-24bffd7f0f8e", + "name": "RIPTIDE" + }, + { + "description": "CozyCar is malware that was used by APT29 from 2010 to 2015. It is a modular malware platform, and its backdoor component can be instructed to download and execute a variety of modules with different functionality.[[Citation: F-Secure The Dukes]]\n\nAliases: CozyCar, CozyDuke, CozyBear, Cozer, EuroAPT", + "meta": { + "synonyms": [ + "CozyCar", + "CozyDuke", + "CozyBear", + "Cozer", + "EuroAPT" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0046", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "e6ef745b-077f-42e1-a37d-29eecff9c754", + "name": "CozyCar" + }, + { + "description": "Mivast is a backdoor that has been used by Deep Panda. It was reportedly used in the Anthem breach.[[Citation: Symantec Black Vine]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0080", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/the-black-vine-cyberespionage-group.pdf" + ] + }, + "uuid": "fbb470da-1d44-4f29-bbb3-9efbe20f94a3", + "name": "Mivast" + }, + { + "description": "Cherry Picker is a point of sale (PoS) memory scraper.[[Citation: Trustwave Cherry Picker]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0107", + "https://www.trustwave.com/Resources/SpiderLabs-Blog/Shining-the-Spotlight-on-Cherry-Picker-PoS-Malware/" + ] + }, + "uuid": "b2203c59-4089-4ee4-bfe1-28fa25f0dbfe", + "name": "Cherry Picker" + }, + { + "description": "XTunnel a VPN-like network proxy tool that can relay traffic between a C2 server and a victim. It was first seen in May 2013 and reportedly used by APT28 during the compromise of the Democratic National Committee.[[Citation: Crowdstrike DNC June 2016]][[Citation: Invincea XTunnel]][[Citation: ESET Sednit Part 2]]\n\nAliases: XTunnel, X-Tunnel, XAPS", + "meta": { + "synonyms": [ + "XTunnel", + "X-Tunnel", + "XAPS" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0117", + "https://www.invincea.com/2016/07/tunnel-of-gov-dnc-hack-and-the-russian-xtunnel/", + "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" + ] + }, + "uuid": "7343e208-7cab-45f2-a47b-41ba5e2f0fab", + "name": "XTunnel" + }, + { + "description": "GeminiDuke is malware that was used by APT29 from 2009 to 2012.[[Citation: F-Secure The Dukes]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0049", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "199463de-d9be-46d6-bb41-07234c1dd5a6", + "name": "GeminiDuke" + }, + { + "description": "Sakula is a remote access tool (RAT) that first surfaced in 2012 and was used in intrusions throughout 2015.[[Citation: Dell Sakula]]\n\nAliases: Sakula, Sakurel, VIPER", + "meta": { + "synonyms": [ + "Sakula", + "Sakurel", + "VIPER" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0074", + "http://www.secureworks.com/cyber-threat-intelligence/threats/sakula-malware-family/" + ] + }, + "uuid": "96b08451-b27a-4ff6-893f-790e26393a8e", + "name": "Sakula" + }, + { + "description": "Agent.btz is a worm that primarily spreads itself via removable devices such as USB drives. It reportedly infected U.S. military networks in 2008.[[Citation: Securelist Agent.btz]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0092", + "https://securelist.com/blog/virus-watch/58551/agent-btz-a-source-of-inspiration/" + ] + }, + "uuid": "40d3e230-ed32-469f-ba89-be70cc08ab39", + "name": "Agent.btz" + }, + { + "description": "Prikormka is a malware family used in a campaign known as Operation Groundbait. It has predominantly been observed in Ukraine and was used as early as 2008.[[Citation: ESET Operation Groundbait]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0113", + "http://www.welivesecurity.com/wp-content/uploads/2016/05/Operation-Groundbait.pdf" + ] + }, + "uuid": "37cc7eb6-12e3-467b-82e8-f20f2cc73c69", + "name": "Prikormka" + }, + { + "description": "NETEAGLE is a backdoor developed by APT30 with compile dates as early as 2008. It has two main variants known as “Scout” and “Norton.”[[Citation: FireEye APT30]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0034", + "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ] + }, + "uuid": "53cf6cc4-65aa-445a-bcf8-c3d296f8a7a2", + "name": "NETEAGLE" + }, + { + "description": "USBStealer is malware that has used by APT28 since at least 2005 to extract information from air-gapped networks. It does not have the capability to communicate over the Internet and has been used in conjunction with ADVSTORESHELL.[[Citation: ESET Sednit USBStealer 2014]][[Citation: Kaspersky Sofacy]]\n\nAliases: USBStealer, USB Stealer, Win32/USBStealer", + "meta": { + "synonyms": [ + "USBStealer", + "USB Stealer", + "Win32/USBStealer" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0136", + "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", + "http://www.welivesecurity.com/2014/11/11/sednit-espionage-group-attacking-air-gapped-networks/" + ] + }, + "uuid": "af2ad3b7-ab6a-4807-91fd-51bcaff9acbb", + "name": "USBStealer" + }, + { + "description": "CALENDAR is malware used by APT1 that mimics legitimate Gmail Calendar traffic.[[Citation: Mandiant APT1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0025", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "uuid": "5a84dc36-df0d-4053-9b7c-f0c388a57283", + "name": "CALENDAR" + }, + { + "description": "Regin is a malware platform that has targeted victims in a range of industries, including telecom, government, and financial institutions. Some Regin timestamps date back to 2003.[[Citation: Kaspersky Regin]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0019", + "https://securelist.com/files/2014/11/Kaspersky%20Lab%20whitepaper%20Regin%20platform%20eng.pdf" + ] + }, + "uuid": "4c59cce8-cb48-4141-b9f1-f646edfaadb0", + "name": "Regin" + }, + { + "description": "AutoIt is a backdoor that has been used by the actors responsible for the MONSOON campaign. The actors frequently used it in weaponized .pps files exploiting CVE-2014-6352.[[Citation: Forcepoint Monsoon]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0129", + "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" + ] + }, + "uuid": "f5352566-1a64-49ac-8f7f-97e1d1a03300", + "name": "AutoIt" + }, + { + "description": "Pteranodon is a custom backdoor used by Gamaredon Group.[[Citation: Palo Alto Gamaredon Feb 2017]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0147", + "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/" + ] + }, + "uuid": "5f9f7648-04ba-4a9f-bb4c-2a13e74572bd", + "name": "Pteranodon" + }, + { + "description": "RARSTONE is malware used by the Naikon group that has some characteristics similar to PlugX.[[Citation: Aquino RARSTONE]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0055", + "http://blog.trendmicro.com/trendlabs-security-intelligence/rarstone-found-in-targeted-attacks/" + ] + }, + "uuid": "8c553311-0baa-4146-997a-f79acef3d831", + "name": "RARSTONE" + }, + { + "description": "SHOTPUT is a custom backdoor used by APT3.[[Citation: FireEye Clandestine Wolf]]\n\nAliases: SHOTPUT, Backdoor.APT.CookieCutter, Pirpi", + "meta": { + "synonyms": [ + "SHOTPUT", + "Backdoor.APT.CookieCutter", + "Pirpi" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0063", + "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html" + ] + }, + "uuid": "58adaaa8-f1e8-4606-9a08-422e568461eb", + "name": "SHOTPUT" + }, + { + "description": "Trojan.Karagany is a backdoor primarily used for recon. The source code for it was leaked in 2010 and it is sold on underground forums.[[Citation: Symantec Dragonfly]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0094", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" + ] + }, + "uuid": "82cb34ba-02b5-432b-b2d2-07f55cbf674d", + "name": "Trojan.Karagany" + }, + { + "description": "Kasidet is a backdoor that has been dropped by using malicious VBA macros.[[Citation: Zscaler Kasidet]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0088", + "http://research.zscaler.com/2016/01/malicious-office-files-dropping-kasidet.html" + ] + }, + "uuid": "26fed817-e7bf-41f9-829a-9075ffac45c2", + "name": "Kasidet" + }, + { + "description": "CHOPSTICK is malware family of modular backdoors used by APT28. It has been used from at least November 2012 to August 2016 and is usually dropped on victims as second-stage malware, though it has been used as first-stage malware in several cases.[[Citation: FireEye APT28]][[Citation: ESET Sednit Part 2]][[Citation: FireEye APT28 January 2017]]\n\nAliases: CHOPSTICK, SPLM, Xagent, X-Agent, webhp", + "meta": { + "synonyms": [ + "CHOPSTICK", + "SPLM", + "Xagent", + "X-Agent", + "webhp" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0023", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" + ] + }, + "uuid": "ccd61dfc-b03f-4689-8c18-7c97eab08472", + "name": "CHOPSTICK" + }, + { + "description": "MiniDuke is malware that was used by APT29 from 2010 to 2015. The MiniDuke toolset consists of multiple downloader and backdoor components. The loader has been used with other MiniDuke components as well as in conjunction with CosmicDuke and PinchDuke.[[Citation: F-Secure The Dukes]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0051", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "5e7ef1dc-7fb6-4913-ac75-e06113b59e0c", + "name": "MiniDuke" + }, + { + "description": "BBSRAT is malware with remote access tool functionality that has been used in targeted compromises.[[Citation: Palo Alto Networks BBSRAT]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0127", + "http://researchcenter.paloaltonetworks.com/2015/12/bbsrat-attacks-targeting-russian-organizations-linked-to-roaming-tiger/" + ] + }, + "uuid": "64d76fa5-cf8f-469c-b78c-1a4f7c5bad80", + "name": "BBSRAT" + }, + { + "description": "Elise is a custom backdoor Trojan that appears to be used exclusively by Lotus Blossom. It is part of a larger group of\ntools referred to as LStudio, ST Group, and APT0LSTU.[[Citation: Lotus Blossom Jun 2015]]\n\nAliases: Elise, BKDR_ESILE, Page", + "meta": { + "synonyms": [ + "Elise", + "BKDR_ESILE", + "Page" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0081", + "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html" + ] + }, + "uuid": "7551188b-8f91-4d34-8350-0d0c57b2b913", + "name": "Elise" + }, + { + "description": "BISCUIT is a backdoor that has been used by APT1 since as early as 2007.[[Citation: Mandiant APT1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0017", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "uuid": "b8eb28e4-48a6-40ae-951a-328714f75eda", + "name": "BISCUIT" + }, + { + "description": "Uroburos is a rootkit used by Turla.[[Citation: Kaspersky Turla]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0022", + "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" + ] + }, + "uuid": "80a014ba-3fef-4768-990b-37d8bd10d7f4", + "name": "Uroburos" + }, + { + "description": "POWERSOURCE is a PowerShell backdoor that is a heavily obfuscated and modified version of the publicly available tool DNS_TXT_Pwnage. It was observed in February 2017 in spearphishing campaigns against personnel involved with United States Securities and Exchange Commission (SEC) filings at various organizations. The malware was delivered when macros were enabled by the victim and a VBS script was dropped.[[Citation: FireEye FIN7 March 2017]][[Citation: Cisco DNSMessenger March 2017]]\n\nAliases: POWERSOURCE, DNSMessenger", + "meta": { + "synonyms": [ + "POWERSOURCE", + "DNSMessenger" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0145", + "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html", + "http://blog.talosintelligence.com/2017/03/dnsmessenger.html" + ] + }, + "uuid": "17e919aa-4a49-445c-b103-dbb8df9e7351", + "name": "POWERSOURCE" + }, + { + "description": "hcdLoader is a remote access tool (RAT) that has been used by APT18.[[Citation: Dell Lateral Movement]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0071", + "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" + ] + }, + "uuid": "9e2bba94-950b-4fcf-8070-cb3f816c5f4e", + "name": "hcdLoader" + }, + { + "description": "Zeroaccess is a kernel-mode Rootkit that attempts to add victims to the ZeroAccess botnet, often for monetary gain.[[Citation: Sophos ZeroAccess]]\n\nAliases: Zeroaccess, Trojan.Zeroaccess", + "meta": { + "synonyms": [ + "Zeroaccess", + "Trojan.Zeroaccess" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0027", + "https://sophosnews.files.wordpress.com/2012/04/zeroaccess2.pdf" + ] + }, + "uuid": "552462b9-ae79-49dd-855c-5973014e157f", + "name": "Zeroaccess" + }, + { + "description": "Skeleton Key is malware used to inject false credentials into domain controllers with the intent of creating a backdoor password.Skeleton Key is included as a module in Mimikatz.", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0007", + "http://www.secureworks.com/cyber-threat-intelligence/threats/skeleton-key-malware-analysis/" + ] + }, + "uuid": "89f63ae4-f229-4a5c-95ad-6f22ed2b5c49", + "name": "Skeleton Key" + }, + { + "description": "Shamoon is malware that was first used by an Iranian group known as the \"Cutting Sword of Justice\" in 2012. The 2.0 version was seen in 2016 targeting Middle Eastern states.[[Citation: FireEye Shamoon Nov 2016]][[Citation: Palo Alto Shamoon Nov 2016]]\n\nAliases: Shamoon, Disttrack", + "meta": { + "synonyms": [ + "Shamoon", + "Disttrack" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0140", + "http://researchcenter.paloaltonetworks.com/2016/11/unit42-shamoon-2-return-disttrack-wiper/", + "https://www.fireeye.com/blog/threat-research/2016/11/fireeye%20respondsto.html" + ] + }, + "uuid": "8901ac23-6b50-410c-b0dd-d8174a86f9b3", + "name": "Shamoon" + }, + { + "description": "4H RAT is malware that has been used by Putter Panda since at least 2007.[[Citation: CrowdStrike Putter Panda]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0065", + "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" + ] + }, + "uuid": "8e461ca3-0996-4e6e-a0df-e2a5bbc51ebc", + "name": "4H RAT" + }, + { + "description": "BOOTRASH is a Bootkit that targets Windows operating systems. It has been used by threat actors that target the financial sector.[[Citation: MTrends 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0114", + "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" + ] + }, + "uuid": "da2ef4a9-7cbe-400a-a379-e2f230f28db3", + "name": "BOOTRASH" + }, + { + "description": "China Chopper is a Threat Group-3390.[[Citation: Dell TG-3390]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0020", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/", + "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" + ] + }, + "uuid": "5a3a31fe-5a8f-48e1-bff0-a753e5b1be70", + "name": "China Chopper" + }, + { + "description": "Wiper is a family of destructive malware used in March 2013 during breaches of South Korean banks and media companies.[[Citation: Dell Wiper]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0041", + "http://www.secureworks.com/cyber-threat-intelligence/threats/wiper-malware-analysis-attacking-korean-financial-sector/" + ] + }, + "uuid": "a19c49aa-36fe-4c05-b817-23e1c7a7d085", + "name": "Wiper" + }, + { + "description": "Unknown Logger is a publicly released, free backdoor. Version 1.5 of the backdoor has been used by the actors responsible for the MONSOON campaign.[[Citation: Forcepoint Monsoon]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0130", + "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" + ] + }, + "uuid": "ab3580c8-8435-4117-aace-3d9fbe46aa56", + "name": "Unknown Logger" + }, + { + "description": "gh0st is a remote access tool (RAT). The source code is public and it has been used by many groups.[[Citation: FireEye Hacking Team]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0032", + "https://www.fireeye.com/blog/threat-research/2015/07/demonstrating%20hustle.html" + ] + }, + "uuid": "88c621a7-aef9-4ae0-94e3-1fc87123eb24", + "name": "gh0st" + }, + { + "description": "CORESHELL is a downloader used by APT28. The older versions of this malware are known as SOURFACE and newer versions as CORESHELL. It has also been referred to as Sofacy, though that term has been used widely to refer to both the group APT28 and malware families associated with the group.[[Citation: FireEye APT28]][[Citation: FireEye APT28 January 2017]]\n\nAliases: CORESHELL, SOURFACE", + "meta": { + "synonyms": [ + "CORESHELL", + "SOURFACE" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0137", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf" + ] + }, + "uuid": "60c18d06-7b91-4742-bae3-647845cd9d81", + "name": "CORESHELL" + }, + { + "description": "Remsec is a modular backdoor that has been used by Strider and appears to have been designed primarily for espionage purposes. Many of its modules are written in Lua.[[Citation: Symantec Strider Blog]]\n\nAliases: Remsec, Backdoor.Remsec, ProjectSauron", + "meta": { + "synonyms": [ + "Remsec", + "Backdoor.Remsec", + "ProjectSauron" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0125", + "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets" + ] + }, + "uuid": "69d6f4a9-fcf0-4f51-bca7-597c51ad0bb8", + "name": "Remsec" + }, + { + "description": "FLASHFLOOD is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0036", + "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ] + }, + "uuid": "43213480-78f7-4fb3-976f-d48f5f6a4c2a", + "name": "FLASHFLOOD" + }, + { + "description": "TINYTYPHON is a backdoor that has been used by the actors responsible for the MONSOON campaign. The majority of its code was reportedly taken from the MyDoom worm.[[Citation: Forcepoint Monsoon]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0131", + "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" + ] + }, + "uuid": "85b39628-204a-48d2-b377-ec368cbcb7ca", + "name": "TINYTYPHON" + }, + { + "description": "SeaDuke is malware that was used by APT29 from 2014 to 2015. It was used primarily as a secondary backdoor for victims that were already compromised with CozyCar.[[Citation: F-Secure The Dukes]]\n\nAliases: SeaDuke, SeaDaddy, SeaDesk", + "meta": { + "synonyms": [ + "SeaDuke", + "SeaDaddy", + "SeaDesk" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0053", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "67e6d66b-1b82-4699-b47a-e2efb6268d14", + "name": "SeaDuke" + }, + { + "description": "ADVSTORESHELL is a spying backdoor that has been used by APT28 from at least 2012 to 2016. It is generally used for long-term espionage and is deployed on targets deemed interesting after a reconnaissance phase.[[Citation: Kaspersky Sofacy]][[Citation: ESET Sednit Part 2]]\n\nAliases: ADVSTORESHELL, NETUI, EVILTOSS, AZZY, Sedreco", + "meta": { + "synonyms": [ + "ADVSTORESHELL", + "NETUI", + "EVILTOSS", + "AZZY", + "Sedreco" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0045", + "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" + ] + }, + "uuid": "fb575479-14ef-41e9-bfab-0b7cf10bec73", + "name": "ADVSTORESHELL" + }, + { + "description": "S-Type is a backdoor that was used by Dust Storm from 2013 to 2014.[[Citation: Cylance Dust Storm]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0085", + "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" + ] + }, + "uuid": "66b1dcde-17a0-4c7b-95fa-b08d430c2131", + "name": "S-Type" + }, + { + "description": "NetTraveler is malware that has been used in multiple cyber espionage campaigns for basic surveillance of victims. The earliest known samples have timestamps back to 2005, and the largest number of observed samples were created between 2010 and 2013.[[Citation: Kaspersky NetTraveler]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0033", + "http://www.securelist.com/en/downloads/vlpdfs/kaspersky-the-net-traveler-part1-final.pdf" + ] + }, + "uuid": "cafd0bf8-2b9c-46c7-ae3c-3e0f42c5062e", + "name": "NetTraveler" + }, + { + "description": "Dyre is a Trojan that usually targets banking information.[[Citation: Raff 2015]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0024", + "http://www.seculert.com/blogs/new-dyre-version-yet-another-malware-evading-sandboxes" + ] + }, + "uuid": "63c2a130-8a5b-452f-ad96-07cf0af12ffe", + "name": "Dyre" + }, + { + "description": "P2P ZeuS is a closed-source fork of the leaked version of the ZeuS botnet. It presents improvements over the leaked version, including a peer-to-peer architecture.[[Citation: Dell P2P ZeuS]]\n\nAliases: P2P ZeuS, Peer-to-Peer ZeuS, Gameover ZeuS", + "meta": { + "synonyms": [ + "P2P ZeuS", + "Peer-to-Peer ZeuS", + "Gameover ZeuS" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0016", + "http://www.secureworks.com/cyber-threat-intelligence/threats/The%20Lifecycle%20of%20Peer%20to%20Peer%20Gameover%20ZeuS/" + ] + }, + "uuid": "b2c5d3ca-b43a-4888-ad8d-e2d43497bf85", + "name": "P2P ZeuS" + }, + { + "description": "ComRAT is a remote access tool suspected of being a decedent of Agent.btz and used by Turla.[[Citation: Symantec Waterbug]][[Citation: NorthSec 2015 GData Uroburos Tools]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0126", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/waterbug-attack-group.pdf", + "https://www.nsec.io/wp-content/uploads/2015/05/uroburos-actors-tools-1.1.pdf" + ] + }, + "uuid": "da5880b4-f7da-4869-85f2-e0aba84b8565", + "name": "ComRAT" + }, + { + "description": "Winnti is a Trojan that has been used by multiple groups to carry out intrusions in varied regions from at least 2010 to 2016. One of the groups using this malware is referred to by the same name, Winnti Group; however, reporting indicates a second distinct group, Axiom, also uses the malware.[[Citation: Kaspersky Winnti April 2013]][[Citation: Microsoft Winnti Jan 2017]][[Citation: Novetta Winnti April 2015]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0141", + "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", + "https://blogs.technet.microsoft.com/mmpc/2017/01/25/detecting-threat-actors-in-recent-german-industrial-attacks-with-windows-defender-atp/", + "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf" + ] + }, + "uuid": "d3afa961-a80c-4043-9509-282cdf69ab21", + "name": "Winnti" + }, + { + "description": "RTM is custom malware written in Delphi. It is used by the group of the same name (RTM).[[Citation: ESET RTM Feb 2017]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0148", + "https://www.welivesecurity.com/wp-content/uploads/2017/02/Read-The-Manual.pdf" + ] + }, + "uuid": "92ec0cbd-2c30-44a2-b270-73f4ec949841", + "name": "RTM" + }, + { + "description": "CallMe is a Trojan designed to run on Apple OSX. It is based on a publicly available tool called Tiny SHell.[[Citation: Scarlet Mimic Jan 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0077", + "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" + ] + }, + "uuid": "cb7bcf6f-085f-41db-81ee-4b68481661b5", + "name": "CallMe" + }, + { + "description": "HIDEDRV is a rootkit used by APT28. It has been deployed along with Downdelph to execute and hide that malware.[[Citation: ESET Sednit Part 3]][[Citation: Sekoia HideDRV Oct 2016]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0135", + "http://www.sekoia.fr/blog/wp-content/uploads/2016/10/Rootkit-analysis-Use-case-on-HIDEDRV-v1.6.pdf", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf" + ] + }, + "uuid": "e669bb87-f773-4c7b-bfcc-a9ffebfdd8d4", + "name": "HIDEDRV" + }, + { + "description": "Mis-Type is a backdoor hybrid that was used by Dust Storm in 2012.[[Citation: Cylance Dust Storm]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0084", + "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" + ] + }, + "uuid": "e1161124-f22e-487f-9d5f-ed8efc8dcd61", + "name": "Mis-Type" + }, + { + "description": "Hikit is malware that has been used by Axiom for late-stage [[persistence]] and [[exfiltration]] after the initial compromise.[[Citation: Axiom]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0009", + "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf" + ] + }, + "uuid": "95047f03-4811-4300-922e-1ba937d53a61", + "name": "Hikit" + }, + { + "description": "ASPXSpy is a Web shell. It has been modified by Threat Group-3390 actors to create the ASPXTool version.[[Citation: Dell TG-3390]]\n\nAliases: ASPXSpy, ASPXTool", + "meta": { + "synonyms": [ + "ASPXSpy", + "ASPXTool" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0073", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" + ] + }, + "uuid": "56f46b17-8cfa-46c0-b501-dd52fef394e2", + "name": "ASPXSpy" + }, + { + "description": "Sykipot is malware that has been used in spearphishing campaigns since approximately 2007 against victims primarily in the US. One variant of Sykipot hijacks smart cards on victims.[[Citation: Alienvault Sykipot DOD Smart Cards]] The group using this malware has also been referred to as Sykipot.[[Citation: Blasco 2013]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0018", + "http://www.alienvault.com/open-threat-exchange/blog/new-sykipot-developments", + "https://www.alienvault.com/open-threat-exchange/blog/sykipot-variant-hijacks-dod-and-windows-smart-cards" + ] + }, + "uuid": "6a0ef5d4-fc7c-4dda-85d7-592e4dbdc5d9", + "name": "Sykipot" + }, + { + "description": "GLOOXMAIL is malware used by APT1 that mimics legitimate Jabber/XMPP traffic.[[Citation: Mandiant APT1]]\n\nAliases: GLOOXMAIL, Trojan.GTALK", + "meta": { + "synonyms": [ + "GLOOXMAIL", + "Trojan.GTALK" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0026", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "uuid": "f2e8c7a1-cae1-45c4-baf0-6f21bdcbb2c2", + "name": "GLOOXMAIL" + }, + { + "description": "Emissary is a Trojan that has been used by Lotus Blossom. It shares code with Elise, with both Trojans being part of a malware group referred to as LStudio.[[Citation: Lotus Blossom Dec 2015]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0082", + "http://researchcenter.paloaltonetworks.com/2015/12/attack-on-french-diplomat-linked-to-operation-lotus-blossom/" + ] + }, + "uuid": "0f862b01-99da-47cc-9bdb-db4a86a95bb1", + "name": "Emissary" + }, + { + "description": "Miner-C is malware that mines victims for the Monero cryptocurrency. It has targeted FTP servers and Network Attached Storage (NAS) devices to spread.[[Citation: Softpedia MinerC]]\n\nAliases: Miner-C, Mal/Miner-C, PhotoMiner", + "meta": { + "synonyms": [ + "Miner-C", + "Mal/Miner-C", + "PhotoMiner" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0133", + "http://news.softpedia.com/news/cryptocurrency-mining-malware-discovered-targeting-seagate-nas-hard-drives-508119.shtml" + ] + }, + "uuid": "17dec760-9c8f-4f1b-9b4b-0ac47a453234", + "name": "Miner-C" + }, + { + "description": "DustySky is multi-stage malware written in .NET that has been used by Molerats since May 2015.[[Citation: DustySky]][[Citation: DustySky2]]\n\nAliases: DustySky, NeD Worm", + "meta": { + "synonyms": [ + "DustySky", + "NeD Worm" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0062", + "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" + ] + }, + "uuid": "687c23e4-4e25-4ee7-a870-c5e002511f54", + "name": "DustySky" + }, + { + "description": "BUBBLEWRAP is a full-featured, second-stage backdoor used by the admin@338 group. It is set to run when the system boots and includes functionality to check, upload, and register plug-ins that can further enhance its capabilities.[[Citation: FireEye admin@338]]\n\nAliases: BUBBLEWRAP, Backdoor.APT.FakeWinHTTPHelper", + "meta": { + "synonyms": [ + "BUBBLEWRAP", + "Backdoor.APT.FakeWinHTTPHelper" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0043", + "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" + ] + }, + "uuid": "123bd7b3-675c-4b1a-8482-c55782b20e2b", + "name": "BUBBLEWRAP" + }, + { + "description": "pngdowner is malware used by Putter Panda. It is a simple tool with limited functionality and no persistence mechanism, suggesting it is used only as a simple \"download-and-\nexecute\" utility.[[Citation: CrowdStrike Putter Panda]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0067", + "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" + ] + }, + "uuid": "800bdfba-6d66-480f-9f45-15845c05cb5d", + "name": "pngdowner" + }, + { + "description": "SslMM is a full-featured backdoor used by Naikon that has multiple variants.[[Citation: Baumgartner Naikon 2015]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0058", + "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ] + }, + "uuid": "2fb26586-2b53-4b9a-ad4f-2b3bcb9a2421", + "name": "SslMM" + }, + { + "description": "Nidiran is a custom backdoor developed and used by Suckfly. It has been delivered via strategic web compromise.[[Citation: Symantec Suckfly March 2016]]\n\nAliases: Nidiran, Backdoor.Nidiran", + "meta": { + "synonyms": [ + "Nidiran", + "Backdoor.Nidiran" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0118", + "http://www.symantec.com/connect/blogs/suckfly-revealing-secret-life-your-code-signing-certificates" + ] + }, + "uuid": "9e9b9415-a7df-406b-b14d-92bfe6809fbe", + "name": "Nidiran" + }, + { + "description": "Trojan.Mebromi is BIOS-level malware that takes control of the victim before MBR.[[Citation: Ge 2011]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0001", + "http://www.symantec.com/connect/blogs/bios-threat-showing-again" + ] + }, + "uuid": "c5e9cb46-aced-466c-85ea-7db5572ad9ec", + "name": "Trojan.Mebromi" + }, + { + "description": "OwaAuth is a Web shell and credential stealer deployed to Microsoft Exchange servers that appears to be exclusively used by Threat Group-3390.[[Citation: Dell TG-3390]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0072", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" + ] + }, + "uuid": "a60657fa-e2e7-4f8f-8128-a882534ae8c5", + "name": "OwaAuth" + }, + { + "description": "ROCKBOOT is a Bootkit that has been used by an unidentified, suspected China-based group.[[Citation: FireEye Bootkits]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0112", + "https://www.fireeye.com/blog/threat-research/2015/12/fin1-targets-boot-record.html" + ] + }, + "uuid": "cba78a1c-186f-4112-9e6a-be1839f030f7", + "name": "ROCKBOOT" + }, + { + "description": "OnionDuke is malware that was used by APT29 from 2013 to 2015.[[Citation: F-Secure The Dukes]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0052", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ] + }, + "uuid": "b136d088-a829-432c-ac26-5529c26d4c7e", + "name": "OnionDuke" + }, + { + "description": "LOWBALL is malware used by admin@338. It was used in August 2015 in email messages targeting Hong Kong-based media organizations.[[Citation: FireEye admin@338]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0042", + "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" + ] + }, + "uuid": "2a6f4c7b-e690-4cc7-ab6b-1f821fb6b80b", + "name": "LOWBALL" + }, + { + "description": "BLACKCOFFEE is malware that has been used by APT17 since at least 2013.[[Citation: FireEye APT17]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0069", + "https://www2.fireeye.com/rs/fireye/images/APT17%20Report.pdf" + ] + }, + "uuid": "d69c8146-ab35-4d50-8382-6fc80e641d43", + "name": "BLACKCOFFEE" + }, + { + "description": "Derusbi is malware used by multiple Chinese APT groups.[[Citation: Axiom]][[Citation: ThreatConnect Anthem]] Both Windows and Linux variants have been observed.[[Citation: Fidelis Turbo]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0021", + "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf", + "https://www.fidelissecurity.com/sites/default/files/TA%20Fidelis%20Turbo%201602%200.pdf", + "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" + ] + }, + "uuid": "94379dec-5c87-49db-b36e-66abc0b81344", + "name": "Derusbi" + }, + { + "description": "Epic is a backdoor that has been used by Turla.[[Citation: Kaspersky Turla]]\n\nAliases: Epic, Tavdig, Wipbot, WorldCupSec, TadjMakhal", + "meta": { + "synonyms": [ + "Epic", + "Tavdig", + "Wipbot", + "WorldCupSec", + "TadjMakhal" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0091", + "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" + ] + }, + "uuid": "6b62e336-176f-417b-856a-8552dd8c44e1", + "name": "Epic" + }, + { + "description": "Lurid is a malware family that has been used by several groups, including PittyTiger, in targeted attacks as far back as 2006.[[Citation: Villeneuve 2014]][[Citation: Villeneuve 2011]]\n\nAliases: Lurid, Enfal", + "meta": { + "synonyms": [ + "Lurid", + "Enfal" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0010", + "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20dissecting-lurid-apt.pdf", + "https://www.fireeye.com/blog/threat-research/2014/07/spy-of-the-tiger.html" + ] + }, + "uuid": "251fbae2-78f6-4de7-84f6-194c727a64ad", + "name": "Lurid" + }, + { + "description": "3PARA RAT is a remote access tool (RAT) programmed in C++ that has been used by Putter Panda.[[Citation: CrowdStrike Putter Panda]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0066", + "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" + ] + }, + "uuid": "7bec698a-7e20-4fd3-bb6a-12787770fb1a", + "name": "3PARA RAT" + }, + { + "description": "JHUHUGIT is malware used by APT28. It is based on Carberp source code and serves as reconnaissance malware.[[Citation: Kaspersky Sofacy]][[Citation: F-Secure Sofacy 2015]][[Citation: ESET Sednit Part 1]][[Citation: FireEye APT28 January 2017]]\n\nAliases: JHUHUGIT, Seduploader, JKEYSKW, Sednit, GAMEFISH", + "meta": { + "synonyms": [ + "JHUHUGIT", + "Seduploader", + "JKEYSKW", + "Sednit", + "GAMEFISH" + ], + "refs": [ + "https://attack.mitre.org/wiki/Software/S0044", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part1.pdf", + "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", + "https://labsblog.f-secure.com/2015/09/08/sofacy-recycles-carberp-and-metasploit-code/" + ] + }, + "uuid": "8ae43c46-57ef-47d5-a77a-eebb35628db2", + "name": "JHUHUGIT" + }, + { + "description": "ELMER is a non-persistent, proxy-aware HTTP backdoor written in Delphi that has been used by APT16.[[Citation: FireEye EPS Awakens Part 2]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0064", + "https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html" + ] + }, + "uuid": "3cab1b76-2f40-4cd0-8d2c-7ed16eeb909c", + "name": "ELMER" + } + ], + "version": "1", + "name": "Malware" +} diff --git a/clusters/mitre_tool.json b/clusters/mitre_tool.json new file mode 100644 index 0000000..f06ed3b --- /dev/null +++ b/clusters/mitre_tool.json @@ -0,0 +1,407 @@ +{ + "uuid": "d700dc5c-78f6-11e7-a476-5f748c8e4fe0", + "type": "tool", + "version": "1", + "source": "https://github.com/mitre/cti", + "values": [ + { + "uuid": "0c8465c0-d0b4-4670-992e-4eee8d7ff952", + "description": "at is used to schedule tasks on a system to run at a specified date or time.[[Citation: TechNet At]]\n\nAliases: at, at.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0110", + "https://technet.microsoft.com/en-us/library/bb490866.aspx" + ], + "synonyms": [ + "at", + "at.exe" + ] + }, + "name": "at" + }, + { + "uuid": "c11ac61d-50f4-444f-85d8-6f006067f0de", + "description": "route can be used to find or change information within the local system IP routing table.[[Citation: TechNet Route]]\n\nAliases: route, route.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0103", + "https://technet.microsoft.com/en-us/library/bb490991.aspx" + ], + "synonyms": [ + "route", + "route.exe" + ] + }, + "name": "route" + }, + { + "uuid": "2e45723a-31da-4a7e-aaa6-e01998a6788f", + "description": "The Tasklist utility displays a list of applications and services with their Process IDs (PID) for all tasks running on either a local or a remote computer. It is packaged with Windows operating systems and can be executed from the command-line interface.[[Citation: Microsoft Tasklist]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0057", + "https://technet.microsoft.com/en-us/library/bb491010.aspx" + ] + }, + "name": "Tasklist" + }, + { + "uuid": "242f3da3-4425-4d11-8f5c-b842886da966", + "description": "Windows Credential Editor is a password dumping tool.[[Citation: Amplia WCE]]\n\nAliases: Windows Credential Editor, WCE", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0005", + "http://www.ampliasecurity.com/research/wcefaq.html" + ], + "synonyms": [ + "Windows Credential Editor", + "WCE" + ] + }, + "name": "Windows Credential Editor" + }, + { + "uuid": "c9703cd3-141c-43a0-a926-380082be5d04", + "description": "schtasks is used to schedule execution of programs or scripts on a Windows system to run at a specific date and time.[[Citation: TechNet Schtasks]]\n\nAliases: schtasks, schtasks.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0111", + "https://technet.microsoft.com/en-us/library/bb490996.aspx" + ], + "synonyms": [ + "schtasks", + "schtasks.exe" + ] + }, + "name": "schtasks" + }, + { + "uuid": "102c3898-85e0-43ee-ae28-62a0a3ed9507", + "description": "UACMe is an open source assessment tool that contains many methods for bypassing Windows User Account Control on multiple versions of the operating system.[[Citation: Github UACMe]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0116", + "https://github.com/hfiref0x/UACME" + ] + }, + "name": "UACMe" + }, + { + "uuid": "362dc67f-4e85-4562-9dac-1b6b7f3ec4b5", + "description": "ifconfig is a Unix-based utility used to gather information about and interact with the TCP/IP settings on a system.[[Citation: Wikipedia Ifconfig]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0101", + "https://en.wikipedia.org/wiki/Ifconfig" + ] + }, + "name": "ifconfig" + }, + { + "uuid": "afc079f3-c0ea-4096-b75d-3f05338b7f60", + "description": "Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords, along with many other features that make it useful for testing the security of networks.[[Citation: Deply Mimikatz]][[Citation: Adsecurity Mimikatz Guide]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0002", + "https://adsecurity.org/?page%20id=1821", + "https://github.com/gentilkiwi/mimikatz" + ] + }, + "name": "Mimikatz" + }, + { + "uuid": "4fa49fc0-9162-4bdb-a37e-7aa3dcb6d38b", + "description": "xCmd is an open source tool that is similar to PsExec and allows the user to execute applications on remote systems.[[Citation: xCmd]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0123", + "https://ashwinrayaprolu.wordpress.com/2011/04/12/xcmd-an-alternative-to-psexec/" + ] + }, + "name": "xCmd" + }, + { + "uuid": "7fcbc4e8-1989-441f-9ac5-e7b6ff5806f1", + "description": "Systeminfo is a Windows utility that can be used to gather detailed information about a computer.[[Citation: TechNet Systeminfo]]\n\nAliases: Systeminfo, systeminfo.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0096", + "https://technet.microsoft.com/en-us/library/bb491007.aspx" + ], + "synonyms": [ + "Systeminfo", + "systeminfo.exe" + ] + }, + "name": "Systeminfo" + }, + { + "uuid": "5a63f900-5e7e-4928-a746-dd4558e1df71", + "description": "netsh is a scripting utility used to interact with networking components on local or remote systems.[[Citation: TechNet Netsh]]\n\nAliases: netsh, netsh.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0108", + "https://technet.microsoft.com/library/bb490939.aspx" + ], + "synonyms": [ + "netsh", + "netsh.exe" + ] + }, + "name": "netsh" + }, + { + "uuid": "38952eac-cb1b-4a71-bad2-ee8223a1c8fe", + "description": "dsquery is a command-line utility that can be used to query Active Directory for information from a system within a domain.[[Citation: TechNet Dsquery]] It is typically installed only on Windows Server versions but can be installed on non-server variants through the Microsoft-provided Remote Server Administration Tools bundle.\n\nAliases: dsquery, dsquery.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0105", + "https://technet.microsoft.com/en-us/library/cc732952.aspx" + ], + "synonyms": [ + "dsquery", + "dsquery.exe" + ] + }, + "name": "dsquery" + }, + { + "uuid": "b07c2c47-fefb-4d7c-a69e-6a3296171f54", + "description": "gsecdump is a publicly-available credential dumper used to obtain password hashes and LSA secrets from Windows operating systems.[[Citation: TrueSec Gsecdump]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0008", + "http://www.truesec.com/Tools/Tool/gsecdump%20v2.0b5" + ] + }, + "name": "gsecdump" + }, + { + "uuid": "b77b563c-34bb-4fb8-86a3-3694338f7b47", + "description": "Ping is an operating system utility commonly used to troubleshoot and verify network connections.[[Citation: TechNet Ping]]\n\nAliases: Ping, ping.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0097", + "https://technet.microsoft.com/en-us/library/bb490968.aspx" + ], + "synonyms": [ + "Ping", + "ping.exe" + ] + }, + "name": "Ping" + }, + { + "uuid": "4f45dfeb-fe51-4df0-8db3-edf7dd0513fe", + "description": "Fgdump is a Windows password hash dumper.[[Citation: Mandiant APT1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0120", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "name": "Fgdump" + }, + { + "uuid": "2fab555f-7664-4623-b4e0-1675ae38190b", + "description": "Lslsass is a publicly-available tool that can dump active logon session password hashes from the lsass process.[[Citation: Mandiant APT1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0121", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "name": "Lslsass" + }, + { + "uuid": "a52edc76-328d-4596-85e7-d56ef5a9eb69", + "description": "Pass-The-Hash Toolkit is a toolkit that allows an adversary to \"pass\" a password hash (without knowing the original password) to log in to systems.[[Citation: Mandiant APT1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0122", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "name": "Pass-The-Hash Toolkit" + }, + { + "uuid": "cf23bf4a-e003-4116-bbae-1ea6c558d565", + "description": "FTP is a utility commonly available with operating systems to transfer information over the File Transfer Protocol (FTP). Adversaries can use it to transfer other tools onto a system or to exfiltrate data.[[Citation: Wikipedia FTP]]\n\nAliases: FTP, ftp.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0095", + "https://en.wikipedia.org/wiki/File%20Transfer%20Protocol" + ], + "synonyms": [ + "FTP", + "ftp.exe" + ] + }, + "name": "FTP" + }, + { + "uuid": "294e2560-bd48-44b2-9da2-833b5588ad11", + "description": "ipconfig is a Windows utility that can be used to find information about a system's TCP/IP, DNS, DHCP, and adapter configuration.[[Citation: TechNet Ipconfig]]\n\nAliases: ipconfig, ipconfig.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0100", + "https://technet.microsoft.com/en-us/library/bb490921.aspx" + ], + "synonyms": [ + "ipconfig", + "ipconfig.exe" + ] + }, + "name": "ipconfig" + }, + { + "uuid": "b35068ec-107a-4266-bda8-eb7036267aea", + "description": "nbtstat is a utility used to troubleshoot NetBIOS name resolution.[[Citation: TechNet Nbtstat]]\n\nAliases: nbtstat, nbtstat.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0102", + "https://technet.microsoft.com/en-us/library/cc940106.aspx" + ], + "synonyms": [ + "nbtstat", + "nbtstat.exe" + ] + }, + "name": "nbtstat" + }, + { + "uuid": "d5e96a35-7b0b-4c6a-9533-d63ecbda563e", + "description": "HTRAN is a tool that proxies connections through intermediate hops and aids users in disguising their true geographical location. It can be used by adversaries to hide their location when interacting with the victim networks. [[Citation: Operation Quantum Entanglement]]\n\nAliases: HTRAN, HUC Packet Transmit Tool", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0040", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-quantum-entanglement.pdf" + ], + "synonyms": [ + "HTRAN", + "HUC Packet Transmit Tool" + ] + }, + "name": "HTRAN" + }, + { + "uuid": "4664b683-f578-434f-919b-1c1aad2a1111", + "description": "netstat is an operating system utility that displays active TCP connections, listening ports, and network statistics.[[Citation: TechNet Netstat]]\n\nAliases: netstat, netstat.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0104", + "https://technet.microsoft.com/en-us/library/bb490947.aspx" + ], + "synonyms": [ + "netstat", + "netstat.exe" + ] + }, + "name": "netstat" + }, + { + "uuid": "9de2308e-7bed-43a3-8e58-f194b3586700", + "description": "pwdump is a credential dumper.[[Citation: Wikipedia pwdump]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0006", + "https://en.wikipedia.org/wiki/Pwdump" + ] + }, + "name": "pwdump" + }, + { + "uuid": "c9cd7ec9-40b7-49db-80be-1399eddd9c52", + "description": "Cachedump is a publicly-available tool that program extracts cached password hashes from a system’s registry.[[Citation: Mandiant APT1]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0119", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ] + }, + "name": "Cachedump" + }, + { + "uuid": "03342581-f790-4f03-ba41-e82e67392e23", + "description": "The Net utility is a component of the Windows operating system. It is used in command-line operations for control of users, groups, services, and network connections.Net has a great deal of functionality,[[Citation: Savill 1999]] much of which is useful for an adversary, such as gathering system and network information for [[Discovery]], moving laterally through [[Windows admin shares]] using net use commands, and interacting with services.\n\nAliases: Net, net.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0039", + "https://msdn.microsoft.com/en-us/library/aa939914", + "http://windowsitpro.com/windows/netexe-reference" + ], + "synonyms": [ + "Net", + "net.exe" + ] + }, + "name": "Net" + }, + { + "uuid": "ff6caf67-ea1f-4895-b80e-4bb0fc31c6db", + "description": "PsExec is a free Microsoft tool that can be used to execute a program on another computer. It is used by IT administrators and attackers.[[Citation: Russinovich Sysinternals]][[Citation: SANS PsExec]]", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0029", + "https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx", + "https://digital-forensics.sans.org/blog/2012/12/17/protecting-privileged-domain-accounts-psexec-deep-dive" + ] + }, + "name": "PsExec" + }, + { + "uuid": "30489451-5886-4c46-90c9-0dff9adc5252", + "description": "Arp displays information about a system's Address Resolution Protocol (ARP) cache.[[Citation: TechNet Arp]]\n\nAliases: Arp, arp.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0099", + "https://technet.microsoft.com/en-us/library/bb490864.aspx" + ], + "synonyms": [ + "Arp", + "arp.exe" + ] + }, + "name": "Arp" + }, + { + "uuid": "bba595da-b73a-4354-aa6c-224d4de7cb4e", + "description": "cmd is the Windows command-line interpreter that can be used to interact with systems and execute other processes and utilities.[[Citation: TechNet Cmd]]\n\nCmd.exe contains native functionality to perform many operations to interact with the system, including listing files in a directory (e.g., dir[[Citation: TechNet Dir]]), deleting files (e.g., del[[Citation: TechNet Del]]), and copying files (e.g., copy[[Citation: TechNet Copy]]).\n\nAliases: cmd, cmd.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0106", + "https://technet.microsoft.com/en-us/library/bb490880.aspx", + "https://technet.microsoft.com/en-us/library/bb490886.aspx", + "https://technet.microsoft.com/en-us/library/cc771049.aspx", + "https://technet.microsoft.com/en-us/library/cc755121.aspx" + ], + "synonyms": [ + "cmd", + "cmd.exe" + ] + }, + "name": "cmd" + }, + { + "uuid": "cde2d700-9ed1-46cf-9bce-07364fe8b24f", + "description": "Reg is a Windows utility used to interact with the Windows Registry. It can be used at the command-line interface to query, add, modify, and remove information.Reg are known to be used by persistent threats.[[Citation: Windows Commands JPCERT]]\n\nAliases: Reg, reg.exe", + "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0075", + "https://technet.microsoft.com/en-us/library/cc732643.aspx", + "http://blog.jpcert.or.jp/2016/01/windows-commands-abused-by-attackers.html" + ], + "synonyms": [ + "Reg", + "reg.exe" + ] + }, + "name": "Reg" + } + ], + "description": "Name of ATT&CK software", + "name": "Tool", + "authors": [ + "MITRE" + ] +} diff --git a/galaxies/mitre_attack-pattern.json b/galaxies/mitre_attack-pattern.json new file mode 100644 index 0000000..e3fda95 --- /dev/null +++ b/galaxies/mitre_attack-pattern.json @@ -0,0 +1,7 @@ +{ + "type": "attack-pattern", + "name": "Attack Pattern", + "version": "1", + "description": "ATT&CK Tactic", + "uuid": "c4e851fa-775f-11e7-8163-b774922098cd" +} diff --git a/galaxies/mitre_course-of-action.json b/galaxies/mitre_course-of-action.json new file mode 100644 index 0000000..d9e9a9a --- /dev/null +++ b/galaxies/mitre_course-of-action.json @@ -0,0 +1,7 @@ +{ + "uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e", + "type": "course-of-action", + "version": "1", + "description": "ATT&CK Mitigation", + "name": "Course of Action" +} diff --git a/galaxies/mitre_intrusion-set.json b/galaxies/mitre_intrusion-set.json new file mode 100644 index 0000000..53d67e4 --- /dev/null +++ b/galaxies/mitre_intrusion-set.json @@ -0,0 +1,7 @@ +{ + "description": "Name of ATT&CK Group", + "uuid": "1023f364-7831-11e7-8318-43b5531983ab", + "type": "course-of-action", + "name": "Intrusion Set", + "version": "1" +} diff --git a/galaxies/mitre_malware.json b/galaxies/mitre_malware.json new file mode 100644 index 0000000..836df75 --- /dev/null +++ b/galaxies/mitre_malware.json @@ -0,0 +1,7 @@ +{ + "description": "Name of ATT&CK software", + "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", + "type": "malware", + "version": "1", + "name": "Malware" +} diff --git a/galaxies/mitre_tool.json b/galaxies/mitre_tool.json new file mode 100644 index 0000000..7d54c37 --- /dev/null +++ b/galaxies/mitre_tool.json @@ -0,0 +1,7 @@ +{ + "uuid": "d5cbd1a2-78f6-11e7-a833-7b9bccca9649", + "description": "Name of ATT&CK software", + "version": "1", + "type": "tool", + "name": "Tool" +} From 06cfebc92fca21e1fb407b52cbcddc1a8a0b2162 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Wed, 16 Aug 2017 12:32:34 +0200 Subject: [PATCH 2/5] fix mitre-cti script - replace 'name' by 'value' --- tools/mitre-cti/create_attack-pattern_galaxy.py | 2 +- tools/mitre-cti/create_intrusion-set_galaxy.py | 2 +- tools/mitre-cti/create_malware_galaxy.py | 2 +- tools/mitre-cti/create_tool_galaxy.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/mitre-cti/create_attack-pattern_galaxy.py b/tools/mitre-cti/create_attack-pattern_galaxy.py index e941efd..aab7a88 100644 --- a/tools/mitre-cti/create_attack-pattern_galaxy.py +++ b/tools/mitre-cti/create_attack-pattern_galaxy.py @@ -23,7 +23,7 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] - value['name'] = temp['name'] + value['value'] = temp['name'] value['meta'] = {} value['meta']['refs'] = [] for reference in temp['external_references']: diff --git a/tools/mitre-cti/create_intrusion-set_galaxy.py b/tools/mitre-cti/create_intrusion-set_galaxy.py index a89db52..ee2e1ef 100644 --- a/tools/mitre-cti/create_intrusion-set_galaxy.py +++ b/tools/mitre-cti/create_intrusion-set_galaxy.py @@ -23,7 +23,7 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] - value['name'] = temp['name'] + value['value'] = temp['name'] value['meta'] = {} value['meta']['synonyms'] = temp['aliases'] value['meta']['refs']= [] diff --git a/tools/mitre-cti/create_malware_galaxy.py b/tools/mitre-cti/create_malware_galaxy.py index 5f453d0..e6009c7 100644 --- a/tools/mitre-cti/create_malware_galaxy.py +++ b/tools/mitre-cti/create_malware_galaxy.py @@ -23,7 +23,7 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] - value['name'] = temp['name'] + value['value'] = temp['name'] value['meta'] = {} value['meta']['refs'] = [] for reference in temp['external_references']: diff --git a/tools/mitre-cti/create_tool_galaxy.py b/tools/mitre-cti/create_tool_galaxy.py index 1a6a509..c49cb74 100644 --- a/tools/mitre-cti/create_tool_galaxy.py +++ b/tools/mitre-cti/create_tool_galaxy.py @@ -23,7 +23,7 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] - value['name'] = temp['name'] + value['value'] = temp['name'] value['meta'] = {} value['meta']['refs'] = [] for reference in temp['external_references']: From 447bfe93f355b295fa843d02e701b7d21b73f6b2 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Wed, 16 Aug 2017 12:37:07 +0200 Subject: [PATCH 3/5] new generation of mitre galaxies --- clusters/mitre_attack-pattern.json | 2218 +++++++++++++------------- clusters/mitre_course-of-action.json | 1294 +++++++-------- clusters/mitre_intrusion-set.json | 662 ++++---- clusters/mitre_malware.json | 258 +-- clusters/mitre_tool.json | 186 +-- 5 files changed, 2309 insertions(+), 2309 deletions(-) diff --git a/clusters/mitre_attack-pattern.json b/clusters/mitre_attack-pattern.json index a7d0cbe..0d6ed93 100644 --- a/clusters/mitre_attack-pattern.json +++ b/clusters/mitre_attack-pattern.json @@ -1,21 +1,10 @@ { - "type": "attack-pattern", - "version": "1", - "authors": [ - "MITRE" - ], + "description": "ATT&CK tactic", "values": [ { - "name": "Exfiltration Over Alternative Protocol", + "description": "Data exfiltration is performed with a different protocol from the main command and control protocol or channel. The data is likely to be sent to an alternate network location from the main command and control server. Alternate protocols include FTP, SMTP, HTTP/S, DNS, or some other network protocol. Different channels could include Internet Web services such as cloud storage.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring, Process use of network, Packet capture, Netflow/Enclave netflow, Network protocol analysis", + "uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", "meta": { - "x_mitre_data_sources": [ - "User interface", - "Process monitoring", - "Process use of network", - "Packet capture", - "Netflow/Enclave netflow", - "Network protocol analysis" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -32,21 +21,22 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1048", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ] - }, - "description": "Data exfiltration is performed with a different protocol from the main command and control protocol or channel. The data is likely to be sent to an alternate network location from the main command and control server. Alternate protocols include FTP, SMTP, HTTP/S, DNS, or some other network protocol. Different channels could include Internet Web services such as cloud storage.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring, Process use of network, Packet capture, Netflow/Enclave netflow, Network protocol analysis", - "uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776" - }, - { - "name": "Standard Application Layer Protocol", - "meta": { + ], "x_mitre_data_sources": [ + "User interface", + "Process monitoring", + "Process use of network", "Packet capture", "Netflow/Enclave netflow", - "Process use of network", - "Malware reverse engineering", - "Process monitoring" - ], + "Network protocol analysis" + ] + }, + "value": "Exfiltration Over Alternative Protocol" + }, + { + "description": "Adversaries may communicate using a common, standardized application layer protocol such as HTTP, HTTPS, SMTP, or DNS to avoid detection 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 between the client and server.\n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are RPC, SSH, or RDP.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -63,18 +53,21 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1071", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" ] }, - "description": "Adversaries may communicate using a common, standardized application layer protocol such as HTTP, HTTPS, SMTP, or DNS to avoid detection 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 between the client and server.\n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are RPC, SSH, or RDP.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6" + "value": "Standard Application Layer Protocol" }, { - "name": "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. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by Replication Through Removable Media. Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media is mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", + "uuid": "64196062-5210-42c3-9a02-563a0d1797ef", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Data loss prevention" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -90,20 +83,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1092" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Data loss prevention" ] }, - "description": "Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by Replication Through Removable Media. Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media is mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", - "uuid": "64196062-5210-42c3-9a02-563a0d1797ef" + "value": "Communication Through Removable Media" }, { - "name": "Custom Command and Control Protocol", + "description": "Adversaries may communicate using a custom command and control protocol instead of using existing Standard Application Layer Protocol to encapsulate commands. Implementations could mimic well-known protocols.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "f72eb8a8-cd4c-461d-a814-3f862befbf00", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -120,19 +111,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1094", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" ] }, - "description": "Adversaries may communicate using a custom command and control protocol instead of using existing Standard Application Layer Protocol to encapsulate commands. Implementations could mimic well-known protocols.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "f72eb8a8-cd4c-461d-a814-3f862befbf00" + "value": "Custom Command and Control Protocol" }, { - "name": "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 target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.\n\nAdversaries may use this technique to replace legitimate binaries with malicious ones as a means of executing code at a higher permissions level. If the executing process is set to run at a specific time or during a certain event (e.g., system bootup) then this technique can also be used for persistence.\n\n===Services===\n\nManipulation of Windows service binaries is one variation of this technique. Adversaries may replace a legitimate service executable with their own executable to gain persistence and/or privilege escalation to the account context the service is set to execute under (local/domain account, SYSTEM, LocalService, or NetworkService). Once the service is started, either directly by the user (if appropriate access is available) or through some other means, such as a system restart if the service starts on bootup, the replaced executable will run instead of the original service executable.\n\n===Executable Installers===\n\nAnother variation of this technique can be performed by taking advantage of a weakness that is common in executable, self-extracting installers. During the installation process, it is common for installers to use a subdirectory within the %TEMP% directory to unpack binaries such as DLLs, EXEs, or other payloads. When installers create subdirectories and files they often do not set appropriate permissions to restrict write access, which allows for execution of untrusted code placed in the subdirectories or overwriting of binaries used in the installation process. This behavior is related to and may take advantage of DLL Search Order Hijacking. Some installers may also require elevated privileges that will result in privilege escalation when executing adversary controlled code. This behavior is related to Bypass User Account Control. Several examples of this weakness in existing common installers have been reported to software vendors.[[Citation: Mozilla Firefox Installer DLL Hijack]][[Citation: Seclists Kanthak 7zip Installer]]\n\nDetection: Look for changes to binaries and service executables that may normally occur during software updates. If an executable is written, renamed, and/or moved to match an existing service executable, it could be detected and correlated with other suspicious behavior. Hashing of binaries and service executables could be used to detect replacement against historical data.\n\nLook for abnormal process call trees from typical processes and services and for execution of other commands that could relate to [[Discovery]] or other adversary techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Services\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "0ca7beef-9bbc-4e35-97cf-437384ddce6a", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process command-line parameters", - "Services" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -150,18 +142,19 @@ "https://attack.mitre.org/wiki/Technique/T1044", "http://seclists.org/fulldisclosure/2015/Dec/34", "https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Services" ] }, - "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 target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.\n\nAdversaries may use this technique to replace legitimate binaries with malicious ones as a means of executing code at a higher permissions level. If the executing process is set to run at a specific time or during a certain event (e.g., system bootup) then this technique can also be used for persistence.\n\n===Services===\n\nManipulation of Windows service binaries is one variation of this technique. Adversaries may replace a legitimate service executable with their own executable to gain persistence and/or privilege escalation to the account context the service is set to execute under (local/domain account, SYSTEM, LocalService, or NetworkService). Once the service is started, either directly by the user (if appropriate access is available) or through some other means, such as a system restart if the service starts on bootup, the replaced executable will run instead of the original service executable.\n\n===Executable Installers===\n\nAnother variation of this technique can be performed by taking advantage of a weakness that is common in executable, self-extracting installers. During the installation process, it is common for installers to use a subdirectory within the %TEMP% directory to unpack binaries such as DLLs, EXEs, or other payloads. When installers create subdirectories and files they often do not set appropriate permissions to restrict write access, which allows for execution of untrusted code placed in the subdirectories or overwriting of binaries used in the installation process. This behavior is related to and may take advantage of DLL Search Order Hijacking. Some installers may also require elevated privileges that will result in privilege escalation when executing adversary controlled code. This behavior is related to Bypass User Account Control. Several examples of this weakness in existing common installers have been reported to software vendors.[[Citation: Mozilla Firefox Installer DLL Hijack]][[Citation: Seclists Kanthak 7zip Installer]]\n\nDetection: Look for changes to binaries and service executables that may normally occur during software updates. If an executable is written, renamed, and/or moved to match an existing service executable, it could be detected and correlated with other suspicious behavior. Hashing of binaries and service executables could be used to detect replacement against historical data.\n\nLook for abnormal process call trees from typical processes and services and for execution of other commands that could relate to [[Discovery]] or other adversary techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Services\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "0ca7beef-9bbc-4e35-97cf-437384ddce6a" + "value": "File System Permissions Weakness" }, { - "name": "Process Hollowing", + "description": "Process hollowing occurs when a process is created in a suspended state and the process's memory is replaced with the code of a second program so that the second program runs instead of the original program. Windows and process monitoring tools believe the original process is running, whereas the actual program running is different.DLL Injection to evade defenses and detection analysis of malicious process execution by launching adversary-controlled code under the context of a legitimate process.\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances for known bad sequences of calls, since benign use of API functions may be common and difficult to distinguish from malicious behavior.\n\nAnalyze process behavior to determine if a process is performing actions it usually does not, such as opening network connections, reading files, or other suspicious actions that could relate to post-compromise behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, API monitoring", + "uuid": "1c338d0f-a65e-4073-a5c1-c06878849f21", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -178,19 +171,18 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1093", "http://www.autosectools.com/process-hollowing.pdf" - ] - }, - "description": "Process hollowing occurs when a process is created in a suspended state and the process's memory is replaced with the code of a second program so that the second program runs instead of the original program. Windows and process monitoring tools believe the original process is running, whereas the actual program running is different.DLL Injection to evade defenses and detection analysis of malicious process execution by launching adversary-controlled code under the context of a legitimate process.\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances for known bad sequences of calls, since benign use of API functions may be common and difficult to distinguish from malicious behavior.\n\nAnalyze process behavior to determine if a process is performing actions it usually does not, such as opening network connections, reading files, or other suspicious actions that could relate to post-compromise behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, API monitoring", - "uuid": "1c338d0f-a65e-4073-a5c1-c06878849f21" - }, - { - "name": "Scripting", - "meta": { + ], "x_mitre_data_sources": [ "Process monitoring", - "File monitoring", - "Process command-line parameters" - ], + "API monitoring" + ] + }, + "value": "Process Hollowing" + }, + { + "description": "Adversaries may use scripts to aid in operations and perform multiple actions that would otherwise be manual. Scripting is useful for speeding up operational tasks and reducing the time required to gain access to critical resources. Some scripting languages may be used to bypass process monitoring mechanisms by directly interacting with the operating system at an API level instead of calling other programs. Common scripting languages for Windows include VBScript and PowerShell but could also be in the form of command-line batch scripts.\n\nMany popular offensive frameworks exist which use forms of scripting for security testers and adversaries alike. Metasploit[[Citation: Metasploit]], Veil[[Citation: Veil]], and PowerSploit[[Citation: Powersploit]] are three examples that are popular among penetration testers for exploit and post-compromise operations and include many features for evading defenses. Some adversaries are known to use PowerShell.[[Citation: Alperovitch 2014]]\n\nDetection: Scripting may be common on admin, developer, or power user systems, depending on job function. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information [[Discovery]], [[Collection]], or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, Process command-line parameters", + "uuid": "7fd87010-3a00-4da3-b905-410525e8ec44", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -210,19 +202,19 @@ "http://www.metasploit.com", "https://github.com/mattifestation/PowerSploit", "https://www.veil-framework.com/framework/" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "File monitoring", + "Process command-line parameters" ] }, - "description": "Adversaries may use scripts to aid in operations and perform multiple actions that would otherwise be manual. Scripting is useful for speeding up operational tasks and reducing the time required to gain access to critical resources. Some scripting languages may be used to bypass process monitoring mechanisms by directly interacting with the operating system at an API level instead of calling other programs. Common scripting languages for Windows include VBScript and PowerShell but could also be in the form of command-line batch scripts.\n\nMany popular offensive frameworks exist which use forms of scripting for security testers and adversaries alike. Metasploit[[Citation: Metasploit]], Veil[[Citation: Veil]], and PowerSploit[[Citation: Powersploit]] are three examples that are popular among penetration testers for exploit and post-compromise operations and include many features for evading defenses. Some adversaries are known to use PowerShell.[[Citation: Alperovitch 2014]]\n\nDetection: Scripting may be common on admin, developer, or power user systems, depending on job function. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information [[Discovery]], [[Collection]], or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, Process command-line parameters", - "uuid": "7fd87010-3a00-4da3-b905-410525e8ec44" + "value": "Scripting" }, { - "name": "Data from Removable Media", + "description": "Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to cmd may be used to gather information. Some adversaries may also use Automated Collection on removable media.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system's connected removable media. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -238,17 +230,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1025" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" ] }, - "description": "Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to cmd may be used to gather information. Some adversaries may also use Automated Collection on removable media.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system's connected removable media. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec" + "value": "Data from Removable Media" }, { - "name": "Code Signing", + "description": "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]] However, adversaries are known to use code signing certificates to masquerade malware and tools as legitimate binaries. The certificates used during an operation may be created, forged, or stolen by the adversary.[[Citation: Securelist Digital Certificates]][[Citation: Symantec Digital Certificates]]\n\nCode signing certificates may be used to bypass security policies that require signed code to execute on a system.\n\nDetection: Collect and analyze signing certificate metadata on software that executes within the environment to look for unusual certificate characteristics and outliers.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", + "uuid": "1b84d551-6de8-4b96-9930-d177677c3b1d", "meta": { - "x_mitre_data_sources": [ - "Binary file metadata" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -267,19 +261,17 @@ "https://en.wikipedia.org/wiki/Code%20signing", "https://securelist.com/blog/security-policies/68593/why-you-shouldnt-completely-trust-files-signed-with-digital-certificates/", "http://www.symantec.com/connect/blogs/how-attackers-steal-private-keys-digital-certificates" + ], + "x_mitre_data_sources": [ + "Binary file metadata" ] }, - "description": "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]] However, adversaries are known to use code signing certificates to masquerade malware and tools as legitimate binaries. The certificates used during an operation may be created, forged, or stolen by the adversary.[[Citation: Securelist Digital Certificates]][[Citation: Symantec Digital Certificates]]\n\nCode signing certificates may be used to bypass security policies that require signed code to execute on a system.\n\nDetection: Collect and analyze signing certificate metadata on software that executes within the environment to look for unusual certificate characteristics and outliers.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", - "uuid": "1b84d551-6de8-4b96-9930-d177677c3b1d" + "value": "Code Signing" }, { - "name": "Rootkit", + "description": "Rootkits are programs that hide the existence of malware by intercepting and modifying operating system API calls that supply system information. Rootkits or rootkit enabling functionality may reside at the user or kernel level in the operating system or lower, to include a Hypervisor, Master Boot Record, or the Basic Input/Output System.[[Citation: Wikipedia Rootkit]]\n\nAdversaries may use rootkits to hide the presence of programs, files, network connections, services, drivers, and other system components.\n\nDetection: Some rootkit protections may be built into anti-virus or operating system software. There are dedicated rootkit detection tools that look for specific types of rootkit behavior. Monitor for the existence of unrecognized DLLs, devices, services, and changes to the MBR.[[Citation: Wikipedia Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: BIOS, MBR, System calls", + "uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", "meta": { - "x_mitre_data_sources": [ - "BIOS", - "MBR", - "System calls" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -296,18 +288,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1014", "https://en.wikipedia.org/wiki/Rootkit" + ], + "x_mitre_data_sources": [ + "BIOS", + "MBR", + "System calls" ] }, - "description": "Rootkits are programs that hide the existence of malware by intercepting and modifying operating system API calls that supply system information. Rootkits or rootkit enabling functionality may reside at the user or kernel level in the operating system or lower, to include a Hypervisor, Master Boot Record, or the Basic Input/Output System.[[Citation: Wikipedia Rootkit]]\n\nAdversaries may use rootkits to hide the presence of programs, files, network connections, services, drivers, and other system components.\n\nDetection: Some rootkit protections may be built into anti-virus or operating system software. There are dedicated rootkit detection tools that look for specific types of rootkit behavior. Monitor for the existence of unrecognized DLLs, devices, services, and changes to the MBR.[[Citation: Wikipedia Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: BIOS, MBR, System calls", - "uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b" + "value": "Rootkit" }, { - "name": "Command-Line Interface", + "description": "Command-line interfaces provide a way of interacting with computer systems and is a common feature across many types of operating system platforms.cmd, which can be used to perform a number of tasks including execution of other software. Command-line interfaces can be interacted with locally or remotely via a remote desktop application, reverse shell session, etc. Commands that are executed run with the current permission level of the command-line interface process unless the command includes process invocation that changes permissions context for that execution (e.g. Scheduled Task).\n\nAdversaries may use command-line interfaces to interact with systems and execute other software during the course of an operation.\n\nDetection: Command-line interface activities can be captured through proper logging of process execution with command-line arguments. This information can be useful in gaining additional insight to adversaries' actions through how they use native processes or custom tools.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "meta": { - "x_mitre_data_sources": [ - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -325,18 +318,18 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1059", "https://en.wikipedia.org/wiki/Command-line%20interface" + ], + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Command-line interfaces provide a way of interacting with computer systems and is a common feature across many types of operating system platforms.cmd, which can be used to perform a number of tasks including execution of other software. Command-line interfaces can be interacted with locally or remotely via a remote desktop application, reverse shell session, etc. Commands that are executed run with the current permission level of the command-line interface process unless the command includes process invocation that changes permissions context for that execution (e.g. Scheduled Task).\n\nAdversaries may use command-line interfaces to interact with systems and execute other software during the course of an operation.\n\nDetection: Command-line interface activities can be captured through proper logging of process execution with command-line arguments. This information can be useful in gaining additional insight to adversaries' actions through how they use native processes or custom tools.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "7385dfaf-6886-4229-9ecd-6fd678040830" + "value": "Command-Line Interface" }, { - "name": "Exfiltration Over Command and Control Channel", + "description": "Data exfiltration is performed over the [[Command and Control]] channel. Data is encoded into the normal communications channel using the same protocol as command and control communications.\n\nDetection: Detection for command and control applies. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring", + "uuid": "92d7da27-2d91-488e-a00c-059dc162766d", "meta": { - "x_mitre_data_sources": [ - "User interface", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -353,21 +346,18 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1041", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "User interface", + "Process monitoring" ] }, - "description": "Data exfiltration is performed over the [[Command and Control]] channel. Data is encoded into the normal communications channel using the same protocol as command and control communications.\n\nDetection: Detection for command and control applies. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring", - "uuid": "92d7da27-2d91-488e-a00c-059dc162766d" + "value": "Exfiltration Over Command and Control Channel" }, { - "name": "Multi-Stage Channels", + "description": "Adversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult.\n\nRemote access tools will call back to the first-stage command and control server for instructions. The first stage may have automated capabilities to collect basic host information, update tools, and upload additional files. A second remote access tool (RAT) could be uploaded at that point to redirect the host to the second-stage command and control server. The second stage will likely be more fully featured and allow the adversary to interact with the system through a reverse shell and additional RAT features.\n\nThe different stages will likely be hosted separately with no overlapping infrastructure. The loader may also have backup first-stage callbacks or Fallback Channels in case the original first-stage communication path is discovered and blocked.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure. Relating subsequent actions that may result from [[Discovery]] of the system and network information or [[Lateral Movement]] to the originating process may also yield useful data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network device logs, Network protocol analysis, Packet capture, Process use of network", + "uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", "meta": { - "x_mitre_data_sources": [ - "Netflow/Enclave netflow", - "Network device logs", - "Network protocol analysis", - "Packet capture", - "Process use of network" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -383,20 +373,21 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1104" + ], + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Network device logs", + "Network protocol analysis", + "Packet capture", + "Process use of network" ] }, - "description": "Adversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult.\n\nRemote access tools will call back to the first-stage command and control server for instructions. The first stage may have automated capabilities to collect basic host information, update tools, and upload additional files. A second remote access tool (RAT) could be uploaded at that point to redirect the host to the second-stage command and control server. The second stage will likely be more fully featured and allow the adversary to interact with the system through a reverse shell and additional RAT features.\n\nThe different stages will likely be hosted separately with no overlapping infrastructure. The loader may also have backup first-stage callbacks or Fallback Channels in case the original first-stage communication path is discovered and blocked.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure. Relating subsequent actions that may result from [[Discovery]] of the system and network information or [[Lateral Movement]] to the originating process may also yield useful data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network device logs, Network protocol analysis, Packet capture, Process use of network", - "uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91" + "value": "Multi-Stage Channels" }, { - "name": "Input Capture", + "description": "Adversaries can use methods of capturing user input for obtaining credentials for Legitimate Credentials and information Credential Dumping efforts are not effective, and may require an adversary to remain passive on a system for a period of time before an opportunity arises.\n\nAdversaries may also install code on externally facing portals, such as a VPN login page, to capture and transmit credentials of users who attempt to log into the service. This variation on input capture may be conducted post-compromise using legitimate administrative access as a backup measure to maintain network access through External Remote Services and Legitimate Credentials or as part of the initial compromise by exploitation of the externally facing web service.Legitimate Credentials in use by adversaries may help to catch the result of user input interception if new techniques are used.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Kernel drivers, Process monitoring, API monitoring\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", + "uuid": "bb5a00de-e086-4859-a231-fa793f6797e2", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "Kernel drivers", - "Process monitoring", - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -414,18 +405,20 @@ "https://attack.mitre.org/wiki/Technique/T1056", "http://blog.leetsys.com/2012/01/02/capturing-windows-7-credentials-at-logon-using-custom-credential-provider/", "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "Kernel drivers", + "Process monitoring", + "API monitoring" ] }, - "description": "Adversaries can use methods of capturing user input for obtaining credentials for Legitimate Credentials and information Credential Dumping efforts are not effective, and may require an adversary to remain passive on a system for a period of time before an opportunity arises.\n\nAdversaries may also install code on externally facing portals, such as a VPN login page, to capture and transmit credentials of users who attempt to log into the service. This variation on input capture may be conducted post-compromise using legitimate administrative access as a backup measure to maintain network access through External Remote Services and Legitimate Credentials or as part of the initial compromise by exploitation of the externally facing web service.Legitimate Credentials in use by adversaries may help to catch the result of user input interception if new techniques are used.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Kernel drivers, Process monitoring, API monitoring\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", - "uuid": "bb5a00de-e086-4859-a231-fa793f6797e2" + "value": "Input Capture" }, { - "name": "Regsvcs/Regasm", + "description": "Regsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies. Both are digitally signed by Microsoft.[[Citation: MSDN Regsvcs]][[Citation: MSDN Regasm]]\n\nAdversaries can use Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Both utilities may be used to bypass process whitelisting through use of attributes within the binary to specify code that should be run before registration or unregistration: [ComRegisterFunction] or [ComUnregisterFunction] respectively. The code with the registration and unregistration attributes will be executed even if the process is run under insufficient privileges and fails to execute.[[Citation: SubTee Regsvcs Regasm Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of Regsvcs.exe and Regasm.exe. Compare recent invocations of Regsvcs.exe and Regasm.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after Regsvcs.exe or Regasm.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", + "uuid": "215190a9-9f02-4e83-bb5f-e0589965a302", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -444,17 +437,18 @@ "https://msdn.microsoft.com/en-us/library/04za0hca.aspx", "https://msdn.microsoft.com/en-us/library/tzat5yw6.aspx", "http://subt0x10.blogspot.com/2015/11/all-natural-organic-free-range.html" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters" ] }, - "description": "Regsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies. Both are digitally signed by Microsoft.[[Citation: MSDN Regsvcs]][[Citation: MSDN Regasm]]\n\nAdversaries can use Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Both utilities may be used to bypass process whitelisting through use of attributes within the binary to specify code that should be run before registration or unregistration: [ComRegisterFunction] or [ComUnregisterFunction] respectively. The code with the registration and unregistration attributes will be executed even if the process is run under insufficient privileges and fails to execute.[[Citation: SubTee Regsvcs Regasm Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of Regsvcs.exe and Regasm.exe. Compare recent invocations of Regsvcs.exe and Regasm.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after Regsvcs.exe or Regasm.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", - "uuid": "215190a9-9f02-4e83-bb5f-e0589965a302" + "value": "Regsvcs/Regasm" }, { - "name": "MSBuild", + "description": "MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It takes XML formatted project files that define requirements for building various platforms and configurations.[[Citation: MSDN MSBuild]] \n\nAdversaries can use MSBuild to proxy execution of code through a trusted Windows utility. The inline task capability of MSBuild that was introduced in .NET version 4 allows for C# code to be inserted into the XML project file.[[Citation: MSDN MSBuild Inline Tasks]] MSBuild will compile and execute the inline task. MSBuild.exe is a signed Microsoft binary, so when it is used this way it can execute arbitrary code and bypass application whitelisting defenses that are configured to allow MSBuild.exe execution.[[Citation: SubTee MSBuild]]\n\nDetection: Use process monitoring to monitor the execution and arguments of MSBuild.exe. Compare recent invocations of MSBuild.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. It is likely that MSBuild will be used by software developers, so if it exists and is used outside of that context, then the event may be suspicious. Command arguments used before and after the MSBuild.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring\n\nContributors: Casey Smith", + "uuid": "ff25900d-76d5-449b-a351-8824e62fc81b", "meta": { - "x_mitre_data_sources": [ - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -473,18 +467,17 @@ "https://msdn.microsoft.com/library/dd722601.aspx", "https://subt0x10.blogspot.com/2016/09/bypassing-application-whitelisting.html", "https://msdn.microsoft.com/library/dd393574.aspx" + ], + "x_mitre_data_sources": [ + "Process monitoring" ] }, - "description": "MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It takes XML formatted project files that define requirements for building various platforms and configurations.[[Citation: MSDN MSBuild]] \n\nAdversaries can use MSBuild to proxy execution of code through a trusted Windows utility. The inline task capability of MSBuild that was introduced in .NET version 4 allows for C# code to be inserted into the XML project file.[[Citation: MSDN MSBuild Inline Tasks]] MSBuild will compile and execute the inline task. MSBuild.exe is a signed Microsoft binary, so when it is used this way it can execute arbitrary code and bypass application whitelisting defenses that are configured to allow MSBuild.exe execution.[[Citation: SubTee MSBuild]]\n\nDetection: Use process monitoring to monitor the execution and arguments of MSBuild.exe. Compare recent invocations of MSBuild.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. It is likely that MSBuild will be used by software developers, so if it exists and is used outside of that context, then the event may be suspicious. Command arguments used before and after the MSBuild.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring\n\nContributors: Casey Smith", - "uuid": "ff25900d-76d5-449b-a351-8824e62fc81b" + "value": "MSBuild" }, { - "name": "Local Network Configuration Discovery", + "description": "Adversaries will likely look for details about the network configuration and settings of systems they access. Several operating system administration utilities exist that can be used to gather this information. Examples include Arp, ipconfig/ifconfig, nbtstat, and route.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", "meta": { - "x_mitre_data_sources": [ - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -500,19 +493,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1016" - ] - }, - "description": "Adversaries will likely look for details about the network configuration and settings of systems they access. Several operating system administration utilities exist that can be used to gather this information. Examples include Arp, ipconfig/ifconfig, nbtstat, and route.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0" - }, - { - "name": "Scheduled Task", - "meta": { + ], "x_mitre_data_sources": [ - "File monitoring", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "Local Network Configuration Discovery" + }, + { + "description": "Utilities such as at and schtasks, along with the Windows Task Scheduler, can be used to schedule programs or scripts to be executed at a date and time. The account used to create the task must be in the Administrators group on the local system. A task can also be scheduled on a remote system, provided the proper authentication is met to use RPC and file and printer sharing is turned on.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: Administrator, SYSTEM", + "uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -530,20 +522,19 @@ "https://attack.mitre.org/wiki/Technique/T1053", "https://technet.microsoft.com/en-us/sysinternals/bb963902", "https://technet.microsoft.com/en-us/library/cc785125.aspx" - ] - }, - "description": "Utilities such as at and schtasks, along with the Windows Task Scheduler, can be used to schedule programs or scripts to be executed at a date and time. The account used to create the task must be in the Administrators group on the local system. A task can also be scheduled on a remote system, provided the proper authentication is met to use RPC and file and printer sharing is turned on.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: Administrator, SYSTEM", - "uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9" - }, - { - "name": "Windows Management Instrumentation", - "meta": { + ], "x_mitre_data_sources": [ - "Authentication logs", - "Netflow/Enclave netflow", + "File monitoring", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "Scheduled Task" + }, + { + "description": "Windows Management Instrumentation (WMI) is a Windows administration feature that provides a uniform environment for local and remote access to Windows system components. It relies on the WMI service for local and remote access and the server message block (SMB)[[Citation: Wikipedia SMB]] and Remote Procedure Call Service (RPCS)[[Citation: TechNet RPC]] for remote access. RPCS operates over port 135.[[Citation: MSDN WMI]]\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to perform many tactic functions, such as gathering information for [[Discovery]] and remote [[Execution]] of files as part of [[Lateral Movement]].[[Citation: FireEye WMI 2015]]\n\nDetection: Monitor network traffic for WMI connections; the use of WMI in environments that do not typically use WMI may be suspect. Perform process monitoring to capture command-line arguments of \"wmic\" and detect commands that are used to perform remote behavior.[[Citation: FireEye WMI 2015]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", + "uuid": "01a5a209-b94c-450b-b7f9-946497d91055", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -563,18 +554,20 @@ "https://en.wikipedia.org/wiki/Server%20Message%20Block", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf", "https://msdn.microsoft.com/en-us/library/aa394582.aspx" + ], + "x_mitre_data_sources": [ + "Authentication logs", + "Netflow/Enclave netflow", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Windows Management Instrumentation (WMI) is a Windows administration feature that provides a uniform environment for local and remote access to Windows system components. It relies on the WMI service for local and remote access and the server message block (SMB)[[Citation: Wikipedia SMB]] and Remote Procedure Call Service (RPCS)[[Citation: TechNet RPC]] for remote access. RPCS operates over port 135.[[Citation: MSDN WMI]]\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to perform many tactic functions, such as gathering information for [[Discovery]] and remote [[Execution]] of files as part of [[Lateral Movement]].[[Citation: FireEye WMI 2015]]\n\nDetection: Monitor network traffic for WMI connections; the use of WMI in environments that do not typically use WMI may be suspect. Perform process monitoring to capture command-line arguments of \"wmic\" and detect commands that are used to perform remote behavior.[[Citation: FireEye WMI 2015]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", - "uuid": "01a5a209-b94c-450b-b7f9-946497d91055" + "value": "Windows Management Instrumentation" }, { - "name": "NTFS Extended Attributes", + "description": "Data or executables may be stored in New Technology File System (NTFS) partition metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus.[[Citation: Journey into IR ZeroAccess NTFS EA]]\n\nThe NTFS format has a feature called Extended Attributes (EA), which allows data to be stored as an attribute of a file or folder.[[Citation: Microsoft File Streams]]\n\nDetection: Forensic techniques exist to identify information stored in EA.[[Citation: Journey into IR ZeroAccess NTFS EA]] It may be possible to monitor NTFS for writes or reads to NTFS EA or to regularly scan for the presence of modified information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Kernel drivers", + "uuid": "f2d44246-91f1-478a-b6c8-1227e0ca109d", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Kernel drivers" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -592,18 +585,18 @@ "https://attack.mitre.org/wiki/Technique/T1096", "http://journeyintoir.blogspot.com/2012/12/extracting-zeroaccess-from-ntfs.html", "http://msdn.microsoft.com/en-us/library/aa364404" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Kernel drivers" ] }, - "description": "Data or executables may be stored in New Technology File System (NTFS) partition metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus.[[Citation: Journey into IR ZeroAccess NTFS EA]]\n\nThe NTFS format has a feature called Extended Attributes (EA), which allows data to be stored as an attribute of a file or folder.[[Citation: Microsoft File Streams]]\n\nDetection: Forensic techniques exist to identify information stored in EA.[[Citation: Journey into IR ZeroAccess NTFS EA]] It may be possible to monitor NTFS for writes or reads to NTFS EA or to regularly scan for the presence of modified information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Kernel drivers", - "uuid": "f2d44246-91f1-478a-b6c8-1227e0ca109d" + "value": "NTFS Extended Attributes" }, { - "name": "Process Discovery", + "description": "Adversaries may attempt to get information about running processes on a system. An example command that would obtain details on processes is \"tasklist\" using the Tasklist utility.\n\nInformation obtained could be used to gain an understanding of common software running on systems within the network.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", "meta": { - "x_mitre_data_sources": [ - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -620,18 +613,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1057" + ], + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may attempt to get information about running processes on a system. An example command that would obtain details on processes is \"tasklist\" using the Tasklist utility.\n\nInformation obtained could be used to gain an understanding of common software running on systems within the network.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580" + "value": "Process Discovery" }, { - "name": "Basic Input/Output System", + "description": "The BIOS (Basic Input/Output System), which underlies the functionality of a computer, may be modified to perform or assist in malicious activity.[[Citation: Wikipedia BIOS]]\n\nCapabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\n\nThe Unified Extensible Firmware Interface (UEFI) is new specification for the interface between platform firmware and a computer operating system.[[Citation: About UEFI]]\n\nDetection: Firmware manipulation may be detected.[[Citation: MITRE Trustworthy Firmware Measurement]] Dump and inspect BIOS images on vulnerable systems and compare against known good images.[[Citation: MITRE Copernicus]] Analyze differences to determine if malicious changes have occurred. Log attempts to read/write to BIOS and compare against known patching behavior.\n\nLikewise, extensible firmware interface (EFI) modules can be collected and compared against a known-clean list of EFI executable binaries to detect potentially malicious modules. The CHIPSEC framework can be used for analysis to determine if firmware modifications have been performed.[[Citation: McAfee CHIPSEC Blog]][[Citation: Github CHIPSEC]][[Citation: Intel HackingTeam UEFI Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, BIOS", + "uuid": "6856ddd6-2df3-4379-8b87-284603c189c3", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "BIOS" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -654,18 +647,18 @@ "https://en.wikipedia.org/wiki/BIOS", "http://www.mitre.org/publications/project-stories/going-deep-into-the-bios-with-mitre-firmware-security-research", "http://www.mitre.org/capabilities/cybersecurity/overview/cybersecurity-blog/copernicus-question-your-assumptions-about" + ], + "x_mitre_data_sources": [ + "API monitoring", + "BIOS" ] }, - "description": "The BIOS (Basic Input/Output System), which underlies the functionality of a computer, may be modified to perform or assist in malicious activity.[[Citation: Wikipedia BIOS]]\n\nCapabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\n\nThe Unified Extensible Firmware Interface (UEFI) is new specification for the interface between platform firmware and a computer operating system.[[Citation: About UEFI]]\n\nDetection: Firmware manipulation may be detected.[[Citation: MITRE Trustworthy Firmware Measurement]] Dump and inspect BIOS images on vulnerable systems and compare against known good images.[[Citation: MITRE Copernicus]] Analyze differences to determine if malicious changes have occurred. Log attempts to read/write to BIOS and compare against known patching behavior.\n\nLikewise, extensible firmware interface (EFI) modules can be collected and compared against a known-clean list of EFI executable binaries to detect potentially malicious modules. The CHIPSEC framework can be used for analysis to determine if firmware modifications have been performed.[[Citation: McAfee CHIPSEC Blog]][[Citation: Github CHIPSEC]][[Citation: Intel HackingTeam UEFI Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, BIOS", - "uuid": "6856ddd6-2df3-4379-8b87-284603c189c3" + "value": "Basic Input/Output System" }, { - "name": "Registry Run Keys / Start Folder", + "description": "Adding an entry to the \"run keys\" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.Masquerading to make the Registry entries look as if they are associated with legitimate programs.\n\nDetection: Monitor Registry for changes to run keys that do not correlate with known software, patch cycles, etc. Monitor the start folder for additions or changes. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing the run keys' Registry locations and startup folders.[[Citation: TechNet Autoruns]] Suspicious program execution as startup programs may show up as outlier processes that have not been seen before when compared against historical data.\n\nChanges to these locations typically happen under normal conditions when legitimate software is installed. To increase confidence of malicious activity, data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring", + "uuid": "9422fc14-1c43-410d-ab0f-a709b76c72dc", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "File monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -683,19 +676,18 @@ "https://attack.mitre.org/wiki/Technique/T1060", "http://msdn.microsoft.com/en-us/library/aa376977", "https://technet.microsoft.com/en-us/sysinternals/bb963902" - ] - }, - "description": "Adding an entry to the \"run keys\" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.Masquerading to make the Registry entries look as if they are associated with legitimate programs.\n\nDetection: Monitor Registry for changes to run keys that do not correlate with known software, patch cycles, etc. Monitor the start folder for additions or changes. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing the run keys' Registry locations and startup folders.[[Citation: TechNet Autoruns]] Suspicious program execution as startup programs may show up as outlier processes that have not been seen before when compared against historical data.\n\nChanges to these locations typically happen under normal conditions when legitimate software is installed. To increase confidence of malicious activity, data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring", - "uuid": "9422fc14-1c43-410d-ab0f-a709b76c72dc" - }, - { - "name": "Service Execution", - "meta": { + ], "x_mitre_data_sources": [ "Windows Registry", - "Process command-line parameters", - "Process monitoring" - ], + "File monitoring" + ] + }, + "value": "Registry Run Keys / Start Folder" + }, + { + "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 conjunction with New Service and Modify Existing Service during service persistence or privilege escalation.\n\nDetection: Changes to service Registry entries and command-line invocation of tools capable of modifying services that do not correlate with known software, patch cycles, etc., may be suspicious. If a service is used only to execute a binary or script and not to persist, then it will likely be changed back to its original form shortly after the service is restarted so the service is not left broken, as is the case with the common administrator tool PsExec.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring", + "uuid": "f44731de-ea9f-406d-9b83-30ecbb9b4392", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -711,19 +703,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1035" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "Process command-line parameters", + "Process monitoring" ] }, - "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 conjunction with New Service and Modify Existing Service during service persistence or privilege escalation.\n\nDetection: Changes to service Registry entries and command-line invocation of tools capable of modifying services that do not correlate with known software, patch cycles, etc., may be suspicious. If a service is used only to execute a binary or script and not to persist, then it will likely be changed back to its original form shortly after the service is restarted so the service is not left broken, as is the case with the common administrator tool PsExec.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring", - "uuid": "f44731de-ea9f-406d-9b83-30ecbb9b4392" + "value": "Service Execution" }, { - "name": "Uncommonly Used Port", + "description": "Adversaries may conduct C2 communications over a non-standard port to bypass proxies and firewalls that have been improperly configured.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "c848fcf7-6b62-4bde-8216-b6c157d48da0", "meta": { - "x_mitre_data_sources": [ - "Netflow/Enclave netflow", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -740,19 +732,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1065", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" ] }, - "description": "Adversaries may conduct C2 communications over a non-standard port to bypass proxies and firewalls that have been improperly configured.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "c848fcf7-6b62-4bde-8216-b6c157d48da0" + "value": "Uncommonly Used Port" }, { - "name": "Data Staged", + "description": "Collected data is staged in a central location or directory prior to Data Compressed or Data Encrypted.\n\nInteractive command shells may be used, and common functionality within cmd may be used to copy data into a staging location.\n\nDetection: Processes that appear to be reading files from disparate locations and writing them to the same directory or file may be an indication of data being staged, especially if they are suspected of performing encryption or compression on the files.\n\nMonitor processes and command-line arguments for actions that could be taken to collect and combine files. Remote access tools with built-in features may interact directly with the Windows API to gather and copy to a location. Data may also be acquired and staged through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "7dd95ff6-712e-4056-9626-312ea4ab4c5e", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -768,19 +760,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1074" - ] - }, - "description": "Collected data is staged in a central location or directory prior to Data Compressed or Data Encrypted.\n\nInteractive command shells may be used, and common functionality within cmd may be used to copy data into a staging location.\n\nDetection: Processes that appear to be reading files from disparate locations and writing them to the same directory or file may be an indication of data being staged, especially if they are suspected of performing encryption or compression on the files.\n\nMonitor processes and command-line arguments for actions that could be taken to collect and combine files. Remote access tools with built-in features may interact directly with the Windows API to gather and copy to a location. Data may also be acquired and staged through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "7dd95ff6-712e-4056-9626-312ea4ab4c5e" - }, - { - "name": "New Service", - "meta": { + ], "x_mitre_data_sources": [ - "Windows Registry", + "File monitoring", "Process monitoring", "Process command-line parameters" - ], + ] + }, + "value": "Data Staged" + }, + { + "description": "When operating systems boot up, they can start programs or applications called services that perform background system functions.Masquerading. Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges from administrator to SYSTEM. Adversaries may also directly start services through Service Execution.\n\nDetection: Monitor service creation through changes in the Registry and common utilities using command-line invocation. New, benign services may be created during installation of new software. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters\n\nEffective Permissions: SYSTEM", + "uuid": "478aa214-2ca7-4ec0-9978-18798e514790", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -798,20 +790,19 @@ "https://attack.mitre.org/wiki/Technique/T1050", "https://technet.microsoft.com/en-us/sysinternals/bb963902", "https://technet.microsoft.com/en-us/library/cc772408.aspx" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "Process monitoring", + "Process command-line parameters" ] }, - "description": "When operating systems boot up, they can start programs or applications called services that perform background system functions.Masquerading. Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges from administrator to SYSTEM. Adversaries may also directly start services through Service Execution.\n\nDetection: Monitor service creation through changes in the Registry and common utilities using command-line invocation. New, benign services may be created during installation of new software. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters\n\nEffective Permissions: SYSTEM", - "uuid": "478aa214-2ca7-4ec0-9978-18798e514790" + "value": "New Service" }, { - "name": "Network Share Connection Removal", + "description": "Windows shared drive and Windows Admin Shares connections can be removed when no longer needed. Net is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command.Windows Admin Shares. SMB traffic between systems may also be captured and decoded to look for related network share session and file transfer activity. Windows authentication logs are also useful in determining when authenticated network shares are established and by which account, and can be used to correlate network share activity to other events to investigate potentially malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, Packet capture, Authentication logs", + "uuid": "e7eab98d-ae11-4491-bd28-a53ba875865a", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "Process command-line parameters", - "Packet capture", - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -828,20 +819,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1126", "https://technet.microsoft.com/bb490717.aspx" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters", + "Packet capture", + "Authentication logs" ] }, - "description": "Windows shared drive and Windows Admin Shares connections can be removed when no longer needed. Net is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command.Windows Admin Shares. SMB traffic between systems may also be captured and decoded to look for related network share session and file transfer activity. Windows authentication logs are also useful in determining when authenticated network shares are established and by which account, and can be used to correlate network share activity to other events to investigate potentially malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, Packet capture, Authentication logs", - "uuid": "e7eab98d-ae11-4491-bd28-a53ba875865a" + "value": "Network Share Connection Removal" }, { - "name": "DLL Injection", + "description": "DLL injection is used to run code in the context of another process by causing the other process to load and execute code. Running code in the context of another process provides adversaries many benefits, such as access to the process's memory and permissions. It also allows adversaries to mask their actions under a legitimate process. A more sophisticated kind of DLL injection, reflective DLL injection, loads code without calling the normal Windows API calls, potentially bypassing DLL load monitoring. Numerous methods of DLL injection exist on Windows, including modifying the Registry, creating remote threads, Windows hooking APIs, and DLL pre-loading.PowerShell with tools such as PowerSploit,[[Citation: Powersploit]] so additional PowerShell monitoring may be required to cover known implementations of this behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM", + "uuid": "43e7dc91-05b2-474c-b9ac-2ed4fe101f4d", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Windows Registry", - "File monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -860,19 +851,20 @@ "http://en.wikipedia.org/wiki/DLL%20injection", "http://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-Proces", "https://github.com/mattifestation/PowerSploit" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Windows Registry", + "File monitoring", + "Process monitoring" ] }, - "description": "DLL injection is used to run code in the context of another process by causing the other process to load and execute code. Running code in the context of another process provides adversaries many benefits, such as access to the process's memory and permissions. It also allows adversaries to mask their actions under a legitimate process. A more sophisticated kind of DLL injection, reflective DLL injection, loads code without calling the normal Windows API calls, potentially bypassing DLL load monitoring. Numerous methods of DLL injection exist on Windows, including modifying the Registry, creating remote threads, Windows hooking APIs, and DLL pre-loading.PowerShell with tools such as PowerSploit,[[Citation: Powersploit]] so additional PowerShell monitoring may be required to cover known implementations of this behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM", - "uuid": "43e7dc91-05b2-474c-b9ac-2ed4fe101f4d" + "value": "DLL Injection" }, { - "name": "Authentication Package", + "description": "Windows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[[Citation: MSDN Authentication Packages]]\n\nAdversaries can use the autostart mechanism provided by LSA Authentication Packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\ with the key value of \"Authentication Packages\"=. The binary will then be executed by the system when the authentication packages are loaded.\n\nDetection: Monitor the Registry for changes to the LSA Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", + "uuid": "52d40641-c480-4ad5-81a3-c80ccaddf82d", "meta": { - "x_mitre_data_sources": [ - "DLL monitoring", - "Windows Registry", - "Loaded DLLs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -891,20 +883,19 @@ "https://technet.microsoft.com/en-us/library/dn408187.aspx", "https://msdn.microsoft.com/library/windows/desktop/aa374733.aspx", "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" + ], + "x_mitre_data_sources": [ + "DLL monitoring", + "Windows Registry", + "Loaded DLLs" ] }, - "description": "Windows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[[Citation: MSDN Authentication Packages]]\n\nAdversaries can use the autostart mechanism provided by LSA Authentication Packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\ with the key value of \"Authentication Packages\"=. The binary will then be executed by the system when the authentication packages are loaded.\n\nDetection: Monitor the Registry for changes to the LSA Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", - "uuid": "52d40641-c480-4ad5-81a3-c80ccaddf82d" + "value": "Authentication Package" }, { - "name": "Multilayer Encryption", + "description": "An adversary performs C2 communications using multiple layers of encryption, typically (but not exclusively) tunneling a custom encryption scheme within a protocol encryption scheme such as HTTPS or SMTPS.\n\nDetection: If malware uses Standard Cryptographic Protocol, SSL/TLS inspection can be used to detect command and control traffic within some encrypted communication channels.Custom Cryptographic Protocol, if malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "428ca9f8-0e33-442a-be87-f869cb4cf73e", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Process use of network", - "Malware reverse engineering", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -924,13 +915,19 @@ "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" ] }, - "description": "An adversary performs C2 communications using multiple layers of encryption, typically (but not exclusively) tunneling a custom encryption scheme within a protocol encryption scheme such as HTTPS or SMTPS.\n\nDetection: If malware uses Standard Cryptographic Protocol, SSL/TLS inspection can be used to detect command and control traffic within some encrypted communication channels.Custom Cryptographic Protocol, if malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "428ca9f8-0e33-442a-be87-f869cb4cf73e" + "value": "Multilayer Encryption" }, { - "name": "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 Basic Input/Output System but conducted upon other system components that may not have the same capability or level of integrity checking. Malicious device firmware could provide both a persistent level of access to systems despite potential typical failures to maintain access and hard disk re-images, as well as a way to evade host software-based defenses and integrity checks.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", + "uuid": "10d5f3b7-6be6-4da5-9a77-0f1e2bbfcc44", "meta": { "x_mitre_platforms": [ "Windows Server 2003", @@ -949,15 +946,12 @@ "https://attack.mitre.org/wiki/Technique/T1109" ] }, - "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 Basic Input/Output System but conducted upon other system components that may not have the same capability or level of integrity checking. Malicious device firmware could provide both a persistent level of access to systems despite potential typical failures to maintain access and hard disk re-images, as well as a way to evade host software-based defenses and integrity checks.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", - "uuid": "10d5f3b7-6be6-4da5-9a77-0f1e2bbfcc44" + "value": "Component Firmware" }, { - "name": "Windows Management Instrumentation Event Subscription", + "description": "Windows Management Instrumentation (WMI) can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system. Adversaries may attempt to evade detection of this technique by compiling WMI scripts.[[Citation: Dell WMI Persistence]] Examples of events that may be subscribed to are the wall clock time or the computer's uptime.[[Citation: Kazanciyan 2014]] Several threat groups have reportedly used this technique to maintain persistence.[[Citation: Mandiant M-Trends 2015]]\n\nDetection: Monitor WMI event subscription entries, comparing current WMI event subscriptions to known good subscriptions for each host. Tools such as Sysinternals Autoruns may also be used to detect WMI changes that could be attempts at persistence.[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: WMI Objects", + "uuid": "e906ae4d-1d3a-4675-be23-22f7311c0da4", "meta": { - "x_mitre_data_sources": [ - "WMI Objects" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -977,22 +971,17 @@ "https://www.secureworks.com/blog/wmi-persistence", "https://www.defcon.org/images/defcon-22/dc-22-presentations/Kazanciyan-Hastings/DEFCON-22-Ryan-Kazanciyan-Matt-Hastings-Investigating-Powershell-Attacks.pdf", "https://www2.fireeye.com/rs/fireye/images/rpt-m-trends-2015.pdf" + ], + "x_mitre_data_sources": [ + "WMI Objects" ] }, - "description": "Windows Management Instrumentation (WMI) can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system. Adversaries may attempt to evade detection of this technique by compiling WMI scripts.[[Citation: Dell WMI Persistence]] Examples of events that may be subscribed to are the wall clock time or the computer's uptime.[[Citation: Kazanciyan 2014]] Several threat groups have reportedly used this technique to maintain persistence.[[Citation: Mandiant M-Trends 2015]]\n\nDetection: Monitor WMI event subscription entries, comparing current WMI event subscriptions to known good subscriptions for each host. Tools such as Sysinternals Autoruns may also be used to detect WMI changes that could be attempts at persistence.[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: WMI Objects", - "uuid": "e906ae4d-1d3a-4675-be23-22f7311c0da4" + "value": "Windows Management Instrumentation Event Subscription" }, { - "name": "Disabling Security Tools", + "description": "Adversaries may disable security tools to avoid possible detection of their tools and activities. This can take the form of killing security software or event logging processes, deleting Registry keys so that tools do not start at run time, or other methods to interfere with security scanning or event reporting.\n\nDetection: Monitor processes and command-line arguments to see if security tools are killed or stop running. Monitor Registry edits for modifications to services and startup programs that correspond to security tools. Lack of log or event file reporting may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Anti-virus, File monitoring, Services, Windows Registry, Process command-line parameters", + "uuid": "2e0dd10b-676d-4964-acd0-8a404c92b044", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Anti-virus", - "File monitoring", - "Services", - "Windows Registry", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1008,13 +997,21 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1089" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Anti-virus", + "File monitoring", + "Services", + "Windows Registry", + "Process command-line parameters" ] }, - "description": "Adversaries may disable security tools to avoid possible detection of their tools and activities. This can take the form of killing security software or event logging processes, deleting Registry keys so that tools do not start at run time, or other methods to interfere with security scanning or event reporting.\n\nDetection: Monitor processes and command-line arguments to see if security tools are killed or stop running. Monitor Registry edits for modifications to services and startup programs that correspond to security tools. Lack of log or event file reporting may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Anti-virus, File monitoring, Services, Windows Registry, Process command-line parameters", - "uuid": "2e0dd10b-676d-4964-acd0-8a404c92b044" + "value": "Disabling Security Tools" }, { - "name": "Peripheral Device Discovery", + "description": "Adversaries may attempt to gather information about attached peripheral devices and components connected to a computer system. The information may be used to enhance their awareness of the system and network environment or may be used for further actions.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", + "uuid": "348f1eef-964b-4eb6-bb53-69b3dcb0c643", "meta": { "x_mitre_platforms": [ "Windows Server 2003", @@ -1033,18 +1030,12 @@ "https://attack.mitre.org/wiki/Technique/T1120" ] }, - "description": "Adversaries may attempt to gather information about attached peripheral devices and components connected to a computer system. The information may be used to enhance their awareness of the system and network environment or may be used for further actions.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", - "uuid": "348f1eef-964b-4eb6-bb53-69b3dcb0c643" + "value": "Peripheral Device Discovery" }, { - "name": "Data Compressed", + "description": "An adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network. The compression is done separately from the exfiltration channel and is performed using a custom program or algorithm, or a more common compression library or utility such as 7zip, RAR, ZIP, or zlib.\n\nDetection: Compression software and compressed files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known compression utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used.\n\nIf the communications channel is unencrypted, compressed files can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "b9f5dbe2-4c55-4fc5-af2e-d42c1d182ec4", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Binary file metadata", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1061,19 +1052,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1002", "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" - ] - }, - "description": "An adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network. The compression is done separately from the exfiltration channel and is performed using a custom program or algorithm, or a more common compression library or utility such as 7zip, RAR, ZIP, or zlib.\n\nDetection: Compression software and compressed files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known compression utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used.\n\nIf the communications channel is unencrypted, compressed files can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "b9f5dbe2-4c55-4fc5-af2e-d42c1d182ec4" - }, - { - "name": "Account Discovery", - "meta": { + ], "x_mitre_data_sources": [ - "API monitoring", + "File monitoring", + "Binary file metadata", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "Data Compressed" + }, + { + "description": "Adversaries may attempt to get a listing of local system or domain accounts. Example commands that can acquire this information are net user, net group , and net localgroup using the Net utility or through use of dsquery. If adversaries attempt to identify the primary user, currently logged in user, or set of users that commonly uses a system, System Owner/User Discovery may apply.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", + "uuid": "72b74d71-8169-42aa-92e0-e7b04b9f5a08", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1089,17 +1081,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1087" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may attempt to get a listing of local system or domain accounts. Example commands that can acquire this information are net user, net group , and net localgroup using the Net utility or through use of dsquery. If adversaries attempt to identify the primary user, currently logged in user, or set of users that commonly uses a system, System Owner/User Discovery may apply.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", - "uuid": "72b74d71-8169-42aa-92e0-e7b04b9f5a08" + "value": "Account Discovery" }, { - "name": "Pass the Hash", + "description": "Pass the hash (PtH)[[Citation: Aorato PTH]] is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash. In this technique, valid password hashes for the account being used are captured using a [[Credential Access]] technique. Captured hashes are used with PtH to authenticate as that user. Once authenticated, PtH may be used to perform actions on local or remote systems. \n\nWindows 7 and higher with KB2871997 require valid domain user credentials or RID 500 administrator hashes.[[Citation: NSA Spotting]]\n\nDetection: Audit all logon and credential use events and review for discrepancies. Unusual remote logins that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity. NTLM LogonType 3 authentications that are not associated to a domain login and are not anonymous logins are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "c23b740b-a42b-47a1-aec2-9d48ddd547ff", "meta": { - "x_mitre_data_sources": [ - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1117,19 +1111,17 @@ "https://attack.mitre.org/wiki/Technique/T1075", "http://www.nsa.gov/ia/%20files/app/spotting%20the%20adversary%20with%20windows%20event%20log%20monitoring.pdf", "http://www.aorato.com/labs/pass-the-hash/" + ], + "x_mitre_data_sources": [ + "Authentication logs" ] }, - "description": "Pass the hash (PtH)[[Citation: Aorato PTH]] is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash. In this technique, valid password hashes for the account being used are captured using a [[Credential Access]] technique. Captured hashes are used with PtH to authenticate as that user. Once authenticated, PtH may be used to perform actions on local or remote systems. \n\nWindows 7 and higher with KB2871997 require valid domain user credentials or RID 500 administrator hashes.[[Citation: NSA Spotting]]\n\nDetection: Audit all logon and credential use events and review for discrepancies. Unusual remote logins that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity. NTLM LogonType 3 authentications that are not associated to a domain login and are not anonymous logins are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "c23b740b-a42b-47a1-aec2-9d48ddd547ff" + "value": "Pass the Hash" }, { - "name": "Timestomp", + "description": "Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder. This is done, for example, on files that have been modified or created by the adversary so that they do not appear conspicuous to forensic investigators or file analysis tools. Timestomping may be used along with file name Masquerading to hide malware and tools.[[Citation: WindowsIR Anti-Forensic Techniques]]\n\nDetection: Forensic techniques exist to detect aspects of files that have had their timestamps modified.[[Citation: WindowsIR Anti-Forensic Techniques]] It may be possible to detect timestomping using file modification monitoring that collects information on file handle opens and can compare timestamp values.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "128c55d3-aeba-469f-bd3e-c8996ab4112a", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1147,17 +1139,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1099", "http://windowsir.blogspot.com/2013/07/howto-determinedetect-use-of-anti.html" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" ] }, - "description": "Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder. This is done, for example, on files that have been modified or created by the adversary so that they do not appear conspicuous to forensic investigators or file analysis tools. Timestomping may be used along with file name Masquerading to hide malware and tools.[[Citation: WindowsIR Anti-Forensic Techniques]]\n\nDetection: Forensic techniques exist to detect aspects of files that have had their timestamps modified.[[Citation: WindowsIR Anti-Forensic Techniques]] It may be possible to detect timestomping using file modification monitoring that collects information on file handle opens and can compare timestamp values.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "128c55d3-aeba-469f-bd3e-c8996ab4112a" + "value": "Timestomp" }, { - "name": "Brute Force", + "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained.\n\nCredential Dumping to obtain password hashes may only get an adversary so far when Pass the Hash is not an option. Techniques to systematically guess the passwords used to compute hashes are available, or the adversary may use a pre-computed rainbow table. Cracking hashes is usually done on adversary-controlled systems outside of the target network.Legitimate Credentials. If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "a93494bb-4b80-4ea1-8695-3236a49916fd", "meta": { - "x_mitre_data_sources": [ - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1175,20 +1169,17 @@ "https://attack.mitre.org/wiki/Technique/T1110", "https://en.wikipedia.org/wiki/Password%20cracking", "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ], + "x_mitre_data_sources": [ + "Authentication logs" ] }, - "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained.\n\nCredential Dumping to obtain password hashes may only get an adversary so far when Pass the Hash is not an option. Techniques to systematically guess the passwords used to compute hashes are available, or the adversary may use a pre-computed rainbow table. Cracking hashes is usually done on adversary-controlled systems outside of the target network.Legitimate Credentials. If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "a93494bb-4b80-4ea1-8695-3236a49916fd" + "value": "Brute Force" }, { - "name": "Modify Registry", + "description": "Adversaries may interact with the Windows Registry to hide configuration information within Registry keys, remove information as part of cleaning up, or as part of other techniques to aid in Reg may be used for local or remote Registry modification.Legitimate Credentials are required, along with access to the remote system's Windows Admin Shares for RPC communication.\n\nDetection: Modifications to the Registry are normal and occur throughout typical use of the Windows operating system. Changes to Registry entries that load software on Windows startup that do not correlate with known software, patch cycles, etc., are suspicious, as are additions or changes to files within the startup folder. Changes could also include new services and modification of existing binary paths to point to malicious files. If a change to a service-related entry occurs, then it will likely be followed by a local or remote service start or restart to execute the file.\n\nMonitor processes and command-line arguments for actions that could be taken to change or delete information in the Registry. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell, which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring, Process command-line parameters", + "uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1206,19 +1197,20 @@ "https://attack.mitre.org/wiki/Technique/T1112", "https://technet.microsoft.com/en-us/library/cc732643.aspx", "https://technet.microsoft.com/en-us/library/cc754820.aspx" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process monitoring", + "Process command-line parameters" ] }, - "description": "Adversaries may interact with the Windows Registry to hide configuration information within Registry keys, remove information as part of cleaning up, or as part of other techniques to aid in Reg may be used for local or remote Registry modification.Legitimate Credentials are required, along with access to the remote system's Windows Admin Shares for RPC communication.\n\nDetection: Modifications to the Registry are normal and occur throughout typical use of the Windows operating system. Changes to Registry entries that load software on Windows startup that do not correlate with known software, patch cycles, etc., are suspicious, as are additions or changes to files within the startup folder. Changes could also include new services and modification of existing binary paths to point to malicious files. If a change to a service-related entry occurs, then it will likely be followed by a local or remote service start or restart to execute the file.\n\nMonitor processes and command-line arguments for actions that could be taken to change or delete information in the Registry. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell, which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring, Process command-line parameters", - "uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4" + "value": "Modify Registry" }, { - "name": "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.\n\nDetection: Monitoring for screen capture behavior will depend on the method used to obtain data from the operating system and write output files. Detection methods could include collecting information from unusual processes using API calls used to obtain image data, and monitoring for image files written to disk. The sensor data may need to be correlated with other events to identify malicious activity, depending on the legitimacy of this behavior within a given network environment.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring, File monitoring", + "uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Process monitoring", - "File monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1234,21 +1226,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1113" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process monitoring", + "File monitoring" ] }, - "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.\n\nDetection: Monitoring for screen capture behavior will depend on the method used to obtain data from the operating system and write output files. Detection methods could include collecting information from unusual processes using API calls used to obtain image data, and monitoring for image files written to disk. The sensor data may need to be correlated with other events to identify malicious activity, depending on the legitimacy of this behavior within a given network environment.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring, File monitoring", - "uuid": "0259baeb-9f63-4c69-bf10-eb038c390688" + "value": "Screen Capture" }, { - "name": "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 detected by the target's defensive systems or subsequent targets that may use similar systems.\n\nA good example of this is when malware is detected with a file signature and quarantined by anti-virus software. An adversary who can determine that the malware was quarantined because of its file signature may use Software Packing or otherwise modify the file so it has a different signature, and then re-use the malware.\n\nDetection: The first detection of a malicious tool may trigger an anti-virus or other security tool alert. Similar events may also occur at the boundary through network IDS, email scanning appliance, etc. The initial detection should be treated as an indication of a potentially more invasive intrusion. The alerting system should be thoroughly investigated beyond that initial alert for activity that was not detected. Adversaries may continue with an operation, assuming that individual events like an anti-virus detect will not be investigated or that an analyst will not be able to conclusively link that event to other activity occurring on the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Anti-virus, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "00d0b012-8a03-410e-95de-5826bf542de6", "meta": { - "x_mitre_data_sources": [ - "Process use of network", - "Anti-virus", - "Binary file metadata", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1264,19 +1254,21 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1066" - ] - }, - "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 detected by the target's defensive systems or subsequent targets that may use similar systems.\n\nA good example of this is when malware is detected with a file signature and quarantined by anti-virus software. An adversary who can determine that the malware was quarantined because of its file signature may use Software Packing or otherwise modify the file so it has a different signature, and then re-use the malware.\n\nDetection: The first detection of a malicious tool may trigger an anti-virus or other security tool alert. Similar events may also occur at the boundary through network IDS, email scanning appliance, etc. The initial detection should be treated as an indication of a potentially more invasive intrusion. The alerting system should be thoroughly investigated beyond that initial alert for activity that was not detected. Adversaries may continue with an operation, assuming that individual events like an anti-virus detect will not be investigated or that an analyst will not be able to conclusively link that event to other activity occurring on the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Anti-virus, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "00d0b012-8a03-410e-95de-5826bf542de6" - }, - { - "name": "Change Default File Association", - "meta": { + ], "x_mitre_data_sources": [ - "Windows Registry", + "Process use of network", + "Anti-virus", + "Binary file metadata", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "Indicator Removal from Tools" + }, + { + "description": "When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access.[[Citation: Microsoft Change Default Programs]][[Citation: Microsoft File Handlers]] Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.\n\nDetection: Collect and analyze changes to Registry keys that associate file extensions to default applications for execution and correlate with unknown process launch activity or unusual file types for that process. \n\nUser file association preferences are stored under [HKEY_CURRENT_USER]\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts and override associations configured under [HKEY_CLASSES_ROOT]. Changes to a user's preference will occur under this entry's subkeys.\n\nAlso look for abnormal process call trees for execution of other commands that could relate to [[Discovery]] actions or other techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring\n\nContributors: Stefan Kanthak", + "uuid": "68c96494-1a50-403e-8844-69a6af278c68", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1294,20 +1286,19 @@ "https://attack.mitre.org/wiki/Technique/T1042", "https://support.microsoft.com/en-us/help/18539/windows-7-change-default-programs", "http://msdn.microsoft.com/en-us/library/bb166549.aspx" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access.[[Citation: Microsoft Change Default Programs]][[Citation: Microsoft File Handlers]] Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.\n\nDetection: Collect and analyze changes to Registry keys that associate file extensions to default applications for execution and correlate with unknown process launch activity or unusual file types for that process. \n\nUser file association preferences are stored under [HKEY_CURRENT_USER]\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts and override associations configured under [HKEY_CLASSES_ROOT]. Changes to a user's preference will occur under this entry's subkeys.\n\nAlso look for abnormal process call trees for execution of other commands that could relate to [[Discovery]] actions or other techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring\n\nContributors: Stefan Kanthak", - "uuid": "68c96494-1a50-403e-8844-69a6af278c68" + "value": "Change Default File Association" }, { - "name": "Email Collection", + "description": "Adversaries may target user email to collect sensitive information from a target.\n\nFiles containing email data can be acquired from a user's system, such as Outlook storage or cache files .pst and .ost.\n\nAdversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network.\n\nSome adversaries may acquire user credentials and access externally facing webmail applications, such as Outlook Web Access.\n\nDetection: There are likely a variety of ways an adversary could collect email from a target, each with a different mechanism for detection.\n\nFile access of local system email files for Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, File monitoring, Process monitoring, Process use of network", + "uuid": "1608f3e1-598a-42f4-a01a-2e252e81728f", "meta": { - "x_mitre_data_sources": [ - "Authentication logs", - "File monitoring", - "Process monitoring", - "Process use of network" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1323,18 +1314,20 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1114" + ], + "x_mitre_data_sources": [ + "Authentication logs", + "File monitoring", + "Process monitoring", + "Process use of network" ] }, - "description": "Adversaries may target user email to collect sensitive information from a target.\n\nFiles containing email data can be acquired from a user's system, such as Outlook storage or cache files .pst and .ost.\n\nAdversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network.\n\nSome adversaries may acquire user credentials and access externally facing webmail applications, such as Outlook Web Access.\n\nDetection: There are likely a variety of ways an adversary could collect email from a target, each with a different mechanism for detection.\n\nFile access of local system email files for Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, File monitoring, Process monitoring, Process use of network", - "uuid": "1608f3e1-598a-42f4-a01a-2e252e81728f" + "value": "Email Collection" }, { - "name": "System Information Discovery", + "description": "An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.\nExample commands and utilities that obtain this information include ver, Systeminfo, and dir within cmd for identifying information based on present files and directories.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "meta": { - "x_mitre_data_sources": [ - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1351,18 +1344,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1082" - ] - }, - "description": "An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.\nExample commands and utilities that obtain this information include ver, Systeminfo, and dir within cmd for identifying information based on present files and directories.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1" - }, - { - "name": "Local Network Connections Discovery", - "meta": { + ], "x_mitre_data_sources": [ "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "System Information Discovery" + }, + { + "description": "Adversaries may attempt to get a listing of network connections to or from the compromised system.\nUtilities and commands that acquire this information include netstat, \"net use,\" and \"net session\" with Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1378,13 +1371,17 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1049" + ], + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may attempt to get a listing of network connections to or from the compromised system.\nUtilities and commands that acquire this information include netstat, \"net use,\" and \"net session\" with Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "7e150503-88e7-4861-866b-ff1ac82c4475" + "value": "Local Network Connections Discovery" }, { - "name": "Two-Factor Authentication Interception", + "description": "Use of two- or multifactor authentication is recommended and provides a higher level of security than user names and passwords alone, but organizations should be aware of techniques that could be used to intercept and bypass these security mechanisms. Adversaries may target authentication mechanisms, such as smart cards, to gain access to systems, services, and network resources.\n\nIf a smart card is used for two-factor authentication (2FA), then a keylogger will need to be used to obtain the password associated with a smart card during normal use. With both an inserted card and access to the smart card password, an adversary can connect to a network resource using the infected system to proxy the authentication with the inserted hardware token.[[Citation: Mandiant M Trends 2011]]\n\nOther methods of 2FA may be intercepted and used by an adversary to authenticate. It is common for one-time codes to be sent via out-of-band communications (email, SMS). If the device and/or service is not secured, then it may be vulnerable to interception. Although primarily focused on by cyber criminals, these authentication mechanisms have been targeted by advanced actors.[[Citation: Operation Emmental]]\n\nOther hardware tokens, such as RSA SecurID, require the adversary to have access to the physical device or the seed and algorithm in addition to the corresponding credentials.\n\nDetection: Detecting use of proxied smart card connections by an adversary may be difficult because it requires the token to be inserted into a system; thus it is more likely to be in use by a legitimate user and blend in with other network behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", + "uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", "meta": { "x_mitre_platforms": [ "Windows Server 2003", @@ -1405,16 +1402,12 @@ "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" ] }, - "description": "Use of two- or multifactor authentication is recommended and provides a higher level of security than user names and passwords alone, but organizations should be aware of techniques that could be used to intercept and bypass these security mechanisms. Adversaries may target authentication mechanisms, such as smart cards, to gain access to systems, services, and network resources.\n\nIf a smart card is used for two-factor authentication (2FA), then a keylogger will need to be used to obtain the password associated with a smart card during normal use. With both an inserted card and access to the smart card password, an adversary can connect to a network resource using the infected system to proxy the authentication with the inserted hardware token.[[Citation: Mandiant M Trends 2011]]\n\nOther methods of 2FA may be intercepted and used by an adversary to authenticate. It is common for one-time codes to be sent via out-of-band communications (email, SMS). If the device and/or service is not secured, then it may be vulnerable to interception. Although primarily focused on by cyber criminals, these authentication mechanisms have been targeted by advanced actors.[[Citation: Operation Emmental]]\n\nOther hardware tokens, such as RSA SecurID, require the adversary to have access to the physical device or the seed and algorithm in addition to the corresponding credentials.\n\nDetection: Detecting use of proxied smart card connections by an adversary may be difficult because it requires the token to be inserted into a system; thus it is more likely to be in use by a legitimate user and blend in with other network behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", - "uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49" + "value": "Two-Factor Authentication Interception" }, { - "name": "Execution through API", + "description": "Adversary tools may directly use the Windows application programming interface (API) to execute binaries. Functions such as the Windows API CreateProcess will allow programs and scripts to start other processes with proper path and argument parameters.[[Citation: Microsoft CreateProcess]]\n\nAdditional Windows API calls that can be used to execute binaries include:[[Citation: Kanthak Verifier]]\n\n*CreateProcessA() and CreateProcessW(),\n*CreateProcessAsUserA() and CreateProcessAsUserW(),\n*CreateProcessInternalA() and CreateProcessInternalW(),\n*CreateProcessWithLogonW(), CreateProcessWithTokenW(),\n*LoadLibraryA() and LoadLibraryW(),\n*LoadLibraryExA() and LoadLibraryExW(),\n*LoadModule(),\n*LoadPackagedLibrary(),\n*WinExec(),\n*ShellExecuteA() and ShellExecuteW(),\n*ShellExecuteExA() and ShellExecuteExW()\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows API functions such as CreateProcess are common and difficult to distinguish from malicious behavior. Correlation of other events with behavior surrounding API function calls using API monitoring will provide additional context to an event that may assist in determining if it is due to malicious behavior. Correlation of activity by process lineage by process ID may be sufficient.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring\n\nContributors: Stefan Kanthak", + "uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1432,19 +1425,18 @@ "https://attack.mitre.org/wiki/Technique/T1106", "http://msdn.microsoft.com/en-us/library/ms682425", "https://skanthak.homepage.t-online.de/verifier.html" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process monitoring" ] }, - "description": "Adversary tools may directly use the Windows application programming interface (API) to execute binaries. Functions such as the Windows API CreateProcess will allow programs and scripts to start other processes with proper path and argument parameters.[[Citation: Microsoft CreateProcess]]\n\nAdditional Windows API calls that can be used to execute binaries include:[[Citation: Kanthak Verifier]]\n\n*CreateProcessA() and CreateProcessW(),\n*CreateProcessAsUserA() and CreateProcessAsUserW(),\n*CreateProcessInternalA() and CreateProcessInternalW(),\n*CreateProcessWithLogonW(), CreateProcessWithTokenW(),\n*LoadLibraryA() and LoadLibraryW(),\n*LoadLibraryExA() and LoadLibraryExW(),\n*LoadModule(),\n*LoadPackagedLibrary(),\n*WinExec(),\n*ShellExecuteA() and ShellExecuteW(),\n*ShellExecuteExA() and ShellExecuteExW()\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows API functions such as CreateProcess are common and difficult to distinguish from malicious behavior. Correlation of other events with behavior surrounding API function calls using API monitoring will provide additional context to an event that may assist in determining if it is due to malicious behavior. Correlation of activity by process lineage by process ID may be sufficient.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring\n\nContributors: Stefan Kanthak", - "uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670" + "value": "Execution through API" }, { - "name": "Component Object Model Hijacking", + "description": "The Microsoft Component Object Model (COM) is a system within Windows to enable interaction between software components through the operating system.[[Citation: Microsoft Component Object Model]] Adversaries can use this system to insert malicious code that can be executed in place of legitimate software through hijacking the COM references and relationships as a means for persistence. Hijacking a COM object requires a change in the Windows Registry to replace a reference to a legitimate system component which may cause that component to not work when executed. When that system component is executed through normal system operation the adversary's code will be executed instead.[[Citation: GDATA COM Hijacking]] An adversary is likely to hijack objects that are used frequently enough to maintain a consistent level of persistence, but are unlikely to break noticeable functionality within the system as to avoid system instability that could lead to detection.\n\nDetection: There are opportunities to detect COM hijacking by searching for Registry references that have been replaced and through Registry operations replacing know binary paths with unknown paths. Even though some third party applications define user COM objects, the presence of objects within HKEY_CURRENT_USER\\Software\\Classes\\CLSID\\ may be anomalous and should be investigated since user objects will be loaded prior to machine objects in HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\.[[Citation: Endgame COM Hijacking]] Registry entries for existing COM objects may change infrequently. When an entry with a known good path and binary is replaced or changed to an unusual value to point to an unknown binary in a new location, then it may indicate suspicious behavior and should be investigated. Likewise, if software DLL loads are collected and analyzed, any unusual DLL load that can be correlated with a COM object Registry modification may indicate COM hijacking has been performed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, DLL monitoring, Loaded DLLs\n\nContributors: ENDGAME", + "uuid": "9b52fca7-1a36-4da0-b62d-da5bd83b4d69", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "DLL monitoring", - "Loaded DLLs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1463,17 +1455,19 @@ "https://msdn.microsoft.com/library/ms694363.aspx", "https://www.endgame.com/blog/how-hunt-detecting-persistence-evasion-com", "https://blog.gdatasoftware.com/2014/10/23941-com-object-hijacking-the-discreet-way-of-persistence" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "DLL monitoring", + "Loaded DLLs" ] }, - "description": "The Microsoft Component Object Model (COM) is a system within Windows to enable interaction between software components through the operating system.[[Citation: Microsoft Component Object Model]] Adversaries can use this system to insert malicious code that can be executed in place of legitimate software through hijacking the COM references and relationships as a means for persistence. Hijacking a COM object requires a change in the Windows Registry to replace a reference to a legitimate system component which may cause that component to not work when executed. When that system component is executed through normal system operation the adversary's code will be executed instead.[[Citation: GDATA COM Hijacking]] An adversary is likely to hijack objects that are used frequently enough to maintain a consistent level of persistence, but are unlikely to break noticeable functionality within the system as to avoid system instability that could lead to detection.\n\nDetection: There are opportunities to detect COM hijacking by searching for Registry references that have been replaced and through Registry operations replacing know binary paths with unknown paths. Even though some third party applications define user COM objects, the presence of objects within HKEY_CURRENT_USER\\Software\\Classes\\CLSID\\ may be anomalous and should be investigated since user objects will be loaded prior to machine objects in HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\.[[Citation: Endgame COM Hijacking]] Registry entries for existing COM objects may change infrequently. When an entry with a known good path and binary is replaced or changed to an unusual value to point to an unknown binary in a new location, then it may indicate suspicious behavior and should be investigated. Likewise, if software DLL loads are collected and analyzed, any unusual DLL load that can be correlated with a COM object Registry modification may indicate COM hijacking has been performed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, DLL monitoring, Loaded DLLs\n\nContributors: ENDGAME", - "uuid": "9b52fca7-1a36-4da0-b62d-da5bd83b4d69" + "value": "Component Object Model Hijacking" }, { - "name": "Clipboard Data", + "description": "Adversaries may collect data stored in the Windows clipboard from users copying information within or between applications. \n\nApplications can access clipboard data by using the Windows API.[[Citation: MSDN Clipboard]]\n\nDetection: Access to the clipboard is a legitimate function of many applications on a Windows system. If an organization chooses to monitor for this behavior, then the data will likely need to be correlated against other suspicious or non-user-driven activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", + "uuid": "30973a08-aed9-4edf-8604-9084ce1b5c4f", "meta": { - "x_mitre_data_sources": [ - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1490,18 +1484,17 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1115", "https://msdn.microsoft.com/en-us/library/ms649012" + ], + "x_mitre_data_sources": [ + "API monitoring" ] }, - "description": "Adversaries may collect data stored in the Windows clipboard from users copying information within or between applications. \n\nApplications can access clipboard data by using the Windows API.[[Citation: MSDN Clipboard]]\n\nDetection: Access to the clipboard is a legitimate function of many applications on a Windows system. If an organization chooses to monitor for this behavior, then the data will likely need to be correlated against other suspicious or non-user-driven activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", - "uuid": "30973a08-aed9-4edf-8604-9084ce1b5c4f" + "value": "Clipboard Data" }, { - "name": "InstallUtil", + "description": "InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries.[[Citation: MSDN InstallUtil]] InstallUtil is located in the .NET directory on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe.InstallUtil.exe is digitally signed by Microsoft.\n\nAdversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. InstallUtil may also be used to bypass process whitelisting through use of attributes within the binary that execute the class decorated with the attribute [System.ComponentModel.RunInstaller(true)].[[Citation: SubTee InstallUtil Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of InstallUtil.exe. Compare recent invocations of InstallUtil.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after the InstallUtil.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", + "uuid": "f792d02f-813d-402b-86a5-ab98cb391d3b", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1519,20 +1512,18 @@ "https://attack.mitre.org/wiki/Technique/T1118", "https://msdn.microsoft.com/en-us/library/50614e95.aspx", "http://subt0x10.blogspot.com/2015/08/application-whitelisting-bypasses-101.html" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters" ] }, - "description": "InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries.[[Citation: MSDN InstallUtil]] InstallUtil is located in the .NET directory on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe.InstallUtil.exe is digitally signed by Microsoft.\n\nAdversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. InstallUtil may also be used to bypass process whitelisting through use of attributes within the binary that execute the class decorated with the attribute [System.ComponentModel.RunInstaller(true)].[[Citation: SubTee InstallUtil Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of InstallUtil.exe. Compare recent invocations of InstallUtil.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after the InstallUtil.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", - "uuid": "f792d02f-813d-402b-86a5-ab98cb391d3b" + "value": "InstallUtil" }, { - "name": "Data Obfuscation", + "description": "Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, commingling legitimate traffic with C2 communications traffic, or using a non-standard data encoding system, such as a modified Base64 encoding for the message body of an HTTP request.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Process monitoring, Network protocol analysis", + "uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Process use of network", - "Process monitoring", - "Network protocol analysis" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1549,19 +1540,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1001", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Process use of network", + "Process monitoring", + "Network protocol analysis" ] }, - "description": "Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, commingling legitimate traffic with C2 communications traffic, or using a non-standard data encoding system, such as a modified Base64 encoding for the message body of an HTTP request.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Process monitoring, Network protocol analysis", - "uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842" + "value": "Data Obfuscation" }, { - "name": "Shortcut Modification", + "description": "Shortcuts or symbolic links are ways of referencing other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process. Adversaries could use shortcuts to execute their tools for persistence. They may create a new shortcut as a means of indirection that may use Masquerading to look like a legitimate program. Adversaries could also edit the target path or entirely replace an existing shortcut so their tools will be executed instead of the intended legitimate program.\n\nDetection: Since a shortcut's target path likely will not change, modifications to shortcut files that do not correlate with known software changes, patches, removal, etc., may be suspicious. Analysis should attempt to relate shortcut file change or creation events to other potentially suspicious events based on known adversary behavior such as process launches of unknown executables that make network connections.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "970cdb5c-02fb-4c38-b17e-d6327cf3c810", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1577,21 +1569,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1023" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Shortcuts or symbolic links are ways of referencing other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process. Adversaries could use shortcuts to execute their tools for persistence. They may create a new shortcut as a means of indirection that may use Masquerading to look like a legitimate program. Adversaries could also edit the target path or entirely replace an existing shortcut so their tools will be executed instead of the intended legitimate program.\n\nDetection: Since a shortcut's target path likely will not change, modifications to shortcut files that do not correlate with known software changes, patches, removal, etc., may be suspicious. Analysis should attempt to relate shortcut file change or creation events to other potentially suspicious events based on known adversary behavior such as process launches of unknown executables that make network connections.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "970cdb5c-02fb-4c38-b17e-d6327cf3c810" + "value": "Shortcut Modification" }, { - "name": "Obfuscated Files or Information", + "description": "Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system.\n\nDetection: Detection of file obfuscation is difficult unless artifacts are left behind by the obfuscation process that are uniquely detectable with a signature. If detection of the obfuscation itself is not possible, it may be possible to detect the malicious activity that caused the obfuscated file (for example, the method that was used to write, read, or modify the file on the file system).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process use of network, Binary file metadata, File monitoring, Malware reverse engineering", + "uuid": "b3d682b6-98f2-4fb0-aa3b-b4df007ca70a", "meta": { - "x_mitre_data_sources": [ - "Network protocol analysis", - "Process use of network", - "Binary file metadata", - "File monitoring", - "Malware reverse engineering" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1607,19 +1597,21 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1027" + ], + "x_mitre_data_sources": [ + "Network protocol analysis", + "Process use of network", + "Binary file metadata", + "File monitoring", + "Malware reverse engineering" ] }, - "description": "Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system.\n\nDetection: Detection of file obfuscation is difficult unless artifacts are left behind by the obfuscation process that are uniquely detectable with a signature. If detection of the obfuscation itself is not possible, it may be possible to detect the malicious activity that caused the obfuscated file (for example, the method that was used to write, read, or modify the file on the file system).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process use of network, Binary file metadata, File monitoring, Malware reverse engineering", - "uuid": "b3d682b6-98f2-4fb0-aa3b-b4df007ca70a" + "value": "Obfuscated Files or Information" }, { - "name": "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, potentially in specified intervals, in lieu of video files.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture video or images. Video or image files may be written to disk and exfiltrated later. This technique differs from Screen Capture due to use of specific devices or applications for video recording rather than capturing the victim's screen.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the video camera, recording devices, or recording software, and a process periodically writing files to disk that contain video or camera image data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, API monitoring", + "uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "File monitoring", - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1635,19 +1627,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1125" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "File monitoring", + "API monitoring" ] }, - "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, potentially in specified intervals, in lieu of video files.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture video or images. Video or image files may be written to disk and exfiltrated later. This technique differs from Screen Capture due to use of specific devices or applications for video recording rather than capturing the victim's screen.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the video camera, recording devices, or recording software, and a process periodically writing files to disk that contain video or camera image data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, API monitoring", - "uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf" + "value": "Video Capture" }, { - "name": "Masquerading", + "description": "Masquerading occurs when an executable, legitimate or malicious, is placed in a commonly trusted location (such as C:\\Windows\\System32) or named with a common name (such as \"explorer.exe\" or \"svchost.exe\") to bypass tools that trust executables by relying on file name or path. An adversary may even use a renamed copy of a legitimate utility, such as rundll32.exe.[[Citation: Endgame Masquerade Ball]] Masquerading also may be done to deceive defenders and system administrators into thinking a file is benign by associating the name with something that is thought to be legitimate.\n\nDetection: Collect file hashes; file names that do not match their expected hash are suspect. Perform file monitoring; files with known names but in unusual locations are suspect. Likewise, files that are modified outside of an update or patch are suspect.\n\nIf file names are mismatched between the binary name on disk and the binary's resource section, this is a likely indicator that a binary was renamed after it was compiled. Collecting and comparing disk and resource filenames for binaries could provide useful leads, but may not always be indicative of malicious activity.[[Citation: Endgame Masquerade Ball]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Binary file metadata\n\nContributors: ENDGAME", + "uuid": "42e8de7b-37b2-4258-905a-6897815e58e0", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Binary file metadata" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1664,19 +1656,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1036", "https://www.endgame.com/blog/how-hunt-masquerade-ball" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Binary file metadata" ] }, - "description": "Masquerading occurs when an executable, legitimate or malicious, is placed in a commonly trusted location (such as C:\\Windows\\System32) or named with a common name (such as \"explorer.exe\" or \"svchost.exe\") to bypass tools that trust executables by relying on file name or path. An adversary may even use a renamed copy of a legitimate utility, such as rundll32.exe.[[Citation: Endgame Masquerade Ball]] Masquerading also may be done to deceive defenders and system administrators into thinking a file is benign by associating the name with something that is thought to be legitimate.\n\nDetection: Collect file hashes; file names that do not match their expected hash are suspect. Perform file monitoring; files with known names but in unusual locations are suspect. Likewise, files that are modified outside of an update or patch are suspect.\n\nIf file names are mismatched between the binary name on disk and the binary's resource section, this is a likely indicator that a binary was renamed after it was compiled. Collecting and comparing disk and resource filenames for binaries could provide useful leads, but may not always be indicative of malicious activity.[[Citation: Endgame Masquerade Ball]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Binary file metadata\n\nContributors: ENDGAME", - "uuid": "42e8de7b-37b2-4258-905a-6897815e58e0" + "value": "Masquerading" }, { - "name": "DLL Side-Loading", + "description": "Programs may specify DLLs that are loaded at runtime. Programs that improperly or vaguely specify a required DLL may be open to a vulnerability in which an unintended DLL is loaded. Side-loading vulnerabilities specifically occur when Windows Side-by-Side (WinSxS) manifests[[Citation: MSDN Manifests]] are not explicit enough about characteristics of the DLL to be loaded. Adversaries may take advantage of a legitimate program that is vulnerable to side-loading to load a malicious DLL.[[Citation: Stewart 2014]]\n\nAdversaries likely use this technique as a means of masking actions they perform under a legitimate, trusted system or software process.\n\nDetection: Monitor processes for unusual activity (e.g., a process that does not use the network begins to do so). Track DLL metadata, such as a hash, and compare DLLs that are loaded at process execution time against previous executions to detect differences that do not correlate with patching or updates.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Loaded DLLs", + "uuid": "b2001907-166b-4d71-bb3c-9d26c871de09", "meta": { - "x_mitre_data_sources": [ - "Process use of network", - "Process monitoring", - "Loaded DLLs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1694,19 +1686,19 @@ "https://attack.mitre.org/wiki/Technique/T1073", "https://msdn.microsoft.com/en-us/library/aa375365", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-dll-sideloading.pdf" + ], + "x_mitre_data_sources": [ + "Process use of network", + "Process monitoring", + "Loaded DLLs" ] }, - "description": "Programs may specify DLLs that are loaded at runtime. Programs that improperly or vaguely specify a required DLL may be open to a vulnerability in which an unintended DLL is loaded. Side-loading vulnerabilities specifically occur when Windows Side-by-Side (WinSxS) manifests[[Citation: MSDN Manifests]] are not explicit enough about characteristics of the DLL to be loaded. Adversaries may take advantage of a legitimate program that is vulnerable to side-loading to load a malicious DLL.[[Citation: Stewart 2014]]\n\nAdversaries likely use this technique as a means of masking actions they perform under a legitimate, trusted system or software process.\n\nDetection: Monitor processes for unusual activity (e.g., a process that does not use the network begins to do so). Track DLL metadata, such as a hash, and compare DLLs that are loaded at process execution time against previous executions to detect differences that do not correlate with patching or updates.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Loaded DLLs", - "uuid": "b2001907-166b-4d71-bb3c-9d26c871de09" + "value": "DLL Side-Loading" }, { - "name": "Automated Exfiltration", + "description": "Data, such as sensitive documents, may be exfiltrated through the use of automated processing or Scripting after being gathered during Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process use of network", + "uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process use of network" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1722,21 +1714,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1020" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process use of network" ] }, - "description": "Data, such as sensitive documents, may be exfiltrated through the use of automated processing or Scripting after being gathered during Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process use of network", - "uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9" + "value": "Automated Exfiltration" }, { - "name": "Network Service Scanning", + "description": "Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation. Methods to acquire this information include port scans and vulnerability scans using tools that are brought onto a system.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as [[Lateral Movement]], based on the information obtained.\n\nNormal, benign system and network events from legitimate remote service scanning may be uncommon, depending on the environment and how they are used. Legitimate open port and vulnerability scanning may be conducted within the environment and will need to be deconflicted with any detection capabilities developed. Network intrusion detection systems can also be used to identify scanning activity. Monitor for process use of the networks and inspect intra-network flows to detect port scans.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture, Process command-line parameters, Process use of network", + "uuid": "e3a12395-188d-4051-9a16-ea8e14d07b88", "meta": { - "x_mitre_data_sources": [ - "Netflow/Enclave netflow", - "Network protocol analysis", - "Packet capture", - "Process command-line parameters", - "Process use of network" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1752,18 +1742,21 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1046" + ], + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Network protocol analysis", + "Packet capture", + "Process command-line parameters", + "Process use of network" ] }, - "description": "Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation. Methods to acquire this information include port scans and vulnerability scans using tools that are brought onto a system.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as [[Lateral Movement]], based on the information obtained.\n\nNormal, benign system and network events from legitimate remote service scanning may be uncommon, depending on the environment and how they are used. Legitimate open port and vulnerability scanning may be conducted within the environment and will need to be deconflicted with any detection capabilities developed. Network intrusion detection systems can also be used to identify scanning activity. Monitor for process use of the networks and inspect intra-network flows to detect port scans.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture, Process command-line parameters, Process use of network", - "uuid": "e3a12395-188d-4051-9a16-ea8e14d07b88" + "value": "Network Service Scanning" }, { - "name": "Replication Through Removable Media", + "description": "Adversaries may move to additional systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into another system and executes. This may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system.\n\nDetection: Monitor file access on removable media. Detect processes that execute from removable media after it is mounted or when initiated by a user. If a remote access tool is used in this manner to move laterally, then additional actions are likely to occur after execution, such as opening network connections for [[Command and Control]] and system and network information [[Discovery]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", + "uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Data loss prevention" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1779,19 +1772,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1091" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Data loss prevention" ] }, - "description": "Adversaries may move to additional systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into another system and executes. This may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system.\n\nDetection: Monitor file access on removable media. Detect processes that execute from removable media after it is mounted or when initiated by a user. If a remote access tool is used in this manner to move laterally, then additional actions are likely to occur after execution, such as opening network connections for [[Command and Control]] and system and network information [[Discovery]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", - "uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4" + "value": "Replication Through Removable Media" }, { - "name": "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 Desktop Services (RDS).Remote Services similar to RDS.\n\nAdversaries may connect to a remote system over RDP/RDS to expand access if the service is enabled and allows access to accounts with known credentials. Adversaries will likely use Accessibility Features technique for [[Persistence]].[[Citation: Alperovitch Malware]]\n\nDetection: Use of RDP may be legitimate, depending on the network environment and how it is used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior with RDP. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process monitoring", + "uuid": "51dea151-0898-4a45-967c-3ebee0420484", "meta": { - "x_mitre_data_sources": [ - "Authentication logs", - "Netflow/Enclave netflow", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1809,19 +1801,19 @@ "https://attack.mitre.org/wiki/Technique/T1076", "https://technet.microsoft.com/en-us/windowsserver/ee236407.aspx", "http://blog.crowdstrike.com/adversary-tricks-crowdstrike-treats/" + ], + "x_mitre_data_sources": [ + "Authentication logs", + "Netflow/Enclave netflow", + "Process monitoring" ] }, - "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 Desktop Services (RDS).Remote Services similar to RDS.\n\nAdversaries may connect to a remote system over RDP/RDS to expand access if the service is enabled and allows access to accounts with known credentials. Adversaries will likely use Accessibility Features technique for [[Persistence]].[[Citation: Alperovitch Malware]]\n\nDetection: Use of RDP may be legitimate, depending on the network environment and how it is used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior with RDP. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process monitoring", - "uuid": "51dea151-0898-4a45-967c-3ebee0420484" + "value": "Remote Desktop Protocol" }, { - "name": "Scheduled Transfer", + "description": "Data exfiltration may be performed only at certain times of day or at certain intervals. This could be done to blend traffic patterns with normal activity or availability.\n\nWhen scheduled exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious. Network connections to the same destination that occur at the same time of day for multiple days are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", "meta": { - "x_mitre_data_sources": [ - "Netflow/Enclave netflow", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1837,20 +1829,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1029" + ], + "x_mitre_data_sources": [ + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" ] }, - "description": "Data exfiltration may be performed only at certain times of day or at certain intervals. This could be done to blend traffic patterns with normal activity or availability.\n\nWhen scheduled exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious. Network connections to the same destination that occur at the same time of day for multiple days are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466" + "value": "Scheduled Transfer" }, { - "name": "Bypass User Account Control", + "description": "Windows User Account Control (UAC) allows a program to elevate its privileges to perform a task under administrator-level permissions by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action.DLL Injection and unusual loaded DLLs through DLL Search Order Hijacking, which indicate attempts to gain access to higher privileged processes.\n\nPlatforms: Windows Server 2012, Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012 R2, Windows 8.1\n\nData Sources: System calls, Process monitoring, Authentication logs, Process command-line parameters\n\nEffective Permissions: Administrator\n\nContributors: Stefan Kanthak, Casey Smith", + "uuid": "ca1a3f50-5ebd-41f8-8320-2c7d6a6e88be", "meta": { - "x_mitre_data_sources": [ - "System calls", - "Process monitoring", - "Authentication logs", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2012", "Windows 7", @@ -1869,18 +1860,20 @@ "http://pen-testing.sans.org/blog/pen-testing/2013/08/08/psexec-uac-bypass", "https://github.com/hfiref0x/UACME", "https://blog.fortinet.com/2016/12/16/malicious-macro-bypasses-uac-to-elevate-privilege-for-fareit-malware" + ], + "x_mitre_data_sources": [ + "System calls", + "Process monitoring", + "Authentication logs", + "Process command-line parameters" ] }, - "description": "Windows User Account Control (UAC) allows a program to elevate its privileges to perform a task under administrator-level permissions by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action.DLL Injection and unusual loaded DLLs through DLL Search Order Hijacking, which indicate attempts to gain access to higher privileged processes.\n\nPlatforms: Windows Server 2012, Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012 R2, Windows 8.1\n\nData Sources: System calls, Process monitoring, Authentication logs, Process command-line parameters\n\nEffective Permissions: Administrator\n\nContributors: Stefan Kanthak, Casey Smith", - "uuid": "ca1a3f50-5ebd-41f8-8320-2c7d6a6e88be" + "value": "Bypass User Account Control" }, { - "name": "Logon Scripts", + "description": "Windows allows logon scripts to be run whenever a specific user or group of users log into a system.[[Citation: TechNet Logon Scripts]] The scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server.\n\nIf adversaries can access these scripts, they may insert additional code into the logon script to execute their tools when a user logs in. This code can allow them to maintain persistence on a single system, if it is a local script, or to move laterally within a network, if the script is stored on a central server and pushed to many systems. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary.\n\nDetection: Monitor logon scripts for unusual access by abnormal users or at abnormal times. Look for files added or modified by unusual accounts outside of normal administration duties.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", + "uuid": "03259939-0b57-482f-8eb5-87c0e0d54334", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1897,20 +1890,18 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1037", "https://technet.microsoft.com/en-us/library/cc758918(v=ws.10).aspx" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" ] }, - "description": "Windows allows logon scripts to be run whenever a specific user or group of users log into a system.[[Citation: TechNet Logon Scripts]] The scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server.\n\nIf adversaries can access these scripts, they may insert additional code into the logon script to execute their tools when a user logs in. This code can allow them to maintain persistence on a single system, if it is a local script, or to move laterally within a network, if the script is stored on a central server and pushed to many systems. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary.\n\nDetection: Monitor logon scripts for unusual access by abnormal users or at abnormal times. Look for files added or modified by unusual accounts outside of normal administration duties.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", - "uuid": "03259939-0b57-482f-8eb5-87c0e0d54334" + "value": "Logon Scripts" }, { - "name": "Connection Proxy", + "description": "A connection proxy is used to direct network traffic between systems or act as an intermediary for network communications. Many tools exist that enable traffic redirection through proxies or port redirection, including HTRAN, ZXProxy, and ZXPortMap.[[Citation: Trend Micro APT Attack Tools]]\n\nThe definition of a proxy can also be expanded out to encompass trust relationships between networks in peer-to-peer, mesh, or trusted connections between networks consisting of hosts or systems that regularly communicate with each other.\n\nThe network may be within a single organization or across organizations with trust relationships. Adversaries could use these types of relationships to manage command and control communications, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Network activities disassociated from user-driven actions from processes that normally require user direction are suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server or between clients that should not or often do not communicate with one another). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Netflow/Enclave netflow, Packet capture\n\nContributors: Walker Johnson", + "uuid": "731f4f55-b6d0-41d1-a7a9-072a66389aea", "meta": { - "x_mitre_data_sources": [ - "Process use of network", - "Process monitoring", - "Netflow/Enclave netflow", - "Packet capture" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1928,20 +1919,20 @@ "https://attack.mitre.org/wiki/Technique/T1090", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" + ], + "x_mitre_data_sources": [ + "Process use of network", + "Process monitoring", + "Netflow/Enclave netflow", + "Packet capture" ] }, - "description": "A connection proxy is used to direct network traffic between systems or act as an intermediary for network communications. Many tools exist that enable traffic redirection through proxies or port redirection, including HTRAN, ZXProxy, and ZXPortMap.[[Citation: Trend Micro APT Attack Tools]]\n\nThe definition of a proxy can also be expanded out to encompass trust relationships between networks in peer-to-peer, mesh, or trusted connections between networks consisting of hosts or systems that regularly communicate with each other.\n\nThe network may be within a single organization or across organizations with trust relationships. Adversaries could use these types of relationships to manage command and control communications, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Network activities disassociated from user-driven actions from processes that normally require user direction are suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server or between clients that should not or often do not communicate with one another). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Netflow/Enclave netflow, Packet capture\n\nContributors: Walker Johnson", - "uuid": "731f4f55-b6d0-41d1-a7a9-072a66389aea" + "value": "Connection Proxy" }, { - "name": "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]]\n\nAdversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of, and modules loaded by, the regsvr32.exe process because of whitelists or false positives from Windows using regsvr32.exe for normal operations. Regsvr32.exe is also a Microsoft signed binary.\n\nRegsvr32.exe can also be used to specifically bypass process whitelisting using functionality to load COM scriptlets to execute DLLs under user permissions. Since regsvr32.exe is network and proxy aware, the scripts can be loaded by passing a uniform resource locator (URL) to file on an external Web server as an argument during invocation. This method makes no changes to the Registry as the COM object is not actually registered, only executed.[[Citation: SubTee Regsvr32 Whitelisting Bypass]] This variation of the technique has been used in campaigns targeting governments.[[Citation: FireEye Regsvr32 Targeting Mongolian Gov]]\n\nDetection: Use process monitoring to monitor the execution and arguments of regsvr32.exe. Compare recent invocations of regsvr32.exe with prior history of known good arguments and loaded files to determine anomalous and potentially adversarial activity. Command arguments used before and after the regsvr32.exe invocation may also be useful in determining the origin and purpose of the script or DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Process command-line parameters, Windows Registry\n\nContributors: Casey Smith", + "uuid": "68f7e3a1-f09f-4164-9a62-16b648a0dd5a", "meta": { - "x_mitre_data_sources": [ - "Loaded DLLs", - "Process monitoring", - "Process command-line parameters", - "Windows Registry" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1960,19 +1951,20 @@ "https://support.microsoft.com/en-us/kb/249873", "http://subt0x10.blogspot.com/2016/04/bypass-application-whitelisting-script.html", "https://www.fireeye.com/blog/threat-research/2017/02/spear%20phishing%20techn.html" + ], + "x_mitre_data_sources": [ + "Loaded DLLs", + "Process monitoring", + "Process command-line parameters", + "Windows Registry" ] }, - "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]]\n\nAdversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of, and modules loaded by, the regsvr32.exe process because of whitelists or false positives from Windows using regsvr32.exe for normal operations. Regsvr32.exe is also a Microsoft signed binary.\n\nRegsvr32.exe can also be used to specifically bypass process whitelisting using functionality to load COM scriptlets to execute DLLs under user permissions. Since regsvr32.exe is network and proxy aware, the scripts can be loaded by passing a uniform resource locator (URL) to file on an external Web server as an argument during invocation. This method makes no changes to the Registry as the COM object is not actually registered, only executed.[[Citation: SubTee Regsvr32 Whitelisting Bypass]] This variation of the technique has been used in campaigns targeting governments.[[Citation: FireEye Regsvr32 Targeting Mongolian Gov]]\n\nDetection: Use process monitoring to monitor the execution and arguments of regsvr32.exe. Compare recent invocations of regsvr32.exe with prior history of known good arguments and loaded files to determine anomalous and potentially adversarial activity. Command arguments used before and after the regsvr32.exe invocation may also be useful in determining the origin and purpose of the script or DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Process command-line parameters, Windows Registry\n\nContributors: Casey Smith", - "uuid": "68f7e3a1-f09f-4164-9a62-16b648a0dd5a" + "value": "Regsvr32" }, { - "name": "File and Directory Discovery", + "description": "Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Example utilities used to obtain this information are dir and tree.Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "7bc57495-ea59-4380-be31-a64af124ef18", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1990,20 +1982,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1083", "http://blog.jpcert.or.jp/2016/01/windows-commands-abused-by-attackers.html" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Example utilities used to obtain this information are dir and tree.Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "7bc57495-ea59-4380-be31-a64af124ef18" + "value": "File and Directory Discovery" }, { - "name": "Commonly Used Port", + "description": "Adversaries may communicate over a commonly used port to bypass firewalls or network detection systems and to blend with normal network activity to avoid more detailed inspection. They may use commonly open ports such as\n* TCP:80 (HTTP)\n* TCP:443 (HTTPS)\n* TCP:25 (SMTP)\n* TCP/UDP:53 (DNS)\n\nThey may use the protocol associated with the port or a completely different protocol. \n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), examples of common ports are \n* TCP/UDP:135 (RPC)\n* TCP/UDP:22 (SSH)\n* TCP/UDP:3389 (RDP)\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "f879d51c-5476-431c-aedf-f14d207e4d1e", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2021,20 +2012,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1043", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ] - }, - "description": "Adversaries may communicate over a commonly used port to bypass firewalls or network detection systems and to blend with normal network activity to avoid more detailed inspection. They may use commonly open ports such as\n* TCP:80 (HTTP)\n* TCP:443 (HTTPS)\n* TCP:25 (SMTP)\n* TCP/UDP:53 (DNS)\n\nThey may use the protocol associated with the port or a completely different protocol. \n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), examples of common ports are \n* TCP/UDP:135 (RPC)\n* TCP/UDP:22 (SSH)\n* TCP/UDP:3389 (RDP)\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "f879d51c-5476-431c-aedf-f14d207e4d1e" - }, - { - "name": "Data Encoding", - "meta": { + ], "x_mitre_data_sources": [ "Packet capture", + "Netflow/Enclave netflow", "Process use of network", - "Process Monitoring", - "Network protocol analysis" - ], + "Process monitoring" + ] + }, + "value": "Commonly Used Port" + }, + { + "description": "Command and control (C2) information is encoded using a standard data encoding system. Use of data encoding may be to adhere to existing protocol specifications and includes use of ASCII, Unicode, Base64, MIME, UTF-8, or other binary-to-text and character encoding systems.[[Citation: Wikipedia Binary-to-text Encoding]][[Citation: Wikipedia Character Encoding]] Some data encoding systems may also result in data compression, such as gzip.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Process use of network, Process Monitoring, Network protocol analysis\n\nContributors: Itzik Kotler, SafeBreach", + "uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2054,18 +2045,20 @@ "https://en.wikipedia.org/wiki/Character%20encoding", "https://en.wikipedia.org/wiki/Binary-to-text%20encoding", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Process use of network", + "Process Monitoring", + "Network protocol analysis" ] }, - "description": "Command and control (C2) information is encoded using a standard data encoding system. Use of data encoding may be to adhere to existing protocol specifications and includes use of ASCII, Unicode, Base64, MIME, UTF-8, or other binary-to-text and character encoding systems.[[Citation: Wikipedia Binary-to-text Encoding]][[Citation: Wikipedia Character Encoding]] Some data encoding systems may also result in data compression, such as gzip.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Process use of network, Process Monitoring, Network protocol analysis\n\nContributors: Itzik Kotler, SafeBreach", - "uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f" + "value": "Data Encoding" }, { - "name": "Credentials in Files", + "description": "Adversaries may search local file systems and remote file shares for files containing passwords. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\n\nIt is possible to extract passwords from backups or saved virtual machines through Credential Dumping.Legitimate Credentials for more information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters", + "uuid": "ba8e391f-14b5-496f-81f2-2d5ecd646c1c", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2083,20 +2076,18 @@ "https://attack.mitre.org/wiki/Technique/T1081", "http://blogs.technet.com/b/srd/archive/2014/05/13/ms14-025-an-update-for-group-policy-preferences.aspx", "http://carnal0wnage.attackresearch.com/2014/05/mimikatz-against-virtual-machine-memory.html" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters" ] }, - "description": "Adversaries may search local file systems and remote file shares for files containing passwords. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\n\nIt is possible to extract passwords from backups or saved virtual machines through Credential Dumping.Legitimate Credentials for more information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters", - "uuid": "ba8e391f-14b5-496f-81f2-2d5ecd646c1c" + "value": "Credentials in Files" }, { - "name": "PowerShell", + "description": "PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.[[Citation: TechNet PowerShell]] Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer. \n\nPowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.\n\nAdministrator permissions are required to use PowerShell to connect to remote systems.\n\nA number of PowerShell-based offensive testing tools are available, including Empire,[[Citation: Github PowerShell Empire]] PowerSploit,[[Citation: Powersploit]] and PSAttack.[[Citation: Github PSAttack]]\n\nDetection: If proper execution policy is set, adversaries will likely be able to define their own execution policy if they obtain administrator or system access, either through the Registry or at the command line. This change in policy on a system may be a way to detect malicious use of PowerShell. If PowerShell is not used in an environment, then simply looking for PowerShell execution may detect malicious activity.\n\nIt is also beneficial to turn on PowerShell logging to gain increased fidelity in what occurs during execution.[[Citation: Malware Archaeology PowerShell Cheat Sheet]] PowerShell 5.0 introduced enhanced logging capabilities, and some of those features have since been added to PowerShell 4.0. Earlier versions of PowerShell do not have many logging features.[[Citation: FireEye PowerShell Logging 2016]] An organization can gather PowerShell execution details in a data analytic platform to supplement it with other data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", + "uuid": "f4882e23-8aa7-4b12-b28a-b349c12ee9e0", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "File monitoring", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2118,19 +2109,20 @@ "https://www.fireeye.com/blog/threat-research/2016/02/greater%20visibilityt.html", "http://www.malwarearchaeology.com/s/Windows-PowerShell-Logging-Cheat-Sheet-ver-June-2016-v2.pdf", "https://github.com/mattifestation/PowerSploit" - ] - }, - "description": "PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.[[Citation: TechNet PowerShell]] Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer. \n\nPowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.\n\nAdministrator permissions are required to use PowerShell to connect to remote systems.\n\nA number of PowerShell-based offensive testing tools are available, including Empire,[[Citation: Github PowerShell Empire]] PowerSploit,[[Citation: Powersploit]] and PSAttack.[[Citation: Github PSAttack]]\n\nDetection: If proper execution policy is set, adversaries will likely be able to define their own execution policy if they obtain administrator or system access, either through the Registry or at the command line. This change in policy on a system may be a way to detect malicious use of PowerShell. If PowerShell is not used in an environment, then simply looking for PowerShell execution may detect malicious activity.\n\nIt is also beneficial to turn on PowerShell logging to gain increased fidelity in what occurs during execution.[[Citation: Malware Archaeology PowerShell Cheat Sheet]] PowerShell 5.0 introduced enhanced logging capabilities, and some of those features have since been added to PowerShell 4.0. Earlier versions of PowerShell do not have many logging features.[[Citation: FireEye PowerShell Logging 2016]] An organization can gather PowerShell execution details in a data analytic platform to supplement it with other data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", - "uuid": "f4882e23-8aa7-4b12-b28a-b349c12ee9e0" - }, - { - "name": "Security Software Discovery", - "meta": { + ], "x_mitre_data_sources": [ + "Windows Registry", "File monitoring", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "PowerShell" + }, + { + "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, anti-virus, and virtualization. These checks may be built into early-stage remote access tools.\n\nExample commands that can be used to obtain security software information are netsh, reg query with Reg, dir with cmd, and Tasklist, but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "241814ae-de3f-4656-b49e-f9a80764d4b7", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2146,20 +2138,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1063" - ] - }, - "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, anti-virus, and virtualization. These checks may be built into early-stage remote access tools.\n\nExample commands that can be used to obtain security software information are netsh, reg query with Reg, dir with cmd, and Tasklist, but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "241814ae-de3f-4656-b49e-f9a80764d4b7" - }, - { - "name": "Modify Existing Service", - "meta": { + ], "x_mitre_data_sources": [ - "Windows Registry", "File monitoring", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "Security Software Discovery" + }, + { + "description": "Windows service configuration information, including the file path to the service's executable, is stored in the Registry. Service configurations can be modified using utilities such as sc.exe and Reg.\n\nAdversaries can modify an existing service to persist malware on a system by using system utilities or by using custom tools to interact with the Windows API. Use of existing services is a type of Masquerading that may make detection analysis more challenging. Modifying existing services may interrupt their functionality or may enable services that are disabled or otherwise not commonly used.\n\nDetection: Look for changes to service Registry entries that do not correlate with known software, patch cycles, etc. Changes to the binary path and the service startup type changed from manual or disabled to automatic, if it does not typically do so, may be suspicious. Tools such as Sysinternals Autoruns may also be used to detect system service changes that could be attempts at persistence.cmd commands or scripts.\n\nLook for abnormal process call trees from known services and for execution of other commands that could relate to Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", + "uuid": "62dfd1ca-52d5-483c-a84b-d6e80bf94b7b", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2176,22 +2167,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1031", "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Windows service configuration information, including the file path to the service's executable, is stored in the Registry. Service configurations can be modified using utilities such as sc.exe and Reg.\n\nAdversaries can modify an existing service to persist malware on a system by using system utilities or by using custom tools to interact with the Windows API. Use of existing services is a type of Masquerading that may make detection analysis more challenging. Modifying existing services may interrupt their functionality or may enable services that are disabled or otherwise not commonly used.\n\nDetection: Look for changes to service Registry entries that do not correlate with known software, patch cycles, etc. Changes to the binary path and the service startup type changed from manual or disabled to automatic, if it does not typically do so, may be suspicious. Tools such as Sysinternals Autoruns may also be used to detect system service changes that could be attempts at persistence.cmd commands or scripts.\n\nLook for abnormal process call trees from known services and for execution of other commands that could relate to Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", - "uuid": "62dfd1ca-52d5-483c-a84b-d6e80bf94b7b" + "value": "Modify Existing Service" }, { - "name": "Standard Cryptographic Protocol", + "description": "Adversaries use command and control over an encrypted channel using a known encryption protocol like HTTPS or SSL/TLS. The use of strong encryption makes it difficult for defenders to detect signatures within adversary command and control traffic.\n\nSome adversaries may use other encryption protocols and algorithms with symmetric keys, such as RC4, that rely on encryption keys encoded into malware configuration files and not public key cryptography. Such keys may be obtained through malware reverse engineering.\n\nDetection: SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.[[Citation: SANS Decrypting SSL]] SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.[[Citation: SEI SSL Inspection Risks]]\n\nIf malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring, SSL/TLS inspection", + "uuid": "4b74a1d4-b0e9-4ef1-93f1-14ecc6e2f5b5", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Malware reverse engineering", - "Process use of network", - "Process monitoring", - "SSL/TLS inspection" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2211,18 +2200,22 @@ "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Malware reverse engineering", + "Process use of network", + "Process monitoring", + "SSL/TLS inspection" ] }, - "description": "Adversaries use command and control over an encrypted channel using a known encryption protocol like HTTPS or SSL/TLS. The use of strong encryption makes it difficult for defenders to detect signatures within adversary command and control traffic.\n\nSome adversaries may use other encryption protocols and algorithms with symmetric keys, such as RC4, that rely on encryption keys encoded into malware configuration files and not public key cryptography. Such keys may be obtained through malware reverse engineering.\n\nDetection: SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.[[Citation: SANS Decrypting SSL]] SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.[[Citation: SEI SSL Inspection Risks]]\n\nIf malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring, SSL/TLS inspection", - "uuid": "4b74a1d4-b0e9-4ef1-93f1-14ecc6e2f5b5" + "value": "Standard Cryptographic Protocol" }, { - "name": "Legitimate Credentials", + "description": "Adversaries may steal the credentials of a specific user or service account using [[Credential Access]] techniques. Compromised credentials may be used to bypass access controls placed on various resources on hosts and within the network and may even be used for persistent access to remote systems. Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence.\n\nThe overlap of credentials and permissions across a network of systems is of concern because the adversary may be able to pivot across accounts and systems to reach a high level of access (i.e., domain or enterprise administrator) to bypass access controls set within the enterprise.[[Citation: TechNet Credential Theft]]\n\nDetection: Configure robust, consistent account activity audit policies across the enterprise.[[Citation: TechNet Audit Policy]] Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Process monitoring\n\nEffective Permissions: User, Administrator", + "uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "meta": { - "x_mitre_data_sources": [ - "Authentication logs", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2240,18 +2233,18 @@ "https://attack.mitre.org/wiki/Technique/T1078", "https://technet.microsoft.com/en-us/library/dn487457.aspx", "https://technet.microsoft.com/en-us/library/dn535501.aspx" + ], + "x_mitre_data_sources": [ + "Authentication logs", + "Process monitoring" ] }, - "description": "Adversaries may steal the credentials of a specific user or service account using [[Credential Access]] techniques. Compromised credentials may be used to bypass access controls placed on various resources on hosts and within the network and may even be used for persistent access to remote systems. Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence.\n\nThe overlap of credentials and permissions across a network of systems is of concern because the adversary may be able to pivot across accounts and systems to reach a high level of access (i.e., domain or enterprise administrator) to bypass access controls set within the enterprise.[[Citation: TechNet Credential Theft]]\n\nDetection: Configure robust, consistent account activity audit policies across the enterprise.[[Citation: TechNet Audit Policy]] Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Process monitoring\n\nEffective Permissions: User, Administrator", - "uuid": "b17a1a56-e99c-403c-8948-561df0cffe81" + "value": "Legitimate Credentials" }, { - "name": "System Service Discovery", + "description": "Adversaries may try to get information about registered services. Commands that may obtain information about services using operating system utilities are \"sc,\" \"tasklist /svc\" using Tasklist, and \"net start\" using Net, but adversaries may also use other tools as well.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", + "uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "meta": { - "x_mitre_data_sources": [ - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2267,19 +2260,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1007" + ], + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may try to get information about registered services. Commands that may obtain information about services using operating system utilities are \"sc,\" \"tasklist /svc\" using Tasklist, and \"net start\" using Net, but adversaries may also use other tools as well.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "322bad5a-1c49-4d23-ab79-76d641794afa" + "value": "System Service Discovery" }, { - "name": "System Owner/User Discovery", + "description": "Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using Credential Dumping. The information may be collected in a number of different ways using other Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2296,21 +2288,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1033" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" ] }, - "description": "Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using Credential Dumping. The information may be collected in a number of different ways using other Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "03d7999c-1f4c-42cc-8373-e7690d318104" + "value": "System Owner/User Discovery" }, { - "name": "Multiband Communication", + "description": "Some adversaries may split communications between different protocols. There could be one protocol for inbound command and control and another for outbound data, allowing it to bypass certain firewall restrictions. The split could also be random to simply avoid data threshold alerts on any one communication.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]] Correlating alerts between multiple communication channels can further help identify command-and-control behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "99709758-2b96-48f2-a68a-ad7fbd828091", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Process use of network", - "Malware reverse engineering", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2327,17 +2317,21 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1026", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" ] }, - "description": "Some adversaries may split communications between different protocols. There could be one protocol for inbound command and control and another for outbound data, allowing it to bypass certain firewall restrictions. The split could also be random to simply avoid data threshold alerts on any one communication.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]] Correlating alerts between multiple communication channels can further help identify command-and-control behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "99709758-2b96-48f2-a68a-ad7fbd828091" + "value": "Multiband Communication" }, { - "name": "Pass the Ticket", + "description": "Pass the ticket (PtT)Legitimate Credentials are captured by Credential Dumping. A user's service tickets or ticket granting ticket (TGT) may be obtained, depending on the level of access. A service ticket allows for access to a particular resource, whereas a TGT can be used to request service tickets from the Ticket Granting Service (TGS) to access any resource the user has privileges to access.[[Citation: ADSecurity AD Kerberos Attacks]][[Citation: GentilKiwi Pass the Ticket]]\n\nSilver Tickets can be obtained for services that use Kerberos as an authentication mechanism and are used to generate tickets to access that particular resource and the system that hosts the resource (e.g., SharePoint).[[Citation: ADSecurity AD Kerberos Attacks]]\n\nGolden Tickets can be obtained for the domain using the KRBTGT account NTLM hash, which enables generation of TGTs for any account in Active Directory.[[Citation: Campbell 2014]]\n\nDetection: Audit all Kerberos authentication and credential use events and review for discrepancies. Unusual remote authentication events that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "a257ed11-ff3b-4216-8c9d-3938ef57064c", "meta": { - "x_mitre_data_sources": [ - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2357,21 +2351,17 @@ "https://adsecurity.org/?p=556", "http://defcon.org/images/defcon-22/dc-22-presentations/Campbell/DEFCON-22-Christopher-Campbell-The-Secret-Life-of-Krbtgt.pdf", "http://blog.gentilkiwi.com/securite/mimikatz/pass-the-ticket-kerberos" + ], + "x_mitre_data_sources": [ + "Authentication logs" ] }, - "description": "Pass the ticket (PtT)Legitimate Credentials are captured by Credential Dumping. A user's service tickets or ticket granting ticket (TGT) may be obtained, depending on the level of access. A service ticket allows for access to a particular resource, whereas a TGT can be used to request service tickets from the Ticket Granting Service (TGS) to access any resource the user has privileges to access.[[Citation: ADSecurity AD Kerberos Attacks]][[Citation: GentilKiwi Pass the Ticket]]\n\nSilver Tickets can be obtained for services that use Kerberos as an authentication mechanism and are used to generate tickets to access that particular resource and the system that hosts the resource (e.g., SharePoint).[[Citation: ADSecurity AD Kerberos Attacks]]\n\nGolden Tickets can be obtained for the domain using the KRBTGT account NTLM hash, which enables generation of TGTs for any account in Active Directory.[[Citation: Campbell 2014]]\n\nDetection: Audit all Kerberos authentication and credential use events and review for discrepancies. Unusual remote authentication events that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "a257ed11-ff3b-4216-8c9d-3938ef57064c" + "value": "Pass the Ticket" }, { - "name": "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 winrm command or by any number of programs such as PowerShell.[[Citation: Jacobsen 2014]]\n\nDetection: Monitor use of WinRM within an environment by tracking service execution. If it is not normally used or is disabled, then this may be an indicator of suspicious behavior. Monitor processes created and actions taken by the WinRM process or a WinRM invoked script to correlate it with other related events.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", + "uuid": "c3bce4f4-9795-46c6-976e-8676300bbc39", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Authentication logs", - "Netflow/Enclave netflow", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2389,19 +2379,21 @@ "https://attack.mitre.org/wiki/Technique/T1028", "http://www.slideee.com/slide/lateral-movement-with-powershell", "http://msdn.microsoft.com/en-us/library/aa384426" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Authentication logs", + "Netflow/Enclave netflow", + "Process command-line parameters", + "Process monitoring" ] }, - "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 winrm command or by any number of programs such as PowerShell.[[Citation: Jacobsen 2014]]\n\nDetection: Monitor use of WinRM within an environment by tracking service execution. If it is not normally used or is disabled, then this may be an indicator of suspicious behavior. Monitor processes created and actions taken by the WinRM process or a WinRM invoked script to correlate it with other related events.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", - "uuid": "c3bce4f4-9795-46c6-976e-8676300bbc39" + "value": "Windows Remote Management" }, { - "name": "Audio Capture", + "description": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the microphone, recording devices, or recording software, and a process periodically writing files to disk that contain audio data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, Process monitoring, File monitoring", + "uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Process monitoring", - "File monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2418,21 +2410,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1123" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process monitoring", + "File monitoring" ] }, - "description": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the microphone, recording devices, or recording software, and a process periodically writing files to disk that contain audio data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, Process monitoring, File monitoring", - "uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967" + "value": "Audio Capture" }, { - "name": "Custom Cryptographic Protocol", + "description": "Adversaries may use a custom cryptographic protocol or algorithm to hide command and control traffic. A simple scheme, such as XOR-ing the plaintext with a fixed key, will produce a very weak ciphertext.\n\nCustom encryption schemes may vary in sophistication. Analysis and reverse engineering of malware samples may be enough to discover the algorithm and encryption key used.\n\nSome adversaries may also attempt to implement their own version of a well-known cryptographic algorithm instead of using a known implementation library, which may lead to unintentional errors.[[Citation: F-Secure Cosmicduke]]\n\nDetection: If malware uses custom encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect when communications do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", + "uuid": "3b3cbbe0-6ed3-4334-b543-3ddfd8c5642d", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Process use of network", - "Malware reverse engineering", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2452,20 +2442,21 @@ "https://www.f-secure.com/documents/996508/1030745/cosmicduke%20whitepaper.pdf", "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Malware reverse engineering", + "Process monitoring" ] }, - "description": "Adversaries may use a custom cryptographic protocol or algorithm to hide command and control traffic. A simple scheme, such as XOR-ing the plaintext with a fixed key, will produce a very weak ciphertext.\n\nCustom encryption schemes may vary in sophistication. Analysis and reverse engineering of malware samples may be enough to discover the algorithm and encryption key used.\n\nSome adversaries may also attempt to implement their own version of a well-known cryptographic algorithm instead of using a known implementation library, which may lead to unintentional errors.[[Citation: F-Secure Cosmicduke]]\n\nDetection: If malware uses custom encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect when communications do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "3b3cbbe0-6ed3-4334-b543-3ddfd8c5642d" + "value": "Custom Cryptographic Protocol" }, { - "name": "Graphical User Interface", + "description": "Cause a binary or script to execute based on interacting with the file through a graphical user interface (GUI) or in an interactive remote session such as Remote Desktop Protocol.\n\nDetection: Detection of execution through the GUI will likely lead to significant false positives. Other factors should be considered to detect misuse of services that can lead to adversaries gaining access to systems through interactive remote sessions. \n\nUnknown or unusual process launches outside of normal behavior on a particular system occurring through remote interactive sessions are suspicious. Collect and audit security logs that may indicate access to and use of [[Legitimate Credentials]] to access remote systems within the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "a6525aec-acc4-47fe-92f9-b9b4de4b9228", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Binary file metadata", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2481,21 +2472,20 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1061" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Cause a binary or script to execute based on interacting with the file through a graphical user interface (GUI) or in an interactive remote session such as Remote Desktop Protocol.\n\nDetection: Detection of execution through the GUI will likely lead to significant false positives. Other factors should be considered to detect misuse of services that can lead to adversaries gaining access to systems through interactive remote sessions. \n\nUnknown or unusual process launches outside of normal behavior on a particular system occurring through remote interactive sessions are suspicious. Collect and audit security logs that may indicate access to and use of [[Legitimate Credentials]] to access remote systems within the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "a6525aec-acc4-47fe-92f9-b9b4de4b9228" + "value": "Graphical User Interface" }, { - "name": "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring", + "uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Malware reverse engineering", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2513,19 +2503,21 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1008", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Malware reverse engineering", + "Process use of network", + "Process monitoring" ] }, - "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring", - "uuid": "f24faf46-3b26-4dbb-98f2-63460498e433" + "value": "Fallback Channels" }, { - "name": "Exploitation of Vulnerability", + "description": "Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Exploiting software vulnerabilities may allow adversaries to run a command or binary on a remote system for lateral movement, escalate a current process to a higher privilege level, or bypass security mechanisms. Exploits may also allow an adversary access to privileged accounts and credentials. One example of this is MS14-068, which can be used to forge Kerberos tickets using domain user permissions.[[Citation: Technet MS14-068]][[Citation: ADSecurity Detecting Forged Tickets]]\n\nDetection: Software exploits may not always succeed or may cause the exploited process to become unstable or crash. Software and operating system crash reports may contain useful contextual information about attempted exploits that correlate with other malicious activity. Exploited processes may exhibit behavior that is unusual for the specific process, such as spawning additional processes or reading and writing to files.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Error Reporting, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", + "uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", "meta": { - "x_mitre_data_sources": [ - "Windows Error Reporting", - "File monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2543,13 +2535,18 @@ "https://attack.mitre.org/wiki/Technique/T1068", "https://adsecurity.org/?p=1515", "https://technet.microsoft.com/en-us/library/security/ms14-068.aspx" + ], + "x_mitre_data_sources": [ + "Windows Error Reporting", + "File monitoring", + "Process monitoring" ] }, - "description": "Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Exploiting software vulnerabilities may allow adversaries to run a command or binary on a remote system for lateral movement, escalate a current process to a higher privilege level, or bypass security mechanisms. Exploits may also allow an adversary access to privileged accounts and credentials. One example of this is MS14-068, which can be used to forge Kerberos tickets using domain user permissions.[[Citation: Technet MS14-068]][[Citation: ADSecurity Detecting Forged Tickets]]\n\nDetection: Software exploits may not always succeed or may cause the exploited process to become unstable or crash. Software and operating system crash reports may contain useful contextual information about attempted exploits that correlate with other malicious activity. Exploited processes may exhibit behavior that is unusual for the specific process, such as spawning additional processes or reading and writing to files.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Error Reporting, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", - "uuid": "b21c3b2d-02e6-45b1-980b-e69051040839" + "value": "Exploitation of Vulnerability" }, { - "name": "Binary Padding", + "description": "Some security tools inspect files with static signatures to determine if they are known malicious. Adversaries may add data to files to increase the size beyond what security tools are capable of handling or to change the file hash to avoid hash-based blacklists.\n\nDetection: Depending on the method used to pad files, a file-based signature may be capable of detecting padding using a scanning or on-access based tool. \n\nWhen executed, the resulting process from padded files may also exhibit other behavior characteristics of being used to conduct an intrusion such as system and network information [[Discovery]] or [[Lateral Movement]], which could be used as event indicators that point to the source file.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", + "uuid": "519630c5-f03f-4882-825c-3af924935817", "meta": { "x_mitre_platforms": [ "Windows Server 2003", @@ -2568,21 +2565,12 @@ "https://attack.mitre.org/wiki/Technique/T1009" ] }, - "description": "Some security tools inspect files with static signatures to determine if they are known malicious. Adversaries may add data to files to increase the size beyond what security tools are capable of handling or to change the file hash to avoid hash-based blacklists.\n\nDetection: Depending on the method used to pad files, a file-based signature may be capable of detecting padding using a scanning or on-access based tool. \n\nWhen executed, the resulting process from padded files may also exhibit other behavior characteristics of being used to conduct an intrusion such as system and network information [[Discovery]] or [[Lateral Movement]], which could be used as event indicators that point to the source file.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", - "uuid": "519630c5-f03f-4882-825c-3af924935817" + "value": "Binary Padding" }, { - "name": "Redundant Access", + "description": "Adversaries may use more than one remote access tool with varying command and control protocols as a hedge against detection. If one type of tool is detected and blocked or removed as a response but the organization did not gain a full understanding of the adversary's tools and access, then the adversary will be able to retain access to the network. Adversaries may also attempt to gain access to Legitimate Credentials to use External Remote Services such as external VPNs as a way to maintain access despite interruptions to remote access tools deployed within a target network.Web Shell is one such way to maintain access to a network through an externally accessible Web server.\n\nDetection: Existing methods of detecting remote access tools are helpful. Backup remote access tools or other access points may not have established command and control channels open during an intrusion, so the volume of data transferred may not be as high as the primary channel unless access is lost.\n\nDetection of tools based on beacon traffic, Legitimate Credentials and External Remote Services to collect account use information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process use of network, Packet capture, Network protocol analysis, File monitoring, Binary file metadata, Authentication logs", + "uuid": "6aabc5ec-eae6-422c-8311-38d45ee9838a", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "Process use of network", - "Packet capture", - "Network protocol analysis", - "File monitoring", - "Binary file metadata", - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2599,20 +2587,23 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1108", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] - }, - "description": "Adversaries may use more than one remote access tool with varying command and control protocols as a hedge against detection. If one type of tool is detected and blocked or removed as a response but the organization did not gain a full understanding of the adversary's tools and access, then the adversary will be able to retain access to the network. Adversaries may also attempt to gain access to Legitimate Credentials to use External Remote Services such as external VPNs as a way to maintain access despite interruptions to remote access tools deployed within a target network.Web Shell is one such way to maintain access to a network through an externally accessible Web server.\n\nDetection: Existing methods of detecting remote access tools are helpful. Backup remote access tools or other access points may not have established command and control channels open during an intrusion, so the volume of data transferred may not be as high as the primary channel unless access is lost.\n\nDetection of tools based on beacon traffic, Legitimate Credentials and External Remote Services to collect account use information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process use of network, Packet capture, Network protocol analysis, File monitoring, Binary file metadata, Authentication logs", - "uuid": "6aabc5ec-eae6-422c-8311-38d45ee9838a" - }, - { - "name": "Data Encrypted", - "meta": { + ], "x_mitre_data_sources": [ + "Process monitoring", + "Process use of network", + "Packet capture", + "Network protocol analysis", "File monitoring", "Binary file metadata", - "Process command-line parameters", - "Process monitoring" - ], + "Authentication logs" + ] + }, + "value": "Redundant Access" + }, + { + "description": "Data is encrypted before being exfiltrated in order to hide the information that is being exfiltrated from detection or to make the exfiltration less conspicuous upon inspection by a defender. The encryption is performed by a utility, programming library, or custom algorithm on the data itself and is considered separate from any encryption performed by the command and control or file transfer protocol. Common file archive formats that can encrypt files are RAR and zip.\n\nOther exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol\n\nDetection: Encryption software and encrypted files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known encryption utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used. Often the encryption key is stated within command-line invocation of the software. \n\nA process that loads the Windows DLL crypt32.dll may be used to perform encryption, decryption, or verification of file signatures. \n\nNetwork traffic may also be analyzed for entropy to determine if encrypted data is being transmitted.[[Citation: Zhang 2013]] If the communications channel is unencrypted, encrypted files of known file types can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "d54416bd-0803-41ca-870a-ce1af7c05638", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2630,20 +2621,20 @@ "https://attack.mitre.org/wiki/Technique/T1022", "http://www.netsec.colostate.edu/~zhang/DetectingEncryptedBotnetTraffic.pdf", "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" - ] - }, - "description": "Data is encrypted before being exfiltrated in order to hide the information that is being exfiltrated from detection or to make the exfiltration less conspicuous upon inspection by a defender. The encryption is performed by a utility, programming library, or custom algorithm on the data itself and is considered separate from any encryption performed by the command and control or file transfer protocol. Common file archive formats that can encrypt files are RAR and zip.\n\nOther exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol\n\nDetection: Encryption software and encrypted files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known encryption utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used. Often the encryption key is stated within command-line invocation of the software. \n\nA process that loads the Windows DLL crypt32.dll may be used to perform encryption, decryption, or verification of file signatures. \n\nNetwork traffic may also be analyzed for entropy to determine if encrypted data is being transmitted.[[Citation: Zhang 2013]] If the communications channel is unencrypted, encrypted files of known file types can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "d54416bd-0803-41ca-870a-ce1af7c05638" - }, - { - "name": "DLL Search Order Hijacking", - "meta": { + ], "x_mitre_data_sources": [ "File monitoring", - "DLL monitoring", + "Binary file metadata", "Process command-line parameters", "Process monitoring" - ], + ] + }, + "value": "Data Encrypted" + }, + { + "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 persistence. \n\nAdversaries may perform DLL preloading, also called binary planting attacks,[[Citation: OWASP Binary Planting]] by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program. Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL.[[Citation: Microsoft 2269637]] Adversaries may use this behavior to cause the program to load a malicious DLL. \n\nAdversaries may also directly modify the way a program loads DLLs by replacing an existing DLL or modifying a .manifest or .local redirection file, directory, or junction to cause the program to load a different DLL to maintain persistence or privilege escalation.[[Citation: Microsoft DLL Redirection]][[Citation: Microsoft Manifests]][[Citation: Mandiant Search Order]]\n\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program.\n\nPrograms that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\n\nDetection: Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of .manifest and .local redirection files that do not correlate with software updates are suspicious. Disallow loading of remote DLLs.[[Citation: Microsoft DLL Preloading]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, DLL monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "46944654-fcc1-4f63-9dad-628102376586", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2666,19 +2657,20 @@ "https://msdn.microsoft.com/en-US/library/aa375365", "http://msdn.microsoft.com/en-US/library/ms682600", "http://msdn.microsoft.com/en-US/library/ms682586" - ] - }, - "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 persistence. \n\nAdversaries may perform DLL preloading, also called binary planting attacks,[[Citation: OWASP Binary Planting]] by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program. Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL.[[Citation: Microsoft 2269637]] Adversaries may use this behavior to cause the program to load a malicious DLL. \n\nAdversaries may also directly modify the way a program loads DLLs by replacing an existing DLL or modifying a .manifest or .local redirection file, directory, or junction to cause the program to load a different DLL to maintain persistence or privilege escalation.[[Citation: Microsoft DLL Redirection]][[Citation: Microsoft Manifests]][[Citation: Mandiant Search Order]]\n\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program.\n\nPrograms that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\n\nDetection: Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of .manifest and .local redirection files that do not correlate with software updates are suspicious. Disallow loading of remote DLLs.[[Citation: Microsoft DLL Preloading]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, DLL monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "46944654-fcc1-4f63-9dad-628102376586" - }, - { - "name": "Data from Network Shared Drive", - "meta": { + ], "x_mitre_data_sources": [ "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], + "DLL monitoring", + "Process command-line parameters", + "Process monitoring" + ] + }, + "value": "DLL Search Order Hijacking" + }, + { + "description": "Sensitive data can be collected from remote systems via shared network drives (host shared directory, network file server, etc.) that are accessible from the current system prior to cmd may be used to gather information.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a network share. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2694,19 +2686,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1039" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" ] }, - "description": "Sensitive data can be collected from remote systems via shared network drives (host shared directory, network file server, etc.) that are accessible from the current system prior to cmd may be used to gather information.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a network share. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c" + "value": "Data from Network Shared Drive" }, { - "name": "AppInit DLLs", + "description": "DLLs that are specified in the AppInit_DLLs value in the Registry key HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program. This value can be abused to obtain persistence by causing a DLL to be loaded into most processes on the computer.[[Citation: AppInit Registry]]\n\nThe AppInit DLL functionality is disabled in Windows 8 and later versions when secure boot is enabled.[[Citation: AppInit Secure Boot]]\n\nDetection: Monitor DLL loads by processes that load user32.dll and look for DLLs that are not recognized or not normally loaded into a process. Monitor the AppInit_DLLs Registry value for modifications that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current AppInit DLLs.[[Citation: TechNet Autoruns]] \n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as making network connections for [[Command and Control]], learning details about the environment through [[Discovery]], and conducting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Windows Registry\n\nEffective Permissions: Administrator, SYSTEM", + "uuid": "317fefa6-46c7-4062-adb6-2008cf6bcb41", "meta": { - "x_mitre_data_sources": [ - "Loaded DLLs", - "Process monitoring", - "Windows Registry" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2725,13 +2717,18 @@ "https://support.microsoft.com/en-us/kb/197571", "https://msdn.microsoft.com/en-us/library/dn280412", "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ], + "x_mitre_data_sources": [ + "Loaded DLLs", + "Process monitoring", + "Windows Registry" ] }, - "description": "DLLs that are specified in the AppInit_DLLs value in the Registry key HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program. This value can be abused to obtain persistence by causing a DLL to be loaded into most processes on the computer.[[Citation: AppInit Registry]]\n\nThe AppInit DLL functionality is disabled in Windows 8 and later versions when secure boot is enabled.[[Citation: AppInit Secure Boot]]\n\nDetection: Monitor DLL loads by processes that load user32.dll and look for DLLs that are not recognized or not normally loaded into a process. Monitor the AppInit_DLLs Registry value for modifications that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current AppInit DLLs.[[Citation: TechNet Autoruns]] \n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as making network connections for [[Command and Control]], learning details about the environment through [[Discovery]], and conducting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Windows Registry\n\nEffective Permissions: Administrator, SYSTEM", - "uuid": "317fefa6-46c7-4062-adb6-2008cf6bcb41" + "value": "AppInit DLLs" }, { - "name": "Standard Non-Application Layer Protocol", + "description": "Use of a standard non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive.[[Citation: Wikipedia OSI]] Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), and transport layer protocols, such as the User Datagram Protocol (UDP).\n\nICMP communication between hosts is one example. Because ICMP is part of the Internet Protocol Suite, it is required to be implemented by all IP-compatible hosts;[[Citation: Microsoft ICMP]] however, it is not as commonly monitored as other Internet Protocols such as TCP or UDP and may be used by adversaries to hide communications.\n\nDetection: Analyze network traffic for ICMP messages or other protocols that contain abnormal data or are not normally seen within or exiting the network.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux", + "uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", "meta": { "x_mitre_platforms": [ "Windows Server 2003", @@ -2753,17 +2750,12 @@ "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" ] }, - "description": "Use of a standard non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive.[[Citation: Wikipedia OSI]] Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), and transport layer protocols, such as the User Datagram Protocol (UDP).\n\nICMP communication between hosts is one example. Because ICMP is part of the Internet Protocol Suite, it is required to be implemented by all IP-compatible hosts;[[Citation: Microsoft ICMP]] however, it is not as commonly monitored as other Internet Protocols such as TCP or UDP and may be used by adversaries to hide communications.\n\nDetection: Analyze network traffic for ICMP messages or other protocols that contain abnormal data or are not normally seen within or exiting the network.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux", - "uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b" + "value": "Standard Non-Application Layer Protocol" }, { - "name": "Netsh Helper DLL", + "description": "Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility.[[Citation: TechNet Netsh]] The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.\n\nAdversaries can use netsh.exe with helper DLLs to proxy execution of arbitrary code in a persistent manner when netsh.exe is executed automatically with another [[Persistence]] technique or if other persistent software is present on the system that executes netsh.exe as part of its normal functionality. Examples include some VPN software that invoke netsh.exe.[[Citation: Demaske Netsh Persistence]]\n\nProof of concept code exists to load Cobalt Strike's payload using netsh.exe helper DLLs.[[Citation: Github Netsh Helper CS Beacon]]\n\nDetection: It is likely unusual for netsh.exe to have any child processes in most environments. Monitor process executions and investigate any child processes spawned by netsh.exe for malicious behavior. Monitor the HKLM\\SOFTWARE\\Microsoft\\Netsh registry key for any new or suspicious entries that do not correlate with known system files or benign software.[[Citation: Demaske Netsh Persistence]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, DLL monitoring, Windows Registry\n\nContributors: Matthew Demaske, Adaptforward", + "uuid": "bb0e0cb5-f3e4-4118-a4cb-6bf13bfbc9f2", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "DLL monitoring", - "Windows Registry" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2782,18 +2774,19 @@ "https://htmlpreview.github.io/?https://github.com/MatthewDemaske/blogbackup/blob/master/netshell.html", "https://github.com/outflankbv/NetshHelperBeacon", "https://technet.microsoft.com/library/bb490939.aspx" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "DLL monitoring", + "Windows Registry" ] }, - "description": "Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility.[[Citation: TechNet Netsh]] The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.\n\nAdversaries can use netsh.exe with helper DLLs to proxy execution of arbitrary code in a persistent manner when netsh.exe is executed automatically with another [[Persistence]] technique or if other persistent software is present on the system that executes netsh.exe as part of its normal functionality. Examples include some VPN software that invoke netsh.exe.[[Citation: Demaske Netsh Persistence]]\n\nProof of concept code exists to load Cobalt Strike's payload using netsh.exe helper DLLs.[[Citation: Github Netsh Helper CS Beacon]]\n\nDetection: It is likely unusual for netsh.exe to have any child processes in most environments. Monitor process executions and investigate any child processes spawned by netsh.exe for malicious behavior. Monitor the HKLM\\SOFTWARE\\Microsoft\\Netsh registry key for any new or suspicious entries that do not correlate with known system files or benign software.[[Citation: Demaske Netsh Persistence]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, DLL monitoring, Windows Registry\n\nContributors: Matthew Demaske, Adaptforward", - "uuid": "bb0e0cb5-f3e4-4118-a4cb-6bf13bfbc9f2" + "value": "Netsh Helper DLL" }, { - "name": "Credential Manipulation", + "description": "Account creation and manipulation may aid adversaries in maintaining access to credentials and certain permission levels within an environment. Manipulation could consist of creating new credentials, modifying permissions, adding or changing permission groups, modifying account settings, or modifying how authentication is performed. In order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain.\n\nDetection: Monitor for creation or modification of accounts in correlation with other suspicious activity. Changes may occur at unusual times or from unusual systems.\n\nUse of credentials may also occur at unusual times or to unusual systems or services and may correlate with other suspicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, API monitoring", + "uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "meta": { - "x_mitre_data_sources": [ - "Authentication logs", - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2809,20 +2802,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1098" + ], + "x_mitre_data_sources": [ + "Authentication logs", + "API monitoring" ] }, - "description": "Account creation and manipulation may aid adversaries in maintaining access to credentials and certain permission levels within an environment. Manipulation could consist of creating new credentials, modifying permissions, adding or changing permission groups, modifying account settings, or modifying how authentication is performed. In order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain.\n\nDetection: Monitor for creation or modification of accounts in correlation with other suspicious activity. Changes may occur at unusual times or from unusual systems.\n\nUse of credentials may also occur at unusual times or to unusual systems or services and may correlate with other suspicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, API monitoring", - "uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27" + "value": "Credential Manipulation" }, { - "name": "Remote System Discovery", + "description": "Adversaries will likely attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process command-line parameters, Process monitoring, Process use of network", + "uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "meta": { - "x_mitre_data_sources": [ - "Network protocol analysis", - "Process command-line parameters", - "Process monitoring", - "Process use of network" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2838,19 +2829,20 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1018" + ], + "x_mitre_data_sources": [ + "Network protocol analysis", + "Process command-line parameters", + "Process monitoring", + "Process use of network" ] }, - "description": "Adversaries will likely attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process command-line parameters, Process monitoring, Process use of network", - "uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735" + "value": "Remote System Discovery" }, { - "name": "Permission Groups Discovery", + "description": "Adversaries may attempt to find local system or domain-level groups and permissions settings. Examples of commands that can list groups are net group /domain and net localgroup using the Net utility.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", + "uuid": "15dbf668-795c-41e6-8219-f0447c0e64ce", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2866,19 +2858,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1069" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may attempt to find local system or domain-level groups and permissions settings. Examples of commands that can list groups are net group /domain and net localgroup using the Net utility.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", - "uuid": "15dbf668-795c-41e6-8219-f0447c0e64ce" + "value": "Permission Groups Discovery" }, { - "name": "File Deletion", + "description": "Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces behind as to what was done within a network and how. Adversaries may remove these files over the course of an intrusion to keep their footprint low or remove them at the end as part of the post-intrusion cleanup process.\n\nThere are tools available from the host operating system to perform cleanup, but adversaries may use other tools as well. Examples include native cmd functions such as DEL, secure deletion tools such as Windows Sysinternals SDelete, or other third-party file deletion tools.[[Citation: Trend Micro APT Attack Tools]]\n\nDetection: It may be uncommon for events related to benign command-line functions such as DEL or third-party utilities or tools to be found in an environment, depending on the user base and how systems are typically used. Monitoring for command-line deletion functions to correlate with binaries or other files that an adversary may drop and remove may lead to detection of malicious activity. Another good practice is monitoring for known deletion and secure deletion tools that are not already on systems within an enterprise network that an adversary could introduce. Some monitoring tools may collect command-line arguments, but may not capture DEL commands since DEL is a native function within cmd.exe.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters\n\nContributors: Walker Johnson", + "uuid": "56fca983-1cf1-4fd1-bda0-5e170a37ab59", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Binary file metadata", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2896,18 +2888,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1107", "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" - ] - }, - "description": "Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces behind as to what was done within a network and how. Adversaries may remove these files over the course of an intrusion to keep their footprint low or remove them at the end as part of the post-intrusion cleanup process.\n\nThere are tools available from the host operating system to perform cleanup, but adversaries may use other tools as well. Examples include native cmd functions such as DEL, secure deletion tools such as Windows Sysinternals SDelete, or other third-party file deletion tools.[[Citation: Trend Micro APT Attack Tools]]\n\nDetection: It may be uncommon for events related to benign command-line functions such as DEL or third-party utilities or tools to be found in an environment, depending on the user base and how systems are typically used. Monitoring for command-line deletion functions to correlate with binaries or other files that an adversary may drop and remove may lead to detection of malicious activity. Another good practice is monitoring for known deletion and secure deletion tools that are not already on systems within an enterprise network that an adversary could introduce. Some monitoring tools may collect command-line arguments, but may not capture DEL commands since DEL is a native function within cmd.exe.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters\n\nContributors: Walker Johnson", - "uuid": "56fca983-1cf1-4fd1-bda0-5e170a37ab59" - }, - { - "name": "Path Interception", - "meta": { + ], "x_mitre_data_sources": [ "File monitoring", - "Process monitoring" - ], + "Binary file metadata", + "Process command-line parameters" + ] + }, + "value": "File Deletion" + }, + { + "description": "Path interception occurs when an executable is placed in a specific path so that it is executed by an application instead of the intended target. One example of this was the use of a copy of cmd in the current working directory of a vulnerable application that loads a CMD or BAT file with the CreateProcess function.DLL Search Order Hijacking.\n\nDetection: Monitor file creation for files named after partial directories and in locations that may be searched for common processes through the environment variable, or otherwise should not be user writable. Monitor the executing process for process executable paths that are named for partial directories. Monitor file creation for programs that are named after Windows system programs or programs commonly executed without a path (such as \"findstr,\" \"net,\" and \"python\"). If this activity occurs outside of known administration activity, upgrades, installations, or patches, then it may be suspicious. \n\nData and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "c4ad009b-6e13-4419-8d21-918a1652de02", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2930,19 +2923,18 @@ "http://msdn.microsoft.com/en-us/library/ms687393", "http://support.microsoft.com/KB/103000", "https://blogs.technet.microsoft.com/srd/2014/04/08/ms14-019-fixing-a-binary-hijacking-via-cmd-or-bat-file/" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" ] }, - "description": "Path interception occurs when an executable is placed in a specific path so that it is executed by an application instead of the intended target. One example of this was the use of a copy of cmd in the current working directory of a vulnerable application that loads a CMD or BAT file with the CreateProcess function.DLL Search Order Hijacking.\n\nDetection: Monitor file creation for files named after partial directories and in locations that may be searched for common processes through the environment variable, or otherwise should not be user writable. Monitor the executing process for process executable paths that are named for partial directories. Monitor file creation for programs that are named after Windows system programs or programs commonly executed without a path (such as \"findstr,\" \"net,\" and \"python\"). If this activity occurs outside of known administration activity, upgrades, installations, or patches, then it may be suspicious. \n\nData and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "c4ad009b-6e13-4419-8d21-918a1652de02" + "value": "Path Interception" }, { - "name": "Bootkit", + "description": "A bootkit is a malware variant that modifies the boot sectors of a hard drive, including the Master Boot Record (MBR) and Volume Boot Record (VBR).[[Citation: MTrends 2016]]\n\nAdversaries may use bootkits to persist on systems at a layer below the operating system, which may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.\n\n===Master Boot Record===\nThe MBR is the section of disk that is first loaded after completing hardware initialization by the BIOS. It is the location of the boot loader. An adversary who has raw access to the boot drive may overwrite this area, diverting execution during startup from the normal boot loader to adversary code.[[Citation: Lau 2011]]\n\n===Volume Boot Record===\nThe MBR passes control of the boot process to the VBR. Similar to the case of MBR, an adversary who has raw access to the boot drive may overwrite the VBR to divert execution during startup to adversary code.\n\nDetection: Perform integrity checking on MBR and VBR. Take snapshots of MBR and VBR and compare against known good samples. Report changes to MBR and VBR as they occur for indicators of suspicious activity and further analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, MBR, VBR", + "uuid": "02fefddc-fb1b-423f-a76b-7552dd211d4d", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "MBR", - "VBR" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2961,19 +2953,19 @@ "https://attack.mitre.org/wiki/Technique/T1067", "http://www.symantec.com/connect/blogs/are-mbr-infections-back-fashion", "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" + ], + "x_mitre_data_sources": [ + "API monitoring", + "MBR", + "VBR" ] }, - "description": "A bootkit is a malware variant that modifies the boot sectors of a hard drive, including the Master Boot Record (MBR) and Volume Boot Record (VBR).[[Citation: MTrends 2016]]\n\nAdversaries may use bootkits to persist on systems at a layer below the operating system, which may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.\n\n===Master Boot Record===\nThe MBR is the section of disk that is first loaded after completing hardware initialization by the BIOS. It is the location of the boot loader. An adversary who has raw access to the boot drive may overwrite this area, diverting execution during startup from the normal boot loader to adversary code.[[Citation: Lau 2011]]\n\n===Volume Boot Record===\nThe MBR passes control of the boot process to the VBR. Similar to the case of MBR, an adversary who has raw access to the boot drive may overwrite the VBR to divert execution during startup to adversary code.\n\nDetection: Perform integrity checking on MBR and VBR. Take snapshots of MBR and VBR and compare against known good samples. Report changes to MBR and VBR as they occur for indicators of suspicious activity and further analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, MBR, VBR", - "uuid": "02fefddc-fb1b-423f-a76b-7552dd211d4d" + "value": "Bootkit" }, { - "name": "Indicator Removal on Host", + "description": "Adversaries may delete or alter generated event files on a host system, including potentially captured files such as quarantined malware. This may compromise the integrity of the security solution, causing events to go unreported, or make forensic analysis and incident response more difficult due to lack of sufficient data to determine what occurred.\n\nDetection: File system monitoring may be used to detect improper deletion or modification of indicator files. Events not stored on the file system will require different detection mechanisms.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", + "uuid": "799ace7f-e227-4411-baa0-8868704f2a69", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2989,18 +2981,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1070" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may delete or alter generated event files on a host system, including potentially captured files such as quarantined malware. This may compromise the integrity of the security solution, causing events to go unreported, or make forensic analysis and incident response more difficult due to lack of sufficient data to determine what occurred.\n\nDetection: File system monitoring may be used to detect improper deletion or modification of indicator files. Events not stored on the file system will require different detection mechanisms.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "799ace7f-e227-4411-baa0-8868704f2a69" + "value": "Indicator Removal on Host" }, { - "name": "Exfiltration Over Other Network Medium", + "description": "Exfiltration could occur over a different network medium than the command and control channel. If the command and control network is a wired Internet connection, the exfiltration may occur, for example, over a WiFi connection, modem, cellular data connection, Bluetooth, or another radio frequency (RF) channel. Adversaries could choose to do this if they have sufficient access or proximity, and the connection might not be secured or defended as well as the primary Internet-connected channel because it is not routed through the same enterprise network.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before. Processes that normally require user-driven events to access the network (for example, a mouse click or key press) but access the network without such may be malicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring\n\nContributors: Itzik Kotler, SafeBreach", + "uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", "meta": { - "x_mitre_data_sources": [ - "User interface", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3016,19 +3009,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1011" + ], + "x_mitre_data_sources": [ + "User interface", + "Process monitoring" ] }, - "description": "Exfiltration could occur over a different network medium than the command and control channel. If the command and control network is a wired Internet connection, the exfiltration may occur, for example, over a WiFi connection, modem, cellular data connection, Bluetooth, or another radio frequency (RF) channel. Adversaries could choose to do this if they have sufficient access or proximity, and the connection might not be secured or defended as well as the primary Internet-connected channel because it is not routed through the same enterprise network.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before. Processes that normally require user-driven events to access the network (for example, a mouse click or key press) but access the network without such may be malicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring\n\nContributors: Itzik Kotler, SafeBreach", - "uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87" + "value": "Exfiltration Over Other Network Medium" }, { - "name": "Data from Local System", + "description": "Sensitive data can be collected from local system sources, such as the file system or databases of information residing on the system prior to Command-Line Interface, such as cmd, which has functionality to interact with the file system to gather information. Some adversaries may also use Automated Collection on the local system.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", + "uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3044,21 +3036,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1005" - ] - }, - "description": "Sensitive data can be collected from local system sources, such as the file system or databases of information residing on the system prior to Command-Line Interface, such as cmd, which has functionality to interact with the file system to gather information. Some adversaries may also use Automated Collection on the local system.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5" - }, - { - "name": "Web Shell", - "meta": { + ], "x_mitre_data_sources": [ - "Anti-virus", "File monitoring", "Process monitoring", - "Authentication logs", - "Netflow/Enclave netflow" - ], + "Process command-line parameters" + ] + }, + "value": "Data from Local System" + }, + { + "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 addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (see, for example, China Chopper Web shell client).Redundant Access or as a persistence mechanism in case an adversary's primary access methods are detected and removed.\n\nDetection: Web shells can be difficult to detect. Unlike other forms of persistent remote access, they do not initiate connections. The portion of the Web shell that is on the server may be small and innocuous looking. The PHP version of the China Chopper Web shell, for example, is the following short payload:cmd or accessing files that are not in the Web directory. File monitoring may be used to detect changes to files in the Web directory of a Web server that do not match with updates to the Web server's content and may indicate implantation of a Web shell script. Log authentication attempts to the server and any unusual traffic patterns to or from the server and internal network.[[Citation: US-CERT Alert TA15-314A Web Shells]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Anti-virus, File monitoring, Process monitoring, Authentication logs, Netflow/Enclave netflow\n\nEffective Permissions: User, SYSTEM", + "uuid": "c16e5409-ee53-4d79-afdc-4099dc9292df", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3076,19 +3066,21 @@ "https://attack.mitre.org/wiki/Technique/T1100", "https://www.us-cert.gov/ncas/alerts/TA15-314A", "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" + ], + "x_mitre_data_sources": [ + "Anti-virus", + "File monitoring", + "Process monitoring", + "Authentication logs", + "Netflow/Enclave netflow" ] }, - "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 addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (see, for example, China Chopper Web shell client).Redundant Access or as a persistence mechanism in case an adversary's primary access methods are detected and removed.\n\nDetection: Web shells can be difficult to detect. Unlike other forms of persistent remote access, they do not initiate connections. The portion of the Web shell that is on the server may be small and innocuous looking. The PHP version of the China Chopper Web shell, for example, is the following short payload:cmd or accessing files that are not in the Web directory. File monitoring may be used to detect changes to files in the Web directory of a Web server that do not match with updates to the Web server's content and may indicate implantation of a Web shell script. Log authentication attempts to the server and any unusual traffic patterns to or from the server and internal network.[[Citation: US-CERT Alert TA15-314A Web Shells]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Anti-virus, File monitoring, Process monitoring, Authentication logs, Netflow/Enclave netflow\n\nEffective Permissions: User, SYSTEM", - "uuid": "c16e5409-ee53-4d79-afdc-4099dc9292df" + "value": "Web Shell" }, { - "name": "Service Registry Permissions Weakness", + "description": "Windows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, PowerShell, or Reg. Access to Registry keys is controlled through Access Control Lists and permissions.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Services, Process command-line parameters\n\nEffective Permissions: SYSTEM", + "uuid": "39a130e1-6ab7-434a-8bd2-418e7d9d6427", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "Services", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3106,20 +3098,19 @@ "https://attack.mitre.org/wiki/Technique/T1058", "https://technet.microsoft.com/en-us/sysinternals/bb963902", "https://msdn.microsoft.com/library/windows/desktop/ms724878.aspx" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "Services", + "Process command-line parameters" ] }, - "description": "Windows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, PowerShell, or Reg. Access to Registry keys is controlled through Access Control Lists and permissions.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Services, Process command-line parameters\n\nEffective Permissions: SYSTEM", - "uuid": "39a130e1-6ab7-434a-8bd2-418e7d9d6427" + "value": "Service Registry Permissions Weakness" }, { - "name": "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 C$, ADMIN$, and IPC$. \n\nAdversaries may use this technique in conjunction with administrator-level Legitimate Credentials to remotely access a networked system over server message block (SMB)Scheduled Task, Service Execution, and Windows Management Instrumentation. Adversaries can also use NTLM hashes to access administrator shares on systems with Pass the Hash and certain configuration and patch levels.Net utility can be used to connect to Windows admin shares on remote systems using net use commands with valid credentials.Net, on the command-line interface and [[Discovery]] techniques that could be used to find remotely accessible systems.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Authentication logs, Process command-line parameters, Process monitoring", + "uuid": "ffe742ed-9100-4686-9e00-c331da544787", "meta": { - "x_mitre_data_sources": [ - "Process use of network", - "Authentication logs", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3141,19 +3132,20 @@ "http://blogs.technet.com/b/jepayne/archive/2015/11/24/monitoring-what-matters-windows-event-forwarding-for-everyone-even-if-you-already-have-a-siem.aspx", "http://blogs.technet.com/b/jepayne/archive/2015/11/27/tracking-lateral-movement-part-one-special-groups-and-specific-service-accounts.aspx", "https://technet.microsoft.com/en-us/library/cc787851.aspx" + ], + "x_mitre_data_sources": [ + "Process use of network", + "Authentication logs", + "Process command-line parameters", + "Process monitoring" ] }, - "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 C$, ADMIN$, and IPC$. \n\nAdversaries may use this technique in conjunction with administrator-level Legitimate Credentials to remotely access a networked system over server message block (SMB)Scheduled Task, Service Execution, and Windows Management Instrumentation. Adversaries can also use NTLM hashes to access administrator shares on systems with Pass the Hash and certain configuration and patch levels.Net utility can be used to connect to Windows admin shares on remote systems using net use commands with valid credentials.Net, on the command-line interface and [[Discovery]] techniques that could be used to find remotely accessible systems.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Authentication logs, Process command-line parameters, Process monitoring", - "uuid": "ffe742ed-9100-4686-9e00-c331da544787" + "value": "Windows Admin Shares" }, { - "name": "Winlogon Helper DLL", + "description": "Winlogon is a part of some Windows versions that performs actions at logon. In Windows systems prior to Windows Vista, a Registry key can be modified that causes Winlogon to load a DLL on startup. Adversaries may take advantage of this feature to load adversarial code at startup for persistence.\n\nDetection: Monitor for changes to registry entries in HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\Notify that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current Winlogon helper values.[[Citation: TechNet Autoruns]] New DLLs written to System32 that do not correlate with known good software or patching may also be suspicious.\n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows XP, Windows Server 2003 R2\n\nData Sources: Windows Registry, File monitoring, Process monitoring", + "uuid": "514ede4c-78b3-4d78-a38b-daddf6217a79", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "File monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows XP", @@ -3162,17 +3154,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1004", "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ], + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process monitoring" ] }, - "description": "Winlogon is a part of some Windows versions that performs actions at logon. In Windows systems prior to Windows Vista, a Registry key can be modified that causes Winlogon to load a DLL on startup. Adversaries may take advantage of this feature to load adversarial code at startup for persistence.\n\nDetection: Monitor for changes to registry entries in HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\Notify that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current Winlogon helper values.[[Citation: TechNet Autoruns]] New DLLs written to System32 that do not correlate with known good software or patching may also be suspicious.\n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows XP, Windows Server 2003 R2\n\nData Sources: Windows Registry, File monitoring, Process monitoring", - "uuid": "514ede4c-78b3-4d78-a38b-daddf6217a79" + "value": "Winlogon Helper DLL" }, { - "name": "Remote Services", + "description": "An adversary may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.\n\nDetection: Correlate use of login activity related to remote services with unusual behavior or other malicious or suspicious activity. Adversaries will likely need to learn about an environment and the relationships between systems through [[Discovery]] techniques prior to attempting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", + "uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "meta": { - "x_mitre_data_sources": [ - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3188,19 +3182,17 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1021" + ], + "x_mitre_data_sources": [ + "Authentication logs" ] }, - "description": "An adversary may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.\n\nDetection: Correlate use of login activity related to remote services with unusual behavior or other malicious or suspicious activity. Adversaries will likely need to learn about an environment and the relationships between systems through [[Discovery]] techniques prior to attempting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "54a649ff-439a-41a4-9856-8d144a2551ba" + "value": "Remote Services" }, { - "name": "Accessibility Features", + "description": "Windows contains accessibility features that may be launched with a key combination before a user has logged in (for example, when the user is on the Windows logon screen). An adversary can modify the way these programs are launched to get a command prompt or backdoor without logging in to the system.\n\nTwo of these accessibility programs are C:\\Windows\\System32\\utilman.exe, launched when the Windows + U key combination is pressed, and C:\\Windows\\System32\\sethc.exe, launched when the shift key is pressed five times. The program \"sethc.exe\" is often referred to as sticky keys, and has been used by adversaries for unauthenticated access through a remote desktop login screen.Remote Desktop Protocol will cause the replaced file to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nOn Windows Vista and later as well as Windows Server 2008 and later, a Registry key may be modified that configures \"cmd.exe,\" or another program that provides backdoor access, as a \"debugger\" for the accessibility program (e.g., \"utilman.exe\"). After the Registry is modified, pressing the appropriate key combination at the login screen while at the keyboard or when connected with RDP will cause the \"debugger\" program to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nDetection: Changes to accessibility utility binaries or binary paths that do not correlate with known software, patch cycles, etc., are suspicious. Command line invocation of tools capable of modifying the Registry for associated keys are also suspicious. Utility arguments and the binaries themselves should be monitored for changes. Monitor Registry keys within HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: SYSTEM", + "uuid": "9b99b83a-1aac-4e29-b975-b374950551a3", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "File monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3218,18 +3210,19 @@ "https://attack.mitre.org/wiki/Technique/T1015", "https://www.fireeye.com/blog/threat-research/2012/08/hikit-rootkit-advanced-persistent-attack-techniques-part-1.html", "http://blog.crowdstrike.com/registry-analysis-with-crowdresponse/" - ] - }, - "description": "Windows contains accessibility features that may be launched with a key combination before a user has logged in (for example, when the user is on the Windows logon screen). An adversary can modify the way these programs are launched to get a command prompt or backdoor without logging in to the system.\n\nTwo of these accessibility programs are C:\\Windows\\System32\\utilman.exe, launched when the Windows + U key combination is pressed, and C:\\Windows\\System32\\sethc.exe, launched when the shift key is pressed five times. The program \"sethc.exe\" is often referred to as sticky keys, and has been used by adversaries for unauthenticated access through a remote desktop login screen.Remote Desktop Protocol will cause the replaced file to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nOn Windows Vista and later as well as Windows Server 2008 and later, a Registry key may be modified that configures \"cmd.exe,\" or another program that provides backdoor access, as a \"debugger\" for the accessibility program (e.g., \"utilman.exe\"). After the Registry is modified, pressing the appropriate key combination at the login screen while at the keyboard or when connected with RDP will cause the \"debugger\" program to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nDetection: Changes to accessibility utility binaries or binary paths that do not correlate with known software, patch cycles, etc., are suspicious. Command line invocation of tools capable of modifying the Registry for associated keys are also suspicious. Utility arguments and the binaries themselves should be monitored for changes. Monitor Registry keys within HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: SYSTEM", - "uuid": "9b99b83a-1aac-4e29-b975-b374950551a3" - }, - { - "name": "Taint Shared Content", - "meta": { + ], "x_mitre_data_sources": [ + "Windows Registry", "File monitoring", "Process monitoring" - ], + ] + }, + "value": "Accessibility Features" + }, + { + "description": "Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts, or exploit code to otherwise valid files. Once a user opens the shared tainted content, the malicious portion can be executed to run the adversary's code on a remote system. Adversaries may use tainted shared content to move laterally.\n\nDetection: Processes that write or overwrite many files to a network shared directory may be suspicious. Monitor processes that are executed from removable media for malicious or abnormal activity such as network connections due to [[Command and Control]] and possible network [[Discovery]] techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", + "uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3245,17 +3238,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1080" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" ] }, - "description": "Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts, or exploit code to otherwise valid files. Once a user opens the shared tainted content, the malicious portion can be executed to run the adversary's code on a remote system. Adversaries may use tainted shared content to move laterally.\n\nDetection: Processes that write or overwrite many files to a network shared directory may be suspicious. Monitor processes that are executed from removable media for malicious or abnormal activity such as network connections due to [[Command and Control]] and possible network [[Discovery]] techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", - "uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c" + "value": "Taint Shared Content" }, { - "name": "External Remote Services", + "description": "Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services.\n\nAdversaries may use remote services to access and persist within a network.Legitimate Credentials to use the service is often a requirement, which could be obtained through credential pharming or by obtaining the credentials from users after compromising the enterprise network. Access to remote services may be used as part of Redundant Access during an operation.\n\nDetection: Follow best practices for detecting adversary use of Legitimate Credentials for authenticating to remote services. Collect authentication logs and analyze for unusual access patterns, windows of activity, and access outside of normal business hours.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs\n\nContributors: Daniel Oakley", + "uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "meta": { - "x_mitre_data_sources": [ - "Authentication logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3272,19 +3266,17 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1133", "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" + ], + "x_mitre_data_sources": [ + "Authentication logs" ] }, - "description": "Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services.\n\nAdversaries may use remote services to access and persist within a network.Legitimate Credentials to use the service is often a requirement, which could be obtained through credential pharming or by obtaining the credentials from users after compromising the enterprise network. Access to remote services may be used as part of Redundant Access during an operation.\n\nDetection: Follow best practices for detecting adversary use of Legitimate Credentials for authenticating to remote services. Collect authentication logs and analyze for unusual access patterns, windows of activity, and access outside of normal business hours.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs\n\nContributors: Daniel Oakley", - "uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d" + "value": "External Remote Services" }, { - "name": "Application Deployment Software", + "description": "Adversaries may deploy malicious software to systems within a network using application deployment systems employed by enterprise administrators. The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nAccess to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nDetection: Monitor application deployments from a secondary system. Perform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process use of network, Process monitoring", + "uuid": "327f3cc5-eea1-42d4-a6cd-ed34b7ce8f61", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3300,19 +3292,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1017" - ] - }, - "description": "Adversaries may deploy malicious software to systems within a network using application deployment systems employed by enterprise administrators. The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nAccess to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nDetection: Monitor application deployments from a secondary system. Perform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process use of network, Process monitoring", - "uuid": "327f3cc5-eea1-42d4-a6cd-ed34b7ce8f61" - }, - { - "name": "Automated Collection", - "meta": { + ], "x_mitre_data_sources": [ "File monitoring", - "Process command-line parameters", - "Data loss prevention" - ], + "Process use of network", + "Process monitoring" + ] + }, + "value": "Application Deployment Software" + }, + { + "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 Scripting to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. This functionality could also be built into remote access tools. \n\nThis technique may incorporate use of other techniques such as File and Directory Discovery and Remote File Copy to identify and move files.\n\nDetection: Depending on the method used, actions could include common file system commands and parameters on the command-line interface within batch files or scripts. A sequence of actions like this may be unusual, depending on the system and network environment. Automated collection may occur along with other techniques such as Data Staged. As such, file access monitoring that shows an unusual process performing sequential file opens and potentially copy actions to another location on the file system for many files at once may indicate automated collection behavior. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Data loss prevention", + "uuid": "30208d3e-0d6b-43c8-883e-44462a514619", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3328,19 +3320,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1119" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process command-line parameters", + "Data loss prevention" ] }, - "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 Scripting to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. This functionality could also be built into remote access tools. \n\nThis technique may incorporate use of other techniques such as File and Directory Discovery and Remote File Copy to identify and move files.\n\nDetection: Depending on the method used, actions could include common file system commands and parameters on the command-line interface within batch files or scripts. A sequence of actions like this may be unusual, depending on the system and network environment. Automated collection may occur along with other techniques such as Data Staged. As such, file access monitoring that shows an unusual process performing sequential file opens and potentially copy actions to another location on the file system for many files at once may indicate automated collection behavior. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Data loss prevention", - "uuid": "30208d3e-0d6b-43c8-883e-44462a514619" + "value": "Automated Collection" }, { - "name": "Security Support Provider", + "description": "Windows Security Support Provider (SSP) DLLs are loaded into the Local Security Authority (LSA) process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages and HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.\n[[Citation: Graeber 2014]]\n\nDetection: Monitor the Registry for changes to the SSP Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned SSP DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", + "uuid": "6c174520-beea-43d9-aac6-28fb77f3e446", "meta": { - "x_mitre_data_sources": [ - "DLL monitoring", - "Windows Registry", - "Loaded DLLs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3358,20 +3350,19 @@ "https://attack.mitre.org/wiki/Technique/T1101", "https://technet.microsoft.com/en-us/library/dn408187.aspx", "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" + ], + "x_mitre_data_sources": [ + "DLL monitoring", + "Windows Registry", + "Loaded DLLs" ] }, - "description": "Windows Security Support Provider (SSP) DLLs are loaded into the Local Security Authority (LSA) process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages and HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.\n[[Citation: Graeber 2014]]\n\nDetection: Monitor the Registry for changes to the SSP Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned SSP DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", - "uuid": "6c174520-beea-43d9-aac6-28fb77f3e446" + "value": "Security Support Provider" }, { - "name": "Rundll32", + "description": "The rundll32.exe program can be called to execute an arbitrary binary. Adversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of the rundll32.exe process because of whitelists or false positives from Windows using rundll32.exe for normal operations.\n\nDetection: Use process monitoring to monitor the execution and arguments of rundll32.exe. Compare recent invocations of rundll32.exe with prior history of known good arguments and loaded DLLs to determine anomalous and potentially adversarial activity. Command arguments used with the rundll32.exe invocation may also be useful in determining the origin and purpose of the DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", + "uuid": "62b8c999-dcc0-4755-bd69-09442d9359f5", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Binary file metadata", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3387,19 +3378,20 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1085" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Binary file metadata", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "The rundll32.exe program can be called to execute an arbitrary binary. Adversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of the rundll32.exe process because of whitelists or false positives from Windows using rundll32.exe for normal operations.\n\nDetection: Use process monitoring to monitor the execution and arguments of rundll32.exe. Compare recent invocations of rundll32.exe with prior history of known good arguments and loaded DLLs to determine anomalous and potentially adversarial activity. Command arguments used with the rundll32.exe invocation may also be useful in determining the origin and purpose of the DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "62b8c999-dcc0-4755-bd69-09442d9359f5" + "value": "Rundll32" }, { - "name": "Network Sniffing", + "description": "Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection.\n\nUser credentials may be sent over an insecure, unencrypted protocol that can be captured and obtained through network packet analysis. An adversary may place a network interface into promiscuous mode, using a utility to capture traffic in transit over the network or use span ports to capture a larger amount of data. In addition, Address Resolution Protocol (ARP) and Domain Name Service (DNS) poisoning can be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\n\nDetection: Detecting the events leading up to sniffing network traffic may be the best method of detection. From the host level, an adversary would likely need to perform a man-in-the-middle attack against other devices on a wired network in order to capture traffic that was not to or from the current compromised system. This change in the flow of information is detectable at the enclave network level. Monitor for ARP spoofing and gratuitous ARP broadcasts. Detecting compromised network devices is a bit more challenging. Auditing administrator logins, configuration changes, and device images is required to detect malicious changes.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network device logs, Host network interface, Netflow/Enclave netflow", + "uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", "meta": { - "x_mitre_data_sources": [ - "Network device logs", - "Host network interface", - "Netflow/Enclave netflow" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3415,21 +3407,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1040" + ], + "x_mitre_data_sources": [ + "Network device logs", + "Host network interface", + "Netflow/Enclave netflow" ] }, - "description": "Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection.\n\nUser credentials may be sent over an insecure, unencrypted protocol that can be captured and obtained through network packet analysis. An adversary may place a network interface into promiscuous mode, using a utility to capture traffic in transit over the network or use span ports to capture a larger amount of data. In addition, Address Resolution Protocol (ARP) and Domain Name Service (DNS) poisoning can be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\n\nDetection: Detecting the events leading up to sniffing network traffic may be the best method of detection. From the host level, an adversary would likely need to perform a man-in-the-middle attack against other devices on a wired network in order to capture traffic that was not to or from the current compromised system. This change in the flow of information is detectable at the enclave network level. Monitor for ARP spoofing and gratuitous ARP broadcasts. Detecting compromised network devices is a bit more challenging. Auditing administrator logins, configuration changes, and device images is required to detect malicious changes.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network device logs, Host network interface, Netflow/Enclave netflow", - "uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529" + "value": "Network Sniffing" }, { - "name": "Local Port Monitor", + "description": "A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.[[Citation: AddMonitor]] This DLL can be located in C:\\Windows\\System32 and will be loaded by the print spooler service, spoolsv.exe, on boot.[[Citation: Bloxham]] Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.[[Citation: Bloxham]] The spoolsv.exe process also runs under SYSTEM level permissions.\n\nAdversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\n\nDetection: * Monitor process API calls to AddMonitor.\n* Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal.\n* New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious.\n* Monitor registry writes to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.\n* Run the Autoruns utility, which checks for this Registry key as a persistence mechanism[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, API monitoring, DLL monitoring, Windows Registry, Process monitoring\n\nEffective Permissions: SYSTEM\n\nContributors: Stefan Kanthak", + "uuid": "1f47e2fd-fa77-4f2f-88ee-e85df308f125", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "API monitoring", - "DLL monitoring", - "Windows Registry", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3448,17 +3438,21 @@ "https://www.defcon.org/images/defcon-22/dc-22-presentations/Bloxham/DEFCON-22-Brady-Bloxham-Windows-API-Abuse-UPDATED.pdf", "https://technet.microsoft.com/en-us/sysinternals/bb963902", "http://msdn.microsoft.com/en-us/library/dd183341" + ], + "x_mitre_data_sources": [ + "File monitoring", + "API monitoring", + "DLL monitoring", + "Windows Registry", + "Process monitoring" ] }, - "description": "A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.[[Citation: AddMonitor]] This DLL can be located in C:\\Windows\\System32 and will be loaded by the print spooler service, spoolsv.exe, on boot.[[Citation: Bloxham]] Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.[[Citation: Bloxham]] The spoolsv.exe process also runs under SYSTEM level permissions.\n\nAdversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\n\nDetection: * Monitor process API calls to AddMonitor.\n* Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal.\n* New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious.\n* Monitor registry writes to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.\n* Run the Autoruns utility, which checks for this Registry key as a persistence mechanism[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, API monitoring, DLL monitoring, Windows Registry, Process monitoring\n\nEffective Permissions: SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "1f47e2fd-fa77-4f2f-88ee-e85df308f125" + "value": "Local Port Monitor" }, { - "name": "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.\n\nUtilities used to perform software packing are called packers. Example packers are MPRESS and UPX. A more comprehensive list of known packers is available,[[Citation: Wikipedia Exe Compression]] but adversaries may create their own packing techniques that do not leave the same artifacts as well-known packers to evade defenses.\n\nDetection: Use file scanning to look for known software packers or artifacts of packing techniques. Packing is not a definitive indicator of malicious activity, because legitimate software may use packing techniques to reduce binary size or to protect proprietary code.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", + "uuid": "6ff403bc-93e3-48be-8687-e102fdba8c88", "meta": { - "x_mitre_data_sources": [ - "Binary file metadata" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3475,19 +3469,17 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1045", "http://en.wikipedia.org/wiki/Executable%20compression" + ], + "x_mitre_data_sources": [ + "Binary file metadata" ] }, - "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.\n\nUtilities used to perform software packing are called packers. Example packers are MPRESS and UPX. A more comprehensive list of known packers is available,[[Citation: Wikipedia Exe Compression]] but adversaries may create their own packing techniques that do not leave the same artifacts as well-known packers to evade defenses.\n\nDetection: Use file scanning to look for known software packers or artifacts of packing techniques. Packing is not a definitive indicator of malicious activity, because legitimate software may use packing techniques to reduce binary size or to protect proprietary code.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", - "uuid": "6ff403bc-93e3-48be-8687-e102fdba8c88" + "value": "Software Packing" }, { - "name": "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 or give context to information collected by a keylogger.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", + "uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3503,17 +3495,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1010" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used or give context to information collected by a keylogger.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", - "uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830" + "value": "Application Window Discovery" }, { - "name": "Hypervisor", + "description": "A type-1 hypervisor is a software layer that sits between the guest operating systems and system's hardware.Rootkit functionality to hide its existence from the guest operating system.[[Citation: Myers 2007]] A malicious hypervisor of this nature could be used to persist on systems through interruption.\n\nDetection: Type-1 hypervisors may be detected by performing timing analysis. Hypervisors emulate certain CPU instructions that would normally be executed by the hardware. If an instruction takes orders of magnitude longer to execute than normal on a system that should not contain a hypervisor, one may be present.[[Citation: virtualization.info 2006]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: System calls", + "uuid": "4be89c7c-ace6-4876-9377-c8d54cef3d63", "meta": { - "x_mitre_data_sources": [ - "System calls" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3533,20 +3527,17 @@ "http://en.wikipedia.org/wiki/Xen", "https://en.wikipedia.org/wiki/Hypervisor", "http://virtualization.info/en/news/2006/08/debunking-blue-pill-myth.html" + ], + "x_mitre_data_sources": [ + "System calls" ] }, - "description": "A type-1 hypervisor is a software layer that sits between the guest operating systems and system's hardware.Rootkit functionality to hide its existence from the guest operating system.[[Citation: Myers 2007]] A malicious hypervisor of this nature could be used to persist on systems through interruption.\n\nDetection: Type-1 hypervisors may be detected by performing timing analysis. Hypervisors emulate certain CPU instructions that would normally be executed by the hardware. If an instruction takes orders of magnitude longer to execute than normal on a system that should not contain a hypervisor, one may be present.[[Citation: virtualization.info 2006]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: System calls", - "uuid": "4be89c7c-ace6-4876-9377-c8d54cef3d63" + "value": "Hypervisor" }, { - "name": "Credential Dumping", + "description": "Credential dumping is the process of obtaining account login and password information from the operating system and software. Credentials can be used to perform Windows Credential Editor, Mimikatz, and gsecdump. These tools are in use by both professional security testers and adversaries.\n\nPlaintext passwords can be obtained using tools such as Mimikatz to extract passwords stored by the Local Security Authority (LSA). If smart cards are used to authenticate to a domain using a personal identification number (PIN), then that PIN is also cached as a result and may be dumped.Mimikatz access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective DLL Injection to reduce potential indicators of malicious activity.\n\nNTLM hash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised Legitimate Credentials in-use by adversaries may help as well. \n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,[[Citation: Powersploit]] which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring, PowerShell logs", + "uuid": "0a3ead4e-6d47-4ccb-854c-a6a4f9d96b22", "meta": { - "x_mitre_data_sources": [ - "API monitoring", - "Process command-line parameters", - "Process monitoring", - "PowerShell logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3564,20 +3555,20 @@ "https://attack.mitre.org/wiki/Technique/T1003", "https://github.com/gentilkiwi/mimikatz/wiki/module-~-sekurlsa", "https://github.com/mattifestation/PowerSploit" + ], + "x_mitre_data_sources": [ + "API monitoring", + "Process command-line parameters", + "Process monitoring", + "PowerShell logs" ] }, - "description": "Credential dumping is the process of obtaining account login and password information from the operating system and software. Credentials can be used to perform Windows Credential Editor, Mimikatz, and gsecdump. These tools are in use by both professional security testers and adversaries.\n\nPlaintext passwords can be obtained using tools such as Mimikatz to extract passwords stored by the Local Security Authority (LSA). If smart cards are used to authenticate to a domain using a personal identification number (PIN), then that PIN is also cached as a result and may be dumped.Mimikatz access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective DLL Injection to reduce potential indicators of malicious activity.\n\nNTLM hash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised Legitimate Credentials in-use by adversaries may help as well. \n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,[[Citation: Powersploit]] which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring, PowerShell logs", - "uuid": "0a3ead4e-6d47-4ccb-854c-a6a4f9d96b22" + "value": "Credential Dumping" }, { - "name": "Web Service", + "description": "Adversaries may use an existing, legitimate external Web service as a means for relaying commands to a compromised system.\n\nPopular websites and social media can act as a mechanism for command and control and give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure or the presence of strong encryption. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Host network interface, Netflow/Enclave netflow, Network protocol analysis, Packet capture", + "uuid": "830c9528-df21-472c-8c14-a036bf17d665", "meta": { - "x_mitre_data_sources": [ - "Host network interface", - "Netflow/Enclave netflow", - "Network protocol analysis", - "Packet capture" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3594,19 +3585,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1102", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Host network interface", + "Netflow/Enclave netflow", + "Network protocol analysis", + "Packet capture" ] }, - "description": "Adversaries may use an existing, legitimate external Web service as a means for relaying commands to a compromised system.\n\nPopular websites and social media can act as a mechanism for command and control and give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure or the presence of strong encryption. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Host network interface, Netflow/Enclave netflow, Network protocol analysis, Packet capture", - "uuid": "830c9528-df21-472c-8c14-a036bf17d665" + "value": "Web Service" }, { - "name": "Query Registry", + "description": "Adversaries may interact with the Windows Registry to gather information about the system, configuration, and installed software.\n\nThe Registry contains a significant amount of information about the operating system, configuration, software, and security.Reg or through running malware that may interact with the Registry through an API. Command-line invocation of utilities used to query the Registry may be detected through process and command-line monitoring. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters", + "uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", "meta": { - "x_mitre_data_sources": [ - "Windows Registry", - "Process monitoring", - "Process command-line parameters" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3623,22 +3615,19 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1012", "https://en.wikipedia.org/wiki/Windows%20Registry" - ] - }, - "description": "Adversaries may interact with the Windows Registry to gather information about the system, configuration, and installed software.\n\nThe Registry contains a significant amount of information about the operating system, configuration, software, and security.Reg or through running malware that may interact with the Registry through an API. Command-line invocation of utilities used to query the Registry may be detected through process and command-line monitoring. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters", - "uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896" - }, - { - "name": "Third-party Software", - "meta": { + ], "x_mitre_data_sources": [ - "File monitoring", - "Third-party application logs", - "Binary file metadata", "Windows Registry", "Process monitoring", - "Process use of network" - ], + "Process command-line parameters" + ] + }, + "value": "Query Registry" + }, + { + "description": "Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, VNC, HBSS, Altiris, etc.). If an adversary gains access to these systems, then they may be able to execute code.\n\nAdversaries may gain access to and use third-party application deployment systems installed within an enterprise network. Access to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nDetection: Detection methods will vary depending on the type of third-party software or system and how it is typically used. \n\nThe same investigation process can be applied here as with other potentially malicious activities where the distribution vector is initially unknown but the resulting activity follows a discernible pattern. Analyze the process execution trees, historical activities from the third-party application (such as what types of files are usually pushed), and the resulting activities or events from the file/binary/script pushed to systems. \n\nOften these third-party applications will have logs of their own that can be collected and correlated with other data from the environment. Audit software deployment logs and look for suspicious or unauthorized activity. A system not typically used to push software to clients that suddenly is used for such a task outside of a known admin function may be suspicious.\n\nPerform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Third-party application logs, Binary file metadata, Windows Registry, Process monitoring, Process use of network", + "uuid": "92a78814-b191-47ca-909c-1ccfe3777414", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3654,22 +3643,22 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1072" - ] - }, - "description": "Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, VNC, HBSS, Altiris, etc.). If an adversary gains access to these systems, then they may be able to execute code.\n\nAdversaries may gain access to and use third-party application deployment systems installed within an enterprise network. Access to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nDetection: Detection methods will vary depending on the type of third-party software or system and how it is typically used. \n\nThe same investigation process can be applied here as with other potentially malicious activities where the distribution vector is initially unknown but the resulting activity follows a discernible pattern. Analyze the process execution trees, historical activities from the third-party application (such as what types of files are usually pushed), and the resulting activities or events from the file/binary/script pushed to systems. \n\nOften these third-party applications will have logs of their own that can be collected and correlated with other data from the environment. Audit software deployment logs and look for suspicious or unauthorized activity. A system not typically used to push software to clients that suddenly is used for such a task outside of a known admin function may be suspicious.\n\nPerform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Third-party application logs, Binary file metadata, Windows Registry, Process monitoring, Process use of network", - "uuid": "92a78814-b191-47ca-909c-1ccfe3777414" - }, - { - "name": "Remote File Copy", - "meta": { + ], "x_mitre_data_sources": [ "File monitoring", - "Packet capture", - "Process use of network", - "Netflow/Enclave netflow", - "Network protocol analysis", - "Process monitoring" - ], + "Third-party application logs", + "Binary file metadata", + "Windows Registry", + "Process monitoring", + "Process use of network" + ] + }, + "value": "Third-party Software" + }, + { + "description": "Files may be copied from one system to another to stage adversary tools or other files over the course of an operation. Files may be copied from an external adversary-controlled system through the FTP. \n\nAdversaries may also copy files laterally between internal victim systems to support Windows Admin Shares or Remote Desktop Protocol.\n\nDetection: Monitor for file creation and files transferred within a network over SMB. Unusual processes with external network connections creating files on-system may be suspicious. Use of utilities, such as FTP, that does not normally occur may also be suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Packet capture, Process use of network, Netflow/Enclave netflow, Network protocol analysis, Process monitoring", + "uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", + "meta": { "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3686,17 +3675,22 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1105", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Packet capture", + "Process use of network", + "Netflow/Enclave netflow", + "Network protocol analysis", + "Process monitoring" ] }, - "description": "Files may be copied from one system to another to stage adversary tools or other files over the course of an operation. Files may be copied from an external adversary-controlled system through the FTP. \n\nAdversaries may also copy files laterally between internal victim systems to support Windows Admin Shares or Remote Desktop Protocol.\n\nDetection: Monitor for file creation and files transferred within a network over SMB. Unusual processes with external network connections creating files on-system may be suspicious. Use of utilities, such as FTP, that does not normally occur may also be suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Packet capture, Process use of network, Netflow/Enclave netflow, Network protocol analysis, Process monitoring", - "uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add" + "value": "Remote File Copy" }, { - "name": "File System Logical Offsets", + "description": "Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique bypasses Windows file access controls as well as file system monitoring tools.PowerShell, additional logging of PowerShell scripts is recommended.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", + "uuid": "0c8ab3eb-df48-4b9c-ace7-beacaac81cc5", "meta": { - "x_mitre_data_sources": [ - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3714,18 +3708,17 @@ "https://attack.mitre.org/wiki/Technique/T1006", "https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-NinjaCopy.ps1", "http://www.codeproject.com/Articles/32169/FDump-Dumping-File-Sectors-Directly-from-Disk-usin" + ], + "x_mitre_data_sources": [ + "API monitoring" ] }, - "description": "Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique bypasses Windows file access controls as well as file system monitoring tools.PowerShell, additional logging of PowerShell scripts is recommended.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", - "uuid": "0c8ab3eb-df48-4b9c-ace7-beacaac81cc5" + "value": "File System Logical Offsets" }, { - "name": "Shared Webroot", + "description": "Adversaries may add malicious content to an internally accessible website through an open network file share that contains the website's webroot or Web content directory and then browse to that content with a Web browser to cause the server to execute the malicious content. The malicious content will typically run under the context and permissions of the Web server process, often resulting in local system or administrative privileges, depending on how the Web server is configured.\n\nThis mechanism of shared access and remote execution could be used for lateral movement to the system running the Web server. For example, a Web server running PHP with an open network share could allow an adversary to upload a remote access tool and PHP script to execute the RAT on the system running the Web server when a specific page is visited.\n\nDetection: Use file and process monitoring to detect when files are written to a Web server by a process that is not the normal Web server process or when files are written outside of normal administrative time periods. Use process monitoring to identify normal processes that run on the Web server and detect processes that are not typically executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", + "uuid": "804c042c-cfe6-449e-bc1a-ba0a998a70db", "meta": { - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3741,19 +3734,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1051" + ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring" ] }, - "description": "Adversaries may add malicious content to an internally accessible website through an open network file share that contains the website's webroot or Web content directory and then browse to that content with a Web browser to cause the server to execute the malicious content. The malicious content will typically run under the context and permissions of the Web server process, often resulting in local system or administrative privileges, depending on how the Web server is configured.\n\nThis mechanism of shared access and remote execution could be used for lateral movement to the system running the Web server. For example, a Web server running PHP with an open network share could allow an adversary to upload a remote access tool and PHP script to execute the RAT on the system running the Web server when a specific page is visited.\n\nDetection: Use file and process monitoring to detect when files are written to a Web server by a process that is not the normal Web server process or when files are written outside of normal administrative time periods. Use process monitoring to identify normal processes that run on the Web server and detect processes that are not typically executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", - "uuid": "804c042c-cfe6-449e-bc1a-ba0a998a70db" + "value": "Shared Webroot" }, { - "name": "Indicator Blocking", + "description": "An adversary may attempt to block indicators or events from leaving the host machine. In the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process or creating a host-based firewall rule to block traffic to a specific server.\n\nDetection: Detect lack of reported activity from a host sensor. Different methods of blocking may cause different disruptions in reporting. Systems may suddenly stop reporting all data or only certain kinds of data.\n\nDepending on the types of host information collected, an analyst may be able to detect the event that triggered a process to stop or connection to be blocked.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Sensor health and status, Process command-line parameters, Process monitoring", + "uuid": "6a5848a8-6201-4a2c-8a6a-ca5af8c6f3df", "meta": { - "x_mitre_data_sources": [ - "Sensor health and status", - "Process command-line parameters", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3769,18 +3761,19 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1054" + ], + "x_mitre_data_sources": [ + "Sensor health and status", + "Process command-line parameters", + "Process monitoring" ] }, - "description": "An adversary may attempt to block indicators or events from leaving the host machine. In the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process or creating a host-based firewall rule to block traffic to a specific server.\n\nDetection: Detect lack of reported activity from a host sensor. Different methods of blocking may cause different disruptions in reporting. Systems may suddenly stop reporting all data or only certain kinds of data.\n\nDepending on the types of host information collected, an analyst may be able to detect the event that triggered a process to stop or connection to be blocked.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Sensor health and status, Process command-line parameters, Process monitoring", - "uuid": "6a5848a8-6201-4a2c-8a6a-ca5af8c6f3df" + "value": "Indicator Blocking" }, { - "name": "Exfiltration Over Physical Medium", + "description": "In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media could be an external hard drive, USB drive, cellular phone, MP3 player, or other removable storage and processing device. The physical medium or device could be used as the final exfiltration point or to hop between otherwise disconnected systems.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media are mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Data loss prevention, File monitoring", + "uuid": "e6415f09-df0e-48de-9aba-928c902b7549", "meta": { - "x_mitre_data_sources": [ - "Data loss prevention", - "File monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3796,19 +3789,18 @@ ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1052" + ], + "x_mitre_data_sources": [ + "Data loss prevention", + "File monitoring" ] }, - "description": "In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media could be an external hard drive, USB drive, cellular phone, MP3 player, or other removable storage and processing device. The physical medium or device could be used as the final exfiltration point or to hop between otherwise disconnected systems.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media are mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Data loss prevention, File monitoring", - "uuid": "e6415f09-df0e-48de-9aba-928c902b7549" + "value": "Exfiltration Over Physical Medium" }, { - "name": "System Time Discovery", + "description": "The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network.Net on Windows by performing net time \\\\hostname to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using w32tm /tz.Scheduled Task[[Citation: RSA EU12 They're Inside]], or to discover locality information based on time zone to assist in victim targeting.\n\nDetection: Command-line interface monitoring may be useful to detect instances of net.exe or other command-line utilities being used to gather system time or time zone. Methods of detecting API use for gathering this information are likely less useful due to how often they may be used by legitimate software.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, API monitoring", + "uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", "meta": { - "x_mitre_data_sources": [ - "Process monitoring", - "Process command-line parameters", - "API monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3827,20 +3819,19 @@ "https://technet.microsoft.com/windows-server-docs/identity/ad-ds/get-started/windows-time-service/windows-time-service-tools-and-settings", "https://www.rsaconference.com/writable/presentations/file%20upload/ht-209%20rivner%20schwartz.pdf", "https://msdn.microsoft.com/ms724961.aspx" + ], + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters", + "API monitoring" ] }, - "description": "The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network.Net on Windows by performing net time \\\\hostname to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using w32tm /tz.Scheduled Task[[Citation: RSA EU12 They're Inside]], or to discover locality information based on time zone to assist in victim targeting.\n\nDetection: Command-line interface monitoring may be useful to detect instances of net.exe or other command-line utilities being used to gather system time or time zone. Methods of detecting API use for gathering this information are likely less useful due to how often they may be used by legitimate software.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, API monitoring", - "uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077" + "value": "System Time Discovery" }, { - "name": "Execution through Module Load", + "description": "The Windows module loader can be instructed to load DLLs from arbitrary local paths and arbitrary Universal Naming Convention (UNC) network paths. This functionality resides in NTDLL.dll and is part of the Windows Native API which is called from functions like CreateProcess(), LoadLibrary(), etc. of the Win32 API.[[Citation: Wikipedia Windows Library Files]]\n\nThe module loader can load DLLs:\n\n*via specification of the (fully-qualified or relative) DLL pathname in the IMPORT directory;\n \n*via EXPORT forwarded to another DLL, specified with (fully-qualified or relative) pathname (but without extension);\n \n*via an NTFS junction or symlink program.exe.local with the fully-qualified or relative pathname of a directory containing the DLLs specified in the IMPORT directory or forwarded EXPORTs;\n \n*via in an embedded or external \"application manifest\". The file name refers to an entry in the IMPORT directory or a forwarded EXPORT.\n\nAdversaries can use this functionality as a way to execute arbitrary code on a system.\n\nDetection: Monitoring DLL module loads may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows modules load functions are common and may be difficult to distinguish from malicious behavior. Legitimate software will likely only need to load routine, bundled DLL modules or Windows system DLLs such that deviation from known module loads may be suspicious. Limiting DLL module loads to %SystemRoot% and %ProgramFiles% directories will protect against module loads from unsafe paths. \n\nCorrelation of other events with behavior surrounding module loads using API monitoring and suspicious DLLs written to disk will provide additional context to an event that may assist in determining if it is due to malicious behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process Monitoring, API monitoring, File monitoring, DLL monitoring\n\nContributors: Stefan Kanthak", + "uuid": "0a5231ec-41af-4a35-83d0-6bdf11f28c65", "meta": { - "x_mitre_data_sources": [ - "Process Monitoring", - "API monitoring", - "File monitoring", - "DLL monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3857,18 +3848,20 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1129", "https://en.wikipedia.org/wiki/Microsoft%20Windows%20library%20files" + ], + "x_mitre_data_sources": [ + "Process Monitoring", + "API monitoring", + "File monitoring", + "DLL monitoring" ] }, - "description": "The Windows module loader can be instructed to load DLLs from arbitrary local paths and arbitrary Universal Naming Convention (UNC) network paths. This functionality resides in NTDLL.dll and is part of the Windows Native API which is called from functions like CreateProcess(), LoadLibrary(), etc. of the Win32 API.[[Citation: Wikipedia Windows Library Files]]\n\nThe module loader can load DLLs:\n\n*via specification of the (fully-qualified or relative) DLL pathname in the IMPORT directory;\n \n*via EXPORT forwarded to another DLL, specified with (fully-qualified or relative) pathname (but without extension);\n \n*via an NTFS junction or symlink program.exe.local with the fully-qualified or relative pathname of a directory containing the DLLs specified in the IMPORT directory or forwarded EXPORTs;\n \n*via in an embedded or external \"application manifest\". The file name refers to an entry in the IMPORT directory or a forwarded EXPORT.\n\nAdversaries can use this functionality as a way to execute arbitrary code on a system.\n\nDetection: Monitoring DLL module loads may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows modules load functions are common and may be difficult to distinguish from malicious behavior. Legitimate software will likely only need to load routine, bundled DLL modules or Windows system DLLs such that deviation from known module loads may be suspicious. Limiting DLL module loads to %SystemRoot% and %ProgramFiles% directories will protect against module loads from unsafe paths. \n\nCorrelation of other events with behavior surrounding module loads using API monitoring and suspicious DLLs written to disk will provide additional context to an event that may assist in determining if it is due to malicious behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process Monitoring, API monitoring, File monitoring, DLL monitoring\n\nContributors: Stefan Kanthak", - "uuid": "0a5231ec-41af-4a35-83d0-6bdf11f28c65" + "value": "Execution through Module Load" }, { - "name": "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.[[Citation: Wikipedia Root Certificate]] Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.\n\nInstallation of a root certificate on a compromised system would give an adversary a way to degrade the security of that system. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.[[Citation: Operation Emmental]]\n\nAtypical root certificates have also been pre-installed on systems by the manufacturer or in the software supply chain and were used in conjunction with malware/adware to provide a man-in-the-middle capability for intercepting information transmitted over secure TLS/SSL communications.[[Citation: Kaspersky Superfish]]\n\nDetection: A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity. Check pre-installed certificates on new systems to ensure unnecessary or suspicious certificates are not present.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: SSL/TLS inspection, Digital Certificate Logs\n\nContributors: Itzik Kotler, SafeBreach", + "uuid": "d519cfd5-f3a8-43a9-a846-ed0bb40672b1", "meta": { - "x_mitre_data_sources": [ - "SSL/TLS inspection", - "Digital Certificate Logs" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3888,20 +3881,18 @@ "https://usblog.kaspersky.com/superfish-adware-preinstalled-on-lenovo-laptops/5161/", "https://en.wikipedia.org/wiki/Root%20certificate", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" + ], + "x_mitre_data_sources": [ + "SSL/TLS inspection", + "Digital Certificate Logs" ] }, - "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.[[Citation: Wikipedia Root Certificate]] Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.\n\nInstallation of a root certificate on a compromised system would give an adversary a way to degrade the security of that system. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.[[Citation: Operation Emmental]]\n\nAtypical root certificates have also been pre-installed on systems by the manufacturer or in the software supply chain and were used in conjunction with malware/adware to provide a man-in-the-middle capability for intercepting information transmitted over secure TLS/SSL communications.[[Citation: Kaspersky Superfish]]\n\nDetection: A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity. Check pre-installed certificates on new systems to ensure unnecessary or suspicious certificates are not present.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: SSL/TLS inspection, Digital Certificate Logs\n\nContributors: Itzik Kotler, SafeBreach", - "uuid": "d519cfd5-f3a8-43a9-a846-ed0bb40672b1" + "value": "Install Root Certificate" }, { - "name": "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). If a process maintains a long connection during which it consistently sends fixed size data packets or a process opens connections and sends fixed sized data packets at regular intervals, it may be performing an aggregate data transfer. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", + "uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", "meta": { - "x_mitre_data_sources": [ - "Packet capture", - "Netflow/Enclave netflow", - "Process use of network", - "Process monitoring" - ], "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3918,14 +3909,23 @@ "refs": [ "https://attack.mitre.org/wiki/Technique/T1030", "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "x_mitre_data_sources": [ + "Packet capture", + "Netflow/Enclave netflow", + "Process use of network", + "Process monitoring" ] }, - "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). If a process maintains a long connection during which it consistently sends fixed size data packets or a process opens connections and sends fixed sized data packets at regular intervals, it may be performing an aggregate data transfer. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd" + "value": "Data Transfer Size Limits" } ], - "name": "Attack Pattern", + "version": "1", + "type": "attack-pattern", "source": "https://github.com/mitre/cti", - "description": "ATT&CK tactic", + "name": "Attack Pattern", + "authors": [ + "MITRE" + ], "uuid": "dcb864dc-775f-11e7-9fbb-1f41b4996683" } diff --git a/clusters/mitre_course-of-action.json b/clusters/mitre_course-of-action.json index 47f37fe..b1f394b 100644 --- a/clusters/mitre_course-of-action.json +++ b/clusters/mitre_course-of-action.json @@ -1,653 +1,653 @@ { + "description": "ATT&CK Mitigation", + "values": [ + { + "description": "Direct mitigation of this technique may not be recommended for a particular environment since COM objects are a legitimate part of the operating system and installed software. Blocking COM object changes may have unforeseen side effects to legitimate functionality.\n\nInstead, identify and block potentially malicious software that may execute, or be executed by, this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "ff5d862a-ae6b-4833-8c15-e235d654d28e", + "value": "Component Object Model Hijacking Mitigation" + }, + { + "description": "Mitigations for command and control apply. Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "92c28497-2820-445e-9f3e-a03dd77dc0c8", + "value": "Exfiltration Over Command and Control Channel Mitigation" + }, + { + "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identification of subsequent malicious behavior. \n\nIdentify or block potentially malicious software that may contain DLL injection functionality by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "74febc44-8955-4e4d-aca0-d4dad2f967d7", + "value": "DLL Injection Mitigation" + }, + { + "description": "Remove users from the local administrator group on systems. Although UAC bypass techniques exist, it is still prudent to use the highest enforcement level for UAC when possible and mitigate bypass opportunities that exist with techniques such as [[Technique/T1038|DLL Search Order Hijacking]]. \n\nCheck for common UAC bypass weaknesses on Windows systems to be aware of the risk posture and address issues where appropriate.[[CiteRef::Github UACMe]]", + "uuid": "beb45abb-11e8-4aef-9778-1f9ac249784f", + "value": "Bypass User Account Control Mitigation" + }, + { + "description": "Audit and/or block command-line interpreters by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "f28a20fd-d173-4603-807e-2cb3f51bdf04", + "value": "Command-Line Interface Mitigation" + }, + { + "description": "Use auditing tools capable of detecting DLL search order hijacking opportunities on systems within an enterprise and correct them. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for DLL hijacking weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through search order hijacking by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs.", + "uuid": "96913243-2b5e-4483-a65c-bb152ddd2f04", + "value": "DLL Search Order Hijacking Mitigation" + }, + { + "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports. \n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "a0d8db1d-a731-4428-8209-c07175f4b1fe", + "value": "Uncommonly Used Port Mitigation" + }, + { + "description": "Regsvcs and Regasm may not be necessary within a given environment. Block execution of Regsvcs.exe and Regasm.exe if they are not required for a given system or network to prevent potential misuess by adversaries.", + "uuid": "a90da496-b460-47e8-92e7-cc36eb00bd9a", + "value": "Regsvcs/Regasm Mitigation" + }, + { + "description": "Grant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled.", + "uuid": "c88151a5-fe3f-4773-8147-d801587065a4", + "value": "Application Deployment Software Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "7c1796c7-9fc3-4c3e-9416-527295bf5d95", + "value": "Commonly Used Port Mitigation" + }, + { + "description": "Disabling WMI or RPCS may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI. Restrict other users who are allowed to connect, or disallow all users to connect remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]", + "uuid": "ba2ec548-fb75-4b8c-88d6-d91a77a943cf", + "value": "Windows Management Instrumentation Mitigation" + }, + { + "description": "Eliminate path interception weaknesses in program configuration files, scripts, the PATH environment variable, services, and in shortcuts by surrounding PATH variables with quotation marks when functions allow for them[[CiteRef::Microsoft CreateProcess]]. Be aware of the search order Windows uses for executing or loading binaries and use fully qualified paths wherever appropriate[[CiteRef::MSDN DLL Security]]. Clean up old Windows Registry keys when software is uninstalled to avoid keys with no associated legitimate binaries.\n\nPeriodically search for and correct or report path interception weaknesses on systems that may have been introduced using custom or available tools that report software using insecure path configurations[[CiteRef::Kanthak Sentinel]]. \n\nRequire that all executables be placed in write-protected directories. Ensure that proper permissions and directory access control are set to deny users the ability to write files to the top-level directory C: and system directories, such as C:\\Windows\\, to reduce places where malicious files could be placed for execution.\n\nIdentify and block potentially malicious software that may be executed through the path interception by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies,[[CiteRef::Corio 2008]] that are capable of auditing and/or blocking unknown executables.", + "uuid": "e0703d4f-3972-424a-8277-84004817e024", + "value": "Path Interception Mitigation" + }, + { + "description": "Prevent adversaries from gaining access to credentials through [[Credential Access]] that can be used to log into remote desktop sessions on systems.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to log into remote interactive sessions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] and Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "aaa92b37-f96c-4a0a-859c-b1cb6faeb13d", + "value": "Graphical User Interface Mitigation" + }, + { + "description": "It may be difficult or inadvisable to block access to EA. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to hide information in EA by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "ac008435-af58-4f77-988a-c9b96c5920f5", + "value": "NTFS Extended Attributes Mitigation" + }, + { + "description": "Mitigation is difficult in instances like this because the adversary may have access to the system through another channel and can learn what techniques or tools are blocked by resident defenses. Exercising best practices with configuration and security as well as ensuring that proper process is followed during investigation of potential compromise is essential to detecting a larger intrusion through discrete alerts.\n\nIdentify and block potentially malicious software that may be used by an adversary by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "4b998a71-7b8f-4dcc-8f3f-277f2e740271", + "value": "Indicator Removal from Tools Mitigation" + }, + { + "description": "Instead of blocking software based on clipboard capture behavior, identify potentially malicious software that may contain this functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "19edfa02-1a5f-47e4-ad82-3288f57f64cf", + "value": "Clipboard Data Mitigation" + }, + { + "description": "Identify and block potentially malicious software that may be executed through run key or startup folder persistence using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "8b36d944-f274-4d46-9acd-dbba6927ce7a", + "value": "Registry Run Keys / Start Folder Mitigation" + }, + { + "description": "Command and control infrastructure used in a multi-stage channel may be blocked if known ahead of time. If unique signatures are present in the C2 traffic, they could also be used as the basis of identifying and blocking the channel.[[CiteRef::University of Birmingham C2]]", + "uuid": "514e7371-a344-4de7-8ec3-3aa42b801d52", + "value": "Multi-Stage Channels Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "4320b080-9ae9-4541-9b8b-bcd0961dbbbd", + "value": "Data Staged Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "39706d54-0d06-4a25-816a-78cc43455100", + "value": "Data from Removable Media Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from a network share, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "d9727aee-48b8-4fdb-89e2-4c49746ba4dd", + "value": "Data from Network Shared Drive Mitigation" + }, + { + "description": "Use multifactor authentication. Follow guidelines to prevent or limit adversary access to [[Technique/T1078|Legitimate Credentials]].\n\nProtect domain controllers by ensuring proper security configuration for critical servers. Configure access controls and firewalls to limit access to these systems. Do not allow domain administrator accounts to be used for day-to-day operations that may expose them to potential adversaries on unprivileged systems.", + "uuid": "fdb1ae84-7b00-4d3d-b7dc-c774beef6425", + "value": "Credential Manipulation Mitigation" + }, + { + "description": "It may be possible to remove PowerShell from systems when not needed, but a review should be performed to assess the impact to an environment, since it could be in use for many legitimate purposes and administrative functions. When PowerShell is necessary, restrict PowerShell execution policy to administrators and to only execute signed scripts. Be aware that there are methods of bypassing the PowerShell execution policy, depending on environment configuration.[[CiteRef::Netspi PowerShell Execution Policy Bypass]] Disable/restrict the WinRM Service to help prevent uses of PowerShell for remote execution.", + "uuid": "d0415180-51e9-40ce-b57c-c332b0b441f2", + "value": "PowerShell Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about the operating system and underlying hardware, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "c620e3a1-fff5-424f-abea-d2b0f3616f67", + "value": "System Information Discovery Mitigation" + }, + { + "description": "Upgrade the operating system to a newer version of Windows if using a version prior to Vista. \n\nLimit the privileges of user accounts so that only authorized administrators can perform Winlogon helper changes.\n\nIdentify and block potentially malicious software that may be executed through the Winlogon helper process by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs.", + "uuid": "313c8b20-4d49-40c1-9ac0-4c573aca28f3", + "value": "Winlogon Helper DLL Mitigation" + }, + { + "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by Windows utilities like AppLocker.[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]]", + "uuid": "624d063d-cda8-4616-b4e4-54c04e427aec", + "value": "Netsh Helper DLL Mitigation" + }, + { + "description": "Follow best practices for mitigation of activity related to establishing [[Technique/T1077|Windows Admin Shares]]. \n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage network shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "94e95eeb-7cdb-4bd7-afba-f32fda303dbb", + "value": "Network Share Connection Removal Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific C2 protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "d75a3d1b-b536-4f15-a23c-f4bcc17837b8", + "value": "Connection Proxy Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "25d5e1d8-c6fb-4735-bc57-115a21222f4b", + "value": "Application Window Discovery Mitigation" + }, + { + "description": "Limit access to remote services through centrally managed concentrators such as VPNs and other managed remote access systems. Deny direct remote access to internal systems through uses of network proxies, gateways, and firewalls as appropriate. Use strong two-factor or multi-factor authentication for remote service accounts to mitigate an adversary's ability to leverage stolen credentials, but be aware of [[Technique/T1111|Two-Factor Authentication Interception]] techniques for some two-factor authentication implementations.", + "uuid": "d4fd04e0-d1a4-4b5a-a5bb-16683cdbcce2", + "value": "External Remote Services Mitigation" + }, + { + "description": "Monitor systems and domain logs for unusual credential logon activity. Prevent access to [[Technique/T1078|Legitimate Credentials]]. Apply patch KB2871997 to Windows 7 and higher systems to limit the default access of accounts in the local administrator group. Limit credential overlap across systems to prevent the damage of credential compromise and reduce the adversary's ability to perform [[Lateral Movement]] between systems. Ensure that built-in and created local administrator accounts have complex, unique passwords. Do not allow a domain user to be in the local administrator group on multiple systems.", + "uuid": "bcee7b05-89a6-41a5-b7aa-fce4da7ede9e", + "value": "Pass the Hash Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system and domain accounts, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "5c49bc54-9929-48ca-b581-7018219b5a97", + "value": "Account Discovery Mitigation" + }, + { + "description": "MSBuild.exe may not be necessary within a given environment and should be removed if not used. Use application whitelisting configured to block MSBuild.exe to prevent potential misuse by adversaries.[[CiteRef::SubTee MSBuild]][[CiteRef::Exploit Monday Mitigate Device Guard Bypases]][[CiteRef::GitHub mattifestation DeviceGuardBypass]]", + "uuid": "823fbfe9-b015-4bf3-9e67-d340c7373ca0", + "value": "MSBuild Mitigation" + }, + { + "description": "Monitor domains for unusual credential logons. Limit credential overlap across systems to prevent the damage of credential compromise. Ensure that local administrator accounts have complex, unique passwords. Do not allow a user to be a local administrator for multiple systems. Limit domain admin account permissions to domain controllers and limited servers. Delegate other admin functions to separate accounts.[[CiteRef::ADSecurity AD Kerberos Attacks]]\n\nAttempt to identify and block unknown or malicious software that could be used to obtain Kerberos tickets and use them to authenticate by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "3a476d83-43eb-4fad-9b75-b1febd834e3d", + "value": "Pass the Ticket Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system users, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "16f144e4-c780-4ed2-98b4-55d14e2dfa44", + "value": "System Owner/User Discovery Mitigation" + }, + { + "description": "Monitor/harden access to LSASS and SAM table with tools that allow process whitelisting. Limit credential overlap across systems to prevent lateral movement opportunities using [[Technique/T1078|Legitimate Credentials]] if passwords and hashes are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled, as this is often equivalent to having a local administrator account with the same password on all systems. On Windows 8.1 and Windows Server 2012 R2, enable Protected Process Light for LSA.[[CiteRef::Microsoft LSA]]\n\nIdentify and block potentially malicious software that may be used to dump credentials by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nWith Windows 10, Microsoft implemented new protections called Credential Guard to protect the LSA secrets that can be used to obtain credentials through forms of credential dumping. It is not implemented by default and has hardware requirements.[[CiteRef::TechNet Credential Guard]]", + "uuid": "aeff5887-8f9e-48d5-a523-9b395e2ce80a", + "value": "Credential Dumping Mitigation" + }, + { + "description": "Microsoft's Enhanced Mitigation Experience Toolkit (EMET) Attack Surface Reduction (ASR) feature can be used to block regsvr32.exe from being used to bypass whitelisting.[[CiteRef::Secure Host Baseline EMET]]", + "uuid": "12c13879-b7bd-4bc5-8def-aacec386d432", + "value": "Regsvr32 Mitigation" + }, + { + "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. \n\nAlthough process hollowing may be used to evade certain types of defenses, it is still good practice to identify potentially malicious software that may be used to perform adversarial actions, including process hollowing, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "7c39ebbf-244e-4d1c-b0ac-b282453ece43", + "value": "Process Hollowing Mitigation" + }, + { + "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. Audit and/or block potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "56db6ccc-433d-4411-8383-c3fd7053e2c8", + "value": "Execution through API Mitigation" + }, + { + "description": "Protect shared folders by minimizing users who have write access. Use utilities that detect or mitigate common features used in exploitation, such as the Microsoft Enhanced Mitigation Experience Toolkit (EMET).\n\nIdentify potentially malicious software that may be used to taint content or may result from it and audit and/or block the unknown programs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "f0a42cad-9b1f-44da-a672-718f18381018", + "value": "Taint Shared Content Mitigation" + }, + { + "description": "Identify and block potentially malicious software that may be used as a remote access tool, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "f9b3e5d9-7454-4b7d-bce6-27620e19924e", + "value": "Redundant Access Mitigation" + }, + { + "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to record audio by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "16dd03c6-0dfb-4d77-89cd-9ff3ee6e533d", + "value": "Audio Capture Mitigation" + }, + { + "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create new services.\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to create services by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "b7b2c89c-09c1-4b71-ae7c-000ec2893aab", + "value": "New Service Mitigation" + }, + { + "description": "Turn off unused features or restrict access to scripting engines such as VBScript or scriptable administration frameworks such as PowerShell.", + "uuid": "57019a80-8523-46b6-be7d-f763a15a2cc6", + "value": "Scripting Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "515f6584-fa98-44fe-a4e8-e428c7188514", + "value": "Fallback Channels Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "d8787791-d22e-45bb-a9a8-251d8d0a1ff2", + "value": "System Service Discovery Mitigation" + }, + { + "description": "Automatically forward events to a log server or data repository to prevent conditions in which the adversary can locate and manipulate data on the local system. When possible, minimize time delay on event reporting to avoid prolonged storage on the local system. Protect generated event files that are stored locally with proper permissions and authentication. Obfuscate/encrypt event files locally and in transit to avoid giving feedback to an adversary.", + "uuid": "6cac62ce-550b-4793-8ee6-6a1b8836edb0", + "value": "Indicator Removal on Host Mitigation" + }, + { + "description": "Identify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs.", + "uuid": "9378f139-10ef-4e4b-b679-2255a0818902", + "value": "Service Registry Permissions Weakness Mitigation" + }, + { + "description": "Mitigation of timestomping specifically is likely difficult. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to perform timestomping by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "5c167af7-c2cb-42c8-ae67-3fb275bf8488", + "value": "Timestomp Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about a system's network configuration, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "684feec3-f9ba-4049-9d8f-52d52f3e0e40", + "value": "Local Network Configuration Discovery Mitigation" + }, + { + "description": "Directly mitigating module loads and API calls related to module loads will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying and correlated subsequent behavior to determine if it is the result of malicious activity.", + "uuid": "cfd2cd3b-93e7-4b3e-ab46-f8bcafdbdfcf", + "value": "Execution through Module Load Mitigation" + }, + { + "description": "Networks that allow for open development and testing of Web content and allow users to set up their own Web servers on the enterprise network may be particularly vulnerable if the systems and Web servers are not properly secured to limit privileged account use, unauthenticated network share access, and network/system isolation.\n\nEnsure proper permissions on directories that are accessible through a Web server. Disallow remote access to the webroot or other directories used to serve Web content. Disable execution on directories within the webroot. Ensure that permissions of the Web server process are only what is required by not using built-in accounts; instead, create specific accounts to limit unnecessary access or permissions overlap across multiple systems.", + "uuid": "43b366a4-b5ff-4d4e-8a3b-f09a9d2faff5", + "value": "Shared Webroot Mitigation" + }, + { + "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create scheduled tasks. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for permission weaknesses in scheduled tasks that could be used to escalate privileges.[[CiteRef::Powersploit]]\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to schedule tasks using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "f2cb6ce2-188d-4162-8feb-594f949b13dd", + "value": "Scheduled Task Mitigation" + }, + { + "description": "Identify potentially malicious software that may be executed from a padded or otherwise obfuscated binary, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "16a8ac85-a06f-460f-ad22-910167bd7332", + "value": "Binary Padding Mitigation" + }, + { + "description": "Ensure that all wireless traffic is encrypted appropriately. Use Kerberos, SSL, and multifactor authentication wherever possible. Monitor switches and network for span port usage, ARP/DNS poisoning, and router reconfiguration.\n\nIdentify and block potentially malicious software that may be used to sniff or analyze network traffic by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "46b7ef91-4e1d-43c5-a2eb-00fa9444f6f4", + "value": "Network Sniffing Mitigation" + }, + { + "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to encrypt files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "2a8de25c-f743-4348-b101-3ee33ab5871b", + "value": "Data Encrypted Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]", + "uuid": "a766ce73-5583-48f3-b7c0-0bb43c6ef8c7", + "value": "Standard Cryptographic Protocol Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]", + "uuid": "24478001-2eb3-4b06-a02e-96b3d61d27ec", + "value": "Multilayer Encryption Mitigation" + }, + { + "description": "When creating security rules, avoid exclusions based on file name or file path. Require signed binaries. Use file system access controls to protect folders such as C:\\Windows\\System32. Use tools that restrict program execution via whitelisting by attributes other than file name.\n\nIdentify potentially malicious software that may look like a legitimate program based on name and location, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "45e7f570-6a0b-4095-bf02-4bca05da6bae", + "value": "Masquerading Mitigation" + }, + { + "description": "Identify potentially malicious software that may be used to access logical drives in this manner, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "902286b2-96cc-4dd7-931f-e7340c9961da", + "value": "File System Logical Offsets Mitigation" + }, + { + "description": "Limit the number of accounts that may use remote services. Use multifactor authentication where possible. Limit the permissions for accounts that are at higher risk of compromise; for example, configure SSH so users can only run specific programs. Prevent [[Credential Access]] techniques that may allow an adversary to acquire [[Technique/T1078|Legitimate Credentials]] that can be used by existing services.", + "uuid": "979e6485-7a2f-42bd-ae96-4e622c3cd173", + "value": "Remote Services Mitigation" + }, + { + "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to delete files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "34efb2fd-4dc2-40d4-a564-0c147c85034d", + "value": "File Deletion Mitigation" + }, + { + "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to compress files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIf network intrusion prevention or data loss prevention tools are set to block specific file types from leaving the network over unencrypted channels, then an adversary may move to an encrypted channel.", + "uuid": "28adf6fd-ab6c-4553-9aa7-cef18a191f33", + "value": "Data Compressed Mitigation" + }, + { + "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all DLLs loaded by LSA to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]", + "uuid": "943d370b-2054-44df-8be2-ab4139bde1c5", + "value": "Authentication Package Mitigation" + }, + { + "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by processes running under SYSTEM permissions.", + "uuid": "1c6bc7f3-d517-4971-aed4-8f939090846b", + "value": "Local Port Monitor Mitigation" + }, + { + "description": "To use this technique remotely, an adversary must use it in conjunction with RDP. Ensure that Network Level Authentication is enabled to force the remote desktop session to authenticate before the session is created and the login screen displayed. It is enabled by default on Windows Vista and later.[[CiteRef::TechNet RDP NLA]]\n\nIf possible, use a Remote Desktop Gateway to manage connections and security configuration of RDP within a network.[[CiteRef::TechNet RDP Gateway]]\n\nIdentify and block potentially malicious software that may be executed by an adversary with this technique by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "c085476e-1964-4d7f-86e1-d8657a7741e8", + "value": "Accessibility Features Mitigation" + }, + { + "description": "Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to perform this action. Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised.[[CiteRef::TCG Trusted Platform Module]][[CiteRef::TechNet Secure Boot Process]]", + "uuid": "96150c35-466f-4f0a-97a9-ae87ee27f751", + "value": "Bootkit Mitigation" + }, + { + "description": "Take measures to detect or prevent techniques such as [[Technique/T1003|Credential Dumping]] or installation of keyloggers to acquire credentials through [[Technique/T1056|Input Capture]]. Limit credential overlap across systems to prevent access if account credentials are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled and use of accounts is segmented, as this is often equivalent to having a local administrator account with the same password on all systems. Audit domain and local accounts as well as their permission levels routinely to look for situations that could allow an adversary to gain wide access by obtaining credentials of a privileged account.[[CiteRef::TechNet Credential Theft]][[CiteRef::TechNet Least Privilege]]", + "uuid": "d45f03a8-790a-4f90-b956-cd7e5b8886bf", + "value": "Legitimate Credentials Mitigation" + }, + { + "description": "Ensure proper process, registry, and file permissions are in place to prevent adversaries from disabling or interfering with security services.", + "uuid": "388606d3-f38f-45bf-885d-a9dc9df3c8a8", + "value": "Disabling Security Tools Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information within the Registry, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "0640214c-95af-4c04-a574-2a1ba6dda00b", + "value": "Query Registry Mitigation" + }, + { + "description": "Prevent adversary access to privileged accounts or access necessary to perform this technique. Check the integrity of the existing BIOS to determine if it is vulnerable to modification. Patch the BIOS as necessary. Use Trusted Platform Module technology.[[CiteRef::TCG Trusted Platform Module]]", + "uuid": "25e53928-6f33-49b7-baee-8180578286f6", + "value": "Basic Input/Output System Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "da987565-27b6-4b31-bbcd-74b909847116", + "value": "Multiband Communication Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information on remotely available systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "9a902722-cecd-4fbe-a6c9-49333aa0f8c2", + "value": "Remote System Discovery Mitigation" + }, + { + "description": "File system activity is a common part of an operating system, so it is unlikely that mitigation would be appropriate for this technique. It may still be beneficial to identify and block unnecessary system utilities or potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "2ace01f8-67c8-43eb-b7b1-a7b9f1fe67e1", + "value": "File and Directory Discovery Mitigation" + }, + { + "description": "Use auditing tools capable of detecting file system permissions abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service binary target path locations. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for service file system permissions weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through abuse of file, directory, and service permissions by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs. Deny execution from user directories such as file download directories and temp directories where able.[[CiteRef::Seclists Kanthak 7zip Installer]]\n\nTurn off UAC's privilege elevation for standard users and installer detection for all users by modifying registry key\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]to automatically deny elevation requests, add: \"ConsentPromptBehaviorUser\"=dword:00000000; to disable installer detection, add: \"EnableInstallerDetection\"=dword:00000000.[[CiteRef::Seclists Kanthak 7zip Installer]]", + "uuid": "1022138b-497c-40e6-b53a-13351cbd4090", + "value": "File System Permissions Weakness Mitigation" + }, + { + "description": "Ensure that permissions disallow services that run at a higher permissions level from being created or interacted with by a user with a lower permission level. Also ensure that high permission level service binaries cannot be replaced or modified by users with a lower permission level.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to interact with Windows services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "d5dce4b9-f1fa-4c03-aff9-ce177246cb64", + "value": "Service Execution Mitigation" + }, + { + "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]", + "uuid": "b8d57b16-d8e2-428c-a645-1083795b3445", + "value": "Communication Through Removable Media Mitigation" + }, + { + "description": "Remove smart cards when not in use. Protect devices and services used to transmit and receive out-of-band codes.\n\nIdentify and block potentially malicious software that may be used to intercept 2FA credentials on a system by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "e8d22ec6-2236-48de-954b-974d17492782", + "value": "Two-Factor Authentication Interception Mitigation" + }, + { + "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports and through proper network gateway systems.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "399d9038-b100-43ef-b28d-a5065106b935", + "value": "Standard Non-Application Layer Protocol Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "ba06d68a-4891-4eb5-b634-152e05ec60ee", + "value": "Data Transfer Size Limits Mitigation" + }, + { + "description": "Upgrade to Windows 8 or later and enable secure boot.\n\nIdentify and block potentially malicious software that may be executed through AppInit DLLs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs.", + "uuid": "10571bf2-8073-4edf-a71c-23bad225532e", + "value": "AppInit DLLs Mitigation" + }, + { + "description": "InstallUtil may not be necessary within a given environment. Use application whitelisting configured to block execution of InstallUtil.exe if it is not required for a given system or network to prevent potential misuse by adversaries.", + "uuid": "ec418d1b-4963-439f-b055-f914737ef362", + "value": "InstallUtil Mitigation" + }, + { + "description": "Identify and block unknown, potentially malicious software that may be executed through shortcut modification by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "a13e35cc-8c90-4d77-a965-5461042c1612", + "value": "Shortcut Modification Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "f3d0c735-330f-43c2-8e8e-51bcfa51e8c3", + "value": "Custom Command and Control Protocol Mitigation" + }, + { + "description": "Identify unnecessary system utilities, scripts, or potentially malicious software that may be used to transfer data outside of a network, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "2497ac92-e751-4391-82c6-1b86e34d0294", + "value": "Automated Exfiltration Mitigation" + }, + { + "description": "Direct mitigation of this technique is not recommended since it is a legitimate function that can be performed by users for software preferences. Follow Microsoft's best practices for file associations.[[CiteRef::MSDN File Associations]]\n\nIdentify and block potentially malicious software that may be executed by this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "d7c49196-b40e-42bc-8eed-b803113692ed", + "value": "Change Default File Association Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about peripheral devices, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "1881da33-fdf2-4eea-afd0-e04caf9c000f", + "value": "Peripheral Device Discovery Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "addb3703-5a59-4461-9bcd-7e2b5d4e92a0", + "value": "Standard Application Layer Protocol Mitigation" + }, + { + "description": "Identify and block potentially malicious software that may be used to acquire credentials or information from the user by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIn cases where this behavior is difficult to detect or mitigate, efforts can be made to lessen some of the impact that might result from an adversary acquiring credential information. It is also good practice to follow mitigation recommendations for adversary use of [[Technique/T1078|Legitimate Credentials]].", + "uuid": "da8a87d2-946d-4c34-9a30-709058b98996", + "value": "Input Capture Mitigation" + }, + { + "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all SSP DLLs to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]", + "uuid": "9e57c770-5a39-49a2-bb91-253ba629e3ac", + "value": "Security Support Provider Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about processes, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "f6469191-1814-4dbe-a081-2a6daf83a10b", + "value": "Process Discovery Mitigation" + }, + { + "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if it is not required for business operations.[[CiteRef::TechNet Removable Media Control]]\n\nIdentify potentially malicious software that may be used to infect removable media or may result from tainted removable media, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "effb83a0-ead1-4b36-b7f6-b7bdf9c4616e", + "value": "Replication Through Removable Media Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "1c0711c8-2a73-48a1-893d-ff88bcd23824", + "value": "Scheduled Transfer Mitigation" + }, + { + "description": "Prevent adversary access to privileged accounts necessary to install a hypervisor.", + "uuid": "2c3ce852-06a2-40ee-8fe6-086f6402a739", + "value": "Hypervisor Mitigation" + }, + { + "description": "Encryption and off-system storage of sensitive information may be one way to mitigate collection of files, but may not stop an adversary from acquiring the information if an intrusion persists over a long period of time and the adversary is able to discover and access the data through other means. A keylogger installed on a system may be able to intercept passwords through [[Technique/T1056|Input Capture]] and be used to decrypt protected documents that an adversary may have collected. Strong passwords should be used to prevent offline cracking of encrypted documents through [[Technique/T1110|Brute Force]] techniques.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to collect files and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "8bd1ae32-a686-48f4-a6f8-470287f76152", + "value": "Automated Collection Mitigation" + }, + { + "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]", + "uuid": "e547ed6a-f1ca-40df-8613-2ce27927f145", + "value": "Exfiltration Over Physical Medium Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "fcbe8424-eb3e-4794-b76d-e743f5a49b8b", + "value": "Data Encoding Mitigation" + }, + { + "description": "Update software regularly. Install software in write-protected locations. Use the program sxstrace.exe that is included with Windows along with manual inspection to check manifest files for side-loading vulnerabilities in software.", + "uuid": "7a14d974-f3d9-4e4e-9b7d-980385762908", + "value": "DLL Side-Loading Mitigation" + }, + { + "description": "Identify potentially malicious software that may contain rootkit functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "95ddb356-7ba0-4bd9-a889-247262b8946f", + "value": "Rootkit Mitigation" + }, + { + "description": "Identify and block unnecessary system utilities or potentially malicious software that may be used to modify the Registry by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "ed202147-4026-4330-b5bd-1e8dfa8cf7cc", + "value": "Modify Registry Mitigation" + }, + { + "description": "Benign software uses legitimate processes to gather system time. Efforts should be focused on preventing unwanted or unknown code from executing on a system. Some common tools, such as net.exe, may be blocked by policy to prevent common ways of acquiring remote system time.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire system time information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "82d8e990-c901-4aed-8596-cc002e7eb307", + "value": "System Time Discovery Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about network connections, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "c1676218-c16a-41c9-8f7a-023779916e39", + "value": "Local Network Connections Discovery Mitigation" + }, + { + "description": "Blocking software based on screen capture functionality may be difficult, and there may be legitimate software that performs those actions. Instead, identify potentially malicious software that may have functionality to acquire screen captures, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "51b37302-b844-4c08-ac98-ae6955ed1f55", + "value": "Screen Capture Mitigation" + }, + { + "description": "Do not reuse local administrator account passwords across systems. Ensure password complexity and uniqueness such that the passwords cannot be cracked or guessed. Deny remote use of local admin credentials to log into systems. Do not allow domain user accounts to be in the local Administrators group multiple systems.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage SMB and the Windows admin shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "308855d1-078b-47ad-8d2a-8f9b2713ffb5", + "value": "Windows Admin Shares Mitigation" + }, + { + "description": "Use auditing tools capable of detecting privilege and service abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service configurations. Toolkits like the PowerSploit framework contain the PowerUp modules that can be used to explore systems for [[Privilege Escalation]] weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs.", + "uuid": "fe0aeb41-1a51-4152-8467-628256ea6adf", + "value": "Modify Existing Service Mitigation" + }, + { + "description": "Evaluate the security of third-party software that could be used to deploy or execute programs. Ensure that access to management systems for deployment systems is limited, monitored, and secure. Have a strict approval policy for use of deployment systems.\n\nGrant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled.", + "uuid": "160af6af-e733-4b6a-a04a-71c620ac0930", + "value": "Third-party Software Mitigation" + }, + { + "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to capture video and images by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "d9f4b5fa-2a39-4bdf-b40a-ea998933cd6d", + "value": "Video Capture Mitigation" + }, + { + "description": "HTTP Public Key Pinning (HPKP) is one method to mitigate potential man-in-the-middle situations where and adversary uses a mis-issued or fraudulent certificate to intercept encrypted communications by enforcing use of an expected certificate.[[CiteRef::Wikipedia HPKP]]", + "uuid": "23061b40-a7b6-454f-8950-95d5ff80331c", + "value": "Install Root Certificate Mitigation" + }, + { + "description": "Set account lockout policies after a certain number of failed login attempts to prevent passwords from being guessed. Use multifactor authentication.", + "uuid": "4a99fecc-680b-448e-8fe7-8144c60d272c", + "value": "Brute Force Mitigation" + }, + { + "description": "Use of encryption provides an added layer of security to sensitive information sent over email. Encryption using public key cryptography requires the adversary to obtain the private certificate along with an encryption key to decrypt messages.\n\nUse of two-factor authentication for public-facing webmail servers is also a recommended best practice to minimize the usefulness of user names and passwords to adversaries.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to collect email data files or access the corporate email server, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "383caaa3-c46a-4f61-b2e3-653eb132f0e7", + "value": "Email Collection Mitigation" + }, + { + "description": "Update software regularly by employing patch management for internal enterprise endpoints and servers. Develop a robust cyber threat intelligence capability to determine what types and levels of threat may use software exploits and 0-days against a particular organization. Make it difficult for adversaries to advance their operation through exploitation of undiscovered or unpatched vulnerabilities by using sandboxing, virtualization, and exploit prevention tools such as the Microsoft Enhanced Mitigation Experience Toolkit.[[CiteRef::SRD EMET]]", + "uuid": "92e6d080-ca3f-4f95-bc45-172a32c4e502", + "value": "Exploitation of Vulnerability Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware or unusual data transfer over known tools and protocols like FTP can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "cdecc44a-1dbf-4c1f-881c-f21e3f47272a", + "value": "Remote File Copy Mitigation" + }, + { + "description": "Follow best practices for network firewall configurations to allow only necessary ports and traffic to enter and exit the network. For example, if services like FTP are not required for sending information outside of a network, then block FTP-related ports at the network perimeter. Enforce proxies and use dedicated servers for services such as DNS and only allow those systems to communicate over respective ports/protocols, instead of all systems within a network.[[CiteRef::TechNet Firewall Design]] These actions will help reduce command and control and exfiltration path opportunities.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "0e5bdf42-a7f7-4d16-a074-4915bd262f80", + "value": "Exfiltration Over Alternative Protocol Mitigation" + }, + { + "description": "Disable the RDP service if it is unnecessary, remove unnecessary accounts and groups from Remote Desktop Users groups, and enable firewall rules to block RDP traffic between network security zones. Audit the Remote Desktop Users group membership regularly. Remove the local Administrators group from the list of groups allowed to log in through RDP. Limit remote user permissions if remote access is necessary. Use remote desktop gateways and multifactor authentication for remote logins.[[CiteRef::Berkley Secure]]", + "uuid": "53b3b027-bed3-480c-9101-1247047d0fe6", + "value": "Remote Desktop Protocol Mitigation" + }, + { + "description": "Firewalls and Web proxies can be used to enforce external network communication policy. It may be difficult for an organization to block particular services because so many of them are commonly used during the course of business.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol or encoded commands used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "4689b9fb-dca4-473e-831b-34717ad50c97", + "value": "Web Service Mitigation" + }, + { + "description": "Use network intrusion detection/prevention systems to detect and prevent remote service scans. Ensure that unnecessary ports and services are closed and proper network segmentation is followed to protect critical servers and devices.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire information about services running on remote systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "d256cb63-b021-4b4a-bb6d-1b42eea179a3", + "value": "Network Service Scanning Mitigation" + }, + { + "description": "Disabling WMI services may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI; restrict other users that are allowed to connect, or disallow all users from connecting remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]", + "uuid": "0bc3ce00-83bc-4a92-a042-79ffbc6af259", + "value": "Windows Management Instrumentation Event Subscription Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from the local system, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "7ee0879d-ce4f-4f54-a96b-c532dfb98ffd", + "value": "Data from Local System Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Since the custom protocol used may not adhere to typical protocol standards, there may be opportunities to signature the traffic on a network level for detection. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "a569295c-a093-4db4-9fb4-7105edef85ad", + "value": "Custom Cryptographic Protocol Mitigation" + }, + { + "description": "Establish an organizational policy that prohibits password storage in files. Ensure that developers and system administrators are aware of the risk associated with having plaintext passwords in software configuration files that may be left on endpoint systems or servers. Preemptively search for files containing passwords and remove when found. Restrict file shares to specific directories with access only to necessary users. Remove vulnerable Group Policy Preferences.[[CiteRef::Microsoft MS14-025]]", + "uuid": "0472af99-f25c-4abe-9fce-010fa3450e72", + "value": "Credentials in Files Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about groups and permissions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "dd9a85ad-6a92-4986-a215-b01d0ce7b987", + "value": "Permission Groups Discovery Mitigation" + }, + { + "description": "Restrict write access to logon scripts to specific administrators. Prevent access to administrator accounts by mitigating [[Credential Access]] techniques and limiting account access and permissions of [[Technique/T1078|Legitimate Credentials]].\n\nIdentify and block potentially malicious software that may be executed through logon script modification by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs.", + "uuid": "9ab7de33-99b2-4d8d-8cf3-182fa0015cc2", + "value": "Logon Scripts Mitigation" + }, + { + "description": "Process whitelisting and trusted publishers to verify authenticity of software can help prevent signed malicious or untrusted code from executing on a system.[[CiteRef::NSA MS AppLocker]][[CiteRef::TechNet Trusted Publishers]][[CiteRef::Securelist Digital Certificates]]", + "uuid": "82fbc58b-171d-4a2d-9a20-c6b2a716bd08", + "value": "Code Signing Mitigation" + }, + { + "description": "Disable the WinRM service. If the service is necessary, lock down critical enclaves with separate WinRM infrastructure, accounts, and permissions. Follow WinRM best practices on configuration of authentication methods and use of host firewalls to restrict WinRM access to allow communication only to/from specific devices.[[CiteRef::NSA Spotting]]", + "uuid": "3e9f8875-d2f7-4380-a578-84393bd3b025", + "value": "Windows Remote Management Mitigation" + }, + { + "description": "Ensure that externally facing Web servers are patched regularly to prevent adversary access through [[Technique/T1068|Exploitation of Vulnerability]] to gain remote code access or through file inclusion weaknesses that may allow adversaries to upload files or scripts that are automatically served as Web pages. \n\nAudit account and group permissions to ensure that accounts used to manage servers do not overlap with accounts and permissions of users in the internal network that could be acquired through [[Credential Access]] and used to log into the Web server and plant a Web shell or pivot from the Web server into the internal network.[[CiteRef::US-CERT Alert TA15-314A Web Shells]]", + "uuid": "bcc91b8c-f104-4710-964e-1d5409666736", + "value": "Web Shell Mitigation" + }, + { + "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", + "uuid": "d0fcf37a-b6c4-4745-9c43-4fcdb8bfc88e", + "value": "Data Obfuscation Mitigation" + }, + { + "description": "Ensure updated virus definitions. Create custom signatures for observed malware. Employ heuristic-based malware detection.\n\nIdentify and prevent execution of potentially malicious software that may have been packed by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "c95c8b5c-b431-43c9-9557-f494805e2502", + "value": "Software Packing Mitigation" + }, + { + "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about local security software, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", + "uuid": "bd2554b8-634f-4434-a986-9b49c29da2ae", + "value": "Security Software Discovery Mitigation" + } + ], + "name": "Course of Action", + "uuid": "a8825ae8-6dea-11e7-8d57-7728f3cfe086", + "version": "1", "authors": [ "MITRE" ], - "uuid": "a8825ae8-6dea-11e7-8d57-7728f3cfe086", - "values": [ - { - "uuid": "ff5d862a-ae6b-4833-8c15-e235d654d28e", - "value": "Component Object Model Hijacking Mitigation", - "description": "Direct mitigation of this technique may not be recommended for a particular environment since COM objects are a legitimate part of the operating system and installed software. Blocking COM object changes may have unforeseen side effects to legitimate functionality.\n\nInstead, identify and block potentially malicious software that may execute, or be executed by, this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "92c28497-2820-445e-9f3e-a03dd77dc0c8", - "value": "Exfiltration Over Command and Control Channel Mitigation", - "description": "Mitigations for command and control apply. Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "74febc44-8955-4e4d-aca0-d4dad2f967d7", - "value": "DLL Injection Mitigation", - "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identification of subsequent malicious behavior. \n\nIdentify or block potentially malicious software that may contain DLL injection functionality by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "beb45abb-11e8-4aef-9778-1f9ac249784f", - "value": "Bypass User Account Control Mitigation", - "description": "Remove users from the local administrator group on systems. Although UAC bypass techniques exist, it is still prudent to use the highest enforcement level for UAC when possible and mitigate bypass opportunities that exist with techniques such as [[Technique/T1038|DLL Search Order Hijacking]]. \n\nCheck for common UAC bypass weaknesses on Windows systems to be aware of the risk posture and address issues where appropriate.[[CiteRef::Github UACMe]]" - }, - { - "uuid": "f28a20fd-d173-4603-807e-2cb3f51bdf04", - "value": "Command-Line Interface Mitigation", - "description": "Audit and/or block command-line interpreters by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "96913243-2b5e-4483-a65c-bb152ddd2f04", - "value": "DLL Search Order Hijacking Mitigation", - "description": "Use auditing tools capable of detecting DLL search order hijacking opportunities on systems within an enterprise and correct them. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for DLL hijacking weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through search order hijacking by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs." - }, - { - "uuid": "a0d8db1d-a731-4428-8209-c07175f4b1fe", - "value": "Uncommonly Used Port Mitigation", - "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports. \n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "a90da496-b460-47e8-92e7-cc36eb00bd9a", - "value": "Regsvcs/Regasm Mitigation", - "description": "Regsvcs and Regasm may not be necessary within a given environment. Block execution of Regsvcs.exe and Regasm.exe if they are not required for a given system or network to prevent potential misuess by adversaries." - }, - { - "uuid": "c88151a5-fe3f-4773-8147-d801587065a4", - "value": "Application Deployment Software Mitigation", - "description": "Grant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled." - }, - { - "uuid": "7c1796c7-9fc3-4c3e-9416-527295bf5d95", - "value": "Commonly Used Port Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "ba2ec548-fb75-4b8c-88d6-d91a77a943cf", - "value": "Windows Management Instrumentation Mitigation", - "description": "Disabling WMI or RPCS may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI. Restrict other users who are allowed to connect, or disallow all users to connect remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]" - }, - { - "uuid": "e0703d4f-3972-424a-8277-84004817e024", - "value": "Path Interception Mitigation", - "description": "Eliminate path interception weaknesses in program configuration files, scripts, the PATH environment variable, services, and in shortcuts by surrounding PATH variables with quotation marks when functions allow for them[[CiteRef::Microsoft CreateProcess]]. Be aware of the search order Windows uses for executing or loading binaries and use fully qualified paths wherever appropriate[[CiteRef::MSDN DLL Security]]. Clean up old Windows Registry keys when software is uninstalled to avoid keys with no associated legitimate binaries.\n\nPeriodically search for and correct or report path interception weaknesses on systems that may have been introduced using custom or available tools that report software using insecure path configurations[[CiteRef::Kanthak Sentinel]]. \n\nRequire that all executables be placed in write-protected directories. Ensure that proper permissions and directory access control are set to deny users the ability to write files to the top-level directory C: and system directories, such as C:\\Windows\\, to reduce places where malicious files could be placed for execution.\n\nIdentify and block potentially malicious software that may be executed through the path interception by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies,[[CiteRef::Corio 2008]] that are capable of auditing and/or blocking unknown executables." - }, - { - "uuid": "aaa92b37-f96c-4a0a-859c-b1cb6faeb13d", - "value": "Graphical User Interface Mitigation", - "description": "Prevent adversaries from gaining access to credentials through [[Credential Access]] that can be used to log into remote desktop sessions on systems.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to log into remote interactive sessions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] and Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "ac008435-af58-4f77-988a-c9b96c5920f5", - "value": "NTFS Extended Attributes Mitigation", - "description": "It may be difficult or inadvisable to block access to EA. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to hide information in EA by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "4b998a71-7b8f-4dcc-8f3f-277f2e740271", - "value": "Indicator Removal from Tools Mitigation", - "description": "Mitigation is difficult in instances like this because the adversary may have access to the system through another channel and can learn what techniques or tools are blocked by resident defenses. Exercising best practices with configuration and security as well as ensuring that proper process is followed during investigation of potential compromise is essential to detecting a larger intrusion through discrete alerts.\n\nIdentify and block potentially malicious software that may be used by an adversary by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "19edfa02-1a5f-47e4-ad82-3288f57f64cf", - "value": "Clipboard Data Mitigation", - "description": "Instead of blocking software based on clipboard capture behavior, identify potentially malicious software that may contain this functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "8b36d944-f274-4d46-9acd-dbba6927ce7a", - "value": "Registry Run Keys / Start Folder Mitigation", - "description": "Identify and block potentially malicious software that may be executed through run key or startup folder persistence using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "514e7371-a344-4de7-8ec3-3aa42b801d52", - "value": "Multi-Stage Channels Mitigation", - "description": "Command and control infrastructure used in a multi-stage channel may be blocked if known ahead of time. If unique signatures are present in the C2 traffic, they could also be used as the basis of identifying and blocking the channel.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "4320b080-9ae9-4541-9b8b-bcd0961dbbbd", - "value": "Data Staged Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "39706d54-0d06-4a25-816a-78cc43455100", - "value": "Data from Removable Media Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "d9727aee-48b8-4fdb-89e2-4c49746ba4dd", - "value": "Data from Network Shared Drive Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from a network share, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "fdb1ae84-7b00-4d3d-b7dc-c774beef6425", - "value": "Credential Manipulation Mitigation", - "description": "Use multifactor authentication. Follow guidelines to prevent or limit adversary access to [[Technique/T1078|Legitimate Credentials]].\n\nProtect domain controllers by ensuring proper security configuration for critical servers. Configure access controls and firewalls to limit access to these systems. Do not allow domain administrator accounts to be used for day-to-day operations that may expose them to potential adversaries on unprivileged systems." - }, - { - "uuid": "d0415180-51e9-40ce-b57c-c332b0b441f2", - "value": "PowerShell Mitigation", - "description": "It may be possible to remove PowerShell from systems when not needed, but a review should be performed to assess the impact to an environment, since it could be in use for many legitimate purposes and administrative functions. When PowerShell is necessary, restrict PowerShell execution policy to administrators and to only execute signed scripts. Be aware that there are methods of bypassing the PowerShell execution policy, depending on environment configuration.[[CiteRef::Netspi PowerShell Execution Policy Bypass]] Disable/restrict the WinRM Service to help prevent uses of PowerShell for remote execution." - }, - { - "uuid": "c620e3a1-fff5-424f-abea-d2b0f3616f67", - "value": "System Information Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about the operating system and underlying hardware, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "313c8b20-4d49-40c1-9ac0-4c573aca28f3", - "value": "Winlogon Helper DLL Mitigation", - "description": "Upgrade the operating system to a newer version of Windows if using a version prior to Vista. \n\nLimit the privileges of user accounts so that only authorized administrators can perform Winlogon helper changes.\n\nIdentify and block potentially malicious software that may be executed through the Winlogon helper process by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs." - }, - { - "uuid": "624d063d-cda8-4616-b4e4-54c04e427aec", - "value": "Netsh Helper DLL Mitigation", - "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by Windows utilities like AppLocker.[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]]" - }, - { - "uuid": "94e95eeb-7cdb-4bd7-afba-f32fda303dbb", - "value": "Network Share Connection Removal Mitigation", - "description": "Follow best practices for mitigation of activity related to establishing [[Technique/T1077|Windows Admin Shares]]. \n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage network shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "d75a3d1b-b536-4f15-a23c-f4bcc17837b8", - "value": "Connection Proxy Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific C2 protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "25d5e1d8-c6fb-4735-bc57-115a21222f4b", - "value": "Application Window Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "d4fd04e0-d1a4-4b5a-a5bb-16683cdbcce2", - "value": "External Remote Services Mitigation", - "description": "Limit access to remote services through centrally managed concentrators such as VPNs and other managed remote access systems. Deny direct remote access to internal systems through uses of network proxies, gateways, and firewalls as appropriate. Use strong two-factor or multi-factor authentication for remote service accounts to mitigate an adversary's ability to leverage stolen credentials, but be aware of [[Technique/T1111|Two-Factor Authentication Interception]] techniques for some two-factor authentication implementations." - }, - { - "uuid": "bcee7b05-89a6-41a5-b7aa-fce4da7ede9e", - "value": "Pass the Hash Mitigation", - "description": "Monitor systems and domain logs for unusual credential logon activity. Prevent access to [[Technique/T1078|Legitimate Credentials]]. Apply patch KB2871997 to Windows 7 and higher systems to limit the default access of accounts in the local administrator group. Limit credential overlap across systems to prevent the damage of credential compromise and reduce the adversary's ability to perform [[Lateral Movement]] between systems. Ensure that built-in and created local administrator accounts have complex, unique passwords. Do not allow a domain user to be in the local administrator group on multiple systems." - }, - { - "uuid": "5c49bc54-9929-48ca-b581-7018219b5a97", - "value": "Account Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system and domain accounts, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "823fbfe9-b015-4bf3-9e67-d340c7373ca0", - "value": "MSBuild Mitigation", - "description": "MSBuild.exe may not be necessary within a given environment and should be removed if not used. Use application whitelisting configured to block MSBuild.exe to prevent potential misuse by adversaries.[[CiteRef::SubTee MSBuild]][[CiteRef::Exploit Monday Mitigate Device Guard Bypases]][[CiteRef::GitHub mattifestation DeviceGuardBypass]]" - }, - { - "uuid": "3a476d83-43eb-4fad-9b75-b1febd834e3d", - "value": "Pass the Ticket Mitigation", - "description": "Monitor domains for unusual credential logons. Limit credential overlap across systems to prevent the damage of credential compromise. Ensure that local administrator accounts have complex, unique passwords. Do not allow a user to be a local administrator for multiple systems. Limit domain admin account permissions to domain controllers and limited servers. Delegate other admin functions to separate accounts.[[CiteRef::ADSecurity AD Kerberos Attacks]]\n\nAttempt to identify and block unknown or malicious software that could be used to obtain Kerberos tickets and use them to authenticate by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "16f144e4-c780-4ed2-98b4-55d14e2dfa44", - "value": "System Owner/User Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system users, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "aeff5887-8f9e-48d5-a523-9b395e2ce80a", - "value": "Credential Dumping Mitigation", - "description": "Monitor/harden access to LSASS and SAM table with tools that allow process whitelisting. Limit credential overlap across systems to prevent lateral movement opportunities using [[Technique/T1078|Legitimate Credentials]] if passwords and hashes are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled, as this is often equivalent to having a local administrator account with the same password on all systems. On Windows 8.1 and Windows Server 2012 R2, enable Protected Process Light for LSA.[[CiteRef::Microsoft LSA]]\n\nIdentify and block potentially malicious software that may be used to dump credentials by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nWith Windows 10, Microsoft implemented new protections called Credential Guard to protect the LSA secrets that can be used to obtain credentials through forms of credential dumping. It is not implemented by default and has hardware requirements.[[CiteRef::TechNet Credential Guard]]" - }, - { - "uuid": "12c13879-b7bd-4bc5-8def-aacec386d432", - "value": "Regsvr32 Mitigation", - "description": "Microsoft's Enhanced Mitigation Experience Toolkit (EMET) Attack Surface Reduction (ASR) feature can be used to block regsvr32.exe from being used to bypass whitelisting.[[CiteRef::Secure Host Baseline EMET]]" - }, - { - "uuid": "7c39ebbf-244e-4d1c-b0ac-b282453ece43", - "value": "Process Hollowing Mitigation", - "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. \n\nAlthough process hollowing may be used to evade certain types of defenses, it is still good practice to identify potentially malicious software that may be used to perform adversarial actions, including process hollowing, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "56db6ccc-433d-4411-8383-c3fd7053e2c8", - "value": "Execution through API Mitigation", - "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. Audit and/or block potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "f0a42cad-9b1f-44da-a672-718f18381018", - "value": "Taint Shared Content Mitigation", - "description": "Protect shared folders by minimizing users who have write access. Use utilities that detect or mitigate common features used in exploitation, such as the Microsoft Enhanced Mitigation Experience Toolkit (EMET).\n\nIdentify potentially malicious software that may be used to taint content or may result from it and audit and/or block the unknown programs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "f9b3e5d9-7454-4b7d-bce6-27620e19924e", - "value": "Redundant Access Mitigation", - "description": "Identify and block potentially malicious software that may be used as a remote access tool, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "16dd03c6-0dfb-4d77-89cd-9ff3ee6e533d", - "value": "Audio Capture Mitigation", - "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to record audio by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "b7b2c89c-09c1-4b71-ae7c-000ec2893aab", - "value": "New Service Mitigation", - "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create new services.\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to create services by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "57019a80-8523-46b6-be7d-f763a15a2cc6", - "value": "Scripting Mitigation", - "description": "Turn off unused features or restrict access to scripting engines such as VBScript or scriptable administration frameworks such as PowerShell." - }, - { - "uuid": "515f6584-fa98-44fe-a4e8-e428c7188514", - "value": "Fallback Channels Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "d8787791-d22e-45bb-a9a8-251d8d0a1ff2", - "value": "System Service Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "6cac62ce-550b-4793-8ee6-6a1b8836edb0", - "value": "Indicator Removal on Host Mitigation", - "description": "Automatically forward events to a log server or data repository to prevent conditions in which the adversary can locate and manipulate data on the local system. When possible, minimize time delay on event reporting to avoid prolonged storage on the local system. Protect generated event files that are stored locally with proper permissions and authentication. Obfuscate/encrypt event files locally and in transit to avoid giving feedback to an adversary." - }, - { - "uuid": "9378f139-10ef-4e4b-b679-2255a0818902", - "value": "Service Registry Permissions Weakness Mitigation", - "description": "Identify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs." - }, - { - "uuid": "5c167af7-c2cb-42c8-ae67-3fb275bf8488", - "value": "Timestomp Mitigation", - "description": "Mitigation of timestomping specifically is likely difficult. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to perform timestomping by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "684feec3-f9ba-4049-9d8f-52d52f3e0e40", - "value": "Local Network Configuration Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about a system's network configuration, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "cfd2cd3b-93e7-4b3e-ab46-f8bcafdbdfcf", - "value": "Execution through Module Load Mitigation", - "description": "Directly mitigating module loads and API calls related to module loads will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying and correlated subsequent behavior to determine if it is the result of malicious activity." - }, - { - "uuid": "43b366a4-b5ff-4d4e-8a3b-f09a9d2faff5", - "value": "Shared Webroot Mitigation", - "description": "Networks that allow for open development and testing of Web content and allow users to set up their own Web servers on the enterprise network may be particularly vulnerable if the systems and Web servers are not properly secured to limit privileged account use, unauthenticated network share access, and network/system isolation.\n\nEnsure proper permissions on directories that are accessible through a Web server. Disallow remote access to the webroot or other directories used to serve Web content. Disable execution on directories within the webroot. Ensure that permissions of the Web server process are only what is required by not using built-in accounts; instead, create specific accounts to limit unnecessary access or permissions overlap across multiple systems." - }, - { - "uuid": "f2cb6ce2-188d-4162-8feb-594f949b13dd", - "value": "Scheduled Task Mitigation", - "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create scheduled tasks. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for permission weaknesses in scheduled tasks that could be used to escalate privileges.[[CiteRef::Powersploit]]\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to schedule tasks using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "16a8ac85-a06f-460f-ad22-910167bd7332", - "value": "Binary Padding Mitigation", - "description": "Identify potentially malicious software that may be executed from a padded or otherwise obfuscated binary, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "46b7ef91-4e1d-43c5-a2eb-00fa9444f6f4", - "value": "Network Sniffing Mitigation", - "description": "Ensure that all wireless traffic is encrypted appropriately. Use Kerberos, SSL, and multifactor authentication wherever possible. Monitor switches and network for span port usage, ARP/DNS poisoning, and router reconfiguration.\n\nIdentify and block potentially malicious software that may be used to sniff or analyze network traffic by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "2a8de25c-f743-4348-b101-3ee33ab5871b", - "value": "Data Encrypted Mitigation", - "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to encrypt files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "a766ce73-5583-48f3-b7c0-0bb43c6ef8c7", - "value": "Standard Cryptographic Protocol Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "24478001-2eb3-4b06-a02e-96b3d61d27ec", - "value": "Multilayer Encryption Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "45e7f570-6a0b-4095-bf02-4bca05da6bae", - "value": "Masquerading Mitigation", - "description": "When creating security rules, avoid exclusions based on file name or file path. Require signed binaries. Use file system access controls to protect folders such as C:\\Windows\\System32. Use tools that restrict program execution via whitelisting by attributes other than file name.\n\nIdentify potentially malicious software that may look like a legitimate program based on name and location, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "902286b2-96cc-4dd7-931f-e7340c9961da", - "value": "File System Logical Offsets Mitigation", - "description": "Identify potentially malicious software that may be used to access logical drives in this manner, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "979e6485-7a2f-42bd-ae96-4e622c3cd173", - "value": "Remote Services Mitigation", - "description": "Limit the number of accounts that may use remote services. Use multifactor authentication where possible. Limit the permissions for accounts that are at higher risk of compromise; for example, configure SSH so users can only run specific programs. Prevent [[Credential Access]] techniques that may allow an adversary to acquire [[Technique/T1078|Legitimate Credentials]] that can be used by existing services." - }, - { - "uuid": "34efb2fd-4dc2-40d4-a564-0c147c85034d", - "value": "File Deletion Mitigation", - "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to delete files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "28adf6fd-ab6c-4553-9aa7-cef18a191f33", - "value": "Data Compressed Mitigation", - "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to compress files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIf network intrusion prevention or data loss prevention tools are set to block specific file types from leaving the network over unencrypted channels, then an adversary may move to an encrypted channel." - }, - { - "uuid": "943d370b-2054-44df-8be2-ab4139bde1c5", - "value": "Authentication Package Mitigation", - "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all DLLs loaded by LSA to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]" - }, - { - "uuid": "1c6bc7f3-d517-4971-aed4-8f939090846b", - "value": "Local Port Monitor Mitigation", - "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by processes running under SYSTEM permissions." - }, - { - "uuid": "c085476e-1964-4d7f-86e1-d8657a7741e8", - "value": "Accessibility Features Mitigation", - "description": "To use this technique remotely, an adversary must use it in conjunction with RDP. Ensure that Network Level Authentication is enabled to force the remote desktop session to authenticate before the session is created and the login screen displayed. It is enabled by default on Windows Vista and later.[[CiteRef::TechNet RDP NLA]]\n\nIf possible, use a Remote Desktop Gateway to manage connections and security configuration of RDP within a network.[[CiteRef::TechNet RDP Gateway]]\n\nIdentify and block potentially malicious software that may be executed by an adversary with this technique by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "96150c35-466f-4f0a-97a9-ae87ee27f751", - "value": "Bootkit Mitigation", - "description": "Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to perform this action. Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised.[[CiteRef::TCG Trusted Platform Module]][[CiteRef::TechNet Secure Boot Process]]" - }, - { - "uuid": "d45f03a8-790a-4f90-b956-cd7e5b8886bf", - "value": "Legitimate Credentials Mitigation", - "description": "Take measures to detect or prevent techniques such as [[Technique/T1003|Credential Dumping]] or installation of keyloggers to acquire credentials through [[Technique/T1056|Input Capture]]. Limit credential overlap across systems to prevent access if account credentials are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled and use of accounts is segmented, as this is often equivalent to having a local administrator account with the same password on all systems. Audit domain and local accounts as well as their permission levels routinely to look for situations that could allow an adversary to gain wide access by obtaining credentials of a privileged account.[[CiteRef::TechNet Credential Theft]][[CiteRef::TechNet Least Privilege]]" - }, - { - "uuid": "388606d3-f38f-45bf-885d-a9dc9df3c8a8", - "value": "Disabling Security Tools Mitigation", - "description": "Ensure proper process, registry, and file permissions are in place to prevent adversaries from disabling or interfering with security services." - }, - { - "uuid": "0640214c-95af-4c04-a574-2a1ba6dda00b", - "value": "Query Registry Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information within the Registry, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "25e53928-6f33-49b7-baee-8180578286f6", - "value": "Basic Input/Output System Mitigation", - "description": "Prevent adversary access to privileged accounts or access necessary to perform this technique. Check the integrity of the existing BIOS to determine if it is vulnerable to modification. Patch the BIOS as necessary. Use Trusted Platform Module technology.[[CiteRef::TCG Trusted Platform Module]]" - }, - { - "uuid": "da987565-27b6-4b31-bbcd-74b909847116", - "value": "Multiband Communication Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "9a902722-cecd-4fbe-a6c9-49333aa0f8c2", - "value": "Remote System Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information on remotely available systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "2ace01f8-67c8-43eb-b7b1-a7b9f1fe67e1", - "value": "File and Directory Discovery Mitigation", - "description": "File system activity is a common part of an operating system, so it is unlikely that mitigation would be appropriate for this technique. It may still be beneficial to identify and block unnecessary system utilities or potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "1022138b-497c-40e6-b53a-13351cbd4090", - "value": "File System Permissions Weakness Mitigation", - "description": "Use auditing tools capable of detecting file system permissions abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service binary target path locations. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for service file system permissions weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through abuse of file, directory, and service permissions by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs. Deny execution from user directories such as file download directories and temp directories where able.[[CiteRef::Seclists Kanthak 7zip Installer]]\n\nTurn off UAC's privilege elevation for standard users and installer detection for all users by modifying registry key\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]to automatically deny elevation requests, add: \"ConsentPromptBehaviorUser\"=dword:00000000; to disable installer detection, add: \"EnableInstallerDetection\"=dword:00000000.[[CiteRef::Seclists Kanthak 7zip Installer]]" - }, - { - "uuid": "d5dce4b9-f1fa-4c03-aff9-ce177246cb64", - "value": "Service Execution Mitigation", - "description": "Ensure that permissions disallow services that run at a higher permissions level from being created or interacted with by a user with a lower permission level. Also ensure that high permission level service binaries cannot be replaced or modified by users with a lower permission level.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to interact with Windows services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "b8d57b16-d8e2-428c-a645-1083795b3445", - "value": "Communication Through Removable Media Mitigation", - "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]" - }, - { - "uuid": "e8d22ec6-2236-48de-954b-974d17492782", - "value": "Two-Factor Authentication Interception Mitigation", - "description": "Remove smart cards when not in use. Protect devices and services used to transmit and receive out-of-band codes.\n\nIdentify and block potentially malicious software that may be used to intercept 2FA credentials on a system by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "399d9038-b100-43ef-b28d-a5065106b935", - "value": "Standard Non-Application Layer Protocol Mitigation", - "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports and through proper network gateway systems.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "ba06d68a-4891-4eb5-b634-152e05ec60ee", - "value": "Data Transfer Size Limits Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "10571bf2-8073-4edf-a71c-23bad225532e", - "value": "AppInit DLLs Mitigation", - "description": "Upgrade to Windows 8 or later and enable secure boot.\n\nIdentify and block potentially malicious software that may be executed through AppInit DLLs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs." - }, - { - "uuid": "ec418d1b-4963-439f-b055-f914737ef362", - "value": "InstallUtil Mitigation", - "description": "InstallUtil may not be necessary within a given environment. Use application whitelisting configured to block execution of InstallUtil.exe if it is not required for a given system or network to prevent potential misuse by adversaries." - }, - { - "uuid": "a13e35cc-8c90-4d77-a965-5461042c1612", - "value": "Shortcut Modification Mitigation", - "description": "Identify and block unknown, potentially malicious software that may be executed through shortcut modification by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "f3d0c735-330f-43c2-8e8e-51bcfa51e8c3", - "value": "Custom Command and Control Protocol Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "2497ac92-e751-4391-82c6-1b86e34d0294", - "value": "Automated Exfiltration Mitigation", - "description": "Identify unnecessary system utilities, scripts, or potentially malicious software that may be used to transfer data outside of a network, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "d7c49196-b40e-42bc-8eed-b803113692ed", - "value": "Change Default File Association Mitigation", - "description": "Direct mitigation of this technique is not recommended since it is a legitimate function that can be performed by users for software preferences. Follow Microsoft's best practices for file associations.[[CiteRef::MSDN File Associations]]\n\nIdentify and block potentially malicious software that may be executed by this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "1881da33-fdf2-4eea-afd0-e04caf9c000f", - "value": "Peripheral Device Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about peripheral devices, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "addb3703-5a59-4461-9bcd-7e2b5d4e92a0", - "value": "Standard Application Layer Protocol Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "da8a87d2-946d-4c34-9a30-709058b98996", - "value": "Input Capture Mitigation", - "description": "Identify and block potentially malicious software that may be used to acquire credentials or information from the user by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIn cases where this behavior is difficult to detect or mitigate, efforts can be made to lessen some of the impact that might result from an adversary acquiring credential information. It is also good practice to follow mitigation recommendations for adversary use of [[Technique/T1078|Legitimate Credentials]]." - }, - { - "uuid": "9e57c770-5a39-49a2-bb91-253ba629e3ac", - "value": "Security Support Provider Mitigation", - "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all SSP DLLs to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]" - }, - { - "uuid": "f6469191-1814-4dbe-a081-2a6daf83a10b", - "value": "Process Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about processes, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "effb83a0-ead1-4b36-b7f6-b7bdf9c4616e", - "value": "Replication Through Removable Media Mitigation", - "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if it is not required for business operations.[[CiteRef::TechNet Removable Media Control]]\n\nIdentify potentially malicious software that may be used to infect removable media or may result from tainted removable media, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "1c0711c8-2a73-48a1-893d-ff88bcd23824", - "value": "Scheduled Transfer Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "2c3ce852-06a2-40ee-8fe6-086f6402a739", - "value": "Hypervisor Mitigation", - "description": "Prevent adversary access to privileged accounts necessary to install a hypervisor." - }, - { - "uuid": "8bd1ae32-a686-48f4-a6f8-470287f76152", - "value": "Automated Collection Mitigation", - "description": "Encryption and off-system storage of sensitive information may be one way to mitigate collection of files, but may not stop an adversary from acquiring the information if an intrusion persists over a long period of time and the adversary is able to discover and access the data through other means. A keylogger installed on a system may be able to intercept passwords through [[Technique/T1056|Input Capture]] and be used to decrypt protected documents that an adversary may have collected. Strong passwords should be used to prevent offline cracking of encrypted documents through [[Technique/T1110|Brute Force]] techniques.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to collect files and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "e547ed6a-f1ca-40df-8613-2ce27927f145", - "value": "Exfiltration Over Physical Medium Mitigation", - "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]" - }, - { - "uuid": "fcbe8424-eb3e-4794-b76d-e743f5a49b8b", - "value": "Data Encoding Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "7a14d974-f3d9-4e4e-9b7d-980385762908", - "value": "DLL Side-Loading Mitigation", - "description": "Update software regularly. Install software in write-protected locations. Use the program sxstrace.exe that is included with Windows along with manual inspection to check manifest files for side-loading vulnerabilities in software." - }, - { - "uuid": "95ddb356-7ba0-4bd9-a889-247262b8946f", - "value": "Rootkit Mitigation", - "description": "Identify potentially malicious software that may contain rootkit functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "ed202147-4026-4330-b5bd-1e8dfa8cf7cc", - "value": "Modify Registry Mitigation", - "description": "Identify and block unnecessary system utilities or potentially malicious software that may be used to modify the Registry by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "82d8e990-c901-4aed-8596-cc002e7eb307", - "value": "System Time Discovery Mitigation", - "description": "Benign software uses legitimate processes to gather system time. Efforts should be focused on preventing unwanted or unknown code from executing on a system. Some common tools, such as net.exe, may be blocked by policy to prevent common ways of acquiring remote system time.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire system time information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "c1676218-c16a-41c9-8f7a-023779916e39", - "value": "Local Network Connections Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about network connections, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "51b37302-b844-4c08-ac98-ae6955ed1f55", - "value": "Screen Capture Mitigation", - "description": "Blocking software based on screen capture functionality may be difficult, and there may be legitimate software that performs those actions. Instead, identify potentially malicious software that may have functionality to acquire screen captures, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "308855d1-078b-47ad-8d2a-8f9b2713ffb5", - "value": "Windows Admin Shares Mitigation", - "description": "Do not reuse local administrator account passwords across systems. Ensure password complexity and uniqueness such that the passwords cannot be cracked or guessed. Deny remote use of local admin credentials to log into systems. Do not allow domain user accounts to be in the local Administrators group multiple systems.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage SMB and the Windows admin shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "fe0aeb41-1a51-4152-8467-628256ea6adf", - "value": "Modify Existing Service Mitigation", - "description": "Use auditing tools capable of detecting privilege and service abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service configurations. Toolkits like the PowerSploit framework contain the PowerUp modules that can be used to explore systems for [[Privilege Escalation]] weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs." - }, - { - "uuid": "160af6af-e733-4b6a-a04a-71c620ac0930", - "value": "Third-party Software Mitigation", - "description": "Evaluate the security of third-party software that could be used to deploy or execute programs. Ensure that access to management systems for deployment systems is limited, monitored, and secure. Have a strict approval policy for use of deployment systems.\n\nGrant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled." - }, - { - "uuid": "d9f4b5fa-2a39-4bdf-b40a-ea998933cd6d", - "value": "Video Capture Mitigation", - "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to capture video and images by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "23061b40-a7b6-454f-8950-95d5ff80331c", - "value": "Install Root Certificate Mitigation", - "description": "HTTP Public Key Pinning (HPKP) is one method to mitigate potential man-in-the-middle situations where and adversary uses a mis-issued or fraudulent certificate to intercept encrypted communications by enforcing use of an expected certificate.[[CiteRef::Wikipedia HPKP]]" - }, - { - "uuid": "4a99fecc-680b-448e-8fe7-8144c60d272c", - "value": "Brute Force Mitigation", - "description": "Set account lockout policies after a certain number of failed login attempts to prevent passwords from being guessed. Use multifactor authentication." - }, - { - "uuid": "383caaa3-c46a-4f61-b2e3-653eb132f0e7", - "value": "Email Collection Mitigation", - "description": "Use of encryption provides an added layer of security to sensitive information sent over email. Encryption using public key cryptography requires the adversary to obtain the private certificate along with an encryption key to decrypt messages.\n\nUse of two-factor authentication for public-facing webmail servers is also a recommended best practice to minimize the usefulness of user names and passwords to adversaries.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to collect email data files or access the corporate email server, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "92e6d080-ca3f-4f95-bc45-172a32c4e502", - "value": "Exploitation of Vulnerability Mitigation", - "description": "Update software regularly by employing patch management for internal enterprise endpoints and servers. Develop a robust cyber threat intelligence capability to determine what types and levels of threat may use software exploits and 0-days against a particular organization. Make it difficult for adversaries to advance their operation through exploitation of undiscovered or unpatched vulnerabilities by using sandboxing, virtualization, and exploit prevention tools such as the Microsoft Enhanced Mitigation Experience Toolkit.[[CiteRef::SRD EMET]]" - }, - { - "uuid": "cdecc44a-1dbf-4c1f-881c-f21e3f47272a", - "value": "Remote File Copy Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware or unusual data transfer over known tools and protocols like FTP can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "0e5bdf42-a7f7-4d16-a074-4915bd262f80", - "value": "Exfiltration Over Alternative Protocol Mitigation", - "description": "Follow best practices for network firewall configurations to allow only necessary ports and traffic to enter and exit the network. For example, if services like FTP are not required for sending information outside of a network, then block FTP-related ports at the network perimeter. Enforce proxies and use dedicated servers for services such as DNS and only allow those systems to communicate over respective ports/protocols, instead of all systems within a network.[[CiteRef::TechNet Firewall Design]] These actions will help reduce command and control and exfiltration path opportunities.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "53b3b027-bed3-480c-9101-1247047d0fe6", - "value": "Remote Desktop Protocol Mitigation", - "description": "Disable the RDP service if it is unnecessary, remove unnecessary accounts and groups from Remote Desktop Users groups, and enable firewall rules to block RDP traffic between network security zones. Audit the Remote Desktop Users group membership regularly. Remove the local Administrators group from the list of groups allowed to log in through RDP. Limit remote user permissions if remote access is necessary. Use remote desktop gateways and multifactor authentication for remote logins.[[CiteRef::Berkley Secure]]" - }, - { - "uuid": "4689b9fb-dca4-473e-831b-34717ad50c97", - "value": "Web Service Mitigation", - "description": "Firewalls and Web proxies can be used to enforce external network communication policy. It may be difficult for an organization to block particular services because so many of them are commonly used during the course of business.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol or encoded commands used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "d256cb63-b021-4b4a-bb6d-1b42eea179a3", - "value": "Network Service Scanning Mitigation", - "description": "Use network intrusion detection/prevention systems to detect and prevent remote service scans. Ensure that unnecessary ports and services are closed and proper network segmentation is followed to protect critical servers and devices.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire information about services running on remote systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "0bc3ce00-83bc-4a92-a042-79ffbc6af259", - "value": "Windows Management Instrumentation Event Subscription Mitigation", - "description": "Disabling WMI services may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI; restrict other users that are allowed to connect, or disallow all users from connecting remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]" - }, - { - "uuid": "7ee0879d-ce4f-4f54-a96b-c532dfb98ffd", - "value": "Data from Local System Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from the local system, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "a569295c-a093-4db4-9fb4-7105edef85ad", - "value": "Custom Cryptographic Protocol Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Since the custom protocol used may not adhere to typical protocol standards, there may be opportunities to signature the traffic on a network level for detection. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "0472af99-f25c-4abe-9fce-010fa3450e72", - "value": "Credentials in Files Mitigation", - "description": "Establish an organizational policy that prohibits password storage in files. Ensure that developers and system administrators are aware of the risk associated with having plaintext passwords in software configuration files that may be left on endpoint systems or servers. Preemptively search for files containing passwords and remove when found. Restrict file shares to specific directories with access only to necessary users. Remove vulnerable Group Policy Preferences.[[CiteRef::Microsoft MS14-025]]" - }, - { - "uuid": "dd9a85ad-6a92-4986-a215-b01d0ce7b987", - "value": "Permission Groups Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about groups and permissions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "9ab7de33-99b2-4d8d-8cf3-182fa0015cc2", - "value": "Logon Scripts Mitigation", - "description": "Restrict write access to logon scripts to specific administrators. Prevent access to administrator accounts by mitigating [[Credential Access]] techniques and limiting account access and permissions of [[Technique/T1078|Legitimate Credentials]].\n\nIdentify and block potentially malicious software that may be executed through logon script modification by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs." - }, - { - "uuid": "82fbc58b-171d-4a2d-9a20-c6b2a716bd08", - "value": "Code Signing Mitigation", - "description": "Process whitelisting and trusted publishers to verify authenticity of software can help prevent signed malicious or untrusted code from executing on a system.[[CiteRef::NSA MS AppLocker]][[CiteRef::TechNet Trusted Publishers]][[CiteRef::Securelist Digital Certificates]]" - }, - { - "uuid": "3e9f8875-d2f7-4380-a578-84393bd3b025", - "value": "Windows Remote Management Mitigation", - "description": "Disable the WinRM service. If the service is necessary, lock down critical enclaves with separate WinRM infrastructure, accounts, and permissions. Follow WinRM best practices on configuration of authentication methods and use of host firewalls to restrict WinRM access to allow communication only to/from specific devices.[[CiteRef::NSA Spotting]]" - }, - { - "uuid": "bcc91b8c-f104-4710-964e-1d5409666736", - "value": "Web Shell Mitigation", - "description": "Ensure that externally facing Web servers are patched regularly to prevent adversary access through [[Technique/T1068|Exploitation of Vulnerability]] to gain remote code access or through file inclusion weaknesses that may allow adversaries to upload files or scripts that are automatically served as Web pages. \n\nAudit account and group permissions to ensure that accounts used to manage servers do not overlap with accounts and permissions of users in the internal network that could be acquired through [[Credential Access]] and used to log into the Web server and plant a Web shell or pivot from the Web server into the internal network.[[CiteRef::US-CERT Alert TA15-314A Web Shells]]" - }, - { - "uuid": "d0fcf37a-b6c4-4745-9c43-4fcdb8bfc88e", - "value": "Data Obfuscation Mitigation", - "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]" - }, - { - "uuid": "c95c8b5c-b431-43c9-9557-f494805e2502", - "value": "Software Packing Mitigation", - "description": "Ensure updated virus definitions. Create custom signatures for observed malware. Employ heuristic-based malware detection.\n\nIdentify and prevent execution of potentially malicious software that may have been packed by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - }, - { - "uuid": "bd2554b8-634f-4434-a986-9b49c29da2ae", - "value": "Security Software Discovery Mitigation", - "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about local security software, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]" - } - ], - "description": "ATT&CK Mitigation", "type": "course-of-action", - "version": "1", - "source": "https://github.com/mitre/cti", - "name": "Course of Action" + "source": "https://github.com/mitre/cti" } diff --git a/clusters/mitre_intrusion-set.json b/clusters/mitre_intrusion-set.json index 2ba94a2..fb895e1 100644 --- a/clusters/mitre_intrusion-set.json +++ b/clusters/mitre_intrusion-set.json @@ -1,99 +1,101 @@ { - "source": "https://github.com/mitre/cti", "uuid": "10df003c-7831-11e7-bdb9-971cdd1218df", - "name": "intrusion Set", - "description": "Name of ATT&CK Group", "values": [ { - "description": "Poseidon Group is a Portuguese-speaking threat group that has been active since at least 2005. The group has a history of using information exfiltrated from victims to blackmail victim companies into contracting the Poseidon Group as a security firm.[[Citation: Kaspersky Poseidon Group]]", "uuid": "7ecc3b4f-5cdb-457e-b55a-df376b359446", - "name": "Poseidon Group", "meta": { - "synonyms": [ - "Poseidon Group" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0033", "https://securelist.com/blog/research/73673/poseidon-group-a-targeted-attack-boutique-specializing-in-global-cyber-espionage/" + ], + "synonyms": [ + "Poseidon Group" ] - } + }, + "name": "Poseidon Group", + "description": "Poseidon Group is a Portuguese-speaking threat group that has been active since at least 2005. The group has a history of using information exfiltrated from victims to blackmail victim companies into contracting the Poseidon Group as a security firm.[[Citation: Kaspersky Poseidon Group]]" }, { - "description": "Group5 is a threat group with a suspected Iranian nexus, though this attribution is not definite. The group has targeted individuals connected to the Syrian opposition via spearphishing and watering holes, normally using Syrian and Iranian themes. Group5 has used two commonly available remote access tools (RATs), njRAT and NanoCore, as well as an Android RAT, DroidJack.[[Citation: Citizen Lab Group5]]", "uuid": "7331c66a-5601-4d3f-acf6-ad9e3035eb40", - "name": "Group5", "meta": { - "synonyms": [ - "Group5" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0043", "https://citizenlab.org/2016/08/group5-syria/" + ], + "synonyms": [ + "Group5" ] - } + }, + "name": "Group5", + "description": "Group5 is a threat group with a suspected Iranian nexus, though this attribution is not definite. The group has targeted individuals connected to the Syrian opposition via spearphishing and watering holes, normally using Syrian and Iranian themes. Group5 has used two commonly available remote access tools (RATs), njRAT and NanoCore, as well as an Android RAT, DroidJack.[[Citation: Citizen Lab Group5]]" }, { - "description": "PittyTiger is a threat group believed to operate out of China that uses multiple different types of malware to maintain command and control.[[Citation: Bizeul 2014]][[Citation: Villeneuve 2014]]", "uuid": "fe98767f-9df8-42b9-83c9-004b1dec8647", - "name": "PittyTiger", "meta": { - "synonyms": [ - "PittyTiger" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0011", "http://blog.cassidiancybersecurity.com/post/2014/07/The-Eye-of-the-Tiger2", "https://www.fireeye.com/blog/threat-research/2014/07/spy-of-the-tiger.html" + ], + "synonyms": [ + "PittyTiger" ] - } + }, + "name": "PittyTiger", + "description": "PittyTiger is a threat group believed to operate out of China that uses multiple different types of malware to maintain command and control.[[Citation: Bizeul 2014]][[Citation: Villeneuve 2014]]" }, { - "description": "admin@338 is a China-based cyber threat group. It has previously used newsworthy events as lures to deliver malware and has primarily targeted organizations involved in financial, economic, and trade policy, typically using publicly available RATs such as PoisonIvy, as well as some non-public backdoors.[[Citation: FireEye admin@338]]", "uuid": "16ade1aa-0ea1-4bb7-88cc-9079df2ae756", - "name": "admin@338", "meta": { - "synonyms": [ - "admin@338" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0018", "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" + ], + "synonyms": [ + "admin@338" ] - } + }, + "name": "admin@338", + "description": "admin@338 is a China-based cyber threat group. It has previously used newsworthy events as lures to deliver malware and has primarily targeted organizations involved in financial, economic, and trade policy, typically using publicly available RATs such as PoisonIvy, as well as some non-public backdoors.[[Citation: FireEye admin@338]]" }, { - "description": "RTM is a cybercriminal group that has been active since at least 2015 and is primarily interested in users of remote banking systems in Russia and neighboring countries. The group uses a Trojan by the same name (RTM).[[Citation: ESET RTM Feb 2017]]", "uuid": "c416b28c-103b-4df1-909e-78089a7e0e5f", - "name": "RTM", "meta": { - "synonyms": [ - "RTM" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0048", "https://www.welivesecurity.com/wp-content/uploads/2017/02/Read-The-Manual.pdf" + ], + "synonyms": [ + "RTM" ] - } + }, + "name": "RTM", + "description": "RTM is a cybercriminal group that has been active since at least 2015 and is primarily interested in users of remote banking systems in Russia and neighboring countries. The group uses a Trojan by the same name (RTM).[[Citation: ESET RTM Feb 2017]]" }, { - "description": "APT16 is a China-based threat group that has launched spearphishing campaigns targeting Japanese and Taiwanese organizations.[[Citation: FireEye EPS Awakens Part 2]]", "uuid": "d6e88e18-81e8-4709-82d8-973095da1e70", - "name": "APT16", "meta": { - "synonyms": [ - "APT16" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0023", "https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html" + ], + "synonyms": [ + "APT16" ] - } + }, + "name": "APT16", + "description": "APT16 is a China-based threat group that has launched spearphishing campaigns targeting Japanese and Taiwanese organizations.[[Citation: FireEye EPS Awakens Part 2]]" }, { - "description": "APT28 is a threat group that has been attributed to the Russian government.[[Citation: FireEye APT28]][[Citation: SecureWorks TG-4127]][[Citation: FireEye APT28 January 2017]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee in April 2016.[[Citation: Crowdstrike DNC June 2016]]", "uuid": "bef4c620-0787-42a8-a96d-b7eb6e85917c", - "name": "APT28", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0007", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf", + "https://www.secureworks.com/research/threat-group-4127-targets-hillary-clinton-presidential-campaign" + ], "synonyms": [ "APT28", "Sednit", @@ -104,38 +106,38 @@ "Tsar Team", "Threat Group-4127", "TG-4127" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0007", - "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", - "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/", - "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf", - "https://www.secureworks.com/research/threat-group-4127-targets-hillary-clinton-presidential-campaign" ] - } + }, + "name": "APT28", + "description": "APT28 is a threat group that has been attributed to the Russian government.[[Citation: FireEye APT28]][[Citation: SecureWorks TG-4127]][[Citation: FireEye APT28 January 2017]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee in April 2016.[[Citation: Crowdstrike DNC June 2016]]" }, { - "description": "Winnti Group is a threat group with Chinese origins that has been active since at least 2010. The group has heavily targeted the gaming industry, but it has also expanded the scope of its targeting. Though both this group and Axiom use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]", "uuid": "c5947e1c-1cbc-434c-94b8-27c7e3be0fff", - "name": "Winnti Group", "meta": { - "synonyms": [ - "Winnti Group", - "Blackfly" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0044", "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf", "https://securelist.com/blog/incidents/70991/games-are-over/" + ], + "synonyms": [ + "Winnti Group", + "Blackfly" ] - } + }, + "name": "Winnti Group", + "description": "Winnti Group is a threat group with Chinese origins that has been active since at least 2010. The group has heavily targeted the gaming industry, but it has also expanded the scope of its targeting. Though both this group and Axiom use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]" }, { - "description": "Deep Panda is a suspected Chinese threat group known to target many industries, including government, defense, financial, and telecommunications.Deep Panda.Deep Panda also appears to be known as Black Vine based on the attribution of both group names to the Anthem intrusion.[[Citation: Symantec Black Vine]]", "uuid": "a653431d-6a5e-4600-8ad3-609b5af57064", - "name": "Deep Panda", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0009", + "http://blog.crowdstrike.com/deep-thought-chinese-targeting-national-security-think-tanks/", + "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/the-black-vine-cyberespionage-group.pdf", + "https://www.emc.com/collateral/white-papers/h12756-wp-shell-crew.pdf", + "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" + ], "synonyms": [ "Deep Panda", "Shell Crew", @@ -143,330 +145,329 @@ "KungFu Kittens", "PinkPanther", "Black Vine" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0009", - "http://blog.crowdstrike.com/deep-thought-chinese-targeting-national-security-think-tanks/", - "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/the-black-vine-cyberespionage-group.pdf", - "https://www.emc.com/collateral/white-papers/h12756-wp-shell-crew.pdf", - "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" ] - } + }, + "name": "Deep Panda", + "description": "Deep Panda is a suspected Chinese threat group known to target many industries, including government, defense, financial, and telecommunications.Deep Panda.Deep Panda also appears to be known as Black Vine based on the attribution of both group names to the Anthem intrusion.[[Citation: Symantec Black Vine]]" }, { - "description": "Molerats is a politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.[[Citation: DustySky]][[Citation: DustySky2]]", "uuid": "df71bb3b-813c-45eb-a8bc-f2a419837411", - "name": "Molerats", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0021", + "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" + ], "synonyms": [ "Molerats", "Gaza cybergang", "Operation Molerats" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0021", - "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" ] - } + }, + "name": "Molerats", + "description": "Molerats is a politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.[[Citation: DustySky]][[Citation: DustySky2]]" }, { - "description": "Strider is a threat group that has been active since at least 2011 and has targeted victims in Russia, China, Sweden, Belgium, Iran, and Rwanda.[[Citation: Symantec Strider Blog]][[Citation: Kaspersky ProjectSauron Blog]]", "uuid": "277d2f87-2ae5-4730-a3aa-50c1fdff9656", - "name": "Strider", "meta": { - "synonyms": [ - "Strider", - "ProjectSauron" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0041", "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets", "https://securelist.com/analysis/publications/75533/faq-the-projectsauron-apt/" + ], + "synonyms": [ + "Strider", + "ProjectSauron" ] - } + }, + "name": "Strider", + "description": "Strider is a threat group that has been active since at least 2011 and has targeted victims in Russia, China, Sweden, Belgium, Iran, and Rwanda.[[Citation: Symantec Strider Blog]][[Citation: Kaspersky ProjectSauron Blog]]" }, { - "description": "Sandworm Team is a cyber espionage group that has operated since approximately 2009 and has been attributed to Russia.[[Citation: iSIGHT Sandworm 2014]] This group is also known as Quedagh.[[Citation: F-Secure BlackEnergy 2014]]", "uuid": "381fcf73-60f6-4ab2-9991-6af3cbc35192", - "name": "Sandworm Team", "meta": { - "synonyms": [ - "Sandworm Team", - "Quedagh" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0034", "https://www.f-secure.com/documents/996508/1030745/blackenergy%20whitepaper.pdf", "http://www.isightpartners.com/2014/10/cve-2014-4114/" + ], + "synonyms": [ + "Sandworm Team", + "Quedagh" ] - } + }, + "name": "Sandworm Team", + "description": "Sandworm Team is a cyber espionage group that has operated since approximately 2009 and has been attributed to Russia.[[Citation: iSIGHT Sandworm 2014]] This group is also known as Quedagh.[[Citation: F-Secure BlackEnergy 2014]]" }, { - "description": "FIN6 is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.[[Citation: FireEye FIN6 April 2016]]", "uuid": "2a7914cf-dff3-428d-ab0f-1014d1c28aeb", - "name": "FIN6", "meta": { - "synonyms": [ - "FIN6" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0037", "https://www2.fireeye.com/rs/848-DID-242/images/rpt-fin6.pdf" + ], + "synonyms": [ + "FIN6" ] - } + }, + "name": "FIN6", + "description": "FIN6 is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.[[Citation: FireEye FIN6 April 2016]]" }, { - "description": "Dust Storm is a threat group that has targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries.[[Citation: Cylance Dust Storm]]", "uuid": "ae41895a-243f-4a65-b99b-d85022326c31", - "name": "Dust Storm", "meta": { - "synonyms": [ - "Dust Storm" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0031", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" + ], + "synonyms": [ + "Dust Storm" ] - } + }, + "name": "Dust Storm", + "description": "Dust Storm is a threat group that has targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries.[[Citation: Cylance Dust Storm]]" }, { - "description": "Cleaver is a threat group that has been attributed to Iranian actors and is responsible for activity tracked as Operation Cleaver.[[Citation: Cylance Cleaver]] Strong circumstantial evidence suggests Cleaver is linked to Threat Group 2889 (TG-2889).[[Citation: Dell Threat Group 2889]]", "uuid": "8f5e8dc7-739d-4f5e-a8a1-a66e004d7063", - "name": "Cleaver", "meta": { - "synonyms": [ - "Cleaver", - "Threat Group 2889", - "TG-2889" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0003", "http://www.secureworks.com/cyber-threat-intelligence/threats/suspected-iran-based-hacker-group-creates-network-of-fake-linkedin-profiles/", "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ], + "synonyms": [ + "Cleaver", + "Threat Group 2889", + "TG-2889" ] - } + }, + "name": "Cleaver", + "description": "Cleaver is a threat group that has been attributed to Iranian actors and is responsible for activity tracked as Operation Cleaver.[[Citation: Cylance Cleaver]] Strong circumstantial evidence suggests Cleaver is linked to Threat Group 2889 (TG-2889).[[Citation: Dell Threat Group 2889]]" }, { - "description": "APT12 is a threat group that has been attributed to China.[[Citation: Meyers Numbered Panda]] It is also known as DynCalc, IXESHE, and Numbered Panda.[[Citation: Moran 2014]][[Citation: Meyers Numbered Panda]]", "uuid": "c47f937f-1022-4f42-8525-e7a4779a14cb", - "name": "APT12", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0005", + "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html", + "http://www.crowdstrike.com/blog/whois-numbered-panda/" + ], "synonyms": [ "APT12", "IXESHE", "DynCalc", "Numbered Panda" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0005", - "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html", - "http://www.crowdstrike.com/blog/whois-numbered-panda/" ] - } + }, + "name": "APT12", + "description": "APT12 is a threat group that has been attributed to China.[[Citation: Meyers Numbered Panda]] It is also known as DynCalc, IXESHE, and Numbered Panda.[[Citation: Moran 2014]][[Citation: Meyers Numbered Panda]]" }, { - "description": "Moafee is a threat group that appears to operate from the Guandong Province of China. Due to overlapping TTPs, including similar custom tools, Moafee is thought to have a direct or indirect relationship with the threat group DragonOK. .[[Citation: Haq 2014]]", "uuid": "2e5d3a83-fe00-41a5-9b60-237efc84832f", - "name": "Moafee", "meta": { - "synonyms": [ - "Moafee" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0002", "https://www.fireeye.com/blog/threat-research/2014/09/the-path-to-mass-producing-cyber-attacks.html" + ], + "synonyms": [ + "Moafee" ] - } + }, + "name": "Moafee", + "description": "Moafee is a threat group that appears to operate from the Guandong Province of China. Due to overlapping TTPs, including similar custom tools, Moafee is thought to have a direct or indirect relationship with the threat group DragonOK. .[[Citation: Haq 2014]]" }, { - "description": "Threat Group-3390 is a Chinese threat group that has extensively used strategic Web compromises to target victims.[[Citation: Dell TG-3390]]", "uuid": "fb366179-766c-4a4a-afa1-52bff1fd601c", - "name": "Threat Group-3390", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0027", + "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" + ], "synonyms": [ "Threat Group-3390", "TG-3390", "Emissary Panda" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0027", - "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" ] - } + }, + "name": "Threat Group-3390", + "description": "Threat Group-3390 is a Chinese threat group that has extensively used strategic Web compromises to target victims.[[Citation: Dell TG-3390]]" }, { - "description": "DragonOK is a threat group that has targeted Japanese organizations with phishing emails. Due to overlapping TTPs, including similar custom tools, DragonOK is thought to have a direct or indirect relationship with the threat group Moafee. [[Citation: Operation Quantum Entanglement]][[Citation: Symbiotic APT Groups]] It is known to use a variety of malware, including Sysget/HelloBridge, PlugX, PoisonIvy, FormerFirstRat, NFlog, and NewCT. [[Citation: New DragonOK]]", "uuid": "f3bdec95-3d62-42d9-a840-29630f6cdc1a", - "name": "DragonOK", "meta": { - "synonyms": [ - "DragonOK" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0017", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-quantum-entanglement.pdf", "https://dl.mandiant.com/EE/library/MIRcon2014/MIRcon%202014%20R&D%20Track%20Insight%20into%20Symbiotic%20APT.pdf", "http://researchcenter.paloaltonetworks.com/2015/04/unit-42-identifies-new-dragonok-backdoor-malware-deployed-against-japanese-targets/" + ], + "synonyms": [ + "DragonOK" ] - } + }, + "name": "DragonOK", + "description": "DragonOK is a threat group that has targeted Japanese organizations with phishing emails. Due to overlapping TTPs, including similar custom tools, DragonOK is thought to have a direct or indirect relationship with the threat group Moafee. [[Citation: Operation Quantum Entanglement]][[Citation: Symbiotic APT Groups]] It is known to use a variety of malware, including Sysget/HelloBridge, PlugX, PoisonIvy, FormerFirstRat, NFlog, and NewCT. [[Citation: New DragonOK]]" }, { - "description": "APT1 is a Chinese threat group that has been attributed to the 2nd Bureau of the People’s Liberation Army (PLA) General Staff Department’s (GSD) 3rd Department, commonly known by its Military Unit Cover Designator (MUCD) as Unit 61398.[[Citation: Mandiant APT1]]", "uuid": "6a2e693f-24e5-451a-9f88-b36a108e5662", - "name": "APT1", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0006", + "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ], "synonyms": [ "APT1", "Comment Crew", "Comment Group", "Comment Panda" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0006", - "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] - } + }, + "name": "APT1", + "description": "APT1 is a Chinese threat group that has been attributed to the 2nd Bureau of the People’s Liberation Army (PLA) General Staff Department’s (GSD) 3rd Department, commonly known by its Military Unit Cover Designator (MUCD) as Unit 61398.[[Citation: Mandiant APT1]]" }, { - "description": "Taidoor is a threat group that has operated since at least 2009 and has primarily targeted the Taiwanese government.[[Citation: TrendMicro Taidoor]]", "uuid": "59140a2e-d117-4206-9b2c-2a8662bd9d46", - "name": "Taidoor", "meta": { - "synonyms": [ - "Taidoor" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0015", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20the%20taidoor%20campaign.pdf" + ], + "synonyms": [ + "Taidoor" ] - } + }, + "name": "Taidoor", + "description": "Taidoor is a threat group that has operated since at least 2009 and has primarily targeted the Taiwanese government.[[Citation: TrendMicro Taidoor]]" }, { - "description": "Night Dragon is a threat group that has conducted activity originating primarily in China.[[Citation: McAfee Night Dragon]]", "uuid": "23b6a0f5-fa95-46f9-a6f3-4549c5e45ec8", - "name": "Night Dragon", "meta": { - "synonyms": [ - "Night Dragon" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0014", "http://www.mcafee.com/us/resources/white-papers/wp-global-energy-cyberattacks-night-dragon.pdf" + ], + "synonyms": [ + "Night Dragon" ] - } + }, + "name": "Night Dragon", + "description": "Night Dragon is a threat group that has conducted activity originating primarily in China.[[Citation: McAfee Night Dragon]]" }, { - "description": "Naikon is a threat group that has focused on targets around the South China Sea.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]", "uuid": "2a158b0a-7ef8-43cb-9985-bf34d1e12050", - "name": "Naikon", "meta": { - "synonyms": [ - "Naikon" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0019", "http://cdn2.hubspot.net/hubfs/454298/Project%20CAMERASHY%20ThreatConnect%20Copyright%202015.pdf", "https://securelist.com/analysis/publications/69953/the-naikon-apt/", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ], + "synonyms": [ + "Naikon" ] - } + }, + "name": "Naikon", + "description": "Naikon is a threat group that has focused on targets around the South China Sea.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]" }, { - "description": "Ke3chang is a threat group attributed to actors operating out of China.[[Citation: Villeneuve et al 2014]]", "uuid": "6713ab67-e25b-49cc-808d-2b36d4fbc35c", - "name": "Ke3chang", "meta": { - "synonyms": [ - "Ke3chang" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0004", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf" + ], + "synonyms": [ + "Ke3chang" ] - } + }, + "name": "Ke3chang", + "description": "Ke3chang is a threat group attributed to actors operating out of China.[[Citation: Villeneuve et al 2014]]" }, { - "description": "Patchwork is a threat group that was first observed in December 2015. While the group has not been definitively attributed, circumstantial evidence suggests the group may be a pro-Indian or Indian entity. Much of the code used by this group was copied and pasted from online forums.[[Citation: Cymmetria Patchwork]][[Citation: Symantec Patchwork]]", "uuid": "17862c7d-9e60-48a0-b48e-da4dc4c3f6b0", - "name": "Patchwork", "meta": { - "synonyms": [ - "Patchwork", - "Dropping Elephant", - "Chinastrats" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0040", "http://www.symantec.com/connect/blogs/patchwork-cyberespionage-group-expands-targets-governments-wide-range-industries", "https://s3-us-west-2.amazonaws.com/cymmetria-blog/public/Unveiling%20Patchwork.pdf" + ], + "synonyms": [ + "Patchwork", + "Dropping Elephant", + "Chinastrats" ] - } + }, + "name": "Patchwork", + "description": "Patchwork is a threat group that was first observed in December 2015. While the group has not been definitively attributed, circumstantial evidence suggests the group may be a pro-Indian or Indian entity. Much of the code used by this group was copied and pasted from online forums.[[Citation: Cymmetria Patchwork]][[Citation: Symantec Patchwork]]" }, { - "description": "APT30 is a threat group suspected to be associated with the Chinese government.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]", "uuid": "f047ee18-7985-4946-8bfb-4ed754d3a0dd", - "name": "APT30", "meta": { - "synonyms": [ - "APT30" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0013", "https://securelist.com/analysis/publications/69953/the-naikon-apt/", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ], + "synonyms": [ + "APT30" ] - } + }, + "name": "APT30", + "description": "APT30 is a threat group suspected to be associated with the Chinese government.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]" }, { - "description": "MONSOON is the name of an espionage campaign that apparently started in December 2015 and was ongoing as of July 2016. It is believed that the actors behind MONSOON are the same actors behind Operation Hangover. While attribution is unclear, the campaign has targeted victims with military and political interests in the Indian Subcontinent.[[Citation: Forcepoint Monsoon]] Operation Hangover has been reported as being Indian in origin, and can be traced back to 2010.[[Citation: Operation Hangover May 2013]]", "uuid": "9559ecaf-2e75-48a7-aee8-9974020bc772", - "name": "MONSOON", "meta": { - "synonyms": [ - "MONSOON", - "Operation Hangover" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0042", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf", "http://enterprise-manage.norman.c.bitbit.net/resources/files/Unveiling%20an%20Indian%20Cyberattack%20Infrastructure.pdf" + ], + "synonyms": [ + "MONSOON", + "Operation Hangover" ] - } + }, + "name": "MONSOON", + "description": "MONSOON is the name of an espionage campaign that apparently started in December 2015 and was ongoing as of July 2016. It is believed that the actors behind MONSOON are the same actors behind Operation Hangover. While attribution is unclear, the campaign has targeted victims with military and political interests in the Indian Subcontinent.[[Citation: Forcepoint Monsoon]] Operation Hangover has been reported as being Indian in origin, and can be traced back to 2010.[[Citation: Operation Hangover May 2013]]" }, { - "description": "APT17 is a China-based threat group that has conducted network intrusions against U.S. government entities, the defense industry, law firms, information technology companies, mining companies, and non-government organizations.[[Citation: FireEye APT17]]", "uuid": "090242d7-73fc-4738-af68-20162f7a5aae", - "name": "APT17", "meta": { - "synonyms": [ - "APT17", - "Deputy Dog" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0025", "https://www2.fireeye.com/rs/fireye/images/APT17%20Report.pdf" + ], + "synonyms": [ + "APT17", + "Deputy Dog" ] - } + }, + "name": "APT17", + "description": "APT17 is a China-based threat group that has conducted network intrusions against U.S. government entities, the defense industry, law firms, information technology companies, mining companies, and non-government organizations.[[Citation: FireEye APT17]]" }, { - "description": "FIN7 is a financially motivated threat group that has primarily targeted the retail and hospitality sectors, often using point-of-sale malware.[[Citation: FireEye FIN7 March 2017]]", "uuid": "3753cc21-2dae-4dfb-8481-d004e74502cc", - "name": "FIN7", "meta": { - "synonyms": [ - "FIN7" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0046", "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html" + ], + "synonyms": [ + "FIN7" ] - } + }, + "name": "FIN7", + "description": "FIN7 is a financially motivated threat group that has primarily targeted the retail and hospitality sectors, often using point-of-sale malware.[[Citation: FireEye FIN7 March 2017]]" }, { - "description": "APT3 is a China-based threat group.[[Citation: FireEye Clandestine Wolf]] This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.[[Citation: FireEye Clandestine Wolf]][[Citation: FireEye Operation Double Tap]] As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.[[Citation: Symantec Buckeye]]", "uuid": "0bbdf25b-30ff-4894-a1cd-49260d0dd2d9", - "name": "APT3", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0022", + "http://www.symantec.com/connect/blogs/buckeye-cyberespionage-group-shifts-gaze-us-hong-kong", + "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html", + "https://www.fireeye.com/blog/threat-research/2014/11/operation%20doubletap.html" + ], "synonyms": [ "APT3", "Gothic Panda", @@ -475,293 +476,292 @@ "Buckeye", "Threat Group-0110", "TG-0110" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0022", - "http://www.symantec.com/connect/blogs/buckeye-cyberespionage-group-shifts-gaze-us-hong-kong", - "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html", - "https://www.fireeye.com/blog/threat-research/2014/11/operation%20doubletap.html" ] - } + }, + "name": "APT3", + "description": "APT3 is a China-based threat group.[[Citation: FireEye Clandestine Wolf]] This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.[[Citation: FireEye Clandestine Wolf]][[Citation: FireEye Operation Double Tap]] As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.[[Citation: Symantec Buckeye]]" }, { - "description": "GCMAN is a threat group that focuses on targeting banks for the purpose of transferring money to e-currency services.[[Citation: Securelist GCMAN]]", "uuid": "0ea72cd5-ca30-46ba-bc04-378f701c658f", - "name": "GCMAN", "meta": { - "synonyms": [ - "GCMAN" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0036", "https://securelist.com/blog/research/73638/apt-style-bank-robberies-increase-with-metel-gcman-and-carbanak-2-0-attacks/" + ], + "synonyms": [ + "GCMAN" ] - } + }, + "name": "GCMAN", + "description": "GCMAN is a threat group that focuses on targeting banks for the purpose of transferring money to e-currency services.[[Citation: Securelist GCMAN]]" }, { - "description": "Lazarus Group is a threat group that has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment. It was responsible for a campaign known as Operation Blockbuster. Malware used by Lazarus Group correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.[[Citation: Novetta Blockbuster]]", "uuid": "c93fccb1-e8e8-42cf-ae33-2ad1d183913a", - "name": "Lazarus Group", "meta": { - "synonyms": [ - "Lazarus Group" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0032", "https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf" + ], + "synonyms": [ + "Lazarus Group" ] - } + }, + "name": "Lazarus Group", + "description": "Lazarus Group is a threat group that has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment. It was responsible for a campaign known as Operation Blockbuster. Malware used by Lazarus Group correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.[[Citation: Novetta Blockbuster]]" }, { - "description": "Lotus Blossom is threat group that has targeted government and military organizations in Southeast Asia.[[Citation: Lotus Blossom Jun 2015]] It is also known as Spring Dragon.[[Citation: Spring Dragon Jun 2015]]", "uuid": "88b7dbc2-32d3-4e31-af2f-3fc24e1582d7", - "name": "Lotus Blossom", "meta": { - "synonyms": [ - "Lotus Blossom", - "Spring Dragon" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0030", "https://securelist.com/blog/research/70726/the-spring-dragon-apt/", "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html" + ], + "synonyms": [ + "Lotus Blossom", + "Spring Dragon" ] - } + }, + "name": "Lotus Blossom", + "description": "Lotus Blossom is threat group that has targeted government and military organizations in Southeast Asia.[[Citation: Lotus Blossom Jun 2015]] It is also known as Spring Dragon.[[Citation: Spring Dragon Jun 2015]]" }, { - "description": "Equation is a sophisticated threat group that employs multiple remote access tools. The group is known to use zero-day exploits and has developed the capability to overwrite the firmware of hard disk drives.[[Citation: Kaspersky Equation QA]]", "uuid": "96e239be-ad99-49eb-b127-3007b8c1bec9", - "name": "Equation", "meta": { - "synonyms": [ - "Equation" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0020", "https://securelist.com/files/2015/02/Equation%20group%20questions%20and%20answers.pdf" + ], + "synonyms": [ + "Equation" ] - } + }, + "name": "Equation", + "description": "Equation is a sophisticated threat group that employs multiple remote access tools. The group is known to use zero-day exploits and has developed the capability to overwrite the firmware of hard disk drives.[[Citation: Kaspersky Equation QA]]" }, { - "description": "Darkhotel is a threat group that has been active since at least 2004. The group has conducted activity on hotel and business center Wi‑Fi and physical connections as well as peer-to-peer and file sharing networks. The actors have also conducted spearphishing.[[Citation: Kaspersky Darkhotel]]", "uuid": "9e729a7e-0dd6-4097-95bf-db8d64911383", - "name": "Darkhotel", "meta": { - "synonyms": [ - "Darkhotel" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0012", "https://securelist.com/files/2014/11/darkhotel%20kl%2007.11.pdf" + ], + "synonyms": [ + "Darkhotel" ] - } + }, + "name": "Darkhotel", + "description": "Darkhotel is a threat group that has been active since at least 2004. The group has conducted activity on hotel and business center Wi‑Fi and physical connections as well as peer-to-peer and file sharing networks. The actors have also conducted spearphishing.[[Citation: Kaspersky Darkhotel]]" }, { - "description": "Dragonfly is a cyber espionage group that has been active since at least 2011. They initially targeted defense and aviation companies but shifted to focus on the energy sector in early 2013. They have also targeted companies related to industrial control systems.[[Citation: Symantec Dragonfly]]", "uuid": "1c63d4ec-0a75-4daa-b1df-0d11af3d3cc1", - "name": "Dragonfly", "meta": { - "synonyms": [ - "Dragonfly", - "Energetic Bear" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0035", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" + ], + "synonyms": [ + "Dragonfly", + "Energetic Bear" ] - } + }, + "name": "Dragonfly", + "description": "Dragonfly is a cyber espionage group that has been active since at least 2011. They initially targeted defense and aviation companies but shifted to focus on the energy sector in early 2013. They have also targeted companies related to industrial control systems.[[Citation: Symantec Dragonfly]]" }, { - "description": "Suckfly is a China-based threat group that has been active since at least 2014.[[Citation: Symantec Suckfly March 2016]]", "uuid": "5cbe0d3b-6fb1-471f-b591-4b192915116d", - "name": "Suckfly", "meta": { - "synonyms": [ - "Suckfly" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0039", "http://www.symantec.com/connect/blogs/suckfly-revealing-secret-life-your-code-signing-certificates" + ], + "synonyms": [ + "Suckfly" ] - } + }, + "name": "Suckfly", + "description": "Suckfly is a China-based threat group that has been active since at least 2014.[[Citation: Symantec Suckfly March 2016]]" }, { - "description": "Stealth Falcon is a threat group that has conducted targeted spyware attacks against Emirati journalists, activists, and dissidents since at least 2012. Circumstantial evidence suggests there could be a link between this group and the United Arab Emirates (UAE) government, but that has not been confirmed.[[Citation: Citizen Lab Stealth Falcon May 2016]]", "uuid": "894aab42-3371-47b1-8859-a4a074c804c8", - "name": "Stealth Falcon", "meta": { - "synonyms": [ - "Stealth Falcon" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0038", "https://citizenlab.org/2016/05/stealth-falcon/" + ], + "synonyms": [ + "Stealth Falcon" ] - } + }, + "name": "Stealth Falcon", + "description": "Stealth Falcon is a threat group that has conducted targeted spyware attacks against Emirati journalists, activists, and dissidents since at least 2012. Circumstantial evidence suggests there could be a link between this group and the United Arab Emirates (UAE) government, but that has not been confirmed.[[Citation: Citizen Lab Stealth Falcon May 2016]]" }, { - "description": "Scarlet Mimic is a threat group that has targeted minority rights activists. This group has not been directly linked to a government source, but the group's motivations appear to overlap with those of the Chinese government. While there is some overlap between IP addresses used by Scarlet Mimic and Putter Panda, it has not been concluded that the groups are the same.[[Citation: Scarlet Mimic Jan 2016]]", "uuid": "c5574ca0-d5a4-490a-b207-e4658e5fd1d7", - "name": "Scarlet Mimic", "meta": { - "synonyms": [ - "Scarlet Mimic" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0029", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" + ], + "synonyms": [ + "Scarlet Mimic" ] - } + }, + "name": "Scarlet Mimic", + "description": "Scarlet Mimic is a threat group that has targeted minority rights activists. This group has not been directly linked to a government source, but the group's motivations appear to overlap with those of the Chinese government. While there is some overlap between IP addresses used by Scarlet Mimic and Putter Panda, it has not been concluded that the groups are the same.[[Citation: Scarlet Mimic Jan 2016]]" }, { - "description": "Threat Group-1314 is an unattributed threat group that has used compromised credentials to log into a victim's remote access infrastructure.[[Citation: Dell TG-1314]]", "uuid": "d519164e-f5fa-4b8c-a1fb-cf0172ad0983", - "name": "Threat Group-1314", "meta": { - "synonyms": [ - "Threat Group-1314", - "TG-1314" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0028", "http://www.secureworks.com/resources/blog/living-off-the-land/" + ], + "synonyms": [ + "Threat Group-1314", + "TG-1314" ] - } + }, + "name": "Threat Group-1314", + "description": "Threat Group-1314 is an unattributed threat group that has used compromised credentials to log into a victim's remote access infrastructure.[[Citation: Dell TG-1314]]" }, { - "description": "Turla is a threat group that has infected victims in over 45 countries, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies.[[Citation: Kaspersky Turla]]", "uuid": "7a19ecb1-3c65-4de3-a230-993516aed6a6", - "name": "Turla", "meta": { - "synonyms": [ - "Turla", - "Waterbug" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0010", "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" + ], + "synonyms": [ + "Turla", + "Waterbug" ] - } + }, + "name": "Turla", + "description": "Turla is a threat group that has infected victims in over 45 countries, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies.[[Citation: Kaspersky Turla]]" }, { - "description": "APT29 is threat group that has been attributed to the Russian government and has operated since at least 2008.[[Citation: F-Secure The Dukes]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee starting in the summer of 2015.[[Citation: Crowdstrike DNC June 2016]]", "uuid": "899ce53f-13a0-479b-a0e4-67d46e241542", - "name": "APT29", "meta": { - "synonyms": [ - "APT29", - "The Dukes", - "Cozy Bear" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0016", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf", "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/" + ], + "synonyms": [ + "APT29", + "The Dukes", + "Cozy Bear" ] - } + }, + "name": "APT29", + "description": "APT29 is threat group that has been attributed to the Russian government and has operated since at least 2008.[[Citation: F-Secure The Dukes]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee starting in the summer of 2015.[[Citation: Crowdstrike DNC June 2016]]" }, { - "description": "menuPass is a threat group that appears to originate from China and has been active since approximately 2009. The group has targeted healthcare, defense, aerospace, and government sectors, and has targeted Japanese victims since at least 2014.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: Crowdstrike CrowdCast Oct 2013]][[Citation: FireEye Poison Ivy]]", "uuid": "222fbd21-fc4f-4b7e-9f85-0e6e3a76c33f", - "name": "menuPass", "meta": { - "synonyms": [ - "menuPass", - "Stone Panda", - "APT10" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0045", "https://www.slideshare.net/CrowdStrike/crowd-casts-monthly-you-have-an-adversary-problem", "http://researchcenter.paloaltonetworks.com/2017/02/unit42-menupass-returns-new-malware-new-attacks-japanese-academics-organizations/", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf" + ], + "synonyms": [ + "menuPass", + "Stone Panda", + "APT10" ] - } + }, + "name": "menuPass", + "description": "menuPass is a threat group that appears to originate from China and has been active since approximately 2009. The group has targeted healthcare, defense, aerospace, and government sectors, and has targeted Japanese victims since at least 2014.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: Crowdstrike CrowdCast Oct 2013]][[Citation: FireEye Poison Ivy]]" }, { - "description": "Putter Panda is a Chinese threat group that has been attributed to Unit 61486 of the 12th Bureau of the PLA’s 3rd General Staff Department (GSD).[[Citation: CrowdStrike Putter Panda]]", "uuid": "5ce5392a-3a6c-4e07-9df3-9b6a9159ac45", - "name": "Putter Panda", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0024", + "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" + ], "synonyms": [ "Putter Panda", "APT2", "MSUpdater" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0024", - "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" ] - } + }, + "name": "Putter Panda", + "description": "Putter Panda is a Chinese threat group that has been attributed to Unit 61486 of the 12th Bureau of the PLA’s 3rd General Staff Department (GSD).[[Citation: CrowdStrike Putter Panda]]" }, { - "description": "Axiom is a cyber espionage group suspected to be associated with the Chinese government.Winnti Group use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]", "uuid": "a0cb9370-e39b-44d5-9f50-ef78e412b973", - "name": "Axiom", "meta": { - "synonyms": [ - "Axiom", - "Group 72" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0001", "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf", "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf", "https://securelist.com/blog/incidents/70991/games-are-over/" + ], + "synonyms": [ + "Axiom", + "Group 72" ] - } + }, + "name": "Axiom", + "description": "Axiom is a cyber espionage group suspected to be associated with the Chinese government.Winnti Group use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]" }, { - "description": "Carbanak is a threat group that mainly targets banks. It also refers to malware of the same name (Carbanak).[[Citation: Kaspersky Carbanak]]", "uuid": "55033a4d-3ffe-46b2-99b4-2c1541e9ce1c", - "name": "Carbanak", "meta": { - "synonyms": [ - "Carbanak", - "Anunak" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0008", "https://securelist.com/files/2015/02/Carbanak%20APT%20eng.pdf" + ], + "synonyms": [ + "Carbanak", + "Anunak" ] - } + }, + "name": "Carbanak", + "description": "Carbanak is a threat group that mainly targets banks. It also refers to malware of the same name (Carbanak).[[Citation: Kaspersky Carbanak]]" }, { - "description": "APT18 is a threat group that has operated since at least 2009 and has targeted a range of industries, including technology, manufacturing, human rights groups, government, and medical.[[Citation: Dell Lateral Movement]]", "uuid": "38fd6a28-3353-4f2b-bb2b-459fecd5c648", - "name": "APT18", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Group/G0026", + "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" + ], "synonyms": [ "APT18", "Threat Group-0416", "TG-0416", "Dynamite Panda" - ], - "refs": [ - "https://attack.mitre.org/wiki/Group/G0026", - "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" ] - } + }, + "name": "APT18", + "description": "APT18 is a threat group that has operated since at least 2009 and has targeted a range of industries, including technology, manufacturing, human rights groups, government, and medical.[[Citation: Dell Lateral Movement]]" }, { - "description": "Gamaredon Group is a threat group that has been active since at least 2013 and has targeted individuals likely involved in the Ukrainian government.[[Citation: Palo Alto Gamaredon Feb 2017]]", "uuid": "2e290bfe-93b5-48ce-97d6-edcd6d32b7cf", - "name": "Gamaredon Group", "meta": { - "synonyms": [ - "Gamaredon Group" - ], "refs": [ "https://attack.mitre.org/wiki/Group/G0047", "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/" + ], + "synonyms": [ + "Gamaredon Group" ] - } + }, + "name": "Gamaredon Group", + "description": "Gamaredon Group is a threat group that has been active since at least 2013 and has targeted individuals likely involved in the Ukrainian government.[[Citation: Palo Alto Gamaredon Feb 2017]]" } ], + "authors": [ + "MITRE" + ], "version": "1", "type": "intrusion-set", - "authors": [ - "MITRE" - ] + "name": "intrusion Set", + "source": "https://github.com/mitre/cti", + "description": "Name of ATT&CK Group" } diff --git a/clusters/mitre_malware.json b/clusters/mitre_malware.json index c89f4a2..3c1564f 100644 --- a/clusters/mitre_malware.json +++ b/clusters/mitre_malware.json @@ -1,14 +1,9 @@ { - "description": "Name of ATT&CK software", - "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", - "authors": [ - "MITRE" - ], - "source": "https://github.com/mitre/cti", - "type": "malware", + "version": "1", "values": [ { "description": "OLDBAIT is a credential harvester used by APT28.[[Citation: FireEye APT28]][[Citation: FireEye APT28 January 2017]]\n\nAliases: OLDBAIT, Sasfis", + "uuid": "2dd34b01-6110-4aac-835d-b5e7b936b0be", "meta": { "synonyms": [ "OLDBAIT", @@ -20,11 +15,11 @@ "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf" ] }, - "uuid": "2dd34b01-6110-4aac-835d-b5e7b936b0be", "name": "OLDBAIT" }, { "description": "CosmicDuke is malware that was used by APT29 from 2010 to 2015.[[Citation: F-Secure The Dukes]]\n\nAliases: CosmicDuke, TinyBaron, BotgenStudios, NemesisGemina", + "uuid": "2eb9b131-d333-4a48-9eb4-d8dec46c19ee", "meta": { "synonyms": [ "CosmicDuke", @@ -37,44 +32,44 @@ "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "2eb9b131-d333-4a48-9eb4-d8dec46c19ee", "name": "CosmicDuke" }, { "description": "H1N1 is a malware variant that has been distributed via a campaign using VBA macros to infect victims. Although it initially had only loader capabilities, it has evolved to include information-stealing functionality.[[Citation: Cisco H1N1 Part 1]]", + "uuid": "f8dfbc54-b070-4224-b560-79aaa5f835bd", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0132", "http://blogs.cisco.com/security/h1n1-technical-analysis-reveals-new-capabilities" ] }, - "uuid": "f8dfbc54-b070-4224-b560-79aaa5f835bd", "name": "H1N1" }, { "description": "SPACESHIP is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", + "uuid": "8b880b41-5139-4807-baa9-309690218719", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0035", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" ] }, - "uuid": "8b880b41-5139-4807-baa9-309690218719", "name": "SPACESHIP" }, { "description": "Hi-Zor is a remote access tool (RAT) that has characteristics similar to Sakula. It was used in a campaign named INOCNATION.[[Citation: Fidelis Hi-Zor]]", + "uuid": "5967cc93-57c9-404a-8ffd-097edfa7bdfc", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0087", "http://www.threatgeek.com/2016/01/introducing-hi-zor-rat.html" ] }, - "uuid": "5967cc93-57c9-404a-8ffd-097edfa7bdfc", "name": "Hi-Zor" }, { "description": "TEXTMATE is a second-stage PowerShell backdoor that is memory-resident. It was observed being used along with POWERSOURCE in February 2017.[[Citation: FireEye FIN7 March 2017]]\n\nAliases: TEXTMATE, DNSMessenger", + "uuid": "4f6aa78c-c3d4-4883-9840-96ca2f5d6d47", "meta": { "synonyms": [ "TEXTMATE", @@ -85,11 +80,11 @@ "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html" ] }, - "uuid": "4f6aa78c-c3d4-4883-9840-96ca2f5d6d47", "name": "TEXTMATE" }, { "description": "Net Crawler is an intranet worm capable of extracting credentials using credential dumpers and spreading to systems on a network over SMB by brute forcing accounts with recovered passwords and using PsExec to execute a copy of Net Crawler.[[Citation: Cylance Cleaver]]\n\nAliases: Net Crawler, NetC", + "uuid": "fde50aaa-f5de-4cb8-989a-babb57d6a704", "meta": { "synonyms": [ "Net Crawler", @@ -100,11 +95,11 @@ "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" ] }, - "uuid": "fde50aaa-f5de-4cb8-989a-babb57d6a704", "name": "Net Crawler" }, { "description": "BlackEnergy is a malware toolkit that has been used by both criminal and APT actors. It dates back to at least 2007 and was originally designed to create botnets for use in conducting Distributed Denial of Service (DDoS) attacks, but its use has evolved to support various plug-ins. It is well known for being used during the confrontation between Georgia and Russia in 2008, as well as in targeting Ukrainian institutions. Variants include BlackEnergy 2 and BlackEnergy 3.[[Citation: F-Secure BlackEnergy 2014]]\n\nAliases: BlackEnergy, Black Energy", + "uuid": "54cc1d4f-5c53-4f0e-9ef5-11b4998e82e4", "meta": { "synonyms": [ "BlackEnergy", @@ -115,22 +110,22 @@ "https://www.f-secure.com/documents/996508/1030745/blackenergy%20whitepaper.pdf" ] }, - "uuid": "54cc1d4f-5c53-4f0e-9ef5-11b4998e82e4", "name": "BlackEnergy" }, { "description": "Pisloader is a malware family that is notable due to its use of DNS as a C2 protocol as well as its use of anti-analysis tactics. It has been used by APT18 and is similar to another malware family, HTTPBrowser, that has been used by the group.[[Citation: Palo Alto DNS Requests]]", + "uuid": "b96680d1-5eb3-4f07-b95c-00ab904ac236", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0124", "http://researchcenter.paloaltonetworks.com/2016/05/unit42-new-wekby-attacks-use-dns-requests-as-command-and-control-mechanism/" ] }, - "uuid": "b96680d1-5eb3-4f07-b95c-00ab904ac236", "name": "Pisloader" }, { "description": "Backdoor.Oldrea is a backdoor used by Dragonfly. It appears to be custom malware authored by the group or specifically for it.[[Citation: Symantec Dragonfly]]\n\nAliases: Backdoor.Oldrea, Havex", + "uuid": "083bb47b-02c8-4423-81a2-f9ef58572974", "meta": { "synonyms": [ "Backdoor.Oldrea", @@ -141,11 +136,11 @@ "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" ] }, - "uuid": "083bb47b-02c8-4423-81a2-f9ef58572974", "name": "Backdoor.Oldrea" }, { "description": "ChChes is a Trojan that appears to be used exclusively by menuPass. It was used to target Japanese organizations in 2016. Its lack of persistence methods suggests it may be intended as a first-stage tool.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: JPCERT ChChes Feb 2017]]", + "uuid": "dc5d1a33-62aa-4a0c-aa8c-589b87beb11e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0144", @@ -153,33 +148,33 @@ "http://blog.jpcert.or.jp/2017/02/chches-malware--93d6.html" ] }, - "uuid": "dc5d1a33-62aa-4a0c-aa8c-589b87beb11e", "name": "ChChes" }, { "description": "Hacking Team UEFI Rootkit is a rootkit developed by the company Hacking Team as a method of persistence for remote access software.[[Citation: TrendMicro Hacking Team UEFI]]", + "uuid": "4b62ab58-c23b-4704-9c15-edd568cd59f8", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0047", "http://blog.trendmicro.com/trendlabs-security-intelligence/hacking-team-uses-uefi-bios-rootkit-to-keep-rcs-9-agent-in-target-systems/" ] }, - "uuid": "4b62ab58-c23b-4704-9c15-edd568cd59f8", "name": "Hacking Team UEFI Rootkit" }, { "description": "httpclient is malware used by Putter Panda. It is a simple tool that provides a limited range of functionality, suggesting it is likely used as a second-stage or supplementary/backup tool.[[Citation: CrowdStrike Putter Panda]]", + "uuid": "e8268361-a599-4e45-bd3f-71c8c7e700c0", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0068", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" ] }, - "uuid": "e8268361-a599-4e45-bd3f-71c8c7e700c0", "name": "httpclient" }, { "description": "Downdelph is a first-stage downloader written in Delphi that has been used by APT28 in rare instances between 2013 and 2015.[[Citation: ESET Sednit Part 3]]\n\nAliases: Downdelph, Delphacy", + "uuid": "08d20cd2-f084-45ee-8558-fa6ef5a18519", "meta": { "synonyms": [ "Downdelph", @@ -190,33 +185,33 @@ "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf" ] }, - "uuid": "08d20cd2-f084-45ee-8558-fa6ef5a18519", "name": "Downdelph" }, { "description": "StreamEx is a malware family that has been used by Deep Panda since at least 2015. In 2016, it was distributed via legitimate compromised Korean websites.[[Citation: Cylance Shell Crew Feb 2017]]", + "uuid": "91000a8a-58cc-4aba-9ad0-993ad6302b86", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0142", "https://www.cylance.com/shell-crew-variants-continue-to-fly-under-big-avs-radar" ] }, - "uuid": "91000a8a-58cc-4aba-9ad0-993ad6302b86", "name": "StreamEx" }, { "description": "Psylo is a shellcode-based Trojan that has been used by Scarlet Mimic. It has similar characteristics as FakeM.[[Citation: Scarlet Mimic Jan 2016]]", + "uuid": "dfb5fa9b-3051-4b97-8035-08f80aef945b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0078", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" ] }, - "uuid": "dfb5fa9b-3051-4b97-8035-08f80aef945b", "name": "Psylo" }, { "description": "HDoor is malware that has been customized and used by the Naikon group.[[Citation: Baumgartner Naikon 2015]]\n\nAliases: HDoor, Custom HDoor", + "uuid": "007b44b6-e4c5-480b-b5b9-56f2081b1b7b", "meta": { "synonyms": [ "HDoor", @@ -227,22 +222,22 @@ "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" ] }, - "uuid": "007b44b6-e4c5-480b-b5b9-56f2081b1b7b", "name": "HDoor" }, { "description": "TinyZBot is a bot written in C# that was developed by Cleaver.[[Citation: Cylance Cleaver]]", + "uuid": "c0c45d38-fe57-4cd4-b2b2-9ecd0ddd4ca9", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0004", "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" ] }, - "uuid": "c0c45d38-fe57-4cd4-b2b2-9ecd0ddd4ca9", "name": "TinyZBot" }, { "description": "BACKSPACE is a backdoor used by APT30 that dates back to at least 2005.[[Citation: FireEye APT30]]\n\nAliases: BACKSPACE, Lecna", + "uuid": "fb261c56-b80e-43a9-8351-c84081e7213d", "meta": { "synonyms": [ "BACKSPACE", @@ -253,22 +248,22 @@ "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" ] }, - "uuid": "fb261c56-b80e-43a9-8351-c84081e7213d", "name": "BACKSPACE" }, { "description": "PinchDuke is malware that was used by APT29 from 2008 to 2010.[[Citation: F-Secure The Dukes]]", + "uuid": "ae9d818d-95d0-41da-b045-9cabea1ca164", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0048", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "ae9d818d-95d0-41da-b045-9cabea1ca164", "name": "PinchDuke" }, { "description": "CloudDuke is malware that was used by APT29 in 2015.[[Citation: F-Secure The Dukes]]\n\nAliases: CloudDuke, MiniDionis, CloudLook", + "uuid": "cbf646f1-7db5-4dc6-808b-0094313949df", "meta": { "synonyms": [ "CloudDuke", @@ -280,77 +275,77 @@ "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "cbf646f1-7db5-4dc6-808b-0094313949df", "name": "CloudDuke" }, { "description": "WinMM is a full-featured, simple backdoor used by Naikon.[[Citation: Baumgartner Naikon 2015]]", + "uuid": "22addc7b-b39f-483d-979a-1b35147da5de", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0059", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" ] }, - "uuid": "22addc7b-b39f-483d-979a-1b35147da5de", "name": "WinMM" }, { "description": "MobileOrder is a Trojan intended to compromise Android mobile devices. It has been used by Scarlet Mimic.[[Citation: Scarlet Mimic Jan 2016]]", + "uuid": "463f68f1-5cde-4dc2-a831-68b73488f8f4", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0079", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" ] }, - "uuid": "463f68f1-5cde-4dc2-a831-68b73488f8f4", "name": "MobileOrder" }, { "description": "Sys10 is a backdoor that was used throughout 2013 by Naikon.[[Citation: Baumgartner Naikon 2015]]", + "uuid": "7f8730af-f683-423f-9ee1-5f6875a80481", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0060", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" ] }, - "uuid": "7f8730af-f683-423f-9ee1-5f6875a80481", "name": "Sys10" }, { "description": "Duqu is a malware platform that uses a modular approach to extend functionality after deployment within a target network.[[Citation: Symantec W32.Duqu]]", + "uuid": "68dca94f-c11d-421e-9287-7c501108e18c", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0038", "https://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/w32%20duqu%20the%20precursor%20to%20the%20next%20stuxnet.pdf" ] }, - "uuid": "68dca94f-c11d-421e-9287-7c501108e18c", "name": "Duqu" }, { "description": "FakeM is a shellcode-based Windows backdoor that has been used by Scarlet Mimic.[[Citation: Scarlet Mimic Jan 2016]]", + "uuid": "bb3c1098-d654-4620-bf40-694386d28921", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0076", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" ] }, - "uuid": "bb3c1098-d654-4620-bf40-694386d28921", "name": "FakeM" }, { "description": "SHIPSHAPE is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", + "uuid": "b1de6916-7a22-4460-8d26-6b5483ffaa2a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0028", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" ] }, - "uuid": "b1de6916-7a22-4460-8d26-6b5483ffaa2a", "name": "SHIPSHAPE" }, { "description": "T9000 is a backdoor that is a newer variant of the T5000 malware family, also known as Plat1. Its primary function is to gather information about the victim. It has been used in multiple targeted attacks against U.S.-based organizations.[[Citation: FireEye admin@338 March 2014]][[Citation: Palo Alto T9000 Feb 2016]]", + "uuid": "876f6a77-fbc5-4e13-ab1a-5611986730a3", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0098", @@ -358,33 +353,33 @@ "http://researchcenter.paloaltonetworks.com/2016/02/t9000-advanced-modular-backdoor-uses-complex-anti-analysis-techniques/" ] }, - "uuid": "876f6a77-fbc5-4e13-ab1a-5611986730a3", "name": "T9000" }, { "description": "BS2005 is malware that was used by Ke3chang in spearphishing campaigns since at least 2011.[[Citation: Villeneuve et al 2014]]", + "uuid": "67fc172a-36fa-4a35-88eb-4ba730ed52a6", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0014", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf" ] }, - "uuid": "67fc172a-36fa-4a35-88eb-4ba730ed52a6", "name": "BS2005" }, { "description": "WEBC2 is a backdoor used by APT1 to retrieve a Web page from a predetermined C2 server.[[Citation: Mandiant APT1 Appendix]]", + "uuid": "1d808f62-cf63-4063-9727-ff6132514c22", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0109", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report-appendix.zip" ] }, - "uuid": "1d808f62-cf63-4063-9727-ff6132514c22", "name": "WEBC2" }, { "description": "PlugX is a remote access tool (RAT) that uses modular plugins.[[Citation: Lastline PlugX Analysis]] It has been used by multiple threat groups.[[Citation: FireEye Clandestine Fox Part 2]][[Citation: New DragonOK]][[Citation: Dell TG-3390]]\n\nAliases: PlugX, Sogu, Kaba", + "uuid": "64fa0de0-6240-41f4-8638-f4ca7ed528fd", "meta": { "synonyms": [ "PlugX", @@ -399,44 +394,44 @@ "http://researchcenter.paloaltonetworks.com/2015/04/unit-42-identifies-new-dragonok-backdoor-malware-deployed-against-japanese-targets/" ] }, - "uuid": "64fa0de0-6240-41f4-8638-f4ca7ed528fd", "name": "PlugX" }, { "description": "Misdat is a backdoor that was used by Dust Storm from 2010 to 2011.[[Citation: Cylance Dust Storm]]", + "uuid": "0db09158-6e48-4e7c-8ce7-2b10b9c0c039", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0083", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" ] }, - "uuid": "0db09158-6e48-4e7c-8ce7-2b10b9c0c039", "name": "Misdat" }, { "description": "Taidoor is malware that has been used since at least 2010, primarily to target Taiwanese government organizations.[[Citation: TrendMicro Taidoor]]", + "uuid": "b143dfa4-e944-43ff-8429-bfffc308c517", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0011", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20the%20taidoor%20campaign.pdf" ] }, - "uuid": "b143dfa4-e944-43ff-8429-bfffc308c517", "name": "Taidoor" }, { "description": "MoonWind is a remote access tool (RAT) that was used in 2016 to target organizations in Thailand.[[Citation: Palo Alto MoonWind March 2017]]", + "uuid": "9ea525fa-b0a9-4dde-84f2-bcea0137b3c1", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0149", "http://researchcenter.paloaltonetworks.com/2017/03/unit42-trochilus-rat-new-moonwind-rat-used-attack-thai-utility-organizations/" ] }, - "uuid": "9ea525fa-b0a9-4dde-84f2-bcea0137b3c1", "name": "MoonWind" }, { "description": "Crimson is malware used as part of a campaign known as Operation Transparent Tribe that targeted Indian diplomatic and military victims.[[Citation: Proofpoint Operation Transparent Tribe March 2016]]\n\nAliases: Crimson, MSIL/Crimson", + "uuid": "326af1cd-78e7-45b7-a326-125d2f7ef8f2", "meta": { "synonyms": [ "Crimson", @@ -447,44 +442,44 @@ "https://www.proofpoint.com/sites/default/files/proofpoint-operation-transparent-tribe-threat-insight-en.pdf" ] }, - "uuid": "326af1cd-78e7-45b7-a326-125d2f7ef8f2", "name": "Crimson" }, { "description": "Rover is malware suspected of being used for espionage purposes. It was used in 2015 in a targeted email sent to an Indian Ambassador to Afghanistan.[[Citation: Palo Alto Rover]]", + "uuid": "6b616fc1-1505-48e3-8b2c-0d19337bff38", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0090", "http://researchcenter.paloaltonetworks.com/2016/02/new-malware-rover-targets-indian-ambassador-to-afghanistan/" ] }, - "uuid": "6b616fc1-1505-48e3-8b2c-0d19337bff38", "name": "Rover" }, { "description": "ZLib is a full-featured backdoor that was used as a second-stage implant by Dust Storm from 2014 to 2015. It is malware and should not be confused with the compression library from which its name is derived.[[Citation: Cylance Dust Storm]]", + "uuid": "166c0eca-02fd-424a-92c0-6b5106994d31", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0086", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" ] }, - "uuid": "166c0eca-02fd-424a-92c0-6b5106994d31", "name": "ZLib" }, { "description": "PowerDuke is a backdoor that was used by APT29 in 2016. It has primarily been delivered through Microsoft Word or Excel attachments containing malicious macros.[[Citation: Volexity PowerDuke November 2016]]", + "uuid": "00c3bfcb-99bd-4767-8c03-b08f585f5c8a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0139", "https://www.volexity.com/blog/2016/11/09/powerduke-post-election-spear-phishing-campaigns-targeting-think-tanks-and-ngos/" ] }, - "uuid": "00c3bfcb-99bd-4767-8c03-b08f585f5c8a", "name": "PowerDuke" }, { "description": "HTTPBrowser is malware that has been used by several threat groups.[[Citation: ThreatStream Evasion Analysis]][[Citation: Dell TG-3390]] It is believed to be of Chinese origin.[[Citation: ThreatConnect Anthem]]\n\nAliases: HTTPBrowser, Token Control, HttpDump", + "uuid": "e066bf86-9cfb-407a-9d25-26fd5d91e360", "meta": { "synonyms": [ "HTTPBrowser", @@ -498,11 +493,11 @@ "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" ] }, - "uuid": "e066bf86-9cfb-407a-9d25-26fd5d91e360", "name": "HTTPBrowser" }, { "description": "HAMMERTOSS is a backdoor that was used by APT29 in 2015.[[Citation: FireEye APT29]][[Citation: F-Secure The Dukes]]\n\nAliases: HAMMERTOSS, HammerDuke, NetDuke", + "uuid": "2daa14d6-cbf3-4308-bb8e-213c324a08e4", "meta": { "synonyms": [ "HAMMERTOSS", @@ -515,11 +510,11 @@ "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "2daa14d6-cbf3-4308-bb8e-213c324a08e4", "name": "HAMMERTOSS" }, { "description": "PoisonIvy is a popular remote access tool (RAT) that has been used by many groups.[[Citation: FireEye Poison Ivy]]\n\nAliases: PoisonIvy, Poison Ivy", + "uuid": "b42378e0-f147-496f-992a-26a49705395b", "meta": { "synonyms": [ "PoisonIvy", @@ -530,11 +525,11 @@ "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf" ] }, - "uuid": "b42378e0-f147-496f-992a-26a49705395b", "name": "PoisonIvy" }, { "description": "Carbanak is a remote backdoor used by a group of the same name (Carbanak). It is intended for espionage, data exfiltration, and providing remote access to infected machines.[[Citation: Kaspersky Carbanak]]\n\nAliases: Carbanak, Anunak", + "uuid": "72f54d66-675d-4587-9bd3-4ed09f9522e4", "meta": { "synonyms": [ "Carbanak", @@ -545,33 +540,33 @@ "https://securelist.com/files/2015/02/Carbanak%20APT%20eng.pdf" ] }, - "uuid": "72f54d66-675d-4587-9bd3-4ed09f9522e4", "name": "Carbanak" }, { "description": "Ixeshe is a malware family that has been used since 2009 to attack targets in East Asia.[[Citation: Moran 2013]]", + "uuid": "8beac7c2-48d2-4cd9-9b15-6c452f38ac06", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0015", "https://www.fireeye.com/blog/threat-research/2013/08/survival-of-the-fittest-new-york-times-attackers-evolve-quickly.html" ] }, - "uuid": "8beac7c2-48d2-4cd9-9b15-6c452f38ac06", "name": "Ixeshe" }, { "description": "BADNEWS is malware that has been used by the actors responsible for the MONSOON campaign. Its name was given due to its use of RSS feeds, forums, and blogs for command and control.[[Citation: Forcepoint Monsoon]]", + "uuid": "e9595678-d269-469e-ae6b-75e49259de63", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0128", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" ] }, - "uuid": "e9595678-d269-469e-ae6b-75e49259de63", "name": "BADNEWS" }, { "description": "Flame is a sophisticated toolkit that has been used to collect information since at least 2010, largely targeting Middle East countries.[[Citation: Kaspersky Flame]]\n\nAliases: Flame, Flamer, sKyWIper", + "uuid": "ff6840c9-4c87-4d07-bbb6-9f50aa33d498", "meta": { "synonyms": [ "Flame", @@ -583,22 +578,22 @@ "https://securelist.com/blog/incidents/34344/the-flame-questions-and-answers-51/" ] }, - "uuid": "ff6840c9-4c87-4d07-bbb6-9f50aa33d498", "name": "Flame" }, { "description": "RIPTIDE is a proxy-aware backdoor used by APT12.[[Citation: Moran 2014]]", + "uuid": "ad4f146f-e3ec-444a-ba71-24bffd7f0f8e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0003", "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html" ] }, - "uuid": "ad4f146f-e3ec-444a-ba71-24bffd7f0f8e", "name": "RIPTIDE" }, { "description": "CozyCar is malware that was used by APT29 from 2010 to 2015. It is a modular malware platform, and its backdoor component can be instructed to download and execute a variety of modules with different functionality.[[Citation: F-Secure The Dukes]]\n\nAliases: CozyCar, CozyDuke, CozyBear, Cozer, EuroAPT", + "uuid": "e6ef745b-077f-42e1-a37d-29eecff9c754", "meta": { "synonyms": [ "CozyCar", @@ -612,33 +607,33 @@ "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "e6ef745b-077f-42e1-a37d-29eecff9c754", "name": "CozyCar" }, { "description": "Mivast is a backdoor that has been used by Deep Panda. It was reportedly used in the Anthem breach.[[Citation: Symantec Black Vine]]", + "uuid": "fbb470da-1d44-4f29-bbb3-9efbe20f94a3", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0080", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/the-black-vine-cyberespionage-group.pdf" ] }, - "uuid": "fbb470da-1d44-4f29-bbb3-9efbe20f94a3", "name": "Mivast" }, { "description": "Cherry Picker is a point of sale (PoS) memory scraper.[[Citation: Trustwave Cherry Picker]]", + "uuid": "b2203c59-4089-4ee4-bfe1-28fa25f0dbfe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0107", "https://www.trustwave.com/Resources/SpiderLabs-Blog/Shining-the-Spotlight-on-Cherry-Picker-PoS-Malware/" ] }, - "uuid": "b2203c59-4089-4ee4-bfe1-28fa25f0dbfe", "name": "Cherry Picker" }, { "description": "XTunnel a VPN-like network proxy tool that can relay traffic between a C2 server and a victim. It was first seen in May 2013 and reportedly used by APT28 during the compromise of the Democratic National Committee.[[Citation: Crowdstrike DNC June 2016]][[Citation: Invincea XTunnel]][[Citation: ESET Sednit Part 2]]\n\nAliases: XTunnel, X-Tunnel, XAPS", + "uuid": "7343e208-7cab-45f2-a47b-41ba5e2f0fab", "meta": { "synonyms": [ "XTunnel", @@ -652,22 +647,22 @@ "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" ] }, - "uuid": "7343e208-7cab-45f2-a47b-41ba5e2f0fab", "name": "XTunnel" }, { "description": "GeminiDuke is malware that was used by APT29 from 2009 to 2012.[[Citation: F-Secure The Dukes]]", + "uuid": "199463de-d9be-46d6-bb41-07234c1dd5a6", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0049", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "199463de-d9be-46d6-bb41-07234c1dd5a6", "name": "GeminiDuke" }, { "description": "Sakula is a remote access tool (RAT) that first surfaced in 2012 and was used in intrusions throughout 2015.[[Citation: Dell Sakula]]\n\nAliases: Sakula, Sakurel, VIPER", + "uuid": "96b08451-b27a-4ff6-893f-790e26393a8e", "meta": { "synonyms": [ "Sakula", @@ -679,44 +674,44 @@ "http://www.secureworks.com/cyber-threat-intelligence/threats/sakula-malware-family/" ] }, - "uuid": "96b08451-b27a-4ff6-893f-790e26393a8e", "name": "Sakula" }, { "description": "Agent.btz is a worm that primarily spreads itself via removable devices such as USB drives. It reportedly infected U.S. military networks in 2008.[[Citation: Securelist Agent.btz]]", + "uuid": "40d3e230-ed32-469f-ba89-be70cc08ab39", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0092", "https://securelist.com/blog/virus-watch/58551/agent-btz-a-source-of-inspiration/" ] }, - "uuid": "40d3e230-ed32-469f-ba89-be70cc08ab39", "name": "Agent.btz" }, { "description": "Prikormka is a malware family used in a campaign known as Operation Groundbait. It has predominantly been observed in Ukraine and was used as early as 2008.[[Citation: ESET Operation Groundbait]]", + "uuid": "37cc7eb6-12e3-467b-82e8-f20f2cc73c69", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0113", "http://www.welivesecurity.com/wp-content/uploads/2016/05/Operation-Groundbait.pdf" ] }, - "uuid": "37cc7eb6-12e3-467b-82e8-f20f2cc73c69", "name": "Prikormka" }, { "description": "NETEAGLE is a backdoor developed by APT30 with compile dates as early as 2008. It has two main variants known as “Scout” and “Norton.”[[Citation: FireEye APT30]]", + "uuid": "53cf6cc4-65aa-445a-bcf8-c3d296f8a7a2", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0034", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" ] }, - "uuid": "53cf6cc4-65aa-445a-bcf8-c3d296f8a7a2", "name": "NETEAGLE" }, { "description": "USBStealer is malware that has used by APT28 since at least 2005 to extract information from air-gapped networks. It does not have the capability to communicate over the Internet and has been used in conjunction with ADVSTORESHELL.[[Citation: ESET Sednit USBStealer 2014]][[Citation: Kaspersky Sofacy]]\n\nAliases: USBStealer, USB Stealer, Win32/USBStealer", + "uuid": "af2ad3b7-ab6a-4807-91fd-51bcaff9acbb", "meta": { "synonyms": [ "USBStealer", @@ -729,66 +724,66 @@ "http://www.welivesecurity.com/2014/11/11/sednit-espionage-group-attacking-air-gapped-networks/" ] }, - "uuid": "af2ad3b7-ab6a-4807-91fd-51bcaff9acbb", "name": "USBStealer" }, { "description": "CALENDAR is malware used by APT1 that mimics legitimate Gmail Calendar traffic.[[Citation: Mandiant APT1]]", + "uuid": "5a84dc36-df0d-4053-9b7c-f0c388a57283", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0025", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] }, - "uuid": "5a84dc36-df0d-4053-9b7c-f0c388a57283", "name": "CALENDAR" }, { "description": "Regin is a malware platform that has targeted victims in a range of industries, including telecom, government, and financial institutions. Some Regin timestamps date back to 2003.[[Citation: Kaspersky Regin]]", + "uuid": "4c59cce8-cb48-4141-b9f1-f646edfaadb0", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0019", "https://securelist.com/files/2014/11/Kaspersky%20Lab%20whitepaper%20Regin%20platform%20eng.pdf" ] }, - "uuid": "4c59cce8-cb48-4141-b9f1-f646edfaadb0", "name": "Regin" }, { "description": "AutoIt is a backdoor that has been used by the actors responsible for the MONSOON campaign. The actors frequently used it in weaponized .pps files exploiting CVE-2014-6352.[[Citation: Forcepoint Monsoon]]", + "uuid": "f5352566-1a64-49ac-8f7f-97e1d1a03300", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0129", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" ] }, - "uuid": "f5352566-1a64-49ac-8f7f-97e1d1a03300", "name": "AutoIt" }, { "description": "Pteranodon is a custom backdoor used by Gamaredon Group.[[Citation: Palo Alto Gamaredon Feb 2017]]", + "uuid": "5f9f7648-04ba-4a9f-bb4c-2a13e74572bd", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0147", "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/" ] }, - "uuid": "5f9f7648-04ba-4a9f-bb4c-2a13e74572bd", "name": "Pteranodon" }, { "description": "RARSTONE is malware used by the Naikon group that has some characteristics similar to PlugX.[[Citation: Aquino RARSTONE]]", + "uuid": "8c553311-0baa-4146-997a-f79acef3d831", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0055", "http://blog.trendmicro.com/trendlabs-security-intelligence/rarstone-found-in-targeted-attacks/" ] }, - "uuid": "8c553311-0baa-4146-997a-f79acef3d831", "name": "RARSTONE" }, { "description": "SHOTPUT is a custom backdoor used by APT3.[[Citation: FireEye Clandestine Wolf]]\n\nAliases: SHOTPUT, Backdoor.APT.CookieCutter, Pirpi", + "uuid": "58adaaa8-f1e8-4606-9a08-422e568461eb", "meta": { "synonyms": [ "SHOTPUT", @@ -800,33 +795,33 @@ "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html" ] }, - "uuid": "58adaaa8-f1e8-4606-9a08-422e568461eb", "name": "SHOTPUT" }, { "description": "Trojan.Karagany is a backdoor primarily used for recon. The source code for it was leaked in 2010 and it is sold on underground forums.[[Citation: Symantec Dragonfly]]", + "uuid": "82cb34ba-02b5-432b-b2d2-07f55cbf674d", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0094", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" ] }, - "uuid": "82cb34ba-02b5-432b-b2d2-07f55cbf674d", "name": "Trojan.Karagany" }, { "description": "Kasidet is a backdoor that has been dropped by using malicious VBA macros.[[Citation: Zscaler Kasidet]]", + "uuid": "26fed817-e7bf-41f9-829a-9075ffac45c2", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0088", "http://research.zscaler.com/2016/01/malicious-office-files-dropping-kasidet.html" ] }, - "uuid": "26fed817-e7bf-41f9-829a-9075ffac45c2", "name": "Kasidet" }, { "description": "CHOPSTICK is malware family of modular backdoors used by APT28. It has been used from at least November 2012 to August 2016 and is usually dropped on victims as second-stage malware, though it has been used as first-stage malware in several cases.[[Citation: FireEye APT28]][[Citation: ESET Sednit Part 2]][[Citation: FireEye APT28 January 2017]]\n\nAliases: CHOPSTICK, SPLM, Xagent, X-Agent, webhp", + "uuid": "ccd61dfc-b03f-4689-8c18-7c97eab08472", "meta": { "synonyms": [ "CHOPSTICK", @@ -842,33 +837,33 @@ "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" ] }, - "uuid": "ccd61dfc-b03f-4689-8c18-7c97eab08472", "name": "CHOPSTICK" }, { "description": "MiniDuke is malware that was used by APT29 from 2010 to 2015. The MiniDuke toolset consists of multiple downloader and backdoor components. The loader has been used with other MiniDuke components as well as in conjunction with CosmicDuke and PinchDuke.[[Citation: F-Secure The Dukes]]", + "uuid": "5e7ef1dc-7fb6-4913-ac75-e06113b59e0c", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0051", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "5e7ef1dc-7fb6-4913-ac75-e06113b59e0c", "name": "MiniDuke" }, { "description": "BBSRAT is malware with remote access tool functionality that has been used in targeted compromises.[[Citation: Palo Alto Networks BBSRAT]]", + "uuid": "64d76fa5-cf8f-469c-b78c-1a4f7c5bad80", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0127", "http://researchcenter.paloaltonetworks.com/2015/12/bbsrat-attacks-targeting-russian-organizations-linked-to-roaming-tiger/" ] }, - "uuid": "64d76fa5-cf8f-469c-b78c-1a4f7c5bad80", "name": "BBSRAT" }, { "description": "Elise is a custom backdoor Trojan that appears to be used exclusively by Lotus Blossom. It is part of a larger group of\ntools referred to as LStudio, ST Group, and APT0LSTU.[[Citation: Lotus Blossom Jun 2015]]\n\nAliases: Elise, BKDR_ESILE, Page", + "uuid": "7551188b-8f91-4d34-8350-0d0c57b2b913", "meta": { "synonyms": [ "Elise", @@ -880,33 +875,33 @@ "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html" ] }, - "uuid": "7551188b-8f91-4d34-8350-0d0c57b2b913", "name": "Elise" }, { "description": "BISCUIT is a backdoor that has been used by APT1 since as early as 2007.[[Citation: Mandiant APT1]]", + "uuid": "b8eb28e4-48a6-40ae-951a-328714f75eda", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0017", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] }, - "uuid": "b8eb28e4-48a6-40ae-951a-328714f75eda", "name": "BISCUIT" }, { "description": "Uroburos is a rootkit used by Turla.[[Citation: Kaspersky Turla]]", + "uuid": "80a014ba-3fef-4768-990b-37d8bd10d7f4", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0022", "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" ] }, - "uuid": "80a014ba-3fef-4768-990b-37d8bd10d7f4", "name": "Uroburos" }, { "description": "POWERSOURCE is a PowerShell backdoor that is a heavily obfuscated and modified version of the publicly available tool DNS_TXT_Pwnage. It was observed in February 2017 in spearphishing campaigns against personnel involved with United States Securities and Exchange Commission (SEC) filings at various organizations. The malware was delivered when macros were enabled by the victim and a VBS script was dropped.[[Citation: FireEye FIN7 March 2017]][[Citation: Cisco DNSMessenger March 2017]]\n\nAliases: POWERSOURCE, DNSMessenger", + "uuid": "17e919aa-4a49-445c-b103-dbb8df9e7351", "meta": { "synonyms": [ "POWERSOURCE", @@ -918,22 +913,22 @@ "http://blog.talosintelligence.com/2017/03/dnsmessenger.html" ] }, - "uuid": "17e919aa-4a49-445c-b103-dbb8df9e7351", "name": "POWERSOURCE" }, { "description": "hcdLoader is a remote access tool (RAT) that has been used by APT18.[[Citation: Dell Lateral Movement]]", + "uuid": "9e2bba94-950b-4fcf-8070-cb3f816c5f4e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0071", "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" ] }, - "uuid": "9e2bba94-950b-4fcf-8070-cb3f816c5f4e", "name": "hcdLoader" }, { "description": "Zeroaccess is a kernel-mode Rootkit that attempts to add victims to the ZeroAccess botnet, often for monetary gain.[[Citation: Sophos ZeroAccess]]\n\nAliases: Zeroaccess, Trojan.Zeroaccess", + "uuid": "552462b9-ae79-49dd-855c-5973014e157f", "meta": { "synonyms": [ "Zeroaccess", @@ -944,22 +939,22 @@ "https://sophosnews.files.wordpress.com/2012/04/zeroaccess2.pdf" ] }, - "uuid": "552462b9-ae79-49dd-855c-5973014e157f", "name": "Zeroaccess" }, { "description": "Skeleton Key is malware used to inject false credentials into domain controllers with the intent of creating a backdoor password.Skeleton Key is included as a module in Mimikatz.", + "uuid": "89f63ae4-f229-4a5c-95ad-6f22ed2b5c49", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0007", "http://www.secureworks.com/cyber-threat-intelligence/threats/skeleton-key-malware-analysis/" ] }, - "uuid": "89f63ae4-f229-4a5c-95ad-6f22ed2b5c49", "name": "Skeleton Key" }, { "description": "Shamoon is malware that was first used by an Iranian group known as the \"Cutting Sword of Justice\" in 2012. The 2.0 version was seen in 2016 targeting Middle Eastern states.[[Citation: FireEye Shamoon Nov 2016]][[Citation: Palo Alto Shamoon Nov 2016]]\n\nAliases: Shamoon, Disttrack", + "uuid": "8901ac23-6b50-410c-b0dd-d8174a86f9b3", "meta": { "synonyms": [ "Shamoon", @@ -971,33 +966,33 @@ "https://www.fireeye.com/blog/threat-research/2016/11/fireeye%20respondsto.html" ] }, - "uuid": "8901ac23-6b50-410c-b0dd-d8174a86f9b3", "name": "Shamoon" }, { "description": "4H RAT is malware that has been used by Putter Panda since at least 2007.[[Citation: CrowdStrike Putter Panda]]", + "uuid": "8e461ca3-0996-4e6e-a0df-e2a5bbc51ebc", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0065", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" ] }, - "uuid": "8e461ca3-0996-4e6e-a0df-e2a5bbc51ebc", "name": "4H RAT" }, { "description": "BOOTRASH is a Bootkit that targets Windows operating systems. It has been used by threat actors that target the financial sector.[[Citation: MTrends 2016]]", + "uuid": "da2ef4a9-7cbe-400a-a379-e2f230f28db3", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0114", "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" ] }, - "uuid": "da2ef4a9-7cbe-400a-a379-e2f230f28db3", "name": "BOOTRASH" }, { "description": "China Chopper is a Threat Group-3390.[[Citation: Dell TG-3390]]", + "uuid": "5a3a31fe-5a8f-48e1-bff0-a753e5b1be70", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0020", @@ -1005,44 +1000,44 @@ "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" ] }, - "uuid": "5a3a31fe-5a8f-48e1-bff0-a753e5b1be70", "name": "China Chopper" }, { "description": "Wiper is a family of destructive malware used in March 2013 during breaches of South Korean banks and media companies.[[Citation: Dell Wiper]]", + "uuid": "a19c49aa-36fe-4c05-b817-23e1c7a7d085", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0041", "http://www.secureworks.com/cyber-threat-intelligence/threats/wiper-malware-analysis-attacking-korean-financial-sector/" ] }, - "uuid": "a19c49aa-36fe-4c05-b817-23e1c7a7d085", "name": "Wiper" }, { "description": "Unknown Logger is a publicly released, free backdoor. Version 1.5 of the backdoor has been used by the actors responsible for the MONSOON campaign.[[Citation: Forcepoint Monsoon]]", + "uuid": "ab3580c8-8435-4117-aace-3d9fbe46aa56", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0130", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" ] }, - "uuid": "ab3580c8-8435-4117-aace-3d9fbe46aa56", "name": "Unknown Logger" }, { "description": "gh0st is a remote access tool (RAT). The source code is public and it has been used by many groups.[[Citation: FireEye Hacking Team]]", + "uuid": "88c621a7-aef9-4ae0-94e3-1fc87123eb24", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0032", "https://www.fireeye.com/blog/threat-research/2015/07/demonstrating%20hustle.html" ] }, - "uuid": "88c621a7-aef9-4ae0-94e3-1fc87123eb24", "name": "gh0st" }, { "description": "CORESHELL is a downloader used by APT28. The older versions of this malware are known as SOURFACE and newer versions as CORESHELL. It has also been referred to as Sofacy, though that term has been used widely to refer to both the group APT28 and malware families associated with the group.[[Citation: FireEye APT28]][[Citation: FireEye APT28 January 2017]]\n\nAliases: CORESHELL, SOURFACE", + "uuid": "60c18d06-7b91-4742-bae3-647845cd9d81", "meta": { "synonyms": [ "CORESHELL", @@ -1054,11 +1049,11 @@ "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf" ] }, - "uuid": "60c18d06-7b91-4742-bae3-647845cd9d81", "name": "CORESHELL" }, { "description": "Remsec is a modular backdoor that has been used by Strider and appears to have been designed primarily for espionage purposes. Many of its modules are written in Lua.[[Citation: Symantec Strider Blog]]\n\nAliases: Remsec, Backdoor.Remsec, ProjectSauron", + "uuid": "69d6f4a9-fcf0-4f51-bca7-597c51ad0bb8", "meta": { "synonyms": [ "Remsec", @@ -1070,33 +1065,33 @@ "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets" ] }, - "uuid": "69d6f4a9-fcf0-4f51-bca7-597c51ad0bb8", "name": "Remsec" }, { "description": "FLASHFLOOD is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", + "uuid": "43213480-78f7-4fb3-976f-d48f5f6a4c2a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0036", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" ] }, - "uuid": "43213480-78f7-4fb3-976f-d48f5f6a4c2a", "name": "FLASHFLOOD" }, { "description": "TINYTYPHON is a backdoor that has been used by the actors responsible for the MONSOON campaign. The majority of its code was reportedly taken from the MyDoom worm.[[Citation: Forcepoint Monsoon]]", + "uuid": "85b39628-204a-48d2-b377-ec368cbcb7ca", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0131", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" ] }, - "uuid": "85b39628-204a-48d2-b377-ec368cbcb7ca", "name": "TINYTYPHON" }, { "description": "SeaDuke is malware that was used by APT29 from 2014 to 2015. It was used primarily as a secondary backdoor for victims that were already compromised with CozyCar.[[Citation: F-Secure The Dukes]]\n\nAliases: SeaDuke, SeaDaddy, SeaDesk", + "uuid": "67e6d66b-1b82-4699-b47a-e2efb6268d14", "meta": { "synonyms": [ "SeaDuke", @@ -1108,11 +1103,11 @@ "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "67e6d66b-1b82-4699-b47a-e2efb6268d14", "name": "SeaDuke" }, { "description": "ADVSTORESHELL is a spying backdoor that has been used by APT28 from at least 2012 to 2016. It is generally used for long-term espionage and is deployed on targets deemed interesting after a reconnaissance phase.[[Citation: Kaspersky Sofacy]][[Citation: ESET Sednit Part 2]]\n\nAliases: ADVSTORESHELL, NETUI, EVILTOSS, AZZY, Sedreco", + "uuid": "fb575479-14ef-41e9-bfab-0b7cf10bec73", "meta": { "synonyms": [ "ADVSTORESHELL", @@ -1127,44 +1122,44 @@ "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" ] }, - "uuid": "fb575479-14ef-41e9-bfab-0b7cf10bec73", "name": "ADVSTORESHELL" }, { "description": "S-Type is a backdoor that was used by Dust Storm from 2013 to 2014.[[Citation: Cylance Dust Storm]]", + "uuid": "66b1dcde-17a0-4c7b-95fa-b08d430c2131", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0085", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" ] }, - "uuid": "66b1dcde-17a0-4c7b-95fa-b08d430c2131", "name": "S-Type" }, { "description": "NetTraveler is malware that has been used in multiple cyber espionage campaigns for basic surveillance of victims. The earliest known samples have timestamps back to 2005, and the largest number of observed samples were created between 2010 and 2013.[[Citation: Kaspersky NetTraveler]]", + "uuid": "cafd0bf8-2b9c-46c7-ae3c-3e0f42c5062e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0033", "http://www.securelist.com/en/downloads/vlpdfs/kaspersky-the-net-traveler-part1-final.pdf" ] }, - "uuid": "cafd0bf8-2b9c-46c7-ae3c-3e0f42c5062e", "name": "NetTraveler" }, { "description": "Dyre is a Trojan that usually targets banking information.[[Citation: Raff 2015]]", + "uuid": "63c2a130-8a5b-452f-ad96-07cf0af12ffe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0024", "http://www.seculert.com/blogs/new-dyre-version-yet-another-malware-evading-sandboxes" ] }, - "uuid": "63c2a130-8a5b-452f-ad96-07cf0af12ffe", "name": "Dyre" }, { "description": "P2P ZeuS is a closed-source fork of the leaked version of the ZeuS botnet. It presents improvements over the leaked version, including a peer-to-peer architecture.[[Citation: Dell P2P ZeuS]]\n\nAliases: P2P ZeuS, Peer-to-Peer ZeuS, Gameover ZeuS", + "uuid": "b2c5d3ca-b43a-4888-ad8d-e2d43497bf85", "meta": { "synonyms": [ "P2P ZeuS", @@ -1176,11 +1171,11 @@ "http://www.secureworks.com/cyber-threat-intelligence/threats/The%20Lifecycle%20of%20Peer%20to%20Peer%20Gameover%20ZeuS/" ] }, - "uuid": "b2c5d3ca-b43a-4888-ad8d-e2d43497bf85", "name": "P2P ZeuS" }, { "description": "ComRAT is a remote access tool suspected of being a decedent of Agent.btz and used by Turla.[[Citation: Symantec Waterbug]][[Citation: NorthSec 2015 GData Uroburos Tools]]", + "uuid": "da5880b4-f7da-4869-85f2-e0aba84b8565", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0126", @@ -1188,11 +1183,11 @@ "https://www.nsec.io/wp-content/uploads/2015/05/uroburos-actors-tools-1.1.pdf" ] }, - "uuid": "da5880b4-f7da-4869-85f2-e0aba84b8565", "name": "ComRAT" }, { "description": "Winnti is a Trojan that has been used by multiple groups to carry out intrusions in varied regions from at least 2010 to 2016. One of the groups using this malware is referred to by the same name, Winnti Group; however, reporting indicates a second distinct group, Axiom, also uses the malware.[[Citation: Kaspersky Winnti April 2013]][[Citation: Microsoft Winnti Jan 2017]][[Citation: Novetta Winnti April 2015]]", + "uuid": "d3afa961-a80c-4043-9509-282cdf69ab21", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0141", @@ -1201,33 +1196,33 @@ "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf" ] }, - "uuid": "d3afa961-a80c-4043-9509-282cdf69ab21", "name": "Winnti" }, { "description": "RTM is custom malware written in Delphi. It is used by the group of the same name (RTM).[[Citation: ESET RTM Feb 2017]]", + "uuid": "92ec0cbd-2c30-44a2-b270-73f4ec949841", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0148", "https://www.welivesecurity.com/wp-content/uploads/2017/02/Read-The-Manual.pdf" ] }, - "uuid": "92ec0cbd-2c30-44a2-b270-73f4ec949841", "name": "RTM" }, { "description": "CallMe is a Trojan designed to run on Apple OSX. It is based on a publicly available tool called Tiny SHell.[[Citation: Scarlet Mimic Jan 2016]]", + "uuid": "cb7bcf6f-085f-41db-81ee-4b68481661b5", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0077", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" ] }, - "uuid": "cb7bcf6f-085f-41db-81ee-4b68481661b5", "name": "CallMe" }, { "description": "HIDEDRV is a rootkit used by APT28. It has been deployed along with Downdelph to execute and hide that malware.[[Citation: ESET Sednit Part 3]][[Citation: Sekoia HideDRV Oct 2016]]", + "uuid": "e669bb87-f773-4c7b-bfcc-a9ffebfdd8d4", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0135", @@ -1235,33 +1230,33 @@ "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf" ] }, - "uuid": "e669bb87-f773-4c7b-bfcc-a9ffebfdd8d4", "name": "HIDEDRV" }, { "description": "Mis-Type is a backdoor hybrid that was used by Dust Storm in 2012.[[Citation: Cylance Dust Storm]]", + "uuid": "e1161124-f22e-487f-9d5f-ed8efc8dcd61", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0084", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" ] }, - "uuid": "e1161124-f22e-487f-9d5f-ed8efc8dcd61", "name": "Mis-Type" }, { "description": "Hikit is malware that has been used by Axiom for late-stage [[persistence]] and [[exfiltration]] after the initial compromise.[[Citation: Axiom]]", + "uuid": "95047f03-4811-4300-922e-1ba937d53a61", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0009", "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf" ] }, - "uuid": "95047f03-4811-4300-922e-1ba937d53a61", "name": "Hikit" }, { "description": "ASPXSpy is a Web shell. It has been modified by Threat Group-3390 actors to create the ASPXTool version.[[Citation: Dell TG-3390]]\n\nAliases: ASPXSpy, ASPXTool", + "uuid": "56f46b17-8cfa-46c0-b501-dd52fef394e2", "meta": { "synonyms": [ "ASPXSpy", @@ -1272,11 +1267,11 @@ "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" ] }, - "uuid": "56f46b17-8cfa-46c0-b501-dd52fef394e2", "name": "ASPXSpy" }, { "description": "Sykipot is malware that has been used in spearphishing campaigns since approximately 2007 against victims primarily in the US. One variant of Sykipot hijacks smart cards on victims.[[Citation: Alienvault Sykipot DOD Smart Cards]] The group using this malware has also been referred to as Sykipot.[[Citation: Blasco 2013]]", + "uuid": "6a0ef5d4-fc7c-4dda-85d7-592e4dbdc5d9", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0018", @@ -1284,11 +1279,11 @@ "https://www.alienvault.com/open-threat-exchange/blog/sykipot-variant-hijacks-dod-and-windows-smart-cards" ] }, - "uuid": "6a0ef5d4-fc7c-4dda-85d7-592e4dbdc5d9", "name": "Sykipot" }, { "description": "GLOOXMAIL is malware used by APT1 that mimics legitimate Jabber/XMPP traffic.[[Citation: Mandiant APT1]]\n\nAliases: GLOOXMAIL, Trojan.GTALK", + "uuid": "f2e8c7a1-cae1-45c4-baf0-6f21bdcbb2c2", "meta": { "synonyms": [ "GLOOXMAIL", @@ -1299,22 +1294,22 @@ "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] }, - "uuid": "f2e8c7a1-cae1-45c4-baf0-6f21bdcbb2c2", "name": "GLOOXMAIL" }, { "description": "Emissary is a Trojan that has been used by Lotus Blossom. It shares code with Elise, with both Trojans being part of a malware group referred to as LStudio.[[Citation: Lotus Blossom Dec 2015]]", + "uuid": "0f862b01-99da-47cc-9bdb-db4a86a95bb1", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0082", "http://researchcenter.paloaltonetworks.com/2015/12/attack-on-french-diplomat-linked-to-operation-lotus-blossom/" ] }, - "uuid": "0f862b01-99da-47cc-9bdb-db4a86a95bb1", "name": "Emissary" }, { "description": "Miner-C is malware that mines victims for the Monero cryptocurrency. It has targeted FTP servers and Network Attached Storage (NAS) devices to spread.[[Citation: Softpedia MinerC]]\n\nAliases: Miner-C, Mal/Miner-C, PhotoMiner", + "uuid": "17dec760-9c8f-4f1b-9b4b-0ac47a453234", "meta": { "synonyms": [ "Miner-C", @@ -1326,11 +1321,11 @@ "http://news.softpedia.com/news/cryptocurrency-mining-malware-discovered-targeting-seagate-nas-hard-drives-508119.shtml" ] }, - "uuid": "17dec760-9c8f-4f1b-9b4b-0ac47a453234", "name": "Miner-C" }, { "description": "DustySky is multi-stage malware written in .NET that has been used by Molerats since May 2015.[[Citation: DustySky]][[Citation: DustySky2]]\n\nAliases: DustySky, NeD Worm", + "uuid": "687c23e4-4e25-4ee7-a870-c5e002511f54", "meta": { "synonyms": [ "DustySky", @@ -1341,11 +1336,11 @@ "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" ] }, - "uuid": "687c23e4-4e25-4ee7-a870-c5e002511f54", "name": "DustySky" }, { "description": "BUBBLEWRAP is a full-featured, second-stage backdoor used by the admin@338 group. It is set to run when the system boots and includes functionality to check, upload, and register plug-ins that can further enhance its capabilities.[[Citation: FireEye admin@338]]\n\nAliases: BUBBLEWRAP, Backdoor.APT.FakeWinHTTPHelper", + "uuid": "123bd7b3-675c-4b1a-8482-c55782b20e2b", "meta": { "synonyms": [ "BUBBLEWRAP", @@ -1356,33 +1351,33 @@ "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" ] }, - "uuid": "123bd7b3-675c-4b1a-8482-c55782b20e2b", "name": "BUBBLEWRAP" }, { "description": "pngdowner is malware used by Putter Panda. It is a simple tool with limited functionality and no persistence mechanism, suggesting it is used only as a simple \"download-and-\nexecute\" utility.[[Citation: CrowdStrike Putter Panda]]", + "uuid": "800bdfba-6d66-480f-9f45-15845c05cb5d", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0067", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" ] }, - "uuid": "800bdfba-6d66-480f-9f45-15845c05cb5d", "name": "pngdowner" }, { "description": "SslMM is a full-featured backdoor used by Naikon that has multiple variants.[[Citation: Baumgartner Naikon 2015]]", + "uuid": "2fb26586-2b53-4b9a-ad4f-2b3bcb9a2421", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0058", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" ] }, - "uuid": "2fb26586-2b53-4b9a-ad4f-2b3bcb9a2421", "name": "SslMM" }, { "description": "Nidiran is a custom backdoor developed and used by Suckfly. It has been delivered via strategic web compromise.[[Citation: Symantec Suckfly March 2016]]\n\nAliases: Nidiran, Backdoor.Nidiran", + "uuid": "9e9b9415-a7df-406b-b14d-92bfe6809fbe", "meta": { "synonyms": [ "Nidiran", @@ -1393,77 +1388,77 @@ "http://www.symantec.com/connect/blogs/suckfly-revealing-secret-life-your-code-signing-certificates" ] }, - "uuid": "9e9b9415-a7df-406b-b14d-92bfe6809fbe", "name": "Nidiran" }, { "description": "Trojan.Mebromi is BIOS-level malware that takes control of the victim before MBR.[[Citation: Ge 2011]]", + "uuid": "c5e9cb46-aced-466c-85ea-7db5572ad9ec", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0001", "http://www.symantec.com/connect/blogs/bios-threat-showing-again" ] }, - "uuid": "c5e9cb46-aced-466c-85ea-7db5572ad9ec", "name": "Trojan.Mebromi" }, { "description": "OwaAuth is a Web shell and credential stealer deployed to Microsoft Exchange servers that appears to be exclusively used by Threat Group-3390.[[Citation: Dell TG-3390]]", + "uuid": "a60657fa-e2e7-4f8f-8128-a882534ae8c5", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0072", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" ] }, - "uuid": "a60657fa-e2e7-4f8f-8128-a882534ae8c5", "name": "OwaAuth" }, { "description": "ROCKBOOT is a Bootkit that has been used by an unidentified, suspected China-based group.[[Citation: FireEye Bootkits]]", + "uuid": "cba78a1c-186f-4112-9e6a-be1839f030f7", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0112", "https://www.fireeye.com/blog/threat-research/2015/12/fin1-targets-boot-record.html" ] }, - "uuid": "cba78a1c-186f-4112-9e6a-be1839f030f7", "name": "ROCKBOOT" }, { "description": "OnionDuke is malware that was used by APT29 from 2013 to 2015.[[Citation: F-Secure The Dukes]]", + "uuid": "b136d088-a829-432c-ac26-5529c26d4c7e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0052", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "uuid": "b136d088-a829-432c-ac26-5529c26d4c7e", "name": "OnionDuke" }, { "description": "LOWBALL is malware used by admin@338. It was used in August 2015 in email messages targeting Hong Kong-based media organizations.[[Citation: FireEye admin@338]]", + "uuid": "2a6f4c7b-e690-4cc7-ab6b-1f821fb6b80b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0042", "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" ] }, - "uuid": "2a6f4c7b-e690-4cc7-ab6b-1f821fb6b80b", "name": "LOWBALL" }, { "description": "BLACKCOFFEE is malware that has been used by APT17 since at least 2013.[[Citation: FireEye APT17]]", + "uuid": "d69c8146-ab35-4d50-8382-6fc80e641d43", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0069", "https://www2.fireeye.com/rs/fireye/images/APT17%20Report.pdf" ] }, - "uuid": "d69c8146-ab35-4d50-8382-6fc80e641d43", "name": "BLACKCOFFEE" }, { "description": "Derusbi is malware used by multiple Chinese APT groups.[[Citation: Axiom]][[Citation: ThreatConnect Anthem]] Both Windows and Linux variants have been observed.[[Citation: Fidelis Turbo]]", + "uuid": "94379dec-5c87-49db-b36e-66abc0b81344", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0021", @@ -1472,11 +1467,11 @@ "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" ] }, - "uuid": "94379dec-5c87-49db-b36e-66abc0b81344", "name": "Derusbi" }, { "description": "Epic is a backdoor that has been used by Turla.[[Citation: Kaspersky Turla]]\n\nAliases: Epic, Tavdig, Wipbot, WorldCupSec, TadjMakhal", + "uuid": "6b62e336-176f-417b-856a-8552dd8c44e1", "meta": { "synonyms": [ "Epic", @@ -1490,11 +1485,11 @@ "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" ] }, - "uuid": "6b62e336-176f-417b-856a-8552dd8c44e1", "name": "Epic" }, { "description": "Lurid is a malware family that has been used by several groups, including PittyTiger, in targeted attacks as far back as 2006.[[Citation: Villeneuve 2014]][[Citation: Villeneuve 2011]]\n\nAliases: Lurid, Enfal", + "uuid": "251fbae2-78f6-4de7-84f6-194c727a64ad", "meta": { "synonyms": [ "Lurid", @@ -1506,22 +1501,22 @@ "https://www.fireeye.com/blog/threat-research/2014/07/spy-of-the-tiger.html" ] }, - "uuid": "251fbae2-78f6-4de7-84f6-194c727a64ad", "name": "Lurid" }, { "description": "3PARA RAT is a remote access tool (RAT) programmed in C++ that has been used by Putter Panda.[[Citation: CrowdStrike Putter Panda]]", + "uuid": "7bec698a-7e20-4fd3-bb6a-12787770fb1a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0066", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" ] }, - "uuid": "7bec698a-7e20-4fd3-bb6a-12787770fb1a", "name": "3PARA RAT" }, { "description": "JHUHUGIT is malware used by APT28. It is based on Carberp source code and serves as reconnaissance malware.[[Citation: Kaspersky Sofacy]][[Citation: F-Secure Sofacy 2015]][[Citation: ESET Sednit Part 1]][[Citation: FireEye APT28 January 2017]]\n\nAliases: JHUHUGIT, Seduploader, JKEYSKW, Sednit, GAMEFISH", + "uuid": "8ae43c46-57ef-47d5-a77a-eebb35628db2", "meta": { "synonyms": [ "JHUHUGIT", @@ -1538,21 +1533,26 @@ "https://labsblog.f-secure.com/2015/09/08/sofacy-recycles-carberp-and-metasploit-code/" ] }, - "uuid": "8ae43c46-57ef-47d5-a77a-eebb35628db2", "name": "JHUHUGIT" }, { "description": "ELMER is a non-persistent, proxy-aware HTTP backdoor written in Delphi that has been used by APT16.[[Citation: FireEye EPS Awakens Part 2]]", + "uuid": "3cab1b76-2f40-4cd0-8d2c-7ed16eeb909c", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0064", "https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html" ] }, - "uuid": "3cab1b76-2f40-4cd0-8d2c-7ed16eeb909c", "name": "ELMER" } ], - "version": "1", - "name": "Malware" + "source": "https://github.com/mitre/cti", + "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", + "authors": [ + "MITRE" + ], + "name": "Malware", + "type": "malware", + "description": "Name of ATT&CK software" } diff --git a/clusters/mitre_tool.json b/clusters/mitre_tool.json index f06ed3b..37d9e34 100644 --- a/clusters/mitre_tool.json +++ b/clusters/mitre_tool.json @@ -1,12 +1,10 @@ { - "uuid": "d700dc5c-78f6-11e7-a476-5f748c8e4fe0", - "type": "tool", - "version": "1", - "source": "https://github.com/mitre/cti", + "name": "Tool", "values": [ { - "uuid": "0c8465c0-d0b4-4670-992e-4eee8d7ff952", + "name": "at", "description": "at is used to schedule tasks on a system to run at a specified date or time.[[Citation: TechNet At]]\n\nAliases: at, at.exe", + "uuid": "0c8465c0-d0b4-4670-992e-4eee8d7ff952", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0110", @@ -16,12 +14,12 @@ "at", "at.exe" ] - }, - "name": "at" + } }, { - "uuid": "c11ac61d-50f4-444f-85d8-6f006067f0de", + "name": "route", "description": "route can be used to find or change information within the local system IP routing table.[[Citation: TechNet Route]]\n\nAliases: route, route.exe", + "uuid": "c11ac61d-50f4-444f-85d8-6f006067f0de", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0103", @@ -31,23 +29,23 @@ "route", "route.exe" ] - }, - "name": "route" + } }, { - "uuid": "2e45723a-31da-4a7e-aaa6-e01998a6788f", + "name": "Tasklist", "description": "The Tasklist utility displays a list of applications and services with their Process IDs (PID) for all tasks running on either a local or a remote computer. It is packaged with Windows operating systems and can be executed from the command-line interface.[[Citation: Microsoft Tasklist]]", + "uuid": "2e45723a-31da-4a7e-aaa6-e01998a6788f", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0057", "https://technet.microsoft.com/en-us/library/bb491010.aspx" ] - }, - "name": "Tasklist" + } }, { - "uuid": "242f3da3-4425-4d11-8f5c-b842886da966", + "name": "Windows Credential Editor", "description": "Windows Credential Editor is a password dumping tool.[[Citation: Amplia WCE]]\n\nAliases: Windows Credential Editor, WCE", + "uuid": "242f3da3-4425-4d11-8f5c-b842886da966", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0005", @@ -57,12 +55,12 @@ "Windows Credential Editor", "WCE" ] - }, - "name": "Windows Credential Editor" + } }, { - "uuid": "c9703cd3-141c-43a0-a926-380082be5d04", + "name": "schtasks", "description": "schtasks is used to schedule execution of programs or scripts on a Windows system to run at a specific date and time.[[Citation: TechNet Schtasks]]\n\nAliases: schtasks, schtasks.exe", + "uuid": "c9703cd3-141c-43a0-a926-380082be5d04", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0111", @@ -72,57 +70,57 @@ "schtasks", "schtasks.exe" ] - }, - "name": "schtasks" + } }, { - "uuid": "102c3898-85e0-43ee-ae28-62a0a3ed9507", + "name": "UACMe", "description": "UACMe is an open source assessment tool that contains many methods for bypassing Windows User Account Control on multiple versions of the operating system.[[Citation: Github UACMe]]", + "uuid": "102c3898-85e0-43ee-ae28-62a0a3ed9507", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0116", "https://github.com/hfiref0x/UACME" ] - }, - "name": "UACMe" + } }, { - "uuid": "362dc67f-4e85-4562-9dac-1b6b7f3ec4b5", + "name": "ifconfig", "description": "ifconfig is a Unix-based utility used to gather information about and interact with the TCP/IP settings on a system.[[Citation: Wikipedia Ifconfig]]", + "uuid": "362dc67f-4e85-4562-9dac-1b6b7f3ec4b5", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0101", "https://en.wikipedia.org/wiki/Ifconfig" ] - }, - "name": "ifconfig" + } }, { - "uuid": "afc079f3-c0ea-4096-b75d-3f05338b7f60", + "name": "Mimikatz", "description": "Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords, along with many other features that make it useful for testing the security of networks.[[Citation: Deply Mimikatz]][[Citation: Adsecurity Mimikatz Guide]]", + "uuid": "afc079f3-c0ea-4096-b75d-3f05338b7f60", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0002", "https://adsecurity.org/?page%20id=1821", "https://github.com/gentilkiwi/mimikatz" ] - }, - "name": "Mimikatz" + } }, { - "uuid": "4fa49fc0-9162-4bdb-a37e-7aa3dcb6d38b", + "name": "xCmd", "description": "xCmd is an open source tool that is similar to PsExec and allows the user to execute applications on remote systems.[[Citation: xCmd]]", + "uuid": "4fa49fc0-9162-4bdb-a37e-7aa3dcb6d38b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0123", "https://ashwinrayaprolu.wordpress.com/2011/04/12/xcmd-an-alternative-to-psexec/" ] - }, - "name": "xCmd" + } }, { - "uuid": "7fcbc4e8-1989-441f-9ac5-e7b6ff5806f1", + "name": "Systeminfo", "description": "Systeminfo is a Windows utility that can be used to gather detailed information about a computer.[[Citation: TechNet Systeminfo]]\n\nAliases: Systeminfo, systeminfo.exe", + "uuid": "7fcbc4e8-1989-441f-9ac5-e7b6ff5806f1", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0096", @@ -132,12 +130,12 @@ "Systeminfo", "systeminfo.exe" ] - }, - "name": "Systeminfo" + } }, { - "uuid": "5a63f900-5e7e-4928-a746-dd4558e1df71", + "name": "netsh", "description": "netsh is a scripting utility used to interact with networking components on local or remote systems.[[Citation: TechNet Netsh]]\n\nAliases: netsh, netsh.exe", + "uuid": "5a63f900-5e7e-4928-a746-dd4558e1df71", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0108", @@ -147,12 +145,12 @@ "netsh", "netsh.exe" ] - }, - "name": "netsh" + } }, { - "uuid": "38952eac-cb1b-4a71-bad2-ee8223a1c8fe", + "name": "dsquery", "description": "dsquery is a command-line utility that can be used to query Active Directory for information from a system within a domain.[[Citation: TechNet Dsquery]] It is typically installed only on Windows Server versions but can be installed on non-server variants through the Microsoft-provided Remote Server Administration Tools bundle.\n\nAliases: dsquery, dsquery.exe", + "uuid": "38952eac-cb1b-4a71-bad2-ee8223a1c8fe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0105", @@ -162,23 +160,23 @@ "dsquery", "dsquery.exe" ] - }, - "name": "dsquery" + } }, { - "uuid": "b07c2c47-fefb-4d7c-a69e-6a3296171f54", + "name": "gsecdump", "description": "gsecdump is a publicly-available credential dumper used to obtain password hashes and LSA secrets from Windows operating systems.[[Citation: TrueSec Gsecdump]]", + "uuid": "b07c2c47-fefb-4d7c-a69e-6a3296171f54", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0008", "http://www.truesec.com/Tools/Tool/gsecdump%20v2.0b5" ] - }, - "name": "gsecdump" + } }, { - "uuid": "b77b563c-34bb-4fb8-86a3-3694338f7b47", + "name": "Ping", "description": "Ping is an operating system utility commonly used to troubleshoot and verify network connections.[[Citation: TechNet Ping]]\n\nAliases: Ping, ping.exe", + "uuid": "b77b563c-34bb-4fb8-86a3-3694338f7b47", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0097", @@ -188,45 +186,45 @@ "Ping", "ping.exe" ] - }, - "name": "Ping" + } }, { - "uuid": "4f45dfeb-fe51-4df0-8db3-edf7dd0513fe", + "name": "Fgdump", "description": "Fgdump is a Windows password hash dumper.[[Citation: Mandiant APT1]]", + "uuid": "4f45dfeb-fe51-4df0-8db3-edf7dd0513fe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0120", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] - }, - "name": "Fgdump" + } }, { - "uuid": "2fab555f-7664-4623-b4e0-1675ae38190b", + "name": "Lslsass", "description": "Lslsass is a publicly-available tool that can dump active logon session password hashes from the lsass process.[[Citation: Mandiant APT1]]", + "uuid": "2fab555f-7664-4623-b4e0-1675ae38190b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0121", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] - }, - "name": "Lslsass" + } }, { - "uuid": "a52edc76-328d-4596-85e7-d56ef5a9eb69", + "name": "Pass-The-Hash Toolkit", "description": "Pass-The-Hash Toolkit is a toolkit that allows an adversary to \"pass\" a password hash (without knowing the original password) to log in to systems.[[Citation: Mandiant APT1]]", + "uuid": "a52edc76-328d-4596-85e7-d56ef5a9eb69", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0122", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] - }, - "name": "Pass-The-Hash Toolkit" + } }, { - "uuid": "cf23bf4a-e003-4116-bbae-1ea6c558d565", + "name": "FTP", "description": "FTP is a utility commonly available with operating systems to transfer information over the File Transfer Protocol (FTP). Adversaries can use it to transfer other tools onto a system or to exfiltrate data.[[Citation: Wikipedia FTP]]\n\nAliases: FTP, ftp.exe", + "uuid": "cf23bf4a-e003-4116-bbae-1ea6c558d565", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0095", @@ -236,12 +234,12 @@ "FTP", "ftp.exe" ] - }, - "name": "FTP" + } }, { - "uuid": "294e2560-bd48-44b2-9da2-833b5588ad11", + "name": "ipconfig", "description": "ipconfig is a Windows utility that can be used to find information about a system's TCP/IP, DNS, DHCP, and adapter configuration.[[Citation: TechNet Ipconfig]]\n\nAliases: ipconfig, ipconfig.exe", + "uuid": "294e2560-bd48-44b2-9da2-833b5588ad11", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0100", @@ -251,12 +249,12 @@ "ipconfig", "ipconfig.exe" ] - }, - "name": "ipconfig" + } }, { - "uuid": "b35068ec-107a-4266-bda8-eb7036267aea", + "name": "nbtstat", "description": "nbtstat is a utility used to troubleshoot NetBIOS name resolution.[[Citation: TechNet Nbtstat]]\n\nAliases: nbtstat, nbtstat.exe", + "uuid": "b35068ec-107a-4266-bda8-eb7036267aea", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0102", @@ -266,12 +264,12 @@ "nbtstat", "nbtstat.exe" ] - }, - "name": "nbtstat" + } }, { - "uuid": "d5e96a35-7b0b-4c6a-9533-d63ecbda563e", + "name": "HTRAN", "description": "HTRAN is a tool that proxies connections through intermediate hops and aids users in disguising their true geographical location. It can be used by adversaries to hide their location when interacting with the victim networks. [[Citation: Operation Quantum Entanglement]]\n\nAliases: HTRAN, HUC Packet Transmit Tool", + "uuid": "d5e96a35-7b0b-4c6a-9533-d63ecbda563e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0040", @@ -281,12 +279,12 @@ "HTRAN", "HUC Packet Transmit Tool" ] - }, - "name": "HTRAN" + } }, { - "uuid": "4664b683-f578-434f-919b-1c1aad2a1111", + "name": "netstat", "description": "netstat is an operating system utility that displays active TCP connections, listening ports, and network statistics.[[Citation: TechNet Netstat]]\n\nAliases: netstat, netstat.exe", + "uuid": "4664b683-f578-434f-919b-1c1aad2a1111", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0104", @@ -296,34 +294,34 @@ "netstat", "netstat.exe" ] - }, - "name": "netstat" + } }, { - "uuid": "9de2308e-7bed-43a3-8e58-f194b3586700", + "name": "pwdump", "description": "pwdump is a credential dumper.[[Citation: Wikipedia pwdump]]", + "uuid": "9de2308e-7bed-43a3-8e58-f194b3586700", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0006", "https://en.wikipedia.org/wiki/Pwdump" ] - }, - "name": "pwdump" + } }, { - "uuid": "c9cd7ec9-40b7-49db-80be-1399eddd9c52", + "name": "Cachedump", "description": "Cachedump is a publicly-available tool that program extracts cached password hashes from a system’s registry.[[Citation: Mandiant APT1]]", + "uuid": "c9cd7ec9-40b7-49db-80be-1399eddd9c52", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0119", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ] - }, - "name": "Cachedump" + } }, { - "uuid": "03342581-f790-4f03-ba41-e82e67392e23", + "name": "Net", "description": "The Net utility is a component of the Windows operating system. It is used in command-line operations for control of users, groups, services, and network connections.Net has a great deal of functionality,[[Citation: Savill 1999]] much of which is useful for an adversary, such as gathering system and network information for [[Discovery]], moving laterally through [[Windows admin shares]] using net use commands, and interacting with services.\n\nAliases: Net, net.exe", + "uuid": "03342581-f790-4f03-ba41-e82e67392e23", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0039", @@ -334,24 +332,24 @@ "Net", "net.exe" ] - }, - "name": "Net" + } }, { - "uuid": "ff6caf67-ea1f-4895-b80e-4bb0fc31c6db", + "name": "PsExec", "description": "PsExec is a free Microsoft tool that can be used to execute a program on another computer. It is used by IT administrators and attackers.[[Citation: Russinovich Sysinternals]][[Citation: SANS PsExec]]", + "uuid": "ff6caf67-ea1f-4895-b80e-4bb0fc31c6db", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0029", "https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx", "https://digital-forensics.sans.org/blog/2012/12/17/protecting-privileged-domain-accounts-psexec-deep-dive" ] - }, - "name": "PsExec" + } }, { - "uuid": "30489451-5886-4c46-90c9-0dff9adc5252", + "name": "Arp", "description": "Arp displays information about a system's Address Resolution Protocol (ARP) cache.[[Citation: TechNet Arp]]\n\nAliases: Arp, arp.exe", + "uuid": "30489451-5886-4c46-90c9-0dff9adc5252", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0099", @@ -361,12 +359,12 @@ "Arp", "arp.exe" ] - }, - "name": "Arp" + } }, { - "uuid": "bba595da-b73a-4354-aa6c-224d4de7cb4e", + "name": "cmd", "description": "cmd is the Windows command-line interpreter that can be used to interact with systems and execute other processes and utilities.[[Citation: TechNet Cmd]]\n\nCmd.exe contains native functionality to perform many operations to interact with the system, including listing files in a directory (e.g., dir[[Citation: TechNet Dir]]), deleting files (e.g., del[[Citation: TechNet Del]]), and copying files (e.g., copy[[Citation: TechNet Copy]]).\n\nAliases: cmd, cmd.exe", + "uuid": "bba595da-b73a-4354-aa6c-224d4de7cb4e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0106", @@ -379,12 +377,12 @@ "cmd", "cmd.exe" ] - }, - "name": "cmd" + } }, { - "uuid": "cde2d700-9ed1-46cf-9bce-07364fe8b24f", + "name": "Reg", "description": "Reg is a Windows utility used to interact with the Windows Registry. It can be used at the command-line interface to query, add, modify, and remove information.Reg are known to be used by persistent threats.[[Citation: Windows Commands JPCERT]]\n\nAliases: Reg, reg.exe", + "uuid": "cde2d700-9ed1-46cf-9bce-07364fe8b24f", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0075", @@ -395,13 +393,15 @@ "Reg", "reg.exe" ] - }, - "name": "Reg" + } } ], "description": "Name of ATT&CK software", - "name": "Tool", + "type": "tool", + "source": "https://github.com/mitre/cti", "authors": [ "MITRE" - ] + ], + "uuid": "d700dc5c-78f6-11e7-a476-5f748c8e4fe0", + "version": "1" } From 7cb372bdb568328bcebb08d8b32332625ac9df2c Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Wed, 16 Aug 2017 15:13:18 +0200 Subject: [PATCH 4/5] put uuid as meta --- clusters/mitre_attack-pattern.json | 2320 ++++++++--------- clusters/mitre_course-of-action.json | 778 ++++-- clusters/mitre_intrusion-set.json | 294 +-- clusters/mitre_malware.json | 1006 +++---- clusters/mitre_tool.json | 240 +- .../mitre-cti/create_attack-pattern_galaxy.py | 2 +- .../create_course-of-action_galaxy.py | 3 +- .../mitre-cti/create_intrusion-set_galaxy.py | 3 +- tools/mitre-cti/create_malware_galaxy.py | 2 +- tools/mitre-cti/create_tool_galaxy.py | 2 +- 10 files changed, 2453 insertions(+), 2197 deletions(-) diff --git a/clusters/mitre_attack-pattern.json b/clusters/mitre_attack-pattern.json index 0d6ed93..236d380 100644 --- a/clusters/mitre_attack-pattern.json +++ b/clusters/mitre_attack-pattern.json @@ -1,10 +1,16 @@ { - "description": "ATT&CK tactic", + "uuid": "dcb864dc-775f-11e7-9fbb-1f41b4996683", + "name": "Attack Pattern", + "source": "https://github.com/mitre/cti", + "version": "1", "values": [ { - "description": "Data exfiltration is performed with a different protocol from the main command and control protocol or channel. The data is likely to be sent to an alternate network location from the main command and control server. Alternate protocols include FTP, SMTP, HTTP/S, DNS, or some other network protocol. Different channels could include Internet Web services such as cloud storage.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring, Process use of network, Packet capture, Netflow/Enclave netflow, Network protocol analysis", - "uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1048", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "a19e86f8-1c0a-4fea-8407-23b73d615776", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -18,10 +24,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1048", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "User interface", "Process monitoring", @@ -31,12 +33,16 @@ "Network protocol analysis" ] }, - "value": "Exfiltration Over Alternative Protocol" + "value": "Exfiltration Over Alternative Protocol", + "description": "Data exfiltration is performed with a different protocol from the main command and control protocol or channel. The data is likely to be sent to an alternate network location from the main command and control server. Alternate protocols include FTP, SMTP, HTTP/S, DNS, or some other network protocol. Different channels could include Internet Web services such as cloud storage.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring, Process use of network, Packet capture, Netflow/Enclave netflow, Network protocol analysis" }, { - "description": "Adversaries may communicate using a common, standardized application layer protocol such as HTTP, HTTPS, SMTP, or DNS to avoid detection 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 between the client and server.\n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are RPC, SSH, or RDP.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1071", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "355be19c-ffc9-46d5-8d50-d6a036c675b6", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -50,10 +56,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1071", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -62,12 +64,15 @@ "Process monitoring" ] }, - "value": "Standard Application Layer Protocol" + "value": "Standard Application Layer Protocol", + "description": "Adversaries may communicate using a common, standardized application layer protocol such as HTTP, HTTPS, SMTP, or DNS to avoid detection 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 between the client and server.\n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are RPC, SSH, or RDP.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring" }, { - "description": "Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by Replication Through Removable Media. Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media is mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", - "uuid": "64196062-5210-42c3-9a02-563a0d1797ef", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1092" + ], + "uuid": "64196062-5210-42c3-9a02-563a0d1797ef", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -81,20 +86,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1092" - ], "x_mitre_data_sources": [ "File monitoring", "Data loss prevention" ] }, - "value": "Communication Through Removable Media" + "value": "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. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by Replication Through Removable Media. Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media is mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention" }, { - "description": "Adversaries may communicate using a custom command and control protocol instead of using existing Standard Application Layer Protocol to encapsulate commands. Implementations could mimic well-known protocols.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "f72eb8a8-cd4c-461d-a814-3f862befbf00", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1094", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "f72eb8a8-cd4c-461d-a814-3f862befbf00", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -108,10 +114,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1094", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -119,12 +121,17 @@ "Process monitoring" ] }, - "value": "Custom Command and Control Protocol" + "value": "Custom Command and Control Protocol", + "description": "Adversaries may communicate using a custom command and control protocol instead of using existing Standard Application Layer Protocol to encapsulate commands. Implementations could mimic well-known protocols.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring" }, { - "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 target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.\n\nAdversaries may use this technique to replace legitimate binaries with malicious ones as a means of executing code at a higher permissions level. If the executing process is set to run at a specific time or during a certain event (e.g., system bootup) then this technique can also be used for persistence.\n\n===Services===\n\nManipulation of Windows service binaries is one variation of this technique. Adversaries may replace a legitimate service executable with their own executable to gain persistence and/or privilege escalation to the account context the service is set to execute under (local/domain account, SYSTEM, LocalService, or NetworkService). Once the service is started, either directly by the user (if appropriate access is available) or through some other means, such as a system restart if the service starts on bootup, the replaced executable will run instead of the original service executable.\n\n===Executable Installers===\n\nAnother variation of this technique can be performed by taking advantage of a weakness that is common in executable, self-extracting installers. During the installation process, it is common for installers to use a subdirectory within the %TEMP% directory to unpack binaries such as DLLs, EXEs, or other payloads. When installers create subdirectories and files they often do not set appropriate permissions to restrict write access, which allows for execution of untrusted code placed in the subdirectories or overwriting of binaries used in the installation process. This behavior is related to and may take advantage of DLL Search Order Hijacking. Some installers may also require elevated privileges that will result in privilege escalation when executing adversary controlled code. This behavior is related to Bypass User Account Control. Several examples of this weakness in existing common installers have been reported to software vendors.[[Citation: Mozilla Firefox Installer DLL Hijack]][[Citation: Seclists Kanthak 7zip Installer]]\n\nDetection: Look for changes to binaries and service executables that may normally occur during software updates. If an executable is written, renamed, and/or moved to match an existing service executable, it could be detected and correlated with other suspicious behavior. Hashing of binaries and service executables could be used to detect replacement against historical data.\n\nLook for abnormal process call trees from typical processes and services and for execution of other commands that could relate to [[Discovery]] or other adversary techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Services\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "0ca7beef-9bbc-4e35-97cf-437384ddce6a", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1044", + "http://seclists.org/fulldisclosure/2015/Dec/34", + "https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/" + ], + "uuid": "0ca7beef-9bbc-4e35-97cf-437384ddce6a", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -138,23 +145,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1044", - "http://seclists.org/fulldisclosure/2015/Dec/34", - "https://www.mozilla.org/en-US/security/advisories/mfsa2012-98/" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Services" ] }, - "value": "File System Permissions Weakness" + "value": "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 target binary may be overwritten with another binary using user-level permissions and executed by the original process. If the original process and thread are running under a higher permissions level, then the replaced binary will also execute under higher-level permissions, which could include SYSTEM.\n\nAdversaries may use this technique to replace legitimate binaries with malicious ones as a means of executing code at a higher permissions level. If the executing process is set to run at a specific time or during a certain event (e.g., system bootup) then this technique can also be used for persistence.\n\n===Services===\n\nManipulation of Windows service binaries is one variation of this technique. Adversaries may replace a legitimate service executable with their own executable to gain persistence and/or privilege escalation to the account context the service is set to execute under (local/domain account, SYSTEM, LocalService, or NetworkService). Once the service is started, either directly by the user (if appropriate access is available) or through some other means, such as a system restart if the service starts on bootup, the replaced executable will run instead of the original service executable.\n\n===Executable Installers===\n\nAnother variation of this technique can be performed by taking advantage of a weakness that is common in executable, self-extracting installers. During the installation process, it is common for installers to use a subdirectory within the %TEMP% directory to unpack binaries such as DLLs, EXEs, or other payloads. When installers create subdirectories and files they often do not set appropriate permissions to restrict write access, which allows for execution of untrusted code placed in the subdirectories or overwriting of binaries used in the installation process. This behavior is related to and may take advantage of DLL Search Order Hijacking. Some installers may also require elevated privileges that will result in privilege escalation when executing adversary controlled code. This behavior is related to Bypass User Account Control. Several examples of this weakness in existing common installers have been reported to software vendors.[[Citation: Mozilla Firefox Installer DLL Hijack]][[Citation: Seclists Kanthak 7zip Installer]]\n\nDetection: Look for changes to binaries and service executables that may normally occur during software updates. If an executable is written, renamed, and/or moved to match an existing service executable, it could be detected and correlated with other suspicious behavior. Hashing of binaries and service executables could be used to detect replacement against historical data.\n\nLook for abnormal process call trees from typical processes and services and for execution of other commands that could relate to [[Discovery]] or other adversary techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Services\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak" }, { - "description": "Process hollowing occurs when a process is created in a suspended state and the process's memory is replaced with the code of a second program so that the second program runs instead of the original program. Windows and process monitoring tools believe the original process is running, whereas the actual program running is different.DLL Injection to evade defenses and detection analysis of malicious process execution by launching adversary-controlled code under the context of a legitimate process.\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances for known bad sequences of calls, since benign use of API functions may be common and difficult to distinguish from malicious behavior.\n\nAnalyze process behavior to determine if a process is performing actions it usually does not, such as opening network connections, reading files, or other suspicious actions that could relate to post-compromise behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, API monitoring", - "uuid": "1c338d0f-a65e-4073-a5c1-c06878849f21", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1093", + "http://www.autosectools.com/process-hollowing.pdf" + ], + "uuid": "1c338d0f-a65e-4073-a5c1-c06878849f21", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -168,34 +174,16 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1093", - "http://www.autosectools.com/process-hollowing.pdf" - ], "x_mitre_data_sources": [ "Process monitoring", "API monitoring" ] }, - "value": "Process Hollowing" + "value": "Process Hollowing", + "description": "Process hollowing occurs when a process is created in a suspended state and the process's memory is replaced with the code of a second program so that the second program runs instead of the original program. Windows and process monitoring tools believe the original process is running, whereas the actual program running is different.DLL Injection to evade defenses and detection analysis of malicious process execution by launching adversary-controlled code under the context of a legitimate process.\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances for known bad sequences of calls, since benign use of API functions may be common and difficult to distinguish from malicious behavior.\n\nAnalyze process behavior to determine if a process is performing actions it usually does not, such as opening network connections, reading files, or other suspicious actions that could relate to post-compromise behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, API monitoring" }, { - "description": "Adversaries may use scripts to aid in operations and perform multiple actions that would otherwise be manual. Scripting is useful for speeding up operational tasks and reducing the time required to gain access to critical resources. Some scripting languages may be used to bypass process monitoring mechanisms by directly interacting with the operating system at an API level instead of calling other programs. Common scripting languages for Windows include VBScript and PowerShell but could also be in the form of command-line batch scripts.\n\nMany popular offensive frameworks exist which use forms of scripting for security testers and adversaries alike. Metasploit[[Citation: Metasploit]], Veil[[Citation: Veil]], and PowerSploit[[Citation: Powersploit]] are three examples that are popular among penetration testers for exploit and post-compromise operations and include many features for evading defenses. Some adversaries are known to use PowerShell.[[Citation: Alperovitch 2014]]\n\nDetection: Scripting may be common on admin, developer, or power user systems, depending on job function. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information [[Discovery]], [[Collection]], or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, Process command-line parameters", - "uuid": "7fd87010-3a00-4da3-b905-410525e8ec44", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1064", "http://blog.crowdstrike.com/deep-thought-chinese-targeting-national-security-think-tanks/", @@ -203,18 +191,7 @@ "https://github.com/mattifestation/PowerSploit", "https://www.veil-framework.com/framework/" ], - "x_mitre_data_sources": [ - "Process monitoring", - "File monitoring", - "Process command-line parameters" - ] - }, - "value": "Scripting" - }, - { - "description": "Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to cmd may be used to gather information. Some adversaries may also use Automated Collection on removable media.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system's connected removable media. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", - "meta": { + "uuid": "7fd87010-3a00-4da3-b905-410525e8ec44", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -228,21 +205,21 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Process monitoring", + "File monitoring", + "Process command-line parameters" + ] + }, + "value": "Scripting", + "description": "Adversaries may use scripts to aid in operations and perform multiple actions that would otherwise be manual. Scripting is useful for speeding up operational tasks and reducing the time required to gain access to critical resources. Some scripting languages may be used to bypass process monitoring mechanisms by directly interacting with the operating system at an API level instead of calling other programs. Common scripting languages for Windows include VBScript and PowerShell but could also be in the form of command-line batch scripts.\n\nMany popular offensive frameworks exist which use forms of scripting for security testers and adversaries alike. Metasploit[[Citation: Metasploit]], Veil[[Citation: Veil]], and PowerSploit[[Citation: Powersploit]] are three examples that are popular among penetration testers for exploit and post-compromise operations and include many features for evading defenses. Some adversaries are known to use PowerShell.[[Citation: Alperovitch 2014]]\n\nDetection: Scripting may be common on admin, developer, or power user systems, depending on job function. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information [[Discovery]], [[Collection]], or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, Process command-line parameters" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1025" ], - "x_mitre_data_sources": [ - "File monitoring", - "Process monitoring", - "Process command-line parameters" - ] - }, - "value": "Data from Removable Media" - }, - { - "description": "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]] However, adversaries are known to use code signing certificates to masquerade malware and tools as legitimate binaries. The certificates used during an operation may be created, forged, or stolen by the adversary.[[Citation: Securelist Digital Certificates]][[Citation: Symantec Digital Certificates]]\n\nCode signing certificates may be used to bypass security policies that require signed code to execute on a system.\n\nDetection: Collect and analyze signing certificate metadata on software that executes within the environment to look for unusual certificate characteristics and outliers.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", - "uuid": "1b84d551-6de8-4b96-9930-d177677c3b1d", - "meta": { + "uuid": "1b7ba276-eedc-4951-a762-0ceea2c030ec", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -256,22 +233,24 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "File monitoring", + "Process monitoring", + "Process command-line parameters" + ] + }, + "value": "Data from Removable Media", + "description": "Sensitive data can be collected from any removable media (optical disk drive, USB memory, etc.) connected to the compromised system prior to cmd may be used to gather information. Some adversaries may also use Automated Collection on removable media.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system's connected removable media. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1116", "https://en.wikipedia.org/wiki/Code%20signing", "https://securelist.com/blog/security-policies/68593/why-you-shouldnt-completely-trust-files-signed-with-digital-certificates/", "http://www.symantec.com/connect/blogs/how-attackers-steal-private-keys-digital-certificates" ], - "x_mitre_data_sources": [ - "Binary file metadata" - ] - }, - "value": "Code Signing" - }, - { - "description": "Rootkits are programs that hide the existence of malware by intercepting and modifying operating system API calls that supply system information. Rootkits or rootkit enabling functionality may reside at the user or kernel level in the operating system or lower, to include a Hypervisor, Master Boot Record, or the Basic Input/Output System.[[Citation: Wikipedia Rootkit]]\n\nAdversaries may use rootkits to hide the presence of programs, files, network connections, services, drivers, and other system components.\n\nDetection: Some rootkit protections may be built into anti-virus or operating system software. There are dedicated rootkit detection tools that look for specific types of rootkit behavior. Monitor for the existence of unrecognized DLLs, devices, services, and changes to the MBR.[[Citation: Wikipedia Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: BIOS, MBR, System calls", - "uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", - "meta": { + "uuid": "1b84d551-6de8-4b96-9930-d177677c3b1d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -285,22 +264,49 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Binary file metadata" + ] + }, + "value": "Code Signing", + "description": "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]] However, adversaries are known to use code signing certificates to masquerade malware and tools as legitimate binaries. The certificates used during an operation may be created, forged, or stolen by the adversary.[[Citation: Securelist Digital Certificates]][[Citation: Symantec Digital Certificates]]\n\nCode signing certificates may be used to bypass security policies that require signed code to execute on a system.\n\nDetection: Collect and analyze signing certificate metadata on software that executes within the environment to look for unusual certificate characteristics and outliers.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1014", "https://en.wikipedia.org/wiki/Rootkit" ], + "uuid": "0f20e3cb-245b-4a61-8a91-2d93f7cb0e9b", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "BIOS", "MBR", "System calls" ] }, - "value": "Rootkit" + "value": "Rootkit", + "description": "Rootkits are programs that hide the existence of malware by intercepting and modifying operating system API calls that supply system information. Rootkits or rootkit enabling functionality may reside at the user or kernel level in the operating system or lower, to include a Hypervisor, Master Boot Record, or the Basic Input/Output System.[[Citation: Wikipedia Rootkit]]\n\nAdversaries may use rootkits to hide the presence of programs, files, network connections, services, drivers, and other system components.\n\nDetection: Some rootkit protections may be built into anti-virus or operating system software. There are dedicated rootkit detection tools that look for specific types of rootkit behavior. Monitor for the existence of unrecognized DLLs, devices, services, and changes to the MBR.[[Citation: Wikipedia Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: BIOS, MBR, System calls" }, { - "description": "Command-line interfaces provide a way of interacting with computer systems and is a common feature across many types of operating system platforms.cmd, which can be used to perform a number of tasks including execution of other software. Command-line interfaces can be interacted with locally or remotely via a remote desktop application, reverse shell session, etc. Commands that are executed run with the current permission level of the command-line interface process unless the command includes process invocation that changes permissions context for that execution (e.g. Scheduled Task).\n\nAdversaries may use command-line interfaces to interact with systems and execute other software during the course of an operation.\n\nDetection: Command-line interface activities can be captured through proper logging of process execution with command-line arguments. This information can be useful in gaining additional insight to adversaries' actions through how they use native processes or custom tools.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1059", + "https://en.wikipedia.org/wiki/Command-line%20interface" + ], + "uuid": "7385dfaf-6886-4229-9ecd-6fd678040830", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -315,21 +321,21 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1059", - "https://en.wikipedia.org/wiki/Command-line%20interface" - ], "x_mitre_data_sources": [ "Process command-line parameters", "Process monitoring" ] }, - "value": "Command-Line Interface" + "value": "Command-Line Interface", + "description": "Command-line interfaces provide a way of interacting with computer systems and is a common feature across many types of operating system platforms.cmd, which can be used to perform a number of tasks including execution of other software. Command-line interfaces can be interacted with locally or remotely via a remote desktop application, reverse shell session, etc. Commands that are executed run with the current permission level of the command-line interface process unless the command includes process invocation that changes permissions context for that execution (e.g. Scheduled Task).\n\nAdversaries may use command-line interfaces to interact with systems and execute other software during the course of an operation.\n\nDetection: Command-line interface activities can be captured through proper logging of process execution with command-line arguments. This information can be useful in gaining additional insight to adversaries' actions through how they use native processes or custom tools.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring" }, { - "description": "Data exfiltration is performed over the [[Command and Control]] channel. Data is encoded into the normal communications channel using the same protocol as command and control communications.\n\nDetection: Detection for command and control applies. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring", - "uuid": "92d7da27-2d91-488e-a00c-059dc162766d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1041", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "92d7da27-2d91-488e-a00c-059dc162766d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -343,21 +349,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1041", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "User interface", "Process monitoring" ] }, - "value": "Exfiltration Over Command and Control Channel" + "value": "Exfiltration Over Command and Control Channel", + "description": "Data exfiltration is performed over the [[Command and Control]] channel. Data is encoded into the normal communications channel using the same protocol as command and control communications.\n\nDetection: Detection for command and control applies. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring" }, { - "description": "Adversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult.\n\nRemote access tools will call back to the first-stage command and control server for instructions. The first stage may have automated capabilities to collect basic host information, update tools, and upload additional files. A second remote access tool (RAT) could be uploaded at that point to redirect the host to the second-stage command and control server. The second stage will likely be more fully featured and allow the adversary to interact with the system through a reverse shell and additional RAT features.\n\nThe different stages will likely be hosted separately with no overlapping infrastructure. The loader may also have backup first-stage callbacks or Fallback Channels in case the original first-stage communication path is discovered and blocked.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure. Relating subsequent actions that may result from [[Discovery]] of the system and network information or [[Lateral Movement]] to the originating process may also yield useful data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network device logs, Network protocol analysis, Packet capture, Process use of network", - "uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1104" + ], + "uuid": "84e02621-8fdf-470f-bd58-993bb6a89d91", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -371,9 +376,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1104" - ], "x_mitre_data_sources": [ "Netflow/Enclave netflow", "Network device logs", @@ -382,12 +384,17 @@ "Process use of network" ] }, - "value": "Multi-Stage Channels" + "value": "Multi-Stage Channels", + "description": "Adversaries may create multiple stages for command and control that are employed under different conditions or for certain functions. Use of multiple stages may obfuscate the command and control channel to make detection more difficult.\n\nRemote access tools will call back to the first-stage command and control server for instructions. The first stage may have automated capabilities to collect basic host information, update tools, and upload additional files. A second remote access tool (RAT) could be uploaded at that point to redirect the host to the second-stage command and control server. The second stage will likely be more fully featured and allow the adversary to interact with the system through a reverse shell and additional RAT features.\n\nThe different stages will likely be hosted separately with no overlapping infrastructure. The loader may also have backup first-stage callbacks or Fallback Channels in case the original first-stage communication path is discovered and blocked.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure. Relating subsequent actions that may result from [[Discovery]] of the system and network information or [[Lateral Movement]] to the originating process may also yield useful data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network device logs, Network protocol analysis, Packet capture, Process use of network" }, { - "description": "Adversaries can use methods of capturing user input for obtaining credentials for Legitimate Credentials and information Credential Dumping efforts are not effective, and may require an adversary to remain passive on a system for a period of time before an opportunity arises.\n\nAdversaries may also install code on externally facing portals, such as a VPN login page, to capture and transmit credentials of users who attempt to log into the service. This variation on input capture may be conducted post-compromise using legitimate administrative access as a backup measure to maintain network access through External Remote Services and Legitimate Credentials or as part of the initial compromise by exploitation of the externally facing web service.Legitimate Credentials in use by adversaries may help to catch the result of user input interception if new techniques are used.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Kernel drivers, Process monitoring, API monitoring\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", - "uuid": "bb5a00de-e086-4859-a231-fa793f6797e2", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1056", + "http://blog.leetsys.com/2012/01/02/capturing-windows-7-credentials-at-logon-using-custom-credential-provider/", + "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" + ], + "uuid": "bb5a00de-e086-4859-a231-fa793f6797e2", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -401,11 +408,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1056", - "http://blog.leetsys.com/2012/01/02/capturing-windows-7-credentials-at-logon-using-custom-credential-provider/", - "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" - ], "x_mitre_data_sources": [ "Windows Registry", "Kernel drivers", @@ -413,42 +415,18 @@ "API monitoring" ] }, - "value": "Input Capture" + "value": "Input Capture", + "description": "Adversaries can use methods of capturing user input for obtaining credentials for Legitimate Credentials and information Credential Dumping efforts are not effective, and may require an adversary to remain passive on a system for a period of time before an opportunity arises.\n\nAdversaries may also install code on externally facing portals, such as a VPN login page, to capture and transmit credentials of users who attempt to log into the service. This variation on input capture may be conducted post-compromise using legitimate administrative access as a backup measure to maintain network access through External Remote Services and Legitimate Credentials or as part of the initial compromise by exploitation of the externally facing web service.Legitimate Credentials in use by adversaries may help to catch the result of user input interception if new techniques are used.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Kernel drivers, Process monitoring, API monitoring\n\nContributors: John Lambert, Microsoft Threat Intelligence Center" }, { - "description": "Regsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies. Both are digitally signed by Microsoft.[[Citation: MSDN Regsvcs]][[Citation: MSDN Regasm]]\n\nAdversaries can use Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Both utilities may be used to bypass process whitelisting through use of attributes within the binary to specify code that should be run before registration or unregistration: [ComRegisterFunction] or [ComUnregisterFunction] respectively. The code with the registration and unregistration attributes will be executed even if the process is run under insufficient privileges and fails to execute.[[Citation: SubTee Regsvcs Regasm Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of Regsvcs.exe and Regasm.exe. Compare recent invocations of Regsvcs.exe and Regasm.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after Regsvcs.exe or Regasm.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", - "uuid": "215190a9-9f02-4e83-bb5f-e0589965a302", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1121", "https://msdn.microsoft.com/en-us/library/04za0hca.aspx", "https://msdn.microsoft.com/en-us/library/tzat5yw6.aspx", "http://subt0x10.blogspot.com/2015/11/all-natural-organic-free-range.html" ], - "x_mitre_data_sources": [ - "Process monitoring", - "Process command-line parameters" - ] - }, - "value": "Regsvcs/Regasm" - }, - { - "description": "MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It takes XML formatted project files that define requirements for building various platforms and configurations.[[Citation: MSDN MSBuild]] \n\nAdversaries can use MSBuild to proxy execution of code through a trusted Windows utility. The inline task capability of MSBuild that was introduced in .NET version 4 allows for C# code to be inserted into the XML project file.[[Citation: MSDN MSBuild Inline Tasks]] MSBuild will compile and execute the inline task. MSBuild.exe is a signed Microsoft binary, so when it is used this way it can execute arbitrary code and bypass application whitelisting defenses that are configured to allow MSBuild.exe execution.[[Citation: SubTee MSBuild]]\n\nDetection: Use process monitoring to monitor the execution and arguments of MSBuild.exe. Compare recent invocations of MSBuild.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. It is likely that MSBuild will be used by software developers, so if it exists and is used outside of that context, then the event may be suspicious. Command arguments used before and after the MSBuild.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring\n\nContributors: Casey Smith", - "uuid": "ff25900d-76d5-449b-a351-8824e62fc81b", - "meta": { + "uuid": "215190a9-9f02-4e83-bb5f-e0589965a302", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -462,22 +440,23 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Process monitoring", + "Process command-line parameters" + ] + }, + "value": "Regsvcs/Regasm", + "description": "Regsvcs and Regasm are Windows command-line utilities that are used to register .NET Component Object Model (COM) assemblies. Both are digitally signed by Microsoft.[[Citation: MSDN Regsvcs]][[Citation: MSDN Regasm]]\n\nAdversaries can use Regsvcs and Regasm to proxy execution of code through a trusted Windows utility. Both utilities may be used to bypass process whitelisting through use of attributes within the binary to specify code that should be run before registration or unregistration: [ComRegisterFunction] or [ComUnregisterFunction] respectively. The code with the registration and unregistration attributes will be executed even if the process is run under insufficient privileges and fails to execute.[[Citation: SubTee Regsvcs Regasm Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of Regsvcs.exe and Regasm.exe. Compare recent invocations of Regsvcs.exe and Regasm.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after Regsvcs.exe or Regasm.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1127", "https://msdn.microsoft.com/library/dd722601.aspx", "https://subt0x10.blogspot.com/2016/09/bypassing-application-whitelisting.html", "https://msdn.microsoft.com/library/dd393574.aspx" ], - "x_mitre_data_sources": [ - "Process monitoring" - ] - }, - "value": "MSBuild" - }, - { - "description": "Adversaries will likely look for details about the network configuration and settings of systems they access. Several operating system administration utilities exist that can be used to gather this information. Examples include Arp, ipconfig/ifconfig, nbtstat, and route.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", - "meta": { + "uuid": "ff25900d-76d5-449b-a351-8824e62fc81b", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -491,20 +470,48 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Process monitoring" + ] + }, + "value": "MSBuild", + "description": "MSBuild.exe (Microsoft Build Engine) is a software build platform used by Visual Studio. It takes XML formatted project files that define requirements for building various platforms and configurations.[[Citation: MSDN MSBuild]] \n\nAdversaries can use MSBuild to proxy execution of code through a trusted Windows utility. The inline task capability of MSBuild that was introduced in .NET version 4 allows for C# code to be inserted into the XML project file.[[Citation: MSDN MSBuild Inline Tasks]] MSBuild will compile and execute the inline task. MSBuild.exe is a signed Microsoft binary, so when it is used this way it can execute arbitrary code and bypass application whitelisting defenses that are configured to allow MSBuild.exe execution.[[Citation: SubTee MSBuild]]\n\nDetection: Use process monitoring to monitor the execution and arguments of MSBuild.exe. Compare recent invocations of MSBuild.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. It is likely that MSBuild will be used by software developers, so if it exists and is used outside of that context, then the event may be suspicious. Command arguments used before and after the MSBuild.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring\n\nContributors: Casey Smith" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1016" ], + "uuid": "707399d6-ab3e-4963-9315-d9d3818cd6a0", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Process command-line parameters", "Process monitoring" ] }, - "value": "Local Network Configuration Discovery" + "value": "Local Network Configuration Discovery", + "description": "Adversaries will likely look for details about the network configuration and settings of systems they access. Several operating system administration utilities exist that can be used to gather this information. Examples include Arp, ipconfig/ifconfig, nbtstat, and route.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring" }, { - "description": "Utilities such as at and schtasks, along with the Windows Task Scheduler, can be used to schedule programs or scripts to be executed at a date and time. The account used to create the task must be in the Administrators group on the local system. A task can also be scheduled on a remote system, provided the proper authentication is met to use RPC and file and printer sharing is turned on.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: Administrator, SYSTEM", - "uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1053", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://technet.microsoft.com/en-us/library/cc785125.aspx" + ], + "uuid": "35dd844a-b219-4e2b-a6bb-efa9a75995a9", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -518,23 +525,25 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1053", - "https://technet.microsoft.com/en-us/sysinternals/bb963902", - "https://technet.microsoft.com/en-us/library/cc785125.aspx" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Scheduled Task" + "value": "Scheduled Task", + "description": "Utilities such as at and schtasks, along with the Windows Task Scheduler, can be used to schedule programs or scripts to be executed at a date and time. The account used to create the task must be in the Administrators group on the local system. A task can also be scheduled on a remote system, provided the proper authentication is met to use RPC and file and printer sharing is turned on.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: Administrator, SYSTEM" }, { - "description": "Windows Management Instrumentation (WMI) is a Windows administration feature that provides a uniform environment for local and remote access to Windows system components. It relies on the WMI service for local and remote access and the server message block (SMB)[[Citation: Wikipedia SMB]] and Remote Procedure Call Service (RPCS)[[Citation: TechNet RPC]] for remote access. RPCS operates over port 135.[[Citation: MSDN WMI]]\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to perform many tactic functions, such as gathering information for [[Discovery]] and remote [[Execution]] of files as part of [[Lateral Movement]].[[Citation: FireEye WMI 2015]]\n\nDetection: Monitor network traffic for WMI connections; the use of WMI in environments that do not typically use WMI may be suspect. Perform process monitoring to capture command-line arguments of \"wmic\" and detect commands that are used to perform remote behavior.[[Citation: FireEye WMI 2015]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", - "uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1047", + "https://technet.microsoft.com/en-us/library/cc787851.aspx", + "https://en.wikipedia.org/wiki/Server%20Message%20Block", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf", + "https://msdn.microsoft.com/en-us/library/aa394582.aspx" + ], + "uuid": "01a5a209-b94c-450b-b7f9-946497d91055", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -548,13 +557,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1047", - "https://technet.microsoft.com/en-us/library/cc787851.aspx", - "https://en.wikipedia.org/wiki/Server%20Message%20Block", - "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf", - "https://msdn.microsoft.com/en-us/library/aa394582.aspx" - ], "x_mitre_data_sources": [ "Authentication logs", "Netflow/Enclave netflow", @@ -562,12 +564,17 @@ "Process monitoring" ] }, - "value": "Windows Management Instrumentation" + "value": "Windows Management Instrumentation", + "description": "Windows Management Instrumentation (WMI) is a Windows administration feature that provides a uniform environment for local and remote access to Windows system components. It relies on the WMI service for local and remote access and the server message block (SMB)[[Citation: Wikipedia SMB]] and Remote Procedure Call Service (RPCS)[[Citation: TechNet RPC]] for remote access. RPCS operates over port 135.[[Citation: MSDN WMI]]\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to perform many tactic functions, such as gathering information for [[Discovery]] and remote [[Execution]] of files as part of [[Lateral Movement]].[[Citation: FireEye WMI 2015]]\n\nDetection: Monitor network traffic for WMI connections; the use of WMI in environments that do not typically use WMI may be suspect. Perform process monitoring to capture command-line arguments of \"wmic\" and detect commands that are used to perform remote behavior.[[Citation: FireEye WMI 2015]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring" }, { - "description": "Data or executables may be stored in New Technology File System (NTFS) partition metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus.[[Citation: Journey into IR ZeroAccess NTFS EA]]\n\nThe NTFS format has a feature called Extended Attributes (EA), which allows data to be stored as an attribute of a file or folder.[[Citation: Microsoft File Streams]]\n\nDetection: Forensic techniques exist to identify information stored in EA.[[Citation: Journey into IR ZeroAccess NTFS EA]] It may be possible to monitor NTFS for writes or reads to NTFS EA or to regularly scan for the presence of modified information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Kernel drivers", - "uuid": "f2d44246-91f1-478a-b6c8-1227e0ca109d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1096", + "http://journeyintoir.blogspot.com/2012/12/extracting-zeroaccess-from-ntfs.html", + "http://msdn.microsoft.com/en-us/library/aa364404" + ], + "uuid": "f2d44246-91f1-478a-b6c8-1227e0ca109d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -581,22 +588,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1096", - "http://journeyintoir.blogspot.com/2012/12/extracting-zeroaccess-from-ntfs.html", - "http://msdn.microsoft.com/en-us/library/aa364404" - ], "x_mitre_data_sources": [ "File monitoring", "Kernel drivers" ] }, - "value": "NTFS Extended Attributes" + "value": "NTFS Extended Attributes", + "description": "Data or executables may be stored in New Technology File System (NTFS) partition metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus.[[Citation: Journey into IR ZeroAccess NTFS EA]]\n\nThe NTFS format has a feature called Extended Attributes (EA), which allows data to be stored as an attribute of a file or folder.[[Citation: Microsoft File Streams]]\n\nDetection: Forensic techniques exist to identify information stored in EA.[[Citation: Journey into IR ZeroAccess NTFS EA]] It may be possible to monitor NTFS for writes or reads to NTFS EA or to regularly scan for the presence of modified information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Kernel drivers" }, { - "description": "Adversaries may attempt to get information about running processes on a system. An example command that would obtain details on processes is \"tasklist\" using the Tasklist utility.\n\nInformation obtained could be used to gain an understanding of common software running on systems within the network.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1057" + ], + "uuid": "8f4a33ec-8b1f-4b80-a2f6-642b2e479580", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -611,33 +616,16 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1057" - ], "x_mitre_data_sources": [ "Process command-line parameters", "Process monitoring" ] }, - "value": "Process Discovery" + "value": "Process Discovery", + "description": "Adversaries may attempt to get information about running processes on a system. An example command that would obtain details on processes is \"tasklist\" using the Tasklist utility.\n\nInformation obtained could be used to gain an understanding of common software running on systems within the network.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring" }, { - "description": "The BIOS (Basic Input/Output System), which underlies the functionality of a computer, may be modified to perform or assist in malicious activity.[[Citation: Wikipedia BIOS]]\n\nCapabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\n\nThe Unified Extensible Firmware Interface (UEFI) is new specification for the interface between platform firmware and a computer operating system.[[Citation: About UEFI]]\n\nDetection: Firmware manipulation may be detected.[[Citation: MITRE Trustworthy Firmware Measurement]] Dump and inspect BIOS images on vulnerable systems and compare against known good images.[[Citation: MITRE Copernicus]] Analyze differences to determine if malicious changes have occurred. Log attempts to read/write to BIOS and compare against known patching behavior.\n\nLikewise, extensible firmware interface (EFI) modules can be collected and compared against a known-clean list of EFI executable binaries to detect potentially malicious modules. The CHIPSEC framework can be used for analysis to determine if firmware modifications have been performed.[[Citation: McAfee CHIPSEC Blog]][[Citation: Github CHIPSEC]][[Citation: Intel HackingTeam UEFI Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, BIOS", - "uuid": "6856ddd6-2df3-4379-8b87-284603c189c3", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1019", "https://securingtomorrow.mcafee.com/business/chipsec-support-vault-7-disclosure-scanning/", @@ -648,17 +636,7 @@ "http://www.mitre.org/publications/project-stories/going-deep-into-the-bios-with-mitre-firmware-security-research", "http://www.mitre.org/capabilities/cybersecurity/overview/cybersecurity-blog/copernicus-question-your-assumptions-about" ], - "x_mitre_data_sources": [ - "API monitoring", - "BIOS" - ] - }, - "value": "Basic Input/Output System" - }, - { - "description": "Adding an entry to the \"run keys\" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.Masquerading to make the Registry entries look as if they are associated with legitimate programs.\n\nDetection: Monitor Registry for changes to run keys that do not correlate with known software, patch cycles, etc. Monitor the start folder for additions or changes. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing the run keys' Registry locations and startup folders.[[Citation: TechNet Autoruns]] Suspicious program execution as startup programs may show up as outlier processes that have not been seen before when compared against historical data.\n\nChanges to these locations typically happen under normal conditions when legitimate software is installed. To increase confidence of malicious activity, data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring", - "uuid": "9422fc14-1c43-410d-ab0f-a709b76c72dc", - "meta": { + "uuid": "6856ddd6-2df3-4379-8b87-284603c189c3", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -672,22 +650,49 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "API monitoring", + "BIOS" + ] + }, + "value": "Basic Input/Output System", + "description": "The BIOS (Basic Input/Output System), which underlies the functionality of a computer, may be modified to perform or assist in malicious activity.[[Citation: Wikipedia BIOS]]\n\nCapabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\n\nThe Unified Extensible Firmware Interface (UEFI) is new specification for the interface between platform firmware and a computer operating system.[[Citation: About UEFI]]\n\nDetection: Firmware manipulation may be detected.[[Citation: MITRE Trustworthy Firmware Measurement]] Dump and inspect BIOS images on vulnerable systems and compare against known good images.[[Citation: MITRE Copernicus]] Analyze differences to determine if malicious changes have occurred. Log attempts to read/write to BIOS and compare against known patching behavior.\n\nLikewise, extensible firmware interface (EFI) modules can be collected and compared against a known-clean list of EFI executable binaries to detect potentially malicious modules. The CHIPSEC framework can be used for analysis to determine if firmware modifications have been performed.[[Citation: McAfee CHIPSEC Blog]][[Citation: Github CHIPSEC]][[Citation: Intel HackingTeam UEFI Rootkit]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, BIOS" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1060", "http://msdn.microsoft.com/en-us/library/aa376977", "https://technet.microsoft.com/en-us/sysinternals/bb963902" ], + "uuid": "9422fc14-1c43-410d-ab0f-a709b76c72dc", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Windows Registry", "File monitoring" ] }, - "value": "Registry Run Keys / Start Folder" + "value": "Registry Run Keys / Start Folder", + "description": "Adding an entry to the \"run keys\" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.Masquerading to make the Registry entries look as if they are associated with legitimate programs.\n\nDetection: Monitor Registry for changes to run keys that do not correlate with known software, patch cycles, etc. Monitor the start folder for additions or changes. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing the run keys' Registry locations and startup folders.[[Citation: TechNet Autoruns]] Suspicious program execution as startup programs may show up as outlier processes that have not been seen before when compared against historical data.\n\nChanges to these locations typically happen under normal conditions when legitimate software is installed. To increase confidence of malicious activity, data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring" }, { - "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 conjunction with New Service and Modify Existing Service during service persistence or privilege escalation.\n\nDetection: Changes to service Registry entries and command-line invocation of tools capable of modifying services that do not correlate with known software, patch cycles, etc., may be suspicious. If a service is used only to execute a binary or script and not to persist, then it will likely be changed back to its original form shortly after the service is restarted so the service is not left broken, as is the case with the common administrator tool PsExec.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring", - "uuid": "f44731de-ea9f-406d-9b83-30ecbb9b4392", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1035" + ], + "uuid": "f44731de-ea9f-406d-9b83-30ecbb9b4392", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -701,21 +706,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1035" - ], "x_mitre_data_sources": [ "Windows Registry", "Process command-line parameters", "Process monitoring" ] }, - "value": "Service Execution" + "value": "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 conjunction with New Service and Modify Existing Service during service persistence or privilege escalation.\n\nDetection: Changes to service Registry entries and command-line invocation of tools capable of modifying services that do not correlate with known software, patch cycles, etc., may be suspicious. If a service is used only to execute a binary or script and not to persist, then it will likely be changed back to its original form shortly after the service is restarted so the service is not left broken, as is the case with the common administrator tool PsExec.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring" }, { - "description": "Adversaries may conduct C2 communications over a non-standard port to bypass proxies and firewalls that have been improperly configured.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "c848fcf7-6b62-4bde-8216-b6c157d48da0", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1065", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "c848fcf7-6b62-4bde-8216-b6c157d48da0", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -729,22 +735,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1065", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Netflow/Enclave netflow", "Process use of network", "Process monitoring" ] }, - "value": "Uncommonly Used Port" + "value": "Uncommonly Used Port", + "description": "Adversaries may conduct C2 communications over a non-standard port to bypass proxies and firewalls that have been improperly configured.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring" }, { - "description": "Collected data is staged in a central location or directory prior to Data Compressed or Data Encrypted.\n\nInteractive command shells may be used, and common functionality within cmd may be used to copy data into a staging location.\n\nDetection: Processes that appear to be reading files from disparate locations and writing them to the same directory or file may be an indication of data being staged, especially if they are suspected of performing encryption or compression on the files.\n\nMonitor processes and command-line arguments for actions that could be taken to collect and combine files. Remote access tools with built-in features may interact directly with the Windows API to gather and copy to a location. Data may also be acquired and staged through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "7dd95ff6-712e-4056-9626-312ea4ab4c5e", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1074" + ], + "uuid": "7dd95ff6-712e-4056-9626-312ea4ab4c5e", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -758,21 +763,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1074" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Process command-line parameters" ] }, - "value": "Data Staged" + "value": "Data Staged", + "description": "Collected data is staged in a central location or directory prior to Data Compressed or Data Encrypted.\n\nInteractive command shells may be used, and common functionality within cmd may be used to copy data into a staging location.\n\nDetection: Processes that appear to be reading files from disparate locations and writing them to the same directory or file may be an indication of data being staged, especially if they are suspected of performing encryption or compression on the files.\n\nMonitor processes and command-line arguments for actions that could be taken to collect and combine files. Remote access tools with built-in features may interact directly with the Windows API to gather and copy to a location. Data may also be acquired and staged through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters" }, { - "description": "When operating systems boot up, they can start programs or applications called services that perform background system functions.Masquerading. Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges from administrator to SYSTEM. Adversaries may also directly start services through Service Execution.\n\nDetection: Monitor service creation through changes in the Registry and common utilities using command-line invocation. New, benign services may be created during installation of new software. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters\n\nEffective Permissions: SYSTEM", - "uuid": "478aa214-2ca7-4ec0-9978-18798e514790", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1050", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://technet.microsoft.com/en-us/library/cc772408.aspx" + ], + "uuid": "478aa214-2ca7-4ec0-9978-18798e514790", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -786,23 +793,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1050", - "https://technet.microsoft.com/en-us/sysinternals/bb963902", - "https://technet.microsoft.com/en-us/library/cc772408.aspx" - ], "x_mitre_data_sources": [ "Windows Registry", "Process monitoring", "Process command-line parameters" ] }, - "value": "New Service" + "value": "New Service", + "description": "When operating systems boot up, they can start programs or applications called services that perform background system functions.Masquerading. Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges from administrator to SYSTEM. Adversaries may also directly start services through Service Execution.\n\nDetection: Monitor service creation through changes in the Registry and common utilities using command-line invocation. New, benign services may be created during installation of new software. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters\n\nEffective Permissions: SYSTEM" }, { - "description": "Windows shared drive and Windows Admin Shares connections can be removed when no longer needed. Net is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command.Windows Admin Shares. SMB traffic between systems may also be captured and decoded to look for related network share session and file transfer activity. Windows authentication logs are also useful in determining when authenticated network shares are established and by which account, and can be used to correlate network share activity to other events to investigate potentially malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, Packet capture, Authentication logs", - "uuid": "e7eab98d-ae11-4491-bd28-a53ba875865a", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1126", + "https://technet.microsoft.com/bb490717.aspx" + ], + "uuid": "e7eab98d-ae11-4491-bd28-a53ba875865a", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -816,10 +822,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1126", - "https://technet.microsoft.com/bb490717.aspx" - ], "x_mitre_data_sources": [ "Process monitoring", "Process command-line parameters", @@ -827,12 +829,18 @@ "Authentication logs" ] }, - "value": "Network Share Connection Removal" + "value": "Network Share Connection Removal", + "description": "Windows shared drive and Windows Admin Shares connections can be removed when no longer needed. Net is an example utility that can be used to remove network share connections with the net use \\\\system\\share /delete command.Windows Admin Shares. SMB traffic between systems may also be captured and decoded to look for related network share session and file transfer activity. Windows authentication logs are also useful in determining when authenticated network shares are established and by which account, and can be used to correlate network share activity to other events to investigate potentially malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, Packet capture, Authentication logs" }, { - "description": "DLL injection is used to run code in the context of another process by causing the other process to load and execute code. Running code in the context of another process provides adversaries many benefits, such as access to the process's memory and permissions. It also allows adversaries to mask their actions under a legitimate process. A more sophisticated kind of DLL injection, reflective DLL injection, loads code without calling the normal Windows API calls, potentially bypassing DLL load monitoring. Numerous methods of DLL injection exist on Windows, including modifying the Registry, creating remote threads, Windows hooking APIs, and DLL pre-loading.PowerShell with tools such as PowerSploit,[[Citation: Powersploit]] so additional PowerShell monitoring may be required to cover known implementations of this behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM", - "uuid": "43e7dc91-05b2-474c-b9ac-2ed4fe101f4d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1055", + "http://en.wikipedia.org/wiki/DLL%20injection", + "http://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-Proces", + "https://github.com/mattifestation/PowerSploit" + ], + "uuid": "43e7dc91-05b2-474c-b9ac-2ed4fe101f4d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -846,12 +854,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1055", - "http://en.wikipedia.org/wiki/DLL%20injection", - "http://www.codeproject.com/Articles/4610/Three-Ways-to-Inject-Your-Code-into-Another-Proces", - "https://github.com/mattifestation/PowerSploit" - ], "x_mitre_data_sources": [ "API monitoring", "Windows Registry", @@ -859,12 +861,18 @@ "Process monitoring" ] }, - "value": "DLL Injection" + "value": "DLL Injection", + "description": "DLL injection is used to run code in the context of another process by causing the other process to load and execute code. Running code in the context of another process provides adversaries many benefits, such as access to the process's memory and permissions. It also allows adversaries to mask their actions under a legitimate process. A more sophisticated kind of DLL injection, reflective DLL injection, loads code without calling the normal Windows API calls, potentially bypassing DLL load monitoring. Numerous methods of DLL injection exist on Windows, including modifying the Registry, creating remote threads, Windows hooking APIs, and DLL pre-loading.PowerShell with tools such as PowerSploit,[[Citation: Powersploit]] so additional PowerShell monitoring may be required to cover known implementations of this behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM" }, { - "description": "Windows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[[Citation: MSDN Authentication Packages]]\n\nAdversaries can use the autostart mechanism provided by LSA Authentication Packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\ with the key value of \"Authentication Packages\"=. The binary will then be executed by the system when the authentication packages are loaded.\n\nDetection: Monitor the Registry for changes to the LSA Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", - "uuid": "52d40641-c480-4ad5-81a3-c80ccaddf82d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1131", + "https://technet.microsoft.com/en-us/library/dn408187.aspx", + "https://msdn.microsoft.com/library/windows/desktop/aa374733.aspx", + "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" + ], + "uuid": "52d40641-c480-4ad5-81a3-c80ccaddf82d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -878,24 +886,25 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1131", - "https://technet.microsoft.com/en-us/library/dn408187.aspx", - "https://msdn.microsoft.com/library/windows/desktop/aa374733.aspx", - "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" - ], "x_mitre_data_sources": [ "DLL monitoring", "Windows Registry", "Loaded DLLs" ] }, - "value": "Authentication Package" + "value": "Authentication Package", + "description": "Windows Authentication Package DLLs are loaded by the Local Security Authority (LSA) process at system start. They provide support for multiple logon processes and multiple security protocols to the operating system.[[Citation: MSDN Authentication Packages]]\n\nAdversaries can use the autostart mechanism provided by LSA Authentication Packages for persistence by placing a reference to a binary in the Windows Registry location HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\ with the key value of \"Authentication Packages\"=. The binary will then be executed by the system when the authentication packages are loaded.\n\nDetection: Monitor the Registry for changes to the LSA Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs" }, { - "description": "An adversary performs C2 communications using multiple layers of encryption, typically (but not exclusively) tunneling a custom encryption scheme within a protocol encryption scheme such as HTTPS or SMTPS.\n\nDetection: If malware uses Standard Cryptographic Protocol, SSL/TLS inspection can be used to detect command and control traffic within some encrypted communication channels.Custom Cryptographic Protocol, if malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "428ca9f8-0e33-442a-be87-f869cb4cf73e", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1079", + "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", + "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", + "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" + ], + "uuid": "428ca9f8-0e33-442a-be87-f869cb4cf73e", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -909,13 +918,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1079", - "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", - "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", - "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" - ], "x_mitre_data_sources": [ "Packet capture", "Process use of network", @@ -923,35 +925,15 @@ "Process monitoring" ] }, - "value": "Multilayer Encryption" + "value": "Multilayer Encryption", + "description": "An adversary performs C2 communications using multiple layers of encryption, typically (but not exclusively) tunneling a custom encryption scheme within a protocol encryption scheme such as HTTPS or SMTPS.\n\nDetection: If malware uses Standard Cryptographic Protocol, SSL/TLS inspection can be used to detect command and control traffic within some encrypted communication channels.Custom Cryptographic Protocol, if malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Malware reverse engineering, Process monitoring" }, { - "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 Basic Input/Output System but conducted upon other system components that may not have the same capability or level of integrity checking. Malicious device firmware could provide both a persistent level of access to systems despite potential typical failures to maintain access and hard disk re-images, as well as a way to evade host software-based defenses and integrity checks.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", - "uuid": "10d5f3b7-6be6-4da5-9a77-0f1e2bbfcc44", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1109" - ] - }, - "value": "Component Firmware" - }, - { - "description": "Windows Management Instrumentation (WMI) can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system. Adversaries may attempt to evade detection of this technique by compiling WMI scripts.[[Citation: Dell WMI Persistence]] Examples of events that may be subscribed to are the wall clock time or the computer's uptime.[[Citation: Kazanciyan 2014]] Several threat groups have reportedly used this technique to maintain persistence.[[Citation: Mandiant M-Trends 2015]]\n\nDetection: Monitor WMI event subscription entries, comparing current WMI event subscriptions to known good subscriptions for each host. Tools such as Sysinternals Autoruns may also be used to detect WMI changes that could be attempts at persistence.[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: WMI Objects", - "uuid": "e906ae4d-1d3a-4675-be23-22f7311c0da4", - "meta": { + ], + "uuid": "10d5f3b7-6be6-4da5-9a77-0f1e2bbfcc44", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -964,7 +946,13 @@ "Windows Server 2012 R2", "Windows Vista", "Windows 8.1" - ], + ] + }, + "value": "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 Basic Input/Output System but conducted upon other system components that may not have the same capability or level of integrity checking. Malicious device firmware could provide both a persistent level of access to systems despite potential typical failures to maintain access and hard disk re-images, as well as a way to evade host software-based defenses and integrity checks.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1084", "https://technet.microsoft.com/en-us/sysinternals/bb963902", @@ -972,16 +960,7 @@ "https://www.defcon.org/images/defcon-22/dc-22-presentations/Kazanciyan-Hastings/DEFCON-22-Ryan-Kazanciyan-Matt-Hastings-Investigating-Powershell-Attacks.pdf", "https://www2.fireeye.com/rs/fireye/images/rpt-m-trends-2015.pdf" ], - "x_mitre_data_sources": [ - "WMI Objects" - ] - }, - "value": "Windows Management Instrumentation Event Subscription" - }, - { - "description": "Adversaries may disable security tools to avoid possible detection of their tools and activities. This can take the form of killing security software or event logging processes, deleting Registry keys so that tools do not start at run time, or other methods to interfere with security scanning or event reporting.\n\nDetection: Monitor processes and command-line arguments to see if security tools are killed or stop running. Monitor Registry edits for modifications to services and startup programs that correspond to security tools. Lack of log or event file reporting may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Anti-virus, File monitoring, Services, Windows Registry, Process command-line parameters", - "uuid": "2e0dd10b-676d-4964-acd0-8a404c92b044", - "meta": { + "uuid": "e906ae4d-1d3a-4675-be23-22f7311c0da4", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -995,9 +974,32 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "WMI Objects" + ] + }, + "value": "Windows Management Instrumentation Event Subscription", + "description": "Windows Management Instrumentation (WMI) can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system. Adversaries may attempt to evade detection of this technique by compiling WMI scripts.[[Citation: Dell WMI Persistence]] Examples of events that may be subscribed to are the wall clock time or the computer's uptime.[[Citation: Kazanciyan 2014]] Several threat groups have reportedly used this technique to maintain persistence.[[Citation: Mandiant M-Trends 2015]]\n\nDetection: Monitor WMI event subscription entries, comparing current WMI event subscriptions to known good subscriptions for each host. Tools such as Sysinternals Autoruns may also be used to detect WMI changes that could be attempts at persistence.[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: WMI Objects" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1089" ], + "uuid": "2e0dd10b-676d-4964-acd0-8a404c92b044", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "API monitoring", "Anti-virus", @@ -1007,35 +1009,15 @@ "Process command-line parameters" ] }, - "value": "Disabling Security Tools" + "value": "Disabling Security Tools", + "description": "Adversaries may disable security tools to avoid possible detection of their tools and activities. This can take the form of killing security software or event logging processes, deleting Registry keys so that tools do not start at run time, or other methods to interfere with security scanning or event reporting.\n\nDetection: Monitor processes and command-line arguments to see if security tools are killed or stop running. Monitor Registry edits for modifications to services and startup programs that correspond to security tools. Lack of log or event file reporting may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Anti-virus, File monitoring, Services, Windows Registry, Process command-line parameters" }, { - "description": "Adversaries may attempt to gather information about attached peripheral devices and components connected to a computer system. The information may be used to enhance their awareness of the system and network environment or may be used for further actions.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", - "uuid": "348f1eef-964b-4eb6-bb53-69b3dcb0c643", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1120" - ] - }, - "value": "Peripheral Device Discovery" - }, - { - "description": "An adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network. The compression is done separately from the exfiltration channel and is performed using a custom program or algorithm, or a more common compression library or utility such as 7zip, RAR, ZIP, or zlib.\n\nDetection: Compression software and compressed files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known compression utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used.\n\nIf the communications channel is unencrypted, compressed files can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "b9f5dbe2-4c55-4fc5-af2e-d42c1d182ec4", - "meta": { + ], + "uuid": "348f1eef-964b-4eb6-bb53-69b3dcb0c643", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1048,11 +1030,31 @@ "Windows Server 2012 R2", "Windows Vista", "Windows 8.1" - ], + ] + }, + "value": "Peripheral Device Discovery", + "description": "Adversaries may attempt to gather information about attached peripheral devices and components connected to a computer system. The information may be used to enhance their awareness of the system and network environment or may be used for further actions.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1002", "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" ], + "uuid": "b9f5dbe2-4c55-4fc5-af2e-d42c1d182ec4", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "File monitoring", "Binary file metadata", @@ -1060,12 +1062,15 @@ "Process monitoring" ] }, - "value": "Data Compressed" + "value": "Data Compressed", + "description": "An adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network. The compression is done separately from the exfiltration channel and is performed using a custom program or algorithm, or a more common compression library or utility such as 7zip, RAR, ZIP, or zlib.\n\nDetection: Compression software and compressed files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known compression utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used.\n\nIf the communications channel is unencrypted, compressed files can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring" }, { - "description": "Adversaries may attempt to get a listing of local system or domain accounts. Example commands that can acquire this information are net user, net group , and net localgroup using the Net utility or through use of dsquery. If adversaries attempt to identify the primary user, currently logged in user, or set of users that commonly uses a system, System Owner/User Discovery may apply.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", - "uuid": "72b74d71-8169-42aa-92e0-e7b04b9f5a08", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1087" + ], + "uuid": "72b74d71-8169-42aa-92e0-e7b04b9f5a08", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1079,21 +1084,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1087" - ], "x_mitre_data_sources": [ "API monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Account Discovery" + "value": "Account Discovery", + "description": "Adversaries may attempt to get a listing of local system or domain accounts. Example commands that can acquire this information are net user, net group , and net localgroup using the Net utility or through use of dsquery. If adversaries attempt to identify the primary user, currently logged in user, or set of users that commonly uses a system, System Owner/User Discovery may apply.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring" }, { - "description": "Pass the hash (PtH)[[Citation: Aorato PTH]] is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash. In this technique, valid password hashes for the account being used are captured using a [[Credential Access]] technique. Captured hashes are used with PtH to authenticate as that user. Once authenticated, PtH may be used to perform actions on local or remote systems. \n\nWindows 7 and higher with KB2871997 require valid domain user credentials or RID 500 administrator hashes.[[Citation: NSA Spotting]]\n\nDetection: Audit all logon and credential use events and review for discrepancies. Unusual remote logins that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity. NTLM LogonType 3 authentications that are not associated to a domain login and are not anonymous logins are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "c23b740b-a42b-47a1-aec2-9d48ddd547ff", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1075", + "http://www.nsa.gov/ia/%20files/app/spotting%20the%20adversary%20with%20windows%20event%20log%20monitoring.pdf", + "http://www.aorato.com/labs/pass-the-hash/" + ], + "uuid": "c23b740b-a42b-47a1-aec2-9d48ddd547ff", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1107,21 +1114,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1075", - "http://www.nsa.gov/ia/%20files/app/spotting%20the%20adversary%20with%20windows%20event%20log%20monitoring.pdf", - "http://www.aorato.com/labs/pass-the-hash/" - ], "x_mitre_data_sources": [ "Authentication logs" ] }, - "value": "Pass the Hash" + "value": "Pass the Hash", + "description": "Pass the hash (PtH)[[Citation: Aorato PTH]] is a method of authenticating as a user without having access to the user's cleartext password. This method bypasses standard authentication steps that require a cleartext password, moving directly into the portion of the authentication that uses the password hash. In this technique, valid password hashes for the account being used are captured using a [[Credential Access]] technique. Captured hashes are used with PtH to authenticate as that user. Once authenticated, PtH may be used to perform actions on local or remote systems. \n\nWindows 7 and higher with KB2871997 require valid domain user credentials or RID 500 administrator hashes.[[Citation: NSA Spotting]]\n\nDetection: Audit all logon and credential use events and review for discrepancies. Unusual remote logins that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity. NTLM LogonType 3 authentications that are not associated to a domain login and are not anonymous logins are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs" }, { - "description": "Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder. This is done, for example, on files that have been modified or created by the adversary so that they do not appear conspicuous to forensic investigators or file analysis tools. Timestomping may be used along with file name Masquerading to hide malware and tools.[[Citation: WindowsIR Anti-Forensic Techniques]]\n\nDetection: Forensic techniques exist to detect aspects of files that have had their timestamps modified.[[Citation: WindowsIR Anti-Forensic Techniques]] It may be possible to detect timestomping using file modification monitoring that collects information on file handle opens and can compare timestamp values.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "128c55d3-aeba-469f-bd3e-c8996ab4112a", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1099", + "http://windowsir.blogspot.com/2013/07/howto-determinedetect-use-of-anti.html" + ], + "uuid": "128c55d3-aeba-469f-bd3e-c8996ab4112a", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1136,50 +1142,23 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1099", - "http://windowsir.blogspot.com/2013/07/howto-determinedetect-use-of-anti.html" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Process command-line parameters" ] }, - "value": "Timestomp" + "value": "Timestomp", + "description": "Timestomping is a technique that modifies the timestamps of a file (the modify, access, create, and change times), often to mimic files that are in the same folder. This is done, for example, on files that have been modified or created by the adversary so that they do not appear conspicuous to forensic investigators or file analysis tools. Timestomping may be used along with file name Masquerading to hide malware and tools.[[Citation: WindowsIR Anti-Forensic Techniques]]\n\nDetection: Forensic techniques exist to detect aspects of files that have had their timestamps modified.[[Citation: WindowsIR Anti-Forensic Techniques]] It may be possible to detect timestomping using file modification monitoring that collects information on file handle opens and can compare timestamp values.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters" }, { - "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained.\n\nCredential Dumping to obtain password hashes may only get an adversary so far when Pass the Hash is not an option. Techniques to systematically guess the passwords used to compute hashes are available, or the adversary may use a pre-computed rainbow table. Cracking hashes is usually done on adversary-controlled systems outside of the target network.Legitimate Credentials. If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "a93494bb-4b80-4ea1-8695-3236a49916fd", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1110", "https://en.wikipedia.org/wiki/Password%20cracking", "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" ], - "x_mitre_data_sources": [ - "Authentication logs" - ] - }, - "value": "Brute Force" - }, - { - "description": "Adversaries may interact with the Windows Registry to hide configuration information within Registry keys, remove information as part of cleaning up, or as part of other techniques to aid in Reg may be used for local or remote Registry modification.Legitimate Credentials are required, along with access to the remote system's Windows Admin Shares for RPC communication.\n\nDetection: Modifications to the Registry are normal and occur throughout typical use of the Windows operating system. Changes to Registry entries that load software on Windows startup that do not correlate with known software, patch cycles, etc., are suspicious, as are additions or changes to files within the startup folder. Changes could also include new services and modification of existing binary paths to point to malicious files. If a change to a service-related entry occurs, then it will likely be followed by a local or remote service start or restart to execute the file.\n\nMonitor processes and command-line arguments for actions that could be taken to change or delete information in the Registry. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell, which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring, Process command-line parameters", - "uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", - "meta": { + "uuid": "a93494bb-4b80-4ea1-8695-3236a49916fd", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1193,11 +1172,34 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Authentication logs" + ] + }, + "value": "Brute Force", + "description": "Adversaries may use brute force techniques to attempt access to accounts when passwords are unknown or when password hashes are obtained.\n\nCredential Dumping to obtain password hashes may only get an adversary so far when Pass the Hash is not an option. Techniques to systematically guess the passwords used to compute hashes are available, or the adversary may use a pre-computed rainbow table. Cracking hashes is usually done on adversary-controlled systems outside of the target network.Legitimate Credentials. If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1112", "https://technet.microsoft.com/en-us/library/cc732643.aspx", "https://technet.microsoft.com/en-us/library/cc754820.aspx" ], + "uuid": "57340c81-c025-4189-8fa0-fc7ede51bae4", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Windows Registry", "File monitoring", @@ -1205,12 +1207,15 @@ "Process command-line parameters" ] }, - "value": "Modify Registry" + "value": "Modify Registry", + "description": "Adversaries may interact with the Windows Registry to hide configuration information within Registry keys, remove information as part of cleaning up, or as part of other techniques to aid in Reg may be used for local or remote Registry modification.Legitimate Credentials are required, along with access to the remote system's Windows Admin Shares for RPC communication.\n\nDetection: Modifications to the Registry are normal and occur throughout typical use of the Windows operating system. Changes to Registry entries that load software on Windows startup that do not correlate with known software, patch cycles, etc., are suspicious, as are additions or changes to files within the startup folder. Changes could also include new services and modification of existing binary paths to point to malicious files. If a change to a service-related entry occurs, then it will likely be followed by a local or remote service start or restart to execute the file.\n\nMonitor processes and command-line arguments for actions that could be taken to change or delete information in the Registry. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell, which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring, Process command-line parameters" }, { - "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.\n\nDetection: Monitoring for screen capture behavior will depend on the method used to obtain data from the operating system and write output files. Detection methods could include collecting information from unusual processes using API calls used to obtain image data, and monitoring for image files written to disk. The sensor data may need to be correlated with other events to identify malicious activity, depending on the legitimacy of this behavior within a given network environment.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring, File monitoring", - "uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1113" + ], + "uuid": "0259baeb-9f63-4c69-bf10-eb038c390688", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1224,21 +1229,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1113" - ], "x_mitre_data_sources": [ "API monitoring", "Process monitoring", "File monitoring" ] }, - "value": "Screen Capture" + "value": "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.\n\nDetection: Monitoring for screen capture behavior will depend on the method used to obtain data from the operating system and write output files. Detection methods could include collecting information from unusual processes using API calls used to obtain image data, and monitoring for image files written to disk. The sensor data may need to be correlated with other events to identify malicious activity, depending on the legitimacy of this behavior within a given network environment.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring, File monitoring" }, { - "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 detected by the target's defensive systems or subsequent targets that may use similar systems.\n\nA good example of this is when malware is detected with a file signature and quarantined by anti-virus software. An adversary who can determine that the malware was quarantined because of its file signature may use Software Packing or otherwise modify the file so it has a different signature, and then re-use the malware.\n\nDetection: The first detection of a malicious tool may trigger an anti-virus or other security tool alert. Similar events may also occur at the boundary through network IDS, email scanning appliance, etc. The initial detection should be treated as an indication of a potentially more invasive intrusion. The alerting system should be thoroughly investigated beyond that initial alert for activity that was not detected. Adversaries may continue with an operation, assuming that individual events like an anti-virus detect will not be investigated or that an analyst will not be able to conclusively link that event to other activity occurring on the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Anti-virus, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "00d0b012-8a03-410e-95de-5826bf542de6", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1066" + ], + "uuid": "00d0b012-8a03-410e-95de-5826bf542de6", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1252,9 +1257,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1066" - ], "x_mitre_data_sources": [ "Process use of network", "Anti-virus", @@ -1263,12 +1265,17 @@ "Process monitoring" ] }, - "value": "Indicator Removal from Tools" + "value": "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 detected by the target's defensive systems or subsequent targets that may use similar systems.\n\nA good example of this is when malware is detected with a file signature and quarantined by anti-virus software. An adversary who can determine that the malware was quarantined because of its file signature may use Software Packing or otherwise modify the file so it has a different signature, and then re-use the malware.\n\nDetection: The first detection of a malicious tool may trigger an anti-virus or other security tool alert. Similar events may also occur at the boundary through network IDS, email scanning appliance, etc. The initial detection should be treated as an indication of a potentially more invasive intrusion. The alerting system should be thoroughly investigated beyond that initial alert for activity that was not detected. Adversaries may continue with an operation, assuming that individual events like an anti-virus detect will not be investigated or that an analyst will not be able to conclusively link that event to other activity occurring on the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Anti-virus, Binary file metadata, Process command-line parameters, Process monitoring" }, { - "description": "When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access.[[Citation: Microsoft Change Default Programs]][[Citation: Microsoft File Handlers]] Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.\n\nDetection: Collect and analyze changes to Registry keys that associate file extensions to default applications for execution and correlate with unknown process launch activity or unusual file types for that process. \n\nUser file association preferences are stored under [HKEY_CURRENT_USER]\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts and override associations configured under [HKEY_CLASSES_ROOT]. Changes to a user's preference will occur under this entry's subkeys.\n\nAlso look for abnormal process call trees for execution of other commands that could relate to [[Discovery]] actions or other techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring\n\nContributors: Stefan Kanthak", - "uuid": "68c96494-1a50-403e-8844-69a6af278c68", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1042", + "https://support.microsoft.com/en-us/help/18539/windows-7-change-default-programs", + "http://msdn.microsoft.com/en-us/library/bb166549.aspx" + ], + "uuid": "68c96494-1a50-403e-8844-69a6af278c68", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1282,23 +1289,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1042", - "https://support.microsoft.com/en-us/help/18539/windows-7-change-default-programs", - "http://msdn.microsoft.com/en-us/library/bb166549.aspx" - ], "x_mitre_data_sources": [ "Windows Registry", "Process command-line parameters", "Process monitoring" ] }, - "value": "Change Default File Association" + "value": "Change Default File Association", + "description": "When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access.[[Citation: Microsoft Change Default Programs]][[Citation: Microsoft File Handlers]] Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.\n\nDetection: Collect and analyze changes to Registry keys that associate file extensions to default applications for execution and correlate with unknown process launch activity or unusual file types for that process. \n\nUser file association preferences are stored under [HKEY_CURRENT_USER]\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts and override associations configured under [HKEY_CLASSES_ROOT]. Changes to a user's preference will occur under this entry's subkeys.\n\nAlso look for abnormal process call trees for execution of other commands that could relate to [[Discovery]] actions or other techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process command-line parameters, Process monitoring\n\nContributors: Stefan Kanthak" }, { - "description": "Adversaries may target user email to collect sensitive information from a target.\n\nFiles containing email data can be acquired from a user's system, such as Outlook storage or cache files .pst and .ost.\n\nAdversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network.\n\nSome adversaries may acquire user credentials and access externally facing webmail applications, such as Outlook Web Access.\n\nDetection: There are likely a variety of ways an adversary could collect email from a target, each with a different mechanism for detection.\n\nFile access of local system email files for Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, File monitoring, Process monitoring, Process use of network", - "uuid": "1608f3e1-598a-42f4-a01a-2e252e81728f", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1114" + ], + "uuid": "1608f3e1-598a-42f4-a01a-2e252e81728f", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1312,9 +1317,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1114" - ], "x_mitre_data_sources": [ "Authentication logs", "File monitoring", @@ -1322,12 +1324,15 @@ "Process use of network" ] }, - "value": "Email Collection" + "value": "Email Collection", + "description": "Adversaries may target user email to collect sensitive information from a target.\n\nFiles containing email data can be acquired from a user's system, such as Outlook storage or cache files .pst and .ost.\n\nAdversaries may leverage a user's credentials and interact directly with the Exchange server to acquire information from within a network.\n\nSome adversaries may acquire user credentials and access externally facing webmail applications, such as Outlook Web Access.\n\nDetection: There are likely a variety of ways an adversary could collect email from a target, each with a different mechanism for detection.\n\nFile access of local system email files for Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, File monitoring, Process monitoring, Process use of network" }, { - "description": "An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.\nExample commands and utilities that obtain this information include ver, Systeminfo, and dir within cmd for identifying information based on present files and directories.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1082" + ], + "uuid": "354a7f88-63fb-41b5-a801-ce3b377b36f1", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1342,47 +1347,20 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1082" - ], "x_mitre_data_sources": [ "Process command-line parameters", "Process monitoring" ] }, - "value": "System Information Discovery" + "value": "System Information Discovery", + "description": "An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.\nExample commands and utilities that obtain this information include ver, Systeminfo, and dir within cmd for identifying information based on present files and directories.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Process command-line parameters, Process monitoring" }, { - "description": "Adversaries may attempt to get a listing of network connections to or from the compromised system.\nUtilities and commands that acquire this information include netstat, \"net use,\" and \"net session\" with Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1049" ], - "x_mitre_data_sources": [ - "Process command-line parameters", - "Process monitoring" - ] - }, - "value": "Local Network Connections Discovery" - }, - { - "description": "Use of two- or multifactor authentication is recommended and provides a higher level of security than user names and passwords alone, but organizations should be aware of techniques that could be used to intercept and bypass these security mechanisms. Adversaries may target authentication mechanisms, such as smart cards, to gain access to systems, services, and network resources.\n\nIf a smart card is used for two-factor authentication (2FA), then a keylogger will need to be used to obtain the password associated with a smart card during normal use. With both an inserted card and access to the smart card password, an adversary can connect to a network resource using the infected system to proxy the authentication with the inserted hardware token.[[Citation: Mandiant M Trends 2011]]\n\nOther methods of 2FA may be intercepted and used by an adversary to authenticate. It is common for one-time codes to be sent via out-of-band communications (email, SMS). If the device and/or service is not secured, then it may be vulnerable to interception. Although primarily focused on by cyber criminals, these authentication mechanisms have been targeted by advanced actors.[[Citation: Operation Emmental]]\n\nOther hardware tokens, such as RSA SecurID, require the adversary to have access to the physical device or the seed and algorithm in addition to the corresponding credentials.\n\nDetection: Detecting use of proxied smart card connections by an adversary may be difficult because it requires the token to be inserted into a system; thus it is more likely to be in use by a legitimate user and blend in with other network behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", - "uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", - "meta": { + "uuid": "7e150503-88e7-4861-866b-ff1ac82c4475", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1396,18 +1374,22 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Process command-line parameters", + "Process monitoring" + ] + }, + "value": "Local Network Connections Discovery", + "description": "Adversaries may attempt to get a listing of network connections to or from the compromised system.\nUtilities and commands that acquire this information include netstat, \"net use,\" and \"net session\" with Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1111", "https://dl.mandiant.com/EE/assets/PDF%20MTrends%202011.pdf", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" - ] - }, - "value": "Two-Factor Authentication Interception" - }, - { - "description": "Adversary tools may directly use the Windows application programming interface (API) to execute binaries. Functions such as the Windows API CreateProcess will allow programs and scripts to start other processes with proper path and argument parameters.[[Citation: Microsoft CreateProcess]]\n\nAdditional Windows API calls that can be used to execute binaries include:[[Citation: Kanthak Verifier]]\n\n*CreateProcessA() and CreateProcessW(),\n*CreateProcessAsUserA() and CreateProcessAsUserW(),\n*CreateProcessInternalA() and CreateProcessInternalW(),\n*CreateProcessWithLogonW(), CreateProcessWithTokenW(),\n*LoadLibraryA() and LoadLibraryW(),\n*LoadLibraryExA() and LoadLibraryExW(),\n*LoadModule(),\n*LoadPackagedLibrary(),\n*WinExec(),\n*ShellExecuteA() and ShellExecuteW(),\n*ShellExecuteExA() and ShellExecuteExW()\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows API functions such as CreateProcess are common and difficult to distinguish from malicious behavior. Correlation of other events with behavior surrounding API function calls using API monitoring will provide additional context to an event that may assist in determining if it is due to malicious behavior. Correlation of activity by process lineage by process ID may be sufficient.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring\n\nContributors: Stefan Kanthak", - "uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", - "meta": { + ], + "uuid": "dd43c543-bb85-4a6f-aa6e-160d90d06a49", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1420,23 +1402,49 @@ "Windows Server 2012 R2", "Windows Vista", "Windows 8.1" - ], + ] + }, + "value": "Two-Factor Authentication Interception", + "description": "Use of two- or multifactor authentication is recommended and provides a higher level of security than user names and passwords alone, but organizations should be aware of techniques that could be used to intercept and bypass these security mechanisms. Adversaries may target authentication mechanisms, such as smart cards, to gain access to systems, services, and network resources.\n\nIf a smart card is used for two-factor authentication (2FA), then a keylogger will need to be used to obtain the password associated with a smart card during normal use. With both an inserted card and access to the smart card password, an adversary can connect to a network resource using the infected system to proxy the authentication with the inserted hardware token.[[Citation: Mandiant M Trends 2011]]\n\nOther methods of 2FA may be intercepted and used by an adversary to authenticate. It is common for one-time codes to be sent via out-of-band communications (email, SMS). If the device and/or service is not secured, then it may be vulnerable to interception. Although primarily focused on by cyber criminals, these authentication mechanisms have been targeted by advanced actors.[[Citation: Operation Emmental]]\n\nOther hardware tokens, such as RSA SecurID, require the adversary to have access to the physical device or the seed and algorithm in addition to the corresponding credentials.\n\nDetection: Detecting use of proxied smart card connections by an adversary may be difficult because it requires the token to be inserted into a system; thus it is more likely to be in use by a legitimate user and blend in with other network behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nContributors: John Lambert, Microsoft Threat Intelligence Center" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1106", "http://msdn.microsoft.com/en-us/library/ms682425", "https://skanthak.homepage.t-online.de/verifier.html" ], + "uuid": "391d824f-0ef1-47a0-b0ee-c59a75e27670", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "API monitoring", "Process monitoring" ] }, - "value": "Execution through API" + "value": "Execution through API", + "description": "Adversary tools may directly use the Windows application programming interface (API) to execute binaries. Functions such as the Windows API CreateProcess will allow programs and scripts to start other processes with proper path and argument parameters.[[Citation: Microsoft CreateProcess]]\n\nAdditional Windows API calls that can be used to execute binaries include:[[Citation: Kanthak Verifier]]\n\n*CreateProcessA() and CreateProcessW(),\n*CreateProcessAsUserA() and CreateProcessAsUserW(),\n*CreateProcessInternalA() and CreateProcessInternalW(),\n*CreateProcessWithLogonW(), CreateProcessWithTokenW(),\n*LoadLibraryA() and LoadLibraryW(),\n*LoadLibraryExA() and LoadLibraryExW(),\n*LoadModule(),\n*LoadPackagedLibrary(),\n*WinExec(),\n*ShellExecuteA() and ShellExecuteW(),\n*ShellExecuteExA() and ShellExecuteExW()\n\nDetection: Monitoring API calls may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows API functions such as CreateProcess are common and difficult to distinguish from malicious behavior. Correlation of other events with behavior surrounding API function calls using API monitoring will provide additional context to an event that may assist in determining if it is due to malicious behavior. Correlation of activity by process lineage by process ID may be sufficient.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process monitoring\n\nContributors: Stefan Kanthak" }, { - "description": "The Microsoft Component Object Model (COM) is a system within Windows to enable interaction between software components through the operating system.[[Citation: Microsoft Component Object Model]] Adversaries can use this system to insert malicious code that can be executed in place of legitimate software through hijacking the COM references and relationships as a means for persistence. Hijacking a COM object requires a change in the Windows Registry to replace a reference to a legitimate system component which may cause that component to not work when executed. When that system component is executed through normal system operation the adversary's code will be executed instead.[[Citation: GDATA COM Hijacking]] An adversary is likely to hijack objects that are used frequently enough to maintain a consistent level of persistence, but are unlikely to break noticeable functionality within the system as to avoid system instability that could lead to detection.\n\nDetection: There are opportunities to detect COM hijacking by searching for Registry references that have been replaced and through Registry operations replacing know binary paths with unknown paths. Even though some third party applications define user COM objects, the presence of objects within HKEY_CURRENT_USER\\Software\\Classes\\CLSID\\ may be anomalous and should be investigated since user objects will be loaded prior to machine objects in HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\.[[Citation: Endgame COM Hijacking]] Registry entries for existing COM objects may change infrequently. When an entry with a known good path and binary is replaced or changed to an unusual value to point to an unknown binary in a new location, then it may indicate suspicious behavior and should be investigated. Likewise, if software DLL loads are collected and analyzed, any unusual DLL load that can be correlated with a COM object Registry modification may indicate COM hijacking has been performed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, DLL monitoring, Loaded DLLs\n\nContributors: ENDGAME", - "uuid": "9b52fca7-1a36-4da0-b62d-da5bd83b4d69", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1122", + "https://msdn.microsoft.com/library/ms694363.aspx", + "https://www.endgame.com/blog/how-hunt-detecting-persistence-evasion-com", + "https://blog.gdatasoftware.com/2014/10/23941-com-object-hijacking-the-discreet-way-of-persistence" + ], + "uuid": "9b52fca7-1a36-4da0-b62d-da5bd83b4d69", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1450,24 +1458,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1122", - "https://msdn.microsoft.com/library/ms694363.aspx", - "https://www.endgame.com/blog/how-hunt-detecting-persistence-evasion-com", - "https://blog.gdatasoftware.com/2014/10/23941-com-object-hijacking-the-discreet-way-of-persistence" - ], "x_mitre_data_sources": [ "Windows Registry", "DLL monitoring", "Loaded DLLs" ] }, - "value": "Component Object Model Hijacking" + "value": "Component Object Model Hijacking", + "description": "The Microsoft Component Object Model (COM) is a system within Windows to enable interaction between software components through the operating system.[[Citation: Microsoft Component Object Model]] Adversaries can use this system to insert malicious code that can be executed in place of legitimate software through hijacking the COM references and relationships as a means for persistence. Hijacking a COM object requires a change in the Windows Registry to replace a reference to a legitimate system component which may cause that component to not work when executed. When that system component is executed through normal system operation the adversary's code will be executed instead.[[Citation: GDATA COM Hijacking]] An adversary is likely to hijack objects that are used frequently enough to maintain a consistent level of persistence, but are unlikely to break noticeable functionality within the system as to avoid system instability that could lead to detection.\n\nDetection: There are opportunities to detect COM hijacking by searching for Registry references that have been replaced and through Registry operations replacing know binary paths with unknown paths. Even though some third party applications define user COM objects, the presence of objects within HKEY_CURRENT_USER\\Software\\Classes\\CLSID\\ may be anomalous and should be investigated since user objects will be loaded prior to machine objects in HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\.[[Citation: Endgame COM Hijacking]] Registry entries for existing COM objects may change infrequently. When an entry with a known good path and binary is replaced or changed to an unusual value to point to an unknown binary in a new location, then it may indicate suspicious behavior and should be investigated. Likewise, if software DLL loads are collected and analyzed, any unusual DLL load that can be correlated with a COM object Registry modification may indicate COM hijacking has been performed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, DLL monitoring, Loaded DLLs\n\nContributors: ENDGAME" }, { - "description": "Adversaries may collect data stored in the Windows clipboard from users copying information within or between applications. \n\nApplications can access clipboard data by using the Windows API.[[Citation: MSDN Clipboard]]\n\nDetection: Access to the clipboard is a legitimate function of many applications on a Windows system. If an organization chooses to monitor for this behavior, then the data will likely need to be correlated against other suspicious or non-user-driven activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", - "uuid": "30973a08-aed9-4edf-8604-9084ce1b5c4f", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1115", + "https://msdn.microsoft.com/en-us/library/ms649012" + ], + "uuid": "30973a08-aed9-4edf-8604-9084ce1b5c4f", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1481,20 +1487,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1115", - "https://msdn.microsoft.com/en-us/library/ms649012" - ], "x_mitre_data_sources": [ "API monitoring" ] }, - "value": "Clipboard Data" + "value": "Clipboard Data", + "description": "Adversaries may collect data stored in the Windows clipboard from users copying information within or between applications. \n\nApplications can access clipboard data by using the Windows API.[[Citation: MSDN Clipboard]]\n\nDetection: Access to the clipboard is a legitimate function of many applications on a Windows system. If an organization chooses to monitor for this behavior, then the data will likely need to be correlated against other suspicious or non-user-driven activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring" }, { - "description": "InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries.[[Citation: MSDN InstallUtil]] InstallUtil is located in the .NET directory on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe.InstallUtil.exe is digitally signed by Microsoft.\n\nAdversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. InstallUtil may also be used to bypass process whitelisting through use of attributes within the binary that execute the class decorated with the attribute [System.ComponentModel.RunInstaller(true)].[[Citation: SubTee InstallUtil Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of InstallUtil.exe. Compare recent invocations of InstallUtil.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after the InstallUtil.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith", - "uuid": "f792d02f-813d-402b-86a5-ab98cb391d3b", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1118", + "https://msdn.microsoft.com/en-us/library/50614e95.aspx", + "http://subt0x10.blogspot.com/2015/08/application-whitelisting-bypasses-101.html" + ], + "uuid": "f792d02f-813d-402b-86a5-ab98cb391d3b", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1508,22 +1515,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1118", - "https://msdn.microsoft.com/en-us/library/50614e95.aspx", - "http://subt0x10.blogspot.com/2015/08/application-whitelisting-bypasses-101.html" - ], "x_mitre_data_sources": [ "Process monitoring", "Process command-line parameters" ] }, - "value": "InstallUtil" + "value": "InstallUtil", + "description": "InstallUtil is a command-line utility that allows for installation and uninstallation of resources by executing specific installer components specified in .NET binaries.[[Citation: MSDN InstallUtil]] InstallUtil is located in the .NET directory on a Windows system: C:\\Windows\\Microsoft.NET\\Framework\\v\\InstallUtil.exe.InstallUtil.exe is digitally signed by Microsoft.\n\nAdversaries may use InstallUtil to proxy execution of code through a trusted Windows utility. InstallUtil may also be used to bypass process whitelisting through use of attributes within the binary that execute the class decorated with the attribute [System.ComponentModel.RunInstaller(true)].[[Citation: SubTee InstallUtil Whitelist Bypass]]\n\nDetection: Use process monitoring to monitor the execution and arguments of InstallUtil.exe. Compare recent invocations of InstallUtil.exe with prior history of known good arguments and executed binaries to determine anomalous and potentially adversarial activity. Command arguments used before and after the InstallUtil.exe invocation may also be useful in determining the origin and purpose of the binary being executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters\n\nContributors: Casey Smith" }, { - "description": "Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, commingling legitimate traffic with C2 communications traffic, or using a non-standard data encoding system, such as a modified Base64 encoding for the message body of an HTTP request.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Process monitoring, Network protocol analysis", - "uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1001", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "ad255bfe-a9e6-4b52-a258-8d3462abe842", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1537,10 +1543,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1001", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Process use of network", @@ -1548,12 +1550,15 @@ "Network protocol analysis" ] }, - "value": "Data Obfuscation" + "value": "Data Obfuscation", + "description": "Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, commingling legitimate traffic with C2 communications traffic, or using a non-standard data encoding system, such as a modified Base64 encoding for the message body of an HTTP request.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Process use of network, Process monitoring, Network protocol analysis" }, { - "description": "Shortcuts or symbolic links are ways of referencing other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process. Adversaries could use shortcuts to execute their tools for persistence. They may create a new shortcut as a means of indirection that may use Masquerading to look like a legitimate program. Adversaries could also edit the target path or entirely replace an existing shortcut so their tools will be executed instead of the intended legitimate program.\n\nDetection: Since a shortcut's target path likely will not change, modifications to shortcut files that do not correlate with known software changes, patches, removal, etc., may be suspicious. Analysis should attempt to relate shortcut file change or creation events to other potentially suspicious events based on known adversary behavior such as process launches of unknown executables that make network connections.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "970cdb5c-02fb-4c38-b17e-d6327cf3c810", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1023" + ], + "uuid": "970cdb5c-02fb-4c38-b17e-d6327cf3c810", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1567,21 +1572,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1023" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Shortcut Modification" + "value": "Shortcut Modification", + "description": "Shortcuts or symbolic links are ways of referencing other files or programs that will be opened or executed when the shortcut is clicked or executed by a system startup process. Adversaries could use shortcuts to execute their tools for persistence. They may create a new shortcut as a means of indirection that may use Masquerading to look like a legitimate program. Adversaries could also edit the target path or entirely replace an existing shortcut so their tools will be executed instead of the intended legitimate program.\n\nDetection: Since a shortcut's target path likely will not change, modifications to shortcut files that do not correlate with known software changes, patches, removal, etc., may be suspicious. Analysis should attempt to relate shortcut file change or creation events to other potentially suspicious events based on known adversary behavior such as process launches of unknown executables that make network connections.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring" }, { - "description": "Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system.\n\nDetection: Detection of file obfuscation is difficult unless artifacts are left behind by the obfuscation process that are uniquely detectable with a signature. If detection of the obfuscation itself is not possible, it may be possible to detect the malicious activity that caused the obfuscated file (for example, the method that was used to write, read, or modify the file on the file system).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process use of network, Binary file metadata, File monitoring, Malware reverse engineering", - "uuid": "b3d682b6-98f2-4fb0-aa3b-b4df007ca70a", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1027" + ], + "uuid": "b3d682b6-98f2-4fb0-aa3b-b4df007ca70a", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1595,9 +1600,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1027" - ], "x_mitre_data_sources": [ "Network protocol analysis", "Process use of network", @@ -1606,12 +1608,15 @@ "Malware reverse engineering" ] }, - "value": "Obfuscated Files or Information" + "value": "Obfuscated Files or Information", + "description": "Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system.\n\nDetection: Detection of file obfuscation is difficult unless artifacts are left behind by the obfuscation process that are uniquely detectable with a signature. If detection of the obfuscation itself is not possible, it may be possible to detect the malicious activity that caused the obfuscated file (for example, the method that was used to write, read, or modify the file on the file system).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process use of network, Binary file metadata, File monitoring, Malware reverse engineering" }, { - "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, potentially in specified intervals, in lieu of video files.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture video or images. Video or image files may be written to disk and exfiltrated later. This technique differs from Screen Capture due to use of specific devices or applications for video recording rather than capturing the victim's screen.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the video camera, recording devices, or recording software, and a process periodically writing files to disk that contain video or camera image data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, API monitoring", - "uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1125" + ], + "uuid": "6faf650d-bf31-4eb4-802d-1000cf38efaf", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1625,21 +1630,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1125" - ], "x_mitre_data_sources": [ "Process monitoring", "File monitoring", "API monitoring" ] }, - "value": "Video Capture" + "value": "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, potentially in specified intervals, in lieu of video files.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture video or images. Video or image files may be written to disk and exfiltrated later. This technique differs from Screen Capture due to use of specific devices or applications for video recording rather than capturing the victim's screen.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the video camera, recording devices, or recording software, and a process periodically writing files to disk that contain video or camera image data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, File monitoring, API monitoring" }, { - "description": "Masquerading occurs when an executable, legitimate or malicious, is placed in a commonly trusted location (such as C:\\Windows\\System32) or named with a common name (such as \"explorer.exe\" or \"svchost.exe\") to bypass tools that trust executables by relying on file name or path. An adversary may even use a renamed copy of a legitimate utility, such as rundll32.exe.[[Citation: Endgame Masquerade Ball]] Masquerading also may be done to deceive defenders and system administrators into thinking a file is benign by associating the name with something that is thought to be legitimate.\n\nDetection: Collect file hashes; file names that do not match their expected hash are suspect. Perform file monitoring; files with known names but in unusual locations are suspect. Likewise, files that are modified outside of an update or patch are suspect.\n\nIf file names are mismatched between the binary name on disk and the binary's resource section, this is a likely indicator that a binary was renamed after it was compiled. Collecting and comparing disk and resource filenames for binaries could provide useful leads, but may not always be indicative of malicious activity.[[Citation: Endgame Masquerade Ball]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Binary file metadata\n\nContributors: ENDGAME", - "uuid": "42e8de7b-37b2-4258-905a-6897815e58e0", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1036", + "https://www.endgame.com/blog/how-hunt-masquerade-ball" + ], + "uuid": "42e8de7b-37b2-4258-905a-6897815e58e0", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1653,22 +1659,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1036", - "https://www.endgame.com/blog/how-hunt-masquerade-ball" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Binary file metadata" ] }, - "value": "Masquerading" + "value": "Masquerading", + "description": "Masquerading occurs when an executable, legitimate or malicious, is placed in a commonly trusted location (such as C:\\Windows\\System32) or named with a common name (such as \"explorer.exe\" or \"svchost.exe\") to bypass tools that trust executables by relying on file name or path. An adversary may even use a renamed copy of a legitimate utility, such as rundll32.exe.[[Citation: Endgame Masquerade Ball]] Masquerading also may be done to deceive defenders and system administrators into thinking a file is benign by associating the name with something that is thought to be legitimate.\n\nDetection: Collect file hashes; file names that do not match their expected hash are suspect. Perform file monitoring; files with known names but in unusual locations are suspect. Likewise, files that are modified outside of an update or patch are suspect.\n\nIf file names are mismatched between the binary name on disk and the binary's resource section, this is a likely indicator that a binary was renamed after it was compiled. Collecting and comparing disk and resource filenames for binaries could provide useful leads, but may not always be indicative of malicious activity.[[Citation: Endgame Masquerade Ball]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Binary file metadata\n\nContributors: ENDGAME" }, { - "description": "Programs may specify DLLs that are loaded at runtime. Programs that improperly or vaguely specify a required DLL may be open to a vulnerability in which an unintended DLL is loaded. Side-loading vulnerabilities specifically occur when Windows Side-by-Side (WinSxS) manifests[[Citation: MSDN Manifests]] are not explicit enough about characteristics of the DLL to be loaded. Adversaries may take advantage of a legitimate program that is vulnerable to side-loading to load a malicious DLL.[[Citation: Stewart 2014]]\n\nAdversaries likely use this technique as a means of masking actions they perform under a legitimate, trusted system or software process.\n\nDetection: Monitor processes for unusual activity (e.g., a process that does not use the network begins to do so). Track DLL metadata, such as a hash, and compare DLLs that are loaded at process execution time against previous executions to detect differences that do not correlate with patching or updates.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Loaded DLLs", - "uuid": "b2001907-166b-4d71-bb3c-9d26c871de09", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1073", + "https://msdn.microsoft.com/en-us/library/aa375365", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-dll-sideloading.pdf" + ], + "uuid": "b2001907-166b-4d71-bb3c-9d26c871de09", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1682,23 +1689,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1073", - "https://msdn.microsoft.com/en-us/library/aa375365", - "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-dll-sideloading.pdf" - ], "x_mitre_data_sources": [ "Process use of network", "Process monitoring", "Loaded DLLs" ] }, - "value": "DLL Side-Loading" + "value": "DLL Side-Loading", + "description": "Programs may specify DLLs that are loaded at runtime. Programs that improperly or vaguely specify a required DLL may be open to a vulnerability in which an unintended DLL is loaded. Side-loading vulnerabilities specifically occur when Windows Side-by-Side (WinSxS) manifests[[Citation: MSDN Manifests]] are not explicit enough about characteristics of the DLL to be loaded. Adversaries may take advantage of a legitimate program that is vulnerable to side-loading to load a malicious DLL.[[Citation: Stewart 2014]]\n\nAdversaries likely use this technique as a means of masking actions they perform under a legitimate, trusted system or software process.\n\nDetection: Monitor processes for unusual activity (e.g., a process that does not use the network begins to do so). Track DLL metadata, such as a hash, and compare DLLs that are loaded at process execution time against previous executions to detect differences that do not correlate with patching or updates.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Loaded DLLs" }, { - "description": "Data, such as sensitive documents, may be exfiltrated through the use of automated processing or Scripting after being gathered during Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process use of network", - "uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1020" + ], + "uuid": "774a3188-6ba9-4dc4-879d-d54ee48a5ce9", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1712,21 +1717,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1020" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Process use of network" ] }, - "value": "Automated Exfiltration" + "value": "Automated Exfiltration", + "description": "Data, such as sensitive documents, may be exfiltrated through the use of automated processing or Scripting after being gathered during Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process use of network" }, { - "description": "Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation. Methods to acquire this information include port scans and vulnerability scans using tools that are brought onto a system.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as [[Lateral Movement]], based on the information obtained.\n\nNormal, benign system and network events from legitimate remote service scanning may be uncommon, depending on the environment and how they are used. Legitimate open port and vulnerability scanning may be conducted within the environment and will need to be deconflicted with any detection capabilities developed. Network intrusion detection systems can also be used to identify scanning activity. Monitor for process use of the networks and inspect intra-network flows to detect port scans.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture, Process command-line parameters, Process use of network", - "uuid": "e3a12395-188d-4051-9a16-ea8e14d07b88", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1046" + ], + "uuid": "e3a12395-188d-4051-9a16-ea8e14d07b88", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1740,9 +1745,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1046" - ], "x_mitre_data_sources": [ "Netflow/Enclave netflow", "Network protocol analysis", @@ -1751,12 +1753,15 @@ "Process use of network" ] }, - "value": "Network Service Scanning" + "value": "Network Service Scanning", + "description": "Adversaries may attempt to get a listing of services running on remote hosts, including those that may be vulnerable to remote software exploitation. Methods to acquire this information include port scans and vulnerability scans using tools that are brought onto a system.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as [[Lateral Movement]], based on the information obtained.\n\nNormal, benign system and network events from legitimate remote service scanning may be uncommon, depending on the environment and how they are used. Legitimate open port and vulnerability scanning may be conducted within the environment and will need to be deconflicted with any detection capabilities developed. Network intrusion detection systems can also be used to identify scanning activity. Monitor for process use of the networks and inspect intra-network flows to detect port scans.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture, Process command-line parameters, Process use of network" }, { - "description": "Adversaries may move to additional systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into another system and executes. This may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system.\n\nDetection: Monitor file access on removable media. Detect processes that execute from removable media after it is mounted or when initiated by a user. If a remote access tool is used in this manner to move laterally, then additional actions are likely to occur after execution, such as opening network connections for [[Command and Control]] and system and network information [[Discovery]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention", - "uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1091" + ], + "uuid": "3b744087-9945-4a6f-91e8-9dbceda417a4", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1770,20 +1775,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1091" - ], "x_mitre_data_sources": [ "File monitoring", "Data loss prevention" ] }, - "value": "Replication Through Removable Media" + "value": "Replication Through Removable Media", + "description": "Adversaries may move to additional systems, possibly those on disconnected or air-gapped networks, by copying malware to removable media and taking advantage of Autorun features when the media is inserted into another system and executes. This may occur through modification of executable files stored on removable media or by copying malware and renaming it to look like a legitimate file to trick users into executing it on a separate system.\n\nDetection: Monitor file access on removable media. Detect processes that execute from removable media after it is mounted or when initiated by a user. If a remote access tool is used in this manner to move laterally, then additional actions are likely to occur after execution, such as opening network connections for [[Command and Control]] and system and network information [[Discovery]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Data loss prevention" }, { - "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 Desktop Services (RDS).Remote Services similar to RDS.\n\nAdversaries may connect to a remote system over RDP/RDS to expand access if the service is enabled and allows access to accounts with known credentials. Adversaries will likely use Accessibility Features technique for [[Persistence]].[[Citation: Alperovitch Malware]]\n\nDetection: Use of RDP may be legitimate, depending on the network environment and how it is used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior with RDP. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process monitoring", - "uuid": "51dea151-0898-4a45-967c-3ebee0420484", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1076", + "https://technet.microsoft.com/en-us/windowsserver/ee236407.aspx", + "http://blog.crowdstrike.com/adversary-tricks-crowdstrike-treats/" + ], + "uuid": "51dea151-0898-4a45-967c-3ebee0420484", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1797,23 +1804,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1076", - "https://technet.microsoft.com/en-us/windowsserver/ee236407.aspx", - "http://blog.crowdstrike.com/adversary-tricks-crowdstrike-treats/" - ], "x_mitre_data_sources": [ "Authentication logs", "Netflow/Enclave netflow", "Process monitoring" ] }, - "value": "Remote Desktop Protocol" + "value": "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 Desktop Services (RDS).Remote Services similar to RDS.\n\nAdversaries may connect to a remote system over RDP/RDS to expand access if the service is enabled and allows access to accounts with known credentials. Adversaries will likely use Accessibility Features technique for [[Persistence]].[[Citation: Alperovitch Malware]]\n\nDetection: Use of RDP may be legitimate, depending on the network environment and how it is used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior with RDP. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Netflow/Enclave netflow, Process monitoring" }, { - "description": "Data exfiltration may be performed only at certain times of day or at certain intervals. This could be done to blend traffic patterns with normal activity or availability.\n\nWhen scheduled exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious. Network connections to the same destination that occur at the same time of day for multiple days are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1029" + ], + "uuid": "4eeaf8a9-c86b-4954-a663-9555fb406466", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1827,29 +1832,17 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1029" - ], "x_mitre_data_sources": [ "Netflow/Enclave netflow", "Process use of network", "Process monitoring" ] }, - "value": "Scheduled Transfer" + "value": "Scheduled Transfer", + "description": "Data exfiltration may be performed only at certain times of day or at certain intervals. This could be done to blend traffic patterns with normal activity or availability.\n\nWhen scheduled exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol.\n\nDetection: Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious. Network connections to the same destination that occur at the same time of day for multiple days are suspicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Netflow/Enclave netflow, Process use of network, Process monitoring" }, { - "description": "Windows User Account Control (UAC) allows a program to elevate its privileges to perform a task under administrator-level permissions by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action.DLL Injection and unusual loaded DLLs through DLL Search Order Hijacking, which indicate attempts to gain access to higher privileged processes.\n\nPlatforms: Windows Server 2012, Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012 R2, Windows 8.1\n\nData Sources: System calls, Process monitoring, Authentication logs, Process command-line parameters\n\nEffective Permissions: Administrator\n\nContributors: Stefan Kanthak, Casey Smith", - "uuid": "ca1a3f50-5ebd-41f8-8320-2c7d6a6e88be", "meta": { - "x_mitre_platforms": [ - "Windows Server 2012", - "Windows 7", - "Windows 8", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1088", "http://www.pretentiousname.com/misc/win7%20uac%20whitelist2.html", @@ -1861,6 +1854,15 @@ "https://github.com/hfiref0x/UACME", "https://blog.fortinet.com/2016/12/16/malicious-macro-bypasses-uac-to-elevate-privilege-for-fareit-malware" ], + "uuid": "ca1a3f50-5ebd-41f8-8320-2c7d6a6e88be", + "x_mitre_platforms": [ + "Windows Server 2012", + "Windows 7", + "Windows 8", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows 8.1" + ], "x_mitre_data_sources": [ "System calls", "Process monitoring", @@ -1868,12 +1870,16 @@ "Process command-line parameters" ] }, - "value": "Bypass User Account Control" + "value": "Bypass User Account Control", + "description": "Windows User Account Control (UAC) allows a program to elevate its privileges to perform a task under administrator-level permissions by prompting the user for confirmation. The impact to the user ranges from denying the operation under high enforcement to allowing the user to perform the action if they are in the local administrators group and click through the prompt or allowing them to enter an administrator password to complete the action.DLL Injection and unusual loaded DLLs through DLL Search Order Hijacking, which indicate attempts to gain access to higher privileged processes.\n\nPlatforms: Windows Server 2012, Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012 R2, Windows 8.1\n\nData Sources: System calls, Process monitoring, Authentication logs, Process command-line parameters\n\nEffective Permissions: Administrator\n\nContributors: Stefan Kanthak, Casey Smith" }, { - "description": "Windows allows logon scripts to be run whenever a specific user or group of users log into a system.[[Citation: TechNet Logon Scripts]] The scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server.\n\nIf adversaries can access these scripts, they may insert additional code into the logon script to execute their tools when a user logs in. This code can allow them to maintain persistence on a single system, if it is a local script, or to move laterally within a network, if the script is stored on a central server and pushed to many systems. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary.\n\nDetection: Monitor logon scripts for unusual access by abnormal users or at abnormal times. Look for files added or modified by unusual accounts outside of normal administration duties.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", - "uuid": "03259939-0b57-482f-8eb5-87c0e0d54334", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1037", + "https://technet.microsoft.com/en-us/library/cc758918(v=ws.10).aspx" + ], + "uuid": "03259939-0b57-482f-8eb5-87c0e0d54334", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1887,21 +1893,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1037", - "https://technet.microsoft.com/en-us/library/cc758918(v=ws.10).aspx" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring" ] }, - "value": "Logon Scripts" + "value": "Logon Scripts", + "description": "Windows allows logon scripts to be run whenever a specific user or group of users log into a system.[[Citation: TechNet Logon Scripts]] The scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server.\n\nIf adversaries can access these scripts, they may insert additional code into the logon script to execute their tools when a user logs in. This code can allow them to maintain persistence on a single system, if it is a local script, or to move laterally within a network, if the script is stored on a central server and pushed to many systems. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary.\n\nDetection: Monitor logon scripts for unusual access by abnormal users or at abnormal times. Look for files added or modified by unusual accounts outside of normal administration duties.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring" }, { - "description": "A connection proxy is used to direct network traffic between systems or act as an intermediary for network communications. Many tools exist that enable traffic redirection through proxies or port redirection, including HTRAN, ZXProxy, and ZXPortMap.[[Citation: Trend Micro APT Attack Tools]]\n\nThe definition of a proxy can also be expanded out to encompass trust relationships between networks in peer-to-peer, mesh, or trusted connections between networks consisting of hosts or systems that regularly communicate with each other.\n\nThe network may be within a single organization or across organizations with trust relationships. Adversaries could use these types of relationships to manage command and control communications, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Network activities disassociated from user-driven actions from processes that normally require user direction are suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server or between clients that should not or often do not communicate with one another). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Netflow/Enclave netflow, Packet capture\n\nContributors: Walker Johnson", - "uuid": "731f4f55-b6d0-41d1-a7a9-072a66389aea", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1090", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", + "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" + ], + "uuid": "731f4f55-b6d0-41d1-a7a9-072a66389aea", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1915,11 +1922,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1090", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", - "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" - ], "x_mitre_data_sources": [ "Process use of network", "Process monitoring", @@ -1927,12 +1929,18 @@ "Packet capture" ] }, - "value": "Connection Proxy" + "value": "Connection Proxy", + "description": "A connection proxy is used to direct network traffic between systems or act as an intermediary for network communications. Many tools exist that enable traffic redirection through proxies or port redirection, including HTRAN, ZXProxy, and ZXPortMap.[[Citation: Trend Micro APT Attack Tools]]\n\nThe definition of a proxy can also be expanded out to encompass trust relationships between networks in peer-to-peer, mesh, or trusted connections between networks consisting of hosts or systems that regularly communicate with each other.\n\nThe network may be within a single organization or across organizations with trust relationships. Adversaries could use these types of relationships to manage command and control communications, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between victims to avoid suspicion.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Network activities disassociated from user-driven actions from processes that normally require user direction are suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server or between clients that should not or often do not communicate with one another). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Process monitoring, Netflow/Enclave netflow, Packet capture\n\nContributors: Walker Johnson" }, { - "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]]\n\nAdversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of, and modules loaded by, the regsvr32.exe process because of whitelists or false positives from Windows using regsvr32.exe for normal operations. Regsvr32.exe is also a Microsoft signed binary.\n\nRegsvr32.exe can also be used to specifically bypass process whitelisting using functionality to load COM scriptlets to execute DLLs under user permissions. Since regsvr32.exe is network and proxy aware, the scripts can be loaded by passing a uniform resource locator (URL) to file on an external Web server as an argument during invocation. This method makes no changes to the Registry as the COM object is not actually registered, only executed.[[Citation: SubTee Regsvr32 Whitelisting Bypass]] This variation of the technique has been used in campaigns targeting governments.[[Citation: FireEye Regsvr32 Targeting Mongolian Gov]]\n\nDetection: Use process monitoring to monitor the execution and arguments of regsvr32.exe. Compare recent invocations of regsvr32.exe with prior history of known good arguments and loaded files to determine anomalous and potentially adversarial activity. Command arguments used before and after the regsvr32.exe invocation may also be useful in determining the origin and purpose of the script or DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Process command-line parameters, Windows Registry\n\nContributors: Casey Smith", - "uuid": "68f7e3a1-f09f-4164-9a62-16b648a0dd5a", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1117", + "https://support.microsoft.com/en-us/kb/249873", + "http://subt0x10.blogspot.com/2016/04/bypass-application-whitelisting-script.html", + "https://www.fireeye.com/blog/threat-research/2017/02/spear%20phishing%20techn.html" + ], + "uuid": "68f7e3a1-f09f-4164-9a62-16b648a0dd5a", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1946,12 +1954,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1117", - "https://support.microsoft.com/en-us/kb/249873", - "http://subt0x10.blogspot.com/2016/04/bypass-application-whitelisting-script.html", - "https://www.fireeye.com/blog/threat-research/2017/02/spear%20phishing%20techn.html" - ], "x_mitre_data_sources": [ "Loaded DLLs", "Process monitoring", @@ -1959,12 +1961,16 @@ "Windows Registry" ] }, - "value": "Regsvr32" + "value": "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]]\n\nAdversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of, and modules loaded by, the regsvr32.exe process because of whitelists or false positives from Windows using regsvr32.exe for normal operations. Regsvr32.exe is also a Microsoft signed binary.\n\nRegsvr32.exe can also be used to specifically bypass process whitelisting using functionality to load COM scriptlets to execute DLLs under user permissions. Since regsvr32.exe is network and proxy aware, the scripts can be loaded by passing a uniform resource locator (URL) to file on an external Web server as an argument during invocation. This method makes no changes to the Registry as the COM object is not actually registered, only executed.[[Citation: SubTee Regsvr32 Whitelisting Bypass]] This variation of the technique has been used in campaigns targeting governments.[[Citation: FireEye Regsvr32 Targeting Mongolian Gov]]\n\nDetection: Use process monitoring to monitor the execution and arguments of regsvr32.exe. Compare recent invocations of regsvr32.exe with prior history of known good arguments and loaded files to determine anomalous and potentially adversarial activity. Command arguments used before and after the regsvr32.exe invocation may also be useful in determining the origin and purpose of the script or DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Process command-line parameters, Windows Registry\n\nContributors: Casey Smith" }, { - "description": "Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Example utilities used to obtain this information are dir and tree.Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "7bc57495-ea59-4380-be31-a64af124ef18", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1083", + "http://blog.jpcert.or.jp/2016/01/windows-commands-abused-by-attackers.html" + ], + "uuid": "7bc57495-ea59-4380-be31-a64af124ef18", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -1979,22 +1985,22 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1083", - "http://blog.jpcert.or.jp/2016/01/windows-commands-abused-by-attackers.html" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "File and Directory Discovery" + "value": "File and Directory Discovery", + "description": "Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Example utilities used to obtain this information are dir and tree.Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring" }, { - "description": "Adversaries may communicate over a commonly used port to bypass firewalls or network detection systems and to blend with normal network activity to avoid more detailed inspection. They may use commonly open ports such as\n* TCP:80 (HTTP)\n* TCP:443 (HTTPS)\n* TCP:25 (SMTP)\n* TCP/UDP:53 (DNS)\n\nThey may use the protocol associated with the port or a completely different protocol. \n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), examples of common ports are \n* TCP/UDP:135 (RPC)\n* TCP/UDP:22 (SSH)\n* TCP/UDP:3389 (RDP)\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "f879d51c-5476-431c-aedf-f14d207e4d1e", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1043", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "f879d51c-5476-431c-aedf-f14d207e4d1e", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2009,10 +2015,6 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1043", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -2020,12 +2022,18 @@ "Process monitoring" ] }, - "value": "Commonly Used Port" + "value": "Commonly Used Port", + "description": "Adversaries may communicate over a commonly used port to bypass firewalls or network detection systems and to blend with normal network activity to avoid more detailed inspection. They may use commonly open ports such as\n* TCP:80 (HTTP)\n* TCP:443 (HTTPS)\n* TCP:25 (SMTP)\n* TCP/UDP:53 (DNS)\n\nThey may use the protocol associated with the port or a completely different protocol. \n\nFor connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), examples of common ports are \n* TCP/UDP:135 (RPC)\n* TCP/UDP:22 (SSH)\n* TCP/UDP:3389 (RDP)\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring" }, { - "description": "Command and control (C2) information is encoded using a standard data encoding system. Use of data encoding may be to adhere to existing protocol specifications and includes use of ASCII, Unicode, Base64, MIME, UTF-8, or other binary-to-text and character encoding systems.[[Citation: Wikipedia Binary-to-text Encoding]][[Citation: Wikipedia Character Encoding]] Some data encoding systems may also result in data compression, such as gzip.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Process use of network, Process Monitoring, Network protocol analysis\n\nContributors: Itzik Kotler, SafeBreach", - "uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1132", + "https://en.wikipedia.org/wiki/Character%20encoding", + "https://en.wikipedia.org/wiki/Binary-to-text%20encoding", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "cc7b8c4e-9be0-47ca-b0bb-83915ec3ee2f", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2040,12 +2048,6 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1132", - "https://en.wikipedia.org/wiki/Character%20encoding", - "https://en.wikipedia.org/wiki/Binary-to-text%20encoding", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Process use of network", @@ -2053,12 +2055,17 @@ "Network protocol analysis" ] }, - "value": "Data Encoding" + "value": "Data Encoding", + "description": "Command and control (C2) information is encoded using a standard data encoding system. Use of data encoding may be to adhere to existing protocol specifications and includes use of ASCII, Unicode, Base64, MIME, UTF-8, or other binary-to-text and character encoding systems.[[Citation: Wikipedia Binary-to-text Encoding]][[Citation: Wikipedia Character Encoding]] Some data encoding systems may also result in data compression, such as gzip.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Process use of network, Process Monitoring, Network protocol analysis\n\nContributors: Itzik Kotler, SafeBreach" }, { - "description": "Adversaries may search local file systems and remote file shares for files containing passwords. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\n\nIt is possible to extract passwords from backups or saved virtual machines through Credential Dumping.Legitimate Credentials for more information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters", - "uuid": "ba8e391f-14b5-496f-81f2-2d5ecd646c1c", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1081", + "http://blogs.technet.com/b/srd/archive/2014/05/13/ms14-025-an-update-for-group-policy-preferences.aspx", + "http://carnal0wnage.attackresearch.com/2014/05/mimikatz-against-virtual-machine-memory.html" + ], + "uuid": "ba8e391f-14b5-496f-81f2-2d5ecd646c1c", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2072,35 +2079,16 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1081", - "http://blogs.technet.com/b/srd/archive/2014/05/13/ms14-025-an-update-for-group-policy-preferences.aspx", - "http://carnal0wnage.attackresearch.com/2014/05/mimikatz-against-virtual-machine-memory.html" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters" ] }, - "value": "Credentials in Files" + "value": "Credentials in Files", + "description": "Adversaries may search local file systems and remote file shares for files containing passwords. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\n\nIt is possible to extract passwords from backups or saved virtual machines through Credential Dumping.Legitimate Credentials for more information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters" }, { - "description": "PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.[[Citation: TechNet PowerShell]] Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer. \n\nPowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.\n\nAdministrator permissions are required to use PowerShell to connect to remote systems.\n\nA number of PowerShell-based offensive testing tools are available, including Empire,[[Citation: Github PowerShell Empire]] PowerSploit,[[Citation: Powersploit]] and PSAttack.[[Citation: Github PSAttack]]\n\nDetection: If proper execution policy is set, adversaries will likely be able to define their own execution policy if they obtain administrator or system access, either through the Registry or at the command line. This change in policy on a system may be a way to detect malicious use of PowerShell. If PowerShell is not used in an environment, then simply looking for PowerShell execution may detect malicious activity.\n\nIt is also beneficial to turn on PowerShell logging to gain increased fidelity in what occurs during execution.[[Citation: Malware Archaeology PowerShell Cheat Sheet]] PowerShell 5.0 introduced enhanced logging capabilities, and some of those features have since been added to PowerShell 4.0. Earlier versions of PowerShell do not have many logging features.[[Citation: FireEye PowerShell Logging 2016]] An organization can gather PowerShell execution details in a data analytic platform to supplement it with other data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", - "uuid": "f4882e23-8aa7-4b12-b28a-b349c12ee9e0", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1086", "https://github.com/jaredhaight/PSAttack", @@ -2110,6 +2098,20 @@ "http://www.malwarearchaeology.com/s/Windows-PowerShell-Logging-Cheat-Sheet-ver-June-2016-v2.pdf", "https://github.com/mattifestation/PowerSploit" ], + "uuid": "f4882e23-8aa7-4b12-b28a-b349c12ee9e0", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Windows Registry", "File monitoring", @@ -2117,12 +2119,15 @@ "Process monitoring" ] }, - "value": "PowerShell" + "value": "PowerShell", + "description": "PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.[[Citation: TechNet PowerShell]] Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the Start-Process cmdlet which can be used to run an executable and the Invoke-Command cmdlet which runs a command locally or on a remote computer. \n\nPowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.\n\nAdministrator permissions are required to use PowerShell to connect to remote systems.\n\nA number of PowerShell-based offensive testing tools are available, including Empire,[[Citation: Github PowerShell Empire]] PowerSploit,[[Citation: Powersploit]] and PSAttack.[[Citation: Github PSAttack]]\n\nDetection: If proper execution policy is set, adversaries will likely be able to define their own execution policy if they obtain administrator or system access, either through the Registry or at the command line. This change in policy on a system may be a way to detect malicious use of PowerShell. If PowerShell is not used in an environment, then simply looking for PowerShell execution may detect malicious activity.\n\nIt is also beneficial to turn on PowerShell logging to gain increased fidelity in what occurs during execution.[[Citation: Malware Archaeology PowerShell Cheat Sheet]] PowerShell 5.0 introduced enhanced logging capabilities, and some of those features have since been added to PowerShell 4.0. Earlier versions of PowerShell do not have many logging features.[[Citation: FireEye PowerShell Logging 2016]] An organization can gather PowerShell execution details in a data analytic platform to supplement it with other data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring" }, { - "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, anti-virus, and virtualization. These checks may be built into early-stage remote access tools.\n\nExample commands that can be used to obtain security software information are netsh, reg query with Reg, dir with cmd, and Tasklist, but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "241814ae-de3f-4656-b49e-f9a80764d4b7", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1063" + ], + "uuid": "241814ae-de3f-4656-b49e-f9a80764d4b7", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2136,51 +2141,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1063" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Security Software Discovery" + "value": "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, anti-virus, and virtualization. These checks may be built into early-stage remote access tools.\n\nExample commands that can be used to obtain security software information are netsh, reg query with Reg, dir with cmd, and Tasklist, but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring" }, { - "description": "Windows service configuration information, including the file path to the service's executable, is stored in the Registry. Service configurations can be modified using utilities such as sc.exe and Reg.\n\nAdversaries can modify an existing service to persist malware on a system by using system utilities or by using custom tools to interact with the Windows API. Use of existing services is a type of Masquerading that may make detection analysis more challenging. Modifying existing services may interrupt their functionality or may enable services that are disabled or otherwise not commonly used.\n\nDetection: Look for changes to service Registry entries that do not correlate with known software, patch cycles, etc. Changes to the binary path and the service startup type changed from manual or disabled to automatic, if it does not typically do so, may be suspicious. Tools such as Sysinternals Autoruns may also be used to detect system service changes that could be attempts at persistence.cmd commands or scripts.\n\nLook for abnormal process call trees from known services and for execution of other commands that could relate to Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring", - "uuid": "62dfd1ca-52d5-483c-a84b-d6e80bf94b7b", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1031", "https://technet.microsoft.com/en-us/sysinternals/bb963902" ], - "x_mitre_data_sources": [ - "Windows Registry", - "File monitoring", - "Process command-line parameters", - "Process monitoring" - ] - }, - "value": "Modify Existing Service" - }, - { - "description": "Adversaries use command and control over an encrypted channel using a known encryption protocol like HTTPS or SSL/TLS. The use of strong encryption makes it difficult for defenders to detect signatures within adversary command and control traffic.\n\nSome adversaries may use other encryption protocols and algorithms with symmetric keys, such as RC4, that rely on encryption keys encoded into malware configuration files and not public key cryptography. Such keys may be obtained through malware reverse engineering.\n\nDetection: SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.[[Citation: SANS Decrypting SSL]] SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.[[Citation: SEI SSL Inspection Risks]]\n\nIf malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring, SSL/TLS inspection", - "uuid": "4b74a1d4-b0e9-4ef1-93f1-14ecc6e2f5b5", - "meta": { + "uuid": "62dfd1ca-52d5-483c-a84b-d6e80bf94b7b", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2194,6 +2170,18 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Windows Registry", + "File monitoring", + "Process command-line parameters", + "Process monitoring" + ] + }, + "value": "Modify Existing Service", + "description": "Windows service configuration information, including the file path to the service's executable, is stored in the Registry. Service configurations can be modified using utilities such as sc.exe and Reg.\n\nAdversaries can modify an existing service to persist malware on a system by using system utilities or by using custom tools to interact with the Windows API. Use of existing services is a type of Masquerading that may make detection analysis more challenging. Modifying existing services may interrupt their functionality or may enable services that are disabled or otherwise not commonly used.\n\nDetection: Look for changes to service Registry entries that do not correlate with known software, patch cycles, etc. Changes to the binary path and the service startup type changed from manual or disabled to automatic, if it does not typically do so, may be suspicious. Tools such as Sysinternals Autoruns may also be used to detect system service changes that could be attempts at persistence.cmd commands or scripts.\n\nLook for abnormal process call trees from known services and for execution of other commands that could relate to Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process command-line parameters, Process monitoring" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1032", "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", @@ -2201,6 +2189,20 @@ "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf", "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840" ], + "uuid": "4b74a1d4-b0e9-4ef1-93f1-14ecc6e2f5b5", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -2210,12 +2212,17 @@ "SSL/TLS inspection" ] }, - "value": "Standard Cryptographic Protocol" + "value": "Standard Cryptographic Protocol", + "description": "Adversaries use command and control over an encrypted channel using a known encryption protocol like HTTPS or SSL/TLS. The use of strong encryption makes it difficult for defenders to detect signatures within adversary command and control traffic.\n\nSome adversaries may use other encryption protocols and algorithms with symmetric keys, such as RC4, that rely on encryption keys encoded into malware configuration files and not public key cryptography. Such keys may be obtained through malware reverse engineering.\n\nDetection: SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.[[Citation: SANS Decrypting SSL]] SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.[[Citation: SEI SSL Inspection Risks]]\n\nIf malware uses encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring, SSL/TLS inspection" }, { - "description": "Adversaries may steal the credentials of a specific user or service account using [[Credential Access]] techniques. Compromised credentials may be used to bypass access controls placed on various resources on hosts and within the network and may even be used for persistent access to remote systems. Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence.\n\nThe overlap of credentials and permissions across a network of systems is of concern because the adversary may be able to pivot across accounts and systems to reach a high level of access (i.e., domain or enterprise administrator) to bypass access controls set within the enterprise.[[Citation: TechNet Credential Theft]]\n\nDetection: Configure robust, consistent account activity audit policies across the enterprise.[[Citation: TechNet Audit Policy]] Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Process monitoring\n\nEffective Permissions: User, Administrator", - "uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1078", + "https://technet.microsoft.com/en-us/library/dn487457.aspx", + "https://technet.microsoft.com/en-us/library/dn535501.aspx" + ], + "uuid": "b17a1a56-e99c-403c-8948-561df0cffe81", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2229,22 +2236,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1078", - "https://technet.microsoft.com/en-us/library/dn487457.aspx", - "https://technet.microsoft.com/en-us/library/dn535501.aspx" - ], "x_mitre_data_sources": [ "Authentication logs", "Process monitoring" ] }, - "value": "Legitimate Credentials" + "value": "Legitimate Credentials", + "description": "Adversaries may steal the credentials of a specific user or service account using [[Credential Access]] techniques. Compromised credentials may be used to bypass access controls placed on various resources on hosts and within the network and may even be used for persistent access to remote systems. Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence.\n\nThe overlap of credentials and permissions across a network of systems is of concern because the adversary may be able to pivot across accounts and systems to reach a high level of access (i.e., domain or enterprise administrator) to bypass access controls set within the enterprise.[[Citation: TechNet Credential Theft]]\n\nDetection: Configure robust, consistent account activity audit policies across the enterprise.[[Citation: TechNet Audit Policy]] Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, Process monitoring\n\nEffective Permissions: User, Administrator" }, { - "description": "Adversaries may try to get information about registered services. Commands that may obtain information about services using operating system utilities are \"sc,\" \"tasklist /svc\" using Tasklist, and \"net start\" using Net, but adversaries may also use other tools as well.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring", - "uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1007" + ], + "uuid": "322bad5a-1c49-4d23-ab79-76d641794afa", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2258,20 +2263,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1007" - ], "x_mitre_data_sources": [ "Process command-line parameters", "Process monitoring" ] }, - "value": "System Service Discovery" + "value": "System Service Discovery", + "description": "Adversaries may try to get information about registered services. Commands that may obtain information about services using operating system utilities are \"sc,\" \"tasklist /svc\" using Tasklist, and \"net start\" using Net, but adversaries may also use other tools as well.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process command-line parameters, Process monitoring" }, { - "description": "Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using Credential Dumping. The information may be collected in a number of different ways using other Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1033" + ], + "uuid": "03d7999c-1f4c-42cc-8373-e7690d318104", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2286,21 +2291,22 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1033" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Process command-line parameters" ] }, - "value": "System Owner/User Discovery" + "value": "System Owner/User Discovery", + "description": "Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using Credential Dumping. The information may be collected in a number of different ways using other Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters" }, { - "description": "Some adversaries may split communications between different protocols. There could be one protocol for inbound command and control and another for outbound data, allowing it to bypass certain firewall restrictions. The split could also be random to simply avoid data threshold alerts on any one communication.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]] Correlating alerts between multiple communication channels can further help identify command-and-control behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "99709758-2b96-48f2-a68a-ad7fbd828091", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1026", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "99709758-2b96-48f2-a68a-ad7fbd828091", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2314,10 +2320,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1026", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -2326,25 +2328,11 @@ "Process monitoring" ] }, - "value": "Multiband Communication" + "value": "Multiband Communication", + "description": "Some adversaries may split communications between different protocols. There could be one protocol for inbound command and control and another for outbound data, allowing it to bypass certain firewall restrictions. The split could also be random to simply avoid data threshold alerts on any one communication.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]] Correlating alerts between multiple communication channels can further help identify command-and-control behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring" }, { - "description": "Pass the ticket (PtT)Legitimate Credentials are captured by Credential Dumping. A user's service tickets or ticket granting ticket (TGT) may be obtained, depending on the level of access. A service ticket allows for access to a particular resource, whereas a TGT can be used to request service tickets from the Ticket Granting Service (TGS) to access any resource the user has privileges to access.[[Citation: ADSecurity AD Kerberos Attacks]][[Citation: GentilKiwi Pass the Ticket]]\n\nSilver Tickets can be obtained for services that use Kerberos as an authentication mechanism and are used to generate tickets to access that particular resource and the system that hosts the resource (e.g., SharePoint).[[Citation: ADSecurity AD Kerberos Attacks]]\n\nGolden Tickets can be obtained for the domain using the KRBTGT account NTLM hash, which enables generation of TGTs for any account in Active Directory.[[Citation: Campbell 2014]]\n\nDetection: Audit all Kerberos authentication and credential use events and review for discrepancies. Unusual remote authentication events that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "a257ed11-ff3b-4216-8c9d-3938ef57064c", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1097", "http://www.aorato.com/labs/pass-the-ticket/", @@ -2352,16 +2340,7 @@ "http://defcon.org/images/defcon-22/dc-22-presentations/Campbell/DEFCON-22-Christopher-Campbell-The-Secret-Life-of-Krbtgt.pdf", "http://blog.gentilkiwi.com/securite/mimikatz/pass-the-ticket-kerberos" ], - "x_mitre_data_sources": [ - "Authentication logs" - ] - }, - "value": "Pass the Ticket" - }, - { - "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 winrm command or by any number of programs such as PowerShell.[[Citation: Jacobsen 2014]]\n\nDetection: Monitor use of WinRM within an environment by tracking service execution. If it is not normally used or is disabled, then this may be an indicator of suspicious behavior. Monitor processes created and actions taken by the WinRM process or a WinRM invoked script to correlate it with other related events.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring", - "uuid": "c3bce4f4-9795-46c6-976e-8676300bbc39", - "meta": { + "uuid": "a257ed11-ff3b-4216-8c9d-3938ef57064c", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2375,11 +2354,34 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "Authentication logs" + ] + }, + "value": "Pass the Ticket", + "description": "Pass the ticket (PtT)Legitimate Credentials are captured by Credential Dumping. A user's service tickets or ticket granting ticket (TGT) may be obtained, depending on the level of access. A service ticket allows for access to a particular resource, whereas a TGT can be used to request service tickets from the Ticket Granting Service (TGS) to access any resource the user has privileges to access.[[Citation: ADSecurity AD Kerberos Attacks]][[Citation: GentilKiwi Pass the Ticket]]\n\nSilver Tickets can be obtained for services that use Kerberos as an authentication mechanism and are used to generate tickets to access that particular resource and the system that hosts the resource (e.g., SharePoint).[[Citation: ADSecurity AD Kerberos Attacks]]\n\nGolden Tickets can be obtained for the domain using the KRBTGT account NTLM hash, which enables generation of TGTs for any account in Active Directory.[[Citation: Campbell 2014]]\n\nDetection: Audit all Kerberos authentication and credential use events and review for discrepancies. Unusual remote authentication events that correlate with other suspicious activity (such as writing and executing binaries) may indicate malicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1028", "http://www.slideee.com/slide/lateral-movement-with-powershell", "http://msdn.microsoft.com/en-us/library/aa384426" ], + "uuid": "c3bce4f4-9795-46c6-976e-8676300bbc39", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "File monitoring", "Authentication logs", @@ -2388,12 +2390,15 @@ "Process monitoring" ] }, - "value": "Windows Remote Management" + "value": "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 winrm command or by any number of programs such as PowerShell.[[Citation: Jacobsen 2014]]\n\nDetection: Monitor use of WinRM within an environment by tracking service execution. If it is not normally used or is disabled, then this may be an indicator of suspicious behavior. Monitor processes created and actions taken by the WinRM process or a WinRM invoked script to correlate it with other related events.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Authentication logs, Netflow/Enclave netflow, Process command-line parameters, Process monitoring" }, { - "description": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the microphone, recording devices, or recording software, and a process periodically writing files to disk that contain audio data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, Process monitoring, File monitoring", - "uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1123" + ], + "uuid": "1035cdf2-3e5f-446f-a7a7-e8f6d7925967", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2408,21 +2413,24 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1123" - ], "x_mitre_data_sources": [ "API monitoring", "Process monitoring", "File monitoring" ] }, - "value": "Audio Capture" + "value": "Audio Capture", + "description": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\n\nDetection: Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the microphone, recording devices, or recording software, and a process periodically writing files to disk that contain audio data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, Process monitoring, File monitoring" }, { - "description": "Adversaries may use a custom cryptographic protocol or algorithm to hide command and control traffic. A simple scheme, such as XOR-ing the plaintext with a fixed key, will produce a very weak ciphertext.\n\nCustom encryption schemes may vary in sophistication. Analysis and reverse engineering of malware samples may be enough to discover the algorithm and encryption key used.\n\nSome adversaries may also attempt to implement their own version of a well-known cryptographic algorithm instead of using a known implementation library, which may lead to unintentional errors.[[Citation: F-Secure Cosmicduke]]\n\nDetection: If malware uses custom encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect when communications do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring", - "uuid": "3b3cbbe0-6ed3-4334-b543-3ddfd8c5642d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1024", + "https://www.f-secure.com/documents/996508/1030745/cosmicduke%20whitepaper.pdf", + "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "3b3cbbe0-6ed3-4334-b543-3ddfd8c5642d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2437,12 +2445,6 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1024", - "https://www.f-secure.com/documents/996508/1030745/cosmicduke%20whitepaper.pdf", - "https://www.fidelissecurity.com/sites/default/files/FTA%201018%20looking%20at%20the%20sky%20for%20a%20dark%20comet.pdf", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -2451,12 +2453,15 @@ "Process monitoring" ] }, - "value": "Custom Cryptographic Protocol" + "value": "Custom Cryptographic Protocol", + "description": "Adversaries may use a custom cryptographic protocol or algorithm to hide command and control traffic. A simple scheme, such as XOR-ing the plaintext with a fixed key, will produce a very weak ciphertext.\n\nCustom encryption schemes may vary in sophistication. Analysis and reverse engineering of malware samples may be enough to discover the algorithm and encryption key used.\n\nSome adversaries may also attempt to implement their own version of a well-known cryptographic algorithm instead of using a known implementation library, which may lead to unintentional errors.[[Citation: F-Secure Cosmicduke]]\n\nDetection: If malware uses custom encryption with symmetric keys, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.[[Citation: Fidelis DarkComet]]\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect when communications do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Malware reverse engineering, Process monitoring" }, { - "description": "Cause a binary or script to execute based on interacting with the file through a graphical user interface (GUI) or in an interactive remote session such as Remote Desktop Protocol.\n\nDetection: Detection of execution through the GUI will likely lead to significant false positives. Other factors should be considered to detect misuse of services that can lead to adversaries gaining access to systems through interactive remote sessions. \n\nUnknown or unusual process launches outside of normal behavior on a particular system occurring through remote interactive sessions are suspicious. Collect and audit security logs that may indicate access to and use of [[Legitimate Credentials]] to access remote systems within the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "a6525aec-acc4-47fe-92f9-b9b4de4b9228", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1061" + ], + "uuid": "a6525aec-acc4-47fe-92f9-b9b4de4b9228", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2470,9 +2475,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1061" - ], "x_mitre_data_sources": [ "File monitoring", "Binary file metadata", @@ -2480,12 +2482,16 @@ "Process monitoring" ] }, - "value": "Graphical User Interface" + "value": "Graphical User Interface", + "description": "Cause a binary or script to execute based on interacting with the file through a graphical user interface (GUI) or in an interactive remote session such as Remote Desktop Protocol.\n\nDetection: Detection of execution through the GUI will likely lead to significant false positives. Other factors should be considered to detect misuse of services that can lead to adversaries gaining access to systems through interactive remote sessions. \n\nUnknown or unusual process launches outside of normal behavior on a particular system occurring through remote interactive sessions are suspicious. Collect and audit security logs that may indicate access to and use of [[Legitimate Credentials]] to access remote systems within the network.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring" }, { - "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring", - "uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1008", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "f24faf46-3b26-4dbb-98f2-63460498e433", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2500,10 +2506,6 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1008", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -2512,12 +2514,17 @@ "Process monitoring" ] }, - "value": "Fallback Channels" + "value": "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: Packet capture, Netflow/Enclave netflow, Malware reverse engineering, Process use of network, Process monitoring" }, { - "description": "Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Exploiting software vulnerabilities may allow adversaries to run a command or binary on a remote system for lateral movement, escalate a current process to a higher privilege level, or bypass security mechanisms. Exploits may also allow an adversary access to privileged accounts and credentials. One example of this is MS14-068, which can be used to forge Kerberos tickets using domain user permissions.[[Citation: Technet MS14-068]][[Citation: ADSecurity Detecting Forged Tickets]]\n\nDetection: Software exploits may not always succeed or may cause the exploited process to become unstable or crash. Software and operating system crash reports may contain useful contextual information about attempted exploits that correlate with other malicious activity. Exploited processes may exhibit behavior that is unusual for the specific process, such as spawning additional processes or reading and writing to files.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Error Reporting, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: John Lambert, Microsoft Threat Intelligence Center", - "uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1068", + "https://adsecurity.org/?p=1515", + "https://technet.microsoft.com/en-us/library/security/ms14-068.aspx" + ], + "uuid": "b21c3b2d-02e6-45b1-980b-e69051040839", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2531,46 +2538,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1068", - "https://adsecurity.org/?p=1515", - "https://technet.microsoft.com/en-us/library/security/ms14-068.aspx" - ], "x_mitre_data_sources": [ "Windows Error Reporting", "File monitoring", "Process monitoring" ] }, - "value": "Exploitation of Vulnerability" + "value": "Exploitation of Vulnerability", + "description": "Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Exploiting software vulnerabilities may allow adversaries to run a command or binary on a remote system for lateral movement, escalate a current process to a higher privilege level, or bypass security mechanisms. Exploits may also allow an adversary access to privileged accounts and credentials. One example of this is MS14-068, which can be used to forge Kerberos tickets using domain user permissions.[[Citation: Technet MS14-068]][[Citation: ADSecurity Detecting Forged Tickets]]\n\nDetection: Software exploits may not always succeed or may cause the exploited process to become unstable or crash. Software and operating system crash reports may contain useful contextual information about attempted exploits that correlate with other malicious activity. Exploited processes may exhibit behavior that is unusual for the specific process, such as spawning additional processes or reading and writing to files.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Error Reporting, File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: John Lambert, Microsoft Threat Intelligence Center" }, { - "description": "Some security tools inspect files with static signatures to determine if they are known malicious. Adversaries may add data to files to increase the size beyond what security tools are capable of handling or to change the file hash to avoid hash-based blacklists.\n\nDetection: Depending on the method used to pad files, a file-based signature may be capable of detecting padding using a scanning or on-access based tool. \n\nWhen executed, the resulting process from padded files may also exhibit other behavior characteristics of being used to conduct an intrusion such as system and network information [[Discovery]] or [[Lateral Movement]], which could be used as event indicators that point to the source file.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1", - "uuid": "519630c5-f03f-4882-825c-3af924935817", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1009" - ] - }, - "value": "Binary Padding" - }, - { - "description": "Adversaries may use more than one remote access tool with varying command and control protocols as a hedge against detection. If one type of tool is detected and blocked or removed as a response but the organization did not gain a full understanding of the adversary's tools and access, then the adversary will be able to retain access to the network. Adversaries may also attempt to gain access to Legitimate Credentials to use External Remote Services such as external VPNs as a way to maintain access despite interruptions to remote access tools deployed within a target network.Web Shell is one such way to maintain access to a network through an externally accessible Web server.\n\nDetection: Existing methods of detecting remote access tools are helpful. Backup remote access tools or other access points may not have established command and control channels open during an intrusion, so the volume of data transferred may not be as high as the primary channel unless access is lost.\n\nDetection of tools based on beacon traffic, Legitimate Credentials and External Remote Services to collect account use information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process use of network, Packet capture, Network protocol analysis, File monitoring, Binary file metadata, Authentication logs", - "uuid": "6aabc5ec-eae6-422c-8311-38d45ee9838a", - "meta": { + ], + "uuid": "519630c5-f03f-4882-825c-3af924935817", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2583,11 +2565,31 @@ "Windows Server 2012 R2", "Windows Vista", "Windows 8.1" - ], + ] + }, + "value": "Binary Padding", + "description": "Some security tools inspect files with static signatures to determine if they are known malicious. Adversaries may add data to files to increase the size beyond what security tools are capable of handling or to change the file hash to avoid hash-based blacklists.\n\nDetection: Depending on the method used to pad files, a file-based signature may be capable of detecting padding using a scanning or on-access based tool. \n\nWhen executed, the resulting process from padded files may also exhibit other behavior characteristics of being used to conduct an intrusion such as system and network information [[Discovery]] or [[Lateral Movement]], which could be used as event indicators that point to the source file.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1108", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" ], + "uuid": "6aabc5ec-eae6-422c-8311-38d45ee9838a", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Process monitoring", "Process use of network", @@ -2598,12 +2600,17 @@ "Authentication logs" ] }, - "value": "Redundant Access" + "value": "Redundant Access", + "description": "Adversaries may use more than one remote access tool with varying command and control protocols as a hedge against detection. If one type of tool is detected and blocked or removed as a response but the organization did not gain a full understanding of the adversary's tools and access, then the adversary will be able to retain access to the network. Adversaries may also attempt to gain access to Legitimate Credentials to use External Remote Services such as external VPNs as a way to maintain access despite interruptions to remote access tools deployed within a target network.Web Shell is one such way to maintain access to a network through an externally accessible Web server.\n\nDetection: Existing methods of detecting remote access tools are helpful. Backup remote access tools or other access points may not have established command and control channels open during an intrusion, so the volume of data transferred may not be as high as the primary channel unless access is lost.\n\nDetection of tools based on beacon traffic, Legitimate Credentials and External Remote Services to collect account use information.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process use of network, Packet capture, Network protocol analysis, File monitoring, Binary file metadata, Authentication logs" }, { - "description": "Data is encrypted before being exfiltrated in order to hide the information that is being exfiltrated from detection or to make the exfiltration less conspicuous upon inspection by a defender. The encryption is performed by a utility, programming library, or custom algorithm on the data itself and is considered separate from any encryption performed by the command and control or file transfer protocol. Common file archive formats that can encrypt files are RAR and zip.\n\nOther exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol\n\nDetection: Encryption software and encrypted files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known encryption utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used. Often the encryption key is stated within command-line invocation of the software. \n\nA process that loads the Windows DLL crypt32.dll may be used to perform encryption, decryption, or verification of file signatures. \n\nNetwork traffic may also be analyzed for entropy to determine if encrypted data is being transmitted.[[Citation: Zhang 2013]] If the communications channel is unencrypted, encrypted files of known file types can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "d54416bd-0803-41ca-870a-ce1af7c05638", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1022", + "http://www.netsec.colostate.edu/~zhang/DetectingEncryptedBotnetTraffic.pdf", + "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" + ], + "uuid": "d54416bd-0803-41ca-870a-ce1af7c05638", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2617,11 +2624,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1022", - "http://www.netsec.colostate.edu/~zhang/DetectingEncryptedBotnetTraffic.pdf", - "https://en.wikipedia.org/wiki/List%20of%20file%20signatures" - ], "x_mitre_data_sources": [ "File monitoring", "Binary file metadata", @@ -2629,25 +2631,11 @@ "Process monitoring" ] }, - "value": "Data Encrypted" + "value": "Data Encrypted", + "description": "Data is encrypted before being exfiltrated in order to hide the information that is being exfiltrated from detection or to make the exfiltration less conspicuous upon inspection by a defender. The encryption is performed by a utility, programming library, or custom algorithm on the data itself and is considered separate from any encryption performed by the command and control or file transfer protocol. Common file archive formats that can encrypt files are RAR and zip.\n\nOther exfiltration techniques likely apply as well to transfer the information out of the network, such as Exfiltration Over Command and Control Channel and Exfiltration Over Alternative Protocol\n\nDetection: Encryption software and encrypted files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known encryption utilities. This may yield a significant amount of benign events, depending on how systems in the environment are typically used. Often the encryption key is stated within command-line invocation of the software. \n\nA process that loads the Windows DLL crypt32.dll may be used to perform encryption, decryption, or verification of file signatures. \n\nNetwork traffic may also be analyzed for entropy to determine if encrypted data is being transmitted.[[Citation: Zhang 2013]] If the communications channel is unencrypted, encrypted files of known file types can be detected in transit during exfiltration with a network intrusion detection or data loss prevention system analyzing file headers.[[Citation: Wikipedia File Header Signatures]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring" }, { - "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 persistence. \n\nAdversaries may perform DLL preloading, also called binary planting attacks,[[Citation: OWASP Binary Planting]] by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program. Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL.[[Citation: Microsoft 2269637]] Adversaries may use this behavior to cause the program to load a malicious DLL. \n\nAdversaries may also directly modify the way a program loads DLLs by replacing an existing DLL or modifying a .manifest or .local redirection file, directory, or junction to cause the program to load a different DLL to maintain persistence or privilege escalation.[[Citation: Microsoft DLL Redirection]][[Citation: Microsoft Manifests]][[Citation: Mandiant Search Order]]\n\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program.\n\nPrograms that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\n\nDetection: Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of .manifest and .local redirection files that do not correlate with software updates are suspicious. Disallow loading of remote DLLs.[[Citation: Microsoft DLL Preloading]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, DLL monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "46944654-fcc1-4f63-9dad-628102376586", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1038", "http://blogs.technet.com/b/msrc/archive/2010/08/21/microsoft-security-advisory-2269637-released.aspx", @@ -2658,6 +2646,20 @@ "http://msdn.microsoft.com/en-US/library/ms682600", "http://msdn.microsoft.com/en-US/library/ms682586" ], + "uuid": "46944654-fcc1-4f63-9dad-628102376586", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "File monitoring", "DLL monitoring", @@ -2665,12 +2667,15 @@ "Process monitoring" ] }, - "value": "DLL Search Order Hijacking" + "value": "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 persistence. \n\nAdversaries may perform DLL preloading, also called binary planting attacks,[[Citation: OWASP Binary Planting]] by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program. Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL.[[Citation: Microsoft 2269637]] Adversaries may use this behavior to cause the program to load a malicious DLL. \n\nAdversaries may also directly modify the way a program loads DLLs by replacing an existing DLL or modifying a .manifest or .local redirection file, directory, or junction to cause the program to load a different DLL to maintain persistence or privilege escalation.[[Citation: Microsoft DLL Redirection]][[Citation: Microsoft Manifests]][[Citation: Mandiant Search Order]]\n\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program.\n\nPrograms that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\n\nDetection: Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of .manifest and .local redirection files that do not correlate with software updates are suspicious. Disallow loading of remote DLLs.[[Citation: Microsoft DLL Preloading]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, DLL monitoring, Process command-line parameters, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak" }, { - "description": "Sensitive data can be collected from remote systems via shared network drives (host shared directory, network file server, etc.) that are accessible from the current system prior to cmd may be used to gather information.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a network share. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1039" + ], + "uuid": "ae676644-d2d2-41b7-af7e-9bed1b55898c", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2684,21 +2689,24 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1039" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Process command-line parameters" ] }, - "value": "Data from Network Shared Drive" + "value": "Data from Network Shared Drive", + "description": "Sensitive data can be collected from remote systems via shared network drives (host shared directory, network file server, etc.) that are accessible from the current system prior to cmd may be used to gather information.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a network share. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters" }, { - "description": "DLLs that are specified in the AppInit_DLLs value in the Registry key HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program. This value can be abused to obtain persistence by causing a DLL to be loaded into most processes on the computer.[[Citation: AppInit Registry]]\n\nThe AppInit DLL functionality is disabled in Windows 8 and later versions when secure boot is enabled.[[Citation: AppInit Secure Boot]]\n\nDetection: Monitor DLL loads by processes that load user32.dll and look for DLLs that are not recognized or not normally loaded into a process. Monitor the AppInit_DLLs Registry value for modifications that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current AppInit DLLs.[[Citation: TechNet Autoruns]] \n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as making network connections for [[Command and Control]], learning details about the environment through [[Discovery]], and conducting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Windows Registry\n\nEffective Permissions: Administrator, SYSTEM", - "uuid": "317fefa6-46c7-4062-adb6-2008cf6bcb41", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1103", + "https://support.microsoft.com/en-us/kb/197571", + "https://msdn.microsoft.com/en-us/library/dn280412", + "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ], + "uuid": "317fefa6-46c7-4062-adb6-2008cf6bcb41", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2712,24 +2720,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1103", - "https://support.microsoft.com/en-us/kb/197571", - "https://msdn.microsoft.com/en-us/library/dn280412", - "https://technet.microsoft.com/en-us/sysinternals/bb963902" - ], "x_mitre_data_sources": [ "Loaded DLLs", "Process monitoring", "Windows Registry" ] }, - "value": "AppInit DLLs" + "value": "AppInit DLLs", + "description": "DLLs that are specified in the AppInit_DLLs value in the Registry key HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows are loaded by user32.dll into every process that loads user32.dll. In practice this is nearly every program. This value can be abused to obtain persistence by causing a DLL to be loaded into most processes on the computer.[[Citation: AppInit Registry]]\n\nThe AppInit DLL functionality is disabled in Windows 8 and later versions when secure boot is enabled.[[Citation: AppInit Secure Boot]]\n\nDetection: Monitor DLL loads by processes that load user32.dll and look for DLLs that are not recognized or not normally loaded into a process. Monitor the AppInit_DLLs Registry value for modifications that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current AppInit DLLs.[[Citation: TechNet Autoruns]] \n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as making network connections for [[Command and Control]], learning details about the environment through [[Discovery]], and conducting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Loaded DLLs, Process monitoring, Windows Registry\n\nEffective Permissions: Administrator, SYSTEM" }, { - "description": "Use of a standard non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive.[[Citation: Wikipedia OSI]] Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), and transport layer protocols, such as the User Datagram Protocol (UDP).\n\nICMP communication between hosts is one example. Because ICMP is part of the Internet Protocol Suite, it is required to be implemented by all IP-compatible hosts;[[Citation: Microsoft ICMP]] however, it is not as commonly monitored as other Internet Protocols such as TCP or UDP and may be used by adversaries to hide communications.\n\nDetection: Analyze network traffic for ICMP messages or other protocols that contain abnormal data or are not normally seen within or exiting the network.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux", - "uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1095", + "http://support.microsoft.com/KB/170292", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "c21d5a77-d422-4a69-acd7-2c53c1faa34b", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2743,19 +2750,20 @@ "Windows Vista", "Windows 8.1", "Linux" - ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1095", - "http://support.microsoft.com/KB/170292", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" ] }, - "value": "Standard Non-Application Layer Protocol" + "value": "Standard Non-Application Layer Protocol", + "description": "Use of a standard non-application layer protocol for communication between host and C2 server or among infected hosts within a network. The list of possible protocols is extensive.[[Citation: Wikipedia OSI]] Specific examples include use of network layer protocols, such as the Internet Control Message Protocol (ICMP), and transport layer protocols, such as the User Datagram Protocol (UDP).\n\nICMP communication between hosts is one example. Because ICMP is part of the Internet Protocol Suite, it is required to be implemented by all IP-compatible hosts;[[Citation: Microsoft ICMP]] however, it is not as commonly monitored as other Internet Protocols such as TCP or UDP and may be used by adversaries to hide communications.\n\nDetection: Analyze network traffic for ICMP messages or other protocols that contain abnormal data or are not normally seen within or exiting the network.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux" }, { - "description": "Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility.[[Citation: TechNet Netsh]] The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.\n\nAdversaries can use netsh.exe with helper DLLs to proxy execution of arbitrary code in a persistent manner when netsh.exe is executed automatically with another [[Persistence]] technique or if other persistent software is present on the system that executes netsh.exe as part of its normal functionality. Examples include some VPN software that invoke netsh.exe.[[Citation: Demaske Netsh Persistence]]\n\nProof of concept code exists to load Cobalt Strike's payload using netsh.exe helper DLLs.[[Citation: Github Netsh Helper CS Beacon]]\n\nDetection: It is likely unusual for netsh.exe to have any child processes in most environments. Monitor process executions and investigate any child processes spawned by netsh.exe for malicious behavior. Monitor the HKLM\\SOFTWARE\\Microsoft\\Netsh registry key for any new or suspicious entries that do not correlate with known system files or benign software.[[Citation: Demaske Netsh Persistence]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, DLL monitoring, Windows Registry\n\nContributors: Matthew Demaske, Adaptforward", - "uuid": "bb0e0cb5-f3e4-4118-a4cb-6bf13bfbc9f2", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1128", + "https://htmlpreview.github.io/?https://github.com/MatthewDemaske/blogbackup/blob/master/netshell.html", + "https://github.com/outflankbv/NetshHelperBeacon", + "https://technet.microsoft.com/library/bb490939.aspx" + ], + "uuid": "bb0e0cb5-f3e4-4118-a4cb-6bf13bfbc9f2", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2769,24 +2777,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1128", - "https://htmlpreview.github.io/?https://github.com/MatthewDemaske/blogbackup/blob/master/netshell.html", - "https://github.com/outflankbv/NetshHelperBeacon", - "https://technet.microsoft.com/library/bb490939.aspx" - ], "x_mitre_data_sources": [ "Process monitoring", "DLL monitoring", "Windows Registry" ] }, - "value": "Netsh Helper DLL" + "value": "Netsh Helper DLL", + "description": "Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility.[[Citation: TechNet Netsh]] The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\\SOFTWARE\\Microsoft\\Netsh.\n\nAdversaries can use netsh.exe with helper DLLs to proxy execution of arbitrary code in a persistent manner when netsh.exe is executed automatically with another [[Persistence]] technique or if other persistent software is present on the system that executes netsh.exe as part of its normal functionality. Examples include some VPN software that invoke netsh.exe.[[Citation: Demaske Netsh Persistence]]\n\nProof of concept code exists to load Cobalt Strike's payload using netsh.exe helper DLLs.[[Citation: Github Netsh Helper CS Beacon]]\n\nDetection: It is likely unusual for netsh.exe to have any child processes in most environments. Monitor process executions and investigate any child processes spawned by netsh.exe for malicious behavior. Monitor the HKLM\\SOFTWARE\\Microsoft\\Netsh registry key for any new or suspicious entries that do not correlate with known system files or benign software.[[Citation: Demaske Netsh Persistence]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, DLL monitoring, Windows Registry\n\nContributors: Matthew Demaske, Adaptforward" }, { - "description": "Account creation and manipulation may aid adversaries in maintaining access to credentials and certain permission levels within an environment. Manipulation could consist of creating new credentials, modifying permissions, adding or changing permission groups, modifying account settings, or modifying how authentication is performed. In order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain.\n\nDetection: Monitor for creation or modification of accounts in correlation with other suspicious activity. Changes may occur at unusual times or from unusual systems.\n\nUse of credentials may also occur at unusual times or to unusual systems or services and may correlate with other suspicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, API monitoring", - "uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1098" + ], + "uuid": "a10641f4-87b4-45a3-a906-92a149cb2c27", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2800,20 +2805,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1098" - ], "x_mitre_data_sources": [ "Authentication logs", "API monitoring" ] }, - "value": "Credential Manipulation" + "value": "Credential Manipulation", + "description": "Account creation and manipulation may aid adversaries in maintaining access to credentials and certain permission levels within an environment. Manipulation could consist of creating new credentials, modifying permissions, adding or changing permission groups, modifying account settings, or modifying how authentication is performed. In order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain.\n\nDetection: Monitor for creation or modification of accounts in correlation with other suspicious activity. Changes may occur at unusual times or from unusual systems.\n\nUse of credentials may also occur at unusual times or to unusual systems or services and may correlate with other suspicious activity.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs, API monitoring" }, { - "description": "Adversaries will likely attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process command-line parameters, Process monitoring, Process use of network", - "uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1018" + ], + "uuid": "e358d692-23c0-4a31-9eb6-ecc13a8d7735", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2827,9 +2832,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1018" - ], "x_mitre_data_sources": [ "Network protocol analysis", "Process command-line parameters", @@ -2837,12 +2839,15 @@ "Process use of network" ] }, - "value": "Remote System Discovery" + "value": "Remote System Discovery", + "description": "Adversaries will likely attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Net.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network protocol analysis, Process command-line parameters, Process monitoring, Process use of network" }, { - "description": "Adversaries may attempt to find local system or domain-level groups and permissions settings. Examples of commands that can list groups are net group /domain and net localgroup using the Net utility.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", - "uuid": "15dbf668-795c-41e6-8219-f0447c0e64ce", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1069" + ], + "uuid": "15dbf668-795c-41e6-8219-f0447c0e64ce", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2856,21 +2861,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1069" - ], "x_mitre_data_sources": [ "API monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Permission Groups Discovery" + "value": "Permission Groups Discovery", + "description": "Adversaries may attempt to find local system or domain-level groups and permissions settings. Examples of commands that can list groups are net group /domain and net localgroup using the Net utility.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring" }, { - "description": "Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces behind as to what was done within a network and how. Adversaries may remove these files over the course of an intrusion to keep their footprint low or remove them at the end as part of the post-intrusion cleanup process.\n\nThere are tools available from the host operating system to perform cleanup, but adversaries may use other tools as well. Examples include native cmd functions such as DEL, secure deletion tools such as Windows Sysinternals SDelete, or other third-party file deletion tools.[[Citation: Trend Micro APT Attack Tools]]\n\nDetection: It may be uncommon for events related to benign command-line functions such as DEL or third-party utilities or tools to be found in an environment, depending on the user base and how systems are typically used. Monitoring for command-line deletion functions to correlate with binaries or other files that an adversary may drop and remove may lead to detection of malicious activity. Another good practice is monitoring for known deletion and secure deletion tools that are not already on systems within an enterprise network that an adversary could introduce. Some monitoring tools may collect command-line arguments, but may not capture DEL commands since DEL is a native function within cmd.exe.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters\n\nContributors: Walker Johnson", - "uuid": "56fca983-1cf1-4fd1-bda0-5e170a37ab59", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1107", + "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" + ], + "uuid": "56fca983-1cf1-4fd1-bda0-5e170a37ab59", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2885,35 +2891,17 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1107", - "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/" - ], "x_mitre_data_sources": [ "File monitoring", "Binary file metadata", "Process command-line parameters" ] }, - "value": "File Deletion" + "value": "File Deletion", + "description": "Malware, tools, or other non-native files dropped or created on a system by an adversary may leave traces behind as to what was done within a network and how. Adversaries may remove these files over the course of an intrusion to keep their footprint low or remove them at the end as part of the post-intrusion cleanup process.\n\nThere are tools available from the host operating system to perform cleanup, but adversaries may use other tools as well. Examples include native cmd functions such as DEL, secure deletion tools such as Windows Sysinternals SDelete, or other third-party file deletion tools.[[Citation: Trend Micro APT Attack Tools]]\n\nDetection: It may be uncommon for events related to benign command-line functions such as DEL or third-party utilities or tools to be found in an environment, depending on the user base and how systems are typically used. Monitoring for command-line deletion functions to correlate with binaries or other files that an adversary may drop and remove may lead to detection of malicious activity. Another good practice is monitoring for known deletion and secure deletion tools that are not already on systems within an enterprise network that an adversary could introduce. Some monitoring tools may collect command-line arguments, but may not capture DEL commands since DEL is a native function within cmd.exe.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters\n\nContributors: Walker Johnson" }, { - "description": "Path interception occurs when an executable is placed in a specific path so that it is executed by an application instead of the intended target. One example of this was the use of a copy of cmd in the current working directory of a vulnerable application that loads a CMD or BAT file with the CreateProcess function.DLL Search Order Hijacking.\n\nDetection: Monitor file creation for files named after partial directories and in locations that may be searched for common processes through the environment variable, or otherwise should not be user writable. Monitor the executing process for process executable paths that are named for partial directories. Monitor file creation for programs that are named after Windows system programs or programs commonly executed without a path (such as \"findstr,\" \"net,\" and \"python\"). If this activity occurs outside of known administration activity, upgrades, installations, or patches, then it may be suspicious. \n\nData and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "c4ad009b-6e13-4419-8d21-918a1652de02", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1034", "http://msdn.microsoft.com/en-us/library/ms682425", @@ -2924,17 +2912,36 @@ "http://support.microsoft.com/KB/103000", "https://blogs.technet.microsoft.com/srd/2014/04/08/ms14-019-fixing-a-binary-hijacking-via-cmd-or-bat-file/" ], + "uuid": "c4ad009b-6e13-4419-8d21-918a1652de02", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring" ] }, - "value": "Path Interception" + "value": "Path Interception", + "description": "Path interception occurs when an executable is placed in a specific path so that it is executed by an application instead of the intended target. One example of this was the use of a copy of cmd in the current working directory of a vulnerable application that loads a CMD or BAT file with the CreateProcess function.DLL Search Order Hijacking.\n\nDetection: Monitor file creation for files named after partial directories and in locations that may be searched for common processes through the environment variable, or otherwise should not be user writable. Monitor the executing process for process executable paths that are named for partial directories. Monitor file creation for programs that are named after Windows system programs or programs commonly executed without a path (such as \"findstr,\" \"net,\" and \"python\"). If this activity occurs outside of known administration activity, upgrades, installations, or patches, then it may be suspicious. \n\nData and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring\n\nEffective Permissions: User, Administrator, SYSTEM\n\nContributors: Stefan Kanthak" }, { - "description": "A bootkit is a malware variant that modifies the boot sectors of a hard drive, including the Master Boot Record (MBR) and Volume Boot Record (VBR).[[Citation: MTrends 2016]]\n\nAdversaries may use bootkits to persist on systems at a layer below the operating system, which may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.\n\n===Master Boot Record===\nThe MBR is the section of disk that is first loaded after completing hardware initialization by the BIOS. It is the location of the boot loader. An adversary who has raw access to the boot drive may overwrite this area, diverting execution during startup from the normal boot loader to adversary code.[[Citation: Lau 2011]]\n\n===Volume Boot Record===\nThe MBR passes control of the boot process to the VBR. Similar to the case of MBR, an adversary who has raw access to the boot drive may overwrite the VBR to divert execution during startup to adversary code.\n\nDetection: Perform integrity checking on MBR and VBR. Take snapshots of MBR and VBR and compare against known good samples. Report changes to MBR and VBR as they occur for indicators of suspicious activity and further analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, MBR, VBR", - "uuid": "02fefddc-fb1b-423f-a76b-7552dd211d4d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1067", + "http://www.symantec.com/connect/blogs/are-mbr-infections-back-fashion", + "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" + ], + "uuid": "02fefddc-fb1b-423f-a76b-7552dd211d4d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2949,23 +2956,21 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1067", - "http://www.symantec.com/connect/blogs/are-mbr-infections-back-fashion", - "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" - ], "x_mitre_data_sources": [ "API monitoring", "MBR", "VBR" ] }, - "value": "Bootkit" + "value": "Bootkit", + "description": "A bootkit is a malware variant that modifies the boot sectors of a hard drive, including the Master Boot Record (MBR) and Volume Boot Record (VBR).[[Citation: MTrends 2016]]\n\nAdversaries may use bootkits to persist on systems at a layer below the operating system, which may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.\n\n===Master Boot Record===\nThe MBR is the section of disk that is first loaded after completing hardware initialization by the BIOS. It is the location of the boot loader. An adversary who has raw access to the boot drive may overwrite this area, diverting execution during startup from the normal boot loader to adversary code.[[Citation: Lau 2011]]\n\n===Volume Boot Record===\nThe MBR passes control of the boot process to the VBR. Similar to the case of MBR, an adversary who has raw access to the boot drive may overwrite the VBR to divert execution during startup to adversary code.\n\nDetection: Perform integrity checking on MBR and VBR. Take snapshots of MBR and VBR and compare against known good samples. Report changes to MBR and VBR as they occur for indicators of suspicious activity and further analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: API monitoring, MBR, VBR" }, { - "description": "Adversaries may delete or alter generated event files on a host system, including potentially captured files such as quarantined malware. This may compromise the integrity of the security solution, causing events to go unreported, or make forensic analysis and incident response more difficult due to lack of sufficient data to determine what occurred.\n\nDetection: File system monitoring may be used to detect improper deletion or modification of indicator files. Events not stored on the file system will require different detection mechanisms.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring", - "uuid": "799ace7f-e227-4411-baa0-8868704f2a69", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1070" + ], + "uuid": "799ace7f-e227-4411-baa0-8868704f2a69", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -2979,21 +2984,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1070" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Indicator Removal on Host" + "value": "Indicator Removal on Host", + "description": "Adversaries may delete or alter generated event files on a host system, including potentially captured files such as quarantined malware. This may compromise the integrity of the security solution, causing events to go unreported, or make forensic analysis and incident response more difficult due to lack of sufficient data to determine what occurred.\n\nDetection: File system monitoring may be used to detect improper deletion or modification of indicator files. Events not stored on the file system will require different detection mechanisms.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Process monitoring" }, { - "description": "Exfiltration could occur over a different network medium than the command and control channel. If the command and control network is a wired Internet connection, the exfiltration may occur, for example, over a WiFi connection, modem, cellular data connection, Bluetooth, or another radio frequency (RF) channel. Adversaries could choose to do this if they have sufficient access or proximity, and the connection might not be secured or defended as well as the primary Internet-connected channel because it is not routed through the same enterprise network.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before. Processes that normally require user-driven events to access the network (for example, a mouse click or key press) but access the network without such may be malicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring\n\nContributors: Itzik Kotler, SafeBreach", - "uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1011" + ], + "uuid": "51ea26b1-ff1e-4faa-b1a0-1114cd298c87", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3007,20 +3012,20 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1011" - ], "x_mitre_data_sources": [ "User interface", "Process monitoring" ] }, - "value": "Exfiltration Over Other Network Medium" + "value": "Exfiltration Over Other Network Medium", + "description": "Exfiltration could occur over a different network medium than the command and control channel. If the command and control network is a wired Internet connection, the exfiltration may occur, for example, over a WiFi connection, modem, cellular data connection, Bluetooth, or another radio frequency (RF) channel. Adversaries could choose to do this if they have sufficient access or proximity, and the connection might not be secured or defended as well as the primary Internet-connected channel because it is not routed through the same enterprise network.\n\nDetection: Processes utilizing the network that do not normally have network communication or have never been seen before. Processes that normally require user-driven events to access the network (for example, a mouse click or key press) but access the network without such may be malicious.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: User interface, Process monitoring\n\nContributors: Itzik Kotler, SafeBreach" }, { - "description": "Sensitive data can be collected from local system sources, such as the file system or databases of information residing on the system prior to Command-Line Interface, such as cmd, which has functionality to interact with the file system to gather information. Some adversaries may also use Automated Collection on the local system.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters", - "uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1005" + ], + "uuid": "3c4a2599-71ee-4405-ba1e-0e28414b4bc5", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3034,21 +3039,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1005" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring", "Process command-line parameters" ] }, - "value": "Data from Local System" + "value": "Data from Local System", + "description": "Sensitive data can be collected from local system sources, such as the file system or databases of information residing on the system prior to Command-Line Interface, such as cmd, which has functionality to interact with the file system to gather information. Some adversaries may also use Automated Collection on the local system.\n\nDetection: Monitor processes and command-line arguments for actions that could be taken to collect files from a system. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring, Process command-line parameters" }, { - "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 addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (see, for example, China Chopper Web shell client).Redundant Access or as a persistence mechanism in case an adversary's primary access methods are detected and removed.\n\nDetection: Web shells can be difficult to detect. Unlike other forms of persistent remote access, they do not initiate connections. The portion of the Web shell that is on the server may be small and innocuous looking. The PHP version of the China Chopper Web shell, for example, is the following short payload:cmd or accessing files that are not in the Web directory. File monitoring may be used to detect changes to files in the Web directory of a Web server that do not match with updates to the Web server's content and may indicate implantation of a Web shell script. Log authentication attempts to the server and any unusual traffic patterns to or from the server and internal network.[[Citation: US-CERT Alert TA15-314A Web Shells]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Anti-virus, File monitoring, Process monitoring, Authentication logs, Netflow/Enclave netflow\n\nEffective Permissions: User, SYSTEM", - "uuid": "c16e5409-ee53-4d79-afdc-4099dc9292df", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1100", + "https://www.us-cert.gov/ncas/alerts/TA15-314A", + "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" + ], + "uuid": "c16e5409-ee53-4d79-afdc-4099dc9292df", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3062,11 +3069,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1100", - "https://www.us-cert.gov/ncas/alerts/TA15-314A", - "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" - ], "x_mitre_data_sources": [ "Anti-virus", "File monitoring", @@ -3075,12 +3077,17 @@ "Netflow/Enclave netflow" ] }, - "value": "Web Shell" + "value": "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 addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (see, for example, China Chopper Web shell client).Redundant Access or as a persistence mechanism in case an adversary's primary access methods are detected and removed.\n\nDetection: Web shells can be difficult to detect. Unlike other forms of persistent remote access, they do not initiate connections. The portion of the Web shell that is on the server may be small and innocuous looking. The PHP version of the China Chopper Web shell, for example, is the following short payload:cmd or accessing files that are not in the Web directory. File monitoring may be used to detect changes to files in the Web directory of a Web server that do not match with updates to the Web server's content and may indicate implantation of a Web shell script. Log authentication attempts to the server and any unusual traffic patterns to or from the server and internal network.[[Citation: US-CERT Alert TA15-314A Web Shells]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Anti-virus, File monitoring, Process monitoring, Authentication logs, Netflow/Enclave netflow\n\nEffective Permissions: User, SYSTEM" }, { - "description": "Windows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, PowerShell, or Reg. Access to Registry keys is controlled through Access Control Lists and permissions.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Services, Process command-line parameters\n\nEffective Permissions: SYSTEM", - "uuid": "39a130e1-6ab7-434a-8bd2-418e7d9d6427", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1058", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "https://msdn.microsoft.com/library/windows/desktop/ms724878.aspx" + ], + "uuid": "39a130e1-6ab7-434a-8bd2-418e7d9d6427", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3094,36 +3101,17 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1058", - "https://technet.microsoft.com/en-us/sysinternals/bb963902", - "https://msdn.microsoft.com/library/windows/desktop/ms724878.aspx" - ], "x_mitre_data_sources": [ "Windows Registry", "Services", "Process command-line parameters" ] }, - "value": "Service Registry Permissions Weakness" + "value": "Service Registry Permissions Weakness", + "description": "Windows stores local service configuration information in the Registry under HKLM\\SYSTEM\\CurrentControlSet\\Services. The information stored under a service's Registry keys can be manipulated to modify a service's execution parameters through tools such as the service controller, sc.exe, PowerShell, or Reg. Access to Registry keys is controlled through Access Control Lists and permissions.Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Services, Process command-line parameters\n\nEffective Permissions: SYSTEM" }, { - "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 C$, ADMIN$, and IPC$. \n\nAdversaries may use this technique in conjunction with administrator-level Legitimate Credentials to remotely access a networked system over server message block (SMB)Scheduled Task, Service Execution, and Windows Management Instrumentation. Adversaries can also use NTLM hashes to access administrator shares on systems with Pass the Hash and certain configuration and patch levels.Net utility can be used to connect to Windows admin shares on remote systems using net use commands with valid credentials.Net, on the command-line interface and [[Discovery]] techniques that could be used to find remotely accessible systems.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Authentication logs, Process command-line parameters, Process monitoring", - "uuid": "ffe742ed-9100-4686-9e00-c331da544787", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1077", "https://en.wikipedia.org/wiki/Server%20Message%20Block", @@ -3133,6 +3121,20 @@ "http://blogs.technet.com/b/jepayne/archive/2015/11/27/tracking-lateral-movement-part-one-special-groups-and-specific-service-accounts.aspx", "https://technet.microsoft.com/en-us/library/cc787851.aspx" ], + "uuid": "ffe742ed-9100-4686-9e00-c331da544787", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Process use of network", "Authentication logs", @@ -3140,33 +3142,36 @@ "Process monitoring" ] }, - "value": "Windows Admin Shares" + "value": "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 C$, ADMIN$, and IPC$. \n\nAdversaries may use this technique in conjunction with administrator-level Legitimate Credentials to remotely access a networked system over server message block (SMB)Scheduled Task, Service Execution, and Windows Management Instrumentation. Adversaries can also use NTLM hashes to access administrator shares on systems with Pass the Hash and certain configuration and patch levels.Net utility can be used to connect to Windows admin shares on remote systems using net use commands with valid credentials.Net, on the command-line interface and [[Discovery]] techniques that could be used to find remotely accessible systems.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process use of network, Authentication logs, Process command-line parameters, Process monitoring" }, { - "description": "Winlogon is a part of some Windows versions that performs actions at logon. In Windows systems prior to Windows Vista, a Registry key can be modified that causes Winlogon to load a DLL on startup. Adversaries may take advantage of this feature to load adversarial code at startup for persistence.\n\nDetection: Monitor for changes to registry entries in HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\Notify that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current Winlogon helper values.[[Citation: TechNet Autoruns]] New DLLs written to System32 that do not correlate with known good software or patching may also be suspicious.\n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows XP, Windows Server 2003 R2\n\nData Sources: Windows Registry, File monitoring, Process monitoring", - "uuid": "514ede4c-78b3-4d78-a38b-daddf6217a79", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1004", + "https://technet.microsoft.com/en-us/sysinternals/bb963902" + ], + "uuid": "514ede4c-78b3-4d78-a38b-daddf6217a79", "x_mitre_platforms": [ "Windows Server 2003", "Windows XP", "Windows Server 2003 R2" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1004", - "https://technet.microsoft.com/en-us/sysinternals/bb963902" - ], "x_mitre_data_sources": [ "Windows Registry", "File monitoring", "Process monitoring" ] }, - "value": "Winlogon Helper DLL" + "value": "Winlogon Helper DLL", + "description": "Winlogon is a part of some Windows versions that performs actions at logon. In Windows systems prior to Windows Vista, a Registry key can be modified that causes Winlogon to load a DLL on startup. Adversaries may take advantage of this feature to load adversarial code at startup for persistence.\n\nDetection: Monitor for changes to registry entries in HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\Notify that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current Winlogon helper values.[[Citation: TechNet Autoruns]] New DLLs written to System32 that do not correlate with known good software or patching may also be suspicious.\n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [[Command and Control]], learning details about the environment through [[Discovery]], and [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows XP, Windows Server 2003 R2\n\nData Sources: Windows Registry, File monitoring, Process monitoring" }, { - "description": "An adversary may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.\n\nDetection: Correlate use of login activity related to remote services with unusual behavior or other malicious or suspicious activity. Adversaries will likely need to learn about an environment and the relationships between systems through [[Discovery]] techniques prior to attempting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs", - "uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1021" + ], + "uuid": "54a649ff-439a-41a4-9856-8d144a2551ba", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3180,49 +3185,49 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1021" - ], "x_mitre_data_sources": [ "Authentication logs" ] }, - "value": "Remote Services" + "value": "Remote Services", + "description": "An adversary may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.\n\nDetection: Correlate use of login activity related to remote services with unusual behavior or other malicious or suspicious activity. Adversaries will likely need to learn about an environment and the relationships between systems through [[Discovery]] techniques prior to attempting [[Lateral Movement]].\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs" }, { - "description": "Windows contains accessibility features that may be launched with a key combination before a user has logged in (for example, when the user is on the Windows logon screen). An adversary can modify the way these programs are launched to get a command prompt or backdoor without logging in to the system.\n\nTwo of these accessibility programs are C:\\Windows\\System32\\utilman.exe, launched when the Windows + U key combination is pressed, and C:\\Windows\\System32\\sethc.exe, launched when the shift key is pressed five times. The program \"sethc.exe\" is often referred to as sticky keys, and has been used by adversaries for unauthenticated access through a remote desktop login screen.Remote Desktop Protocol will cause the replaced file to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nOn Windows Vista and later as well as Windows Server 2008 and later, a Registry key may be modified that configures \"cmd.exe,\" or another program that provides backdoor access, as a \"debugger\" for the accessibility program (e.g., \"utilman.exe\"). After the Registry is modified, pressing the appropriate key combination at the login screen while at the keyboard or when connected with RDP will cause the \"debugger\" program to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nDetection: Changes to accessibility utility binaries or binary paths that do not correlate with known software, patch cycles, etc., are suspicious. Command line invocation of tools capable of modifying the Registry for associated keys are also suspicious. Utility arguments and the binaries themselves should be monitored for changes. Monitor Registry keys within HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: SYSTEM", - "uuid": "9b99b83a-1aac-4e29-b975-b374950551a3", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1015", "https://www.fireeye.com/blog/threat-research/2012/08/hikit-rootkit-advanced-persistent-attack-techniques-part-1.html", "http://blog.crowdstrike.com/registry-analysis-with-crowdresponse/" ], + "uuid": "9b99b83a-1aac-4e29-b975-b374950551a3", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "Windows Registry", "File monitoring", "Process monitoring" ] }, - "value": "Accessibility Features" + "value": "Accessibility Features", + "description": "Windows contains accessibility features that may be launched with a key combination before a user has logged in (for example, when the user is on the Windows logon screen). An adversary can modify the way these programs are launched to get a command prompt or backdoor without logging in to the system.\n\nTwo of these accessibility programs are C:\\Windows\\System32\\utilman.exe, launched when the Windows + U key combination is pressed, and C:\\Windows\\System32\\sethc.exe, launched when the shift key is pressed five times. The program \"sethc.exe\" is often referred to as sticky keys, and has been used by adversaries for unauthenticated access through a remote desktop login screen.Remote Desktop Protocol will cause the replaced file to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nOn Windows Vista and later as well as Windows Server 2008 and later, a Registry key may be modified that configures \"cmd.exe,\" or another program that provides backdoor access, as a \"debugger\" for the accessibility program (e.g., \"utilman.exe\"). After the Registry is modified, pressing the appropriate key combination at the login screen while at the keyboard or when connected with RDP will cause the \"debugger\" program to be executed with SYSTEM privileges.[[Citation: Tilbury 2014]]\n\nDetection: Changes to accessibility utility binaries or binary paths that do not correlate with known software, patch cycles, etc., are suspicious. Command line invocation of tools capable of modifying the Registry for associated keys are also suspicious. Utility arguments and the binaries themselves should be monitored for changes. Monitor Registry keys within HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, File monitoring, Process monitoring\n\nEffective Permissions: SYSTEM" }, { - "description": "Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts, or exploit code to otherwise valid files. Once a user opens the shared tainted content, the malicious portion can be executed to run the adversary's code on a remote system. Adversaries may use tainted shared content to move laterally.\n\nDetection: Processes that write or overwrite many files to a network shared directory may be suspicious. Monitor processes that are executed from removable media for malicious or abnormal activity such as network connections due to [[Command and Control]] and possible network [[Discovery]] techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", - "uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1080" + ], + "uuid": "246fd3c7-f5e3-466d-8787-4c13d9e3b61c", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3236,20 +3241,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1080" - ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring" ] }, - "value": "Taint Shared Content" + "value": "Taint Shared Content", + "description": "Content stored on network drives or in other shared locations may be tainted by adding malicious programs, scripts, or exploit code to otherwise valid files. Once a user opens the shared tainted content, the malicious portion can be executed to run the adversary's code on a remote system. Adversaries may use tainted shared content to move laterally.\n\nDetection: Processes that write or overwrite many files to a network shared directory may be suspicious. Monitor processes that are executed from removable media for malicious or abnormal activity such as network connections due to [[Command and Control]] and possible network [[Discovery]] techniques.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring" }, { - "description": "Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services.\n\nAdversaries may use remote services to access and persist within a network.Legitimate Credentials to use the service is often a requirement, which could be obtained through credential pharming or by obtaining the credentials from users after compromising the enterprise network. Access to remote services may be used as part of Redundant Access during an operation.\n\nDetection: Follow best practices for detecting adversary use of Legitimate Credentials for authenticating to remote services. Collect authentication logs and analyze for unusual access patterns, windows of activity, and access outside of normal business hours.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs\n\nContributors: Daniel Oakley", - "uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1133", + "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" + ], + "uuid": "10d51417-ee35-4589-b1ff-b6df1c334e8d", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3263,20 +3269,19 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1133", - "https://www.volexity.com/blog/2015/10/07/virtual-private-keylogging-cisco-web-vpns-leveraged-for-access-and-persistence/" - ], "x_mitre_data_sources": [ "Authentication logs" ] }, - "value": "External Remote Services" + "value": "External Remote Services", + "description": "Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services.\n\nAdversaries may use remote services to access and persist within a network.Legitimate Credentials to use the service is often a requirement, which could be obtained through credential pharming or by obtaining the credentials from users after compromising the enterprise network. Access to remote services may be used as part of Redundant Access during an operation.\n\nDetection: Follow best practices for detecting adversary use of Legitimate Credentials for authenticating to remote services. Collect authentication logs and analyze for unusual access patterns, windows of activity, and access outside of normal business hours.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Authentication logs\n\nContributors: Daniel Oakley" }, { - "description": "Adversaries may deploy malicious software to systems within a network using application deployment systems employed by enterprise administrators. The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nAccess to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nDetection: Monitor application deployments from a secondary system. Perform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process use of network, Process monitoring", - "uuid": "327f3cc5-eea1-42d4-a6cd-ed34b7ce8f61", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1017" + ], + "uuid": "327f3cc5-eea1-42d4-a6cd-ed34b7ce8f61", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3290,21 +3295,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1017" - ], "x_mitre_data_sources": [ "File monitoring", "Process use of network", "Process monitoring" ] }, - "value": "Application Deployment Software" + "value": "Application Deployment Software", + "description": "Adversaries may deploy malicious software to systems within a network using application deployment systems employed by enterprise administrators. The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nAccess to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nDetection: Monitor application deployments from a secondary system. Perform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process use of network, Process monitoring" }, { - "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 Scripting to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. This functionality could also be built into remote access tools. \n\nThis technique may incorporate use of other techniques such as File and Directory Discovery and Remote File Copy to identify and move files.\n\nDetection: Depending on the method used, actions could include common file system commands and parameters on the command-line interface within batch files or scripts. A sequence of actions like this may be unusual, depending on the system and network environment. Automated collection may occur along with other techniques such as Data Staged. As such, file access monitoring that shows an unusual process performing sequential file opens and potentially copy actions to another location on the file system for many files at once may indicate automated collection behavior. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Data loss prevention", - "uuid": "30208d3e-0d6b-43c8-883e-44462a514619", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1119" + ], + "uuid": "30208d3e-0d6b-43c8-883e-44462a514619", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3318,21 +3323,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1119" - ], "x_mitre_data_sources": [ "File monitoring", "Process command-line parameters", "Data loss prevention" ] }, - "value": "Automated Collection" + "value": "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 Scripting to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. This functionality could also be built into remote access tools. \n\nThis technique may incorporate use of other techniques such as File and Directory Discovery and Remote File Copy to identify and move files.\n\nDetection: Depending on the method used, actions could include common file system commands and parameters on the command-line interface within batch files or scripts. A sequence of actions like this may be unusual, depending on the system and network environment. Automated collection may occur along with other techniques such as Data Staged. As such, file access monitoring that shows an unusual process performing sequential file opens and potentially copy actions to another location on the file system for many files at once may indicate automated collection behavior. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process command-line parameters, Data loss prevention" }, { - "description": "Windows Security Support Provider (SSP) DLLs are loaded into the Local Security Authority (LSA) process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages and HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.\n[[Citation: Graeber 2014]]\n\nDetection: Monitor the Registry for changes to the SSP Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned SSP DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs", - "uuid": "6c174520-beea-43d9-aac6-28fb77f3e446", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1101", + "https://technet.microsoft.com/en-us/library/dn408187.aspx", + "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" + ], + "uuid": "6c174520-beea-43d9-aac6-28fb77f3e446", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3346,23 +3353,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1101", - "https://technet.microsoft.com/en-us/library/dn408187.aspx", - "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html" - ], "x_mitre_data_sources": [ "DLL monitoring", "Windows Registry", "Loaded DLLs" ] }, - "value": "Security Support Provider" + "value": "Security Support Provider", + "description": "Windows Security Support Provider (SSP) DLLs are loaded into the Local Security Authority (LSA) process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages and HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.\n[[Citation: Graeber 2014]]\n\nDetection: Monitor the Registry for changes to the SSP Registry keys. Monitor the LSA process for DLL loads. Windows 8.1 and Windows Server 2012 R2 may generate events when unsigned SSP DLLs try to load into the LSA by setting the Registry key HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\LSASS.exe with AuditLevel = 8.[[Citation: Graeber 2014]][[Citation: Microsoft Configure LSA]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: DLL monitoring, Windows Registry, Loaded DLLs" }, { - "description": "The rundll32.exe program can be called to execute an arbitrary binary. Adversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of the rundll32.exe process because of whitelists or false positives from Windows using rundll32.exe for normal operations.\n\nDetection: Use process monitoring to monitor the execution and arguments of rundll32.exe. Compare recent invocations of rundll32.exe with prior history of known good arguments and loaded DLLs to determine anomalous and potentially adversarial activity. Command arguments used with the rundll32.exe invocation may also be useful in determining the origin and purpose of the DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring", - "uuid": "62b8c999-dcc0-4755-bd69-09442d9359f5", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1085" + ], + "uuid": "62b8c999-dcc0-4755-bd69-09442d9359f5", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3376,9 +3381,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1085" - ], "x_mitre_data_sources": [ "File monitoring", "Binary file metadata", @@ -3386,12 +3388,15 @@ "Process monitoring" ] }, - "value": "Rundll32" + "value": "Rundll32", + "description": "The rundll32.exe program can be called to execute an arbitrary binary. Adversaries may take advantage of this functionality to proxy execution of code to avoid triggering security tools that may not monitor execution of the rundll32.exe process because of whitelists or false positives from Windows using rundll32.exe for normal operations.\n\nDetection: Use process monitoring to monitor the execution and arguments of rundll32.exe. Compare recent invocations of rundll32.exe with prior history of known good arguments and loaded DLLs to determine anomalous and potentially adversarial activity. Command arguments used with the rundll32.exe invocation may also be useful in determining the origin and purpose of the DLL being loaded.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Binary file metadata, Process command-line parameters, Process monitoring" }, { - "description": "Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection.\n\nUser credentials may be sent over an insecure, unencrypted protocol that can be captured and obtained through network packet analysis. An adversary may place a network interface into promiscuous mode, using a utility to capture traffic in transit over the network or use span ports to capture a larger amount of data. In addition, Address Resolution Protocol (ARP) and Domain Name Service (DNS) poisoning can be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\n\nDetection: Detecting the events leading up to sniffing network traffic may be the best method of detection. From the host level, an adversary would likely need to perform a man-in-the-middle attack against other devices on a wired network in order to capture traffic that was not to or from the current compromised system. This change in the flow of information is detectable at the enclave network level. Monitor for ARP spoofing and gratuitous ARP broadcasts. Detecting compromised network devices is a bit more challenging. Auditing administrator logins, configuration changes, and device images is required to detect malicious changes.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network device logs, Host network interface, Netflow/Enclave netflow", - "uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1040" + ], + "uuid": "3257eb21-f9a7-4430-8de1-d8b6e288f529", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3405,21 +3410,24 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1040" - ], "x_mitre_data_sources": [ "Network device logs", "Host network interface", "Netflow/Enclave netflow" ] }, - "value": "Network Sniffing" + "value": "Network Sniffing", + "description": "Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection.\n\nUser credentials may be sent over an insecure, unencrypted protocol that can be captured and obtained through network packet analysis. An adversary may place a network interface into promiscuous mode, using a utility to capture traffic in transit over the network or use span ports to capture a larger amount of data. In addition, Address Resolution Protocol (ARP) and Domain Name Service (DNS) poisoning can be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\n\nDetection: Detecting the events leading up to sniffing network traffic may be the best method of detection. From the host level, an adversary would likely need to perform a man-in-the-middle attack against other devices on a wired network in order to capture traffic that was not to or from the current compromised system. This change in the flow of information is detectable at the enclave network level. Monitor for ARP spoofing and gratuitous ARP broadcasts. Detecting compromised network devices is a bit more challenging. Auditing administrator logins, configuration changes, and device images is required to detect malicious changes.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Network device logs, Host network interface, Netflow/Enclave netflow" }, { - "description": "A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.[[Citation: AddMonitor]] This DLL can be located in C:\\Windows\\System32 and will be loaded by the print spooler service, spoolsv.exe, on boot.[[Citation: Bloxham]] Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.[[Citation: Bloxham]] The spoolsv.exe process also runs under SYSTEM level permissions.\n\nAdversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\n\nDetection: * Monitor process API calls to AddMonitor.\n* Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal.\n* New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious.\n* Monitor registry writes to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.\n* Run the Autoruns utility, which checks for this Registry key as a persistence mechanism[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, API monitoring, DLL monitoring, Windows Registry, Process monitoring\n\nEffective Permissions: SYSTEM\n\nContributors: Stefan Kanthak", - "uuid": "1f47e2fd-fa77-4f2f-88ee-e85df308f125", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1013", + "https://www.defcon.org/images/defcon-22/dc-22-presentations/Bloxham/DEFCON-22-Brady-Bloxham-Windows-API-Abuse-UPDATED.pdf", + "https://technet.microsoft.com/en-us/sysinternals/bb963902", + "http://msdn.microsoft.com/en-us/library/dd183341" + ], + "uuid": "1f47e2fd-fa77-4f2f-88ee-e85df308f125", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3433,12 +3441,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1013", - "https://www.defcon.org/images/defcon-22/dc-22-presentations/Bloxham/DEFCON-22-Brady-Bloxham-Windows-API-Abuse-UPDATED.pdf", - "https://technet.microsoft.com/en-us/sysinternals/bb963902", - "http://msdn.microsoft.com/en-us/library/dd183341" - ], "x_mitre_data_sources": [ "File monitoring", "API monitoring", @@ -3447,12 +3449,16 @@ "Process monitoring" ] }, - "value": "Local Port Monitor" + "value": "Local Port Monitor", + "description": "A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.[[Citation: AddMonitor]] This DLL can be located in C:\\Windows\\System32 and will be loaded by the print spooler service, spoolsv.exe, on boot.[[Citation: Bloxham]] Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.[[Citation: Bloxham]] The spoolsv.exe process also runs under SYSTEM level permissions.\n\nAdversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\n\nDetection: * Monitor process API calls to AddMonitor.\n* Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal.\n* New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious.\n* Monitor registry writes to HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors.\n* Run the Autoruns utility, which checks for this Registry key as a persistence mechanism[[Citation: TechNet Autoruns]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, API monitoring, DLL monitoring, Windows Registry, Process monitoring\n\nEffective Permissions: SYSTEM\n\nContributors: Stefan Kanthak" }, { - "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.\n\nUtilities used to perform software packing are called packers. Example packers are MPRESS and UPX. A more comprehensive list of known packers is available,[[Citation: Wikipedia Exe Compression]] but adversaries may create their own packing techniques that do not leave the same artifacts as well-known packers to evade defenses.\n\nDetection: Use file scanning to look for known software packers or artifacts of packing techniques. Packing is not a definitive indicator of malicious activity, because legitimate software may use packing techniques to reduce binary size or to protect proprietary code.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata", - "uuid": "6ff403bc-93e3-48be-8687-e102fdba8c88", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1045", + "http://en.wikipedia.org/wiki/Executable%20compression" + ], + "uuid": "6ff403bc-93e3-48be-8687-e102fdba8c88", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3466,20 +3472,19 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1045", - "http://en.wikipedia.org/wiki/Executable%20compression" - ], "x_mitre_data_sources": [ "Binary file metadata" ] }, - "value": "Software Packing" + "value": "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.\n\nUtilities used to perform software packing are called packers. Example packers are MPRESS and UPX. A more comprehensive list of known packers is available,[[Citation: Wikipedia Exe Compression]] but adversaries may create their own packing techniques that do not leave the same artifacts as well-known packers to evade defenses.\n\nDetection: Use file scanning to look for known software packers or artifacts of packing techniques. Packing is not a definitive indicator of malicious activity, because legitimate software may use packing techniques to reduce binary size or to protect proprietary code.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Binary file metadata" }, { - "description": "Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used or give context to information collected by a keylogger.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring", - "uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1010" + ], + "uuid": "4ae4f953-fe58-4cc8-a327-33257e30a830", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3493,34 +3498,17 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1010" - ], "x_mitre_data_sources": [ "API monitoring", "Process command-line parameters", "Process monitoring" ] }, - "value": "Application Window Discovery" + "value": "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 or give context to information collected by a keylogger.\n\nDetection: System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring" }, { - "description": "A type-1 hypervisor is a software layer that sits between the guest operating systems and system's hardware.Rootkit functionality to hide its existence from the guest operating system.[[Citation: Myers 2007]] A malicious hypervisor of this nature could be used to persist on systems through interruption.\n\nDetection: Type-1 hypervisors may be detected by performing timing analysis. Hypervisors emulate certain CPU instructions that would normally be executed by the hardware. If an instruction takes orders of magnitude longer to execute than normal on a system that should not contain a hypervisor, one may be present.[[Citation: virtualization.info 2006]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: System calls", - "uuid": "4be89c7c-ace6-4876-9377-c8d54cef3d63", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1062", "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.90.8832&rep=rep1&type=pdf", @@ -3528,16 +3516,7 @@ "https://en.wikipedia.org/wiki/Hypervisor", "http://virtualization.info/en/news/2006/08/debunking-blue-pill-myth.html" ], - "x_mitre_data_sources": [ - "System calls" - ] - }, - "value": "Hypervisor" - }, - { - "description": "Credential dumping is the process of obtaining account login and password information from the operating system and software. Credentials can be used to perform Windows Credential Editor, Mimikatz, and gsecdump. These tools are in use by both professional security testers and adversaries.\n\nPlaintext passwords can be obtained using tools such as Mimikatz to extract passwords stored by the Local Security Authority (LSA). If smart cards are used to authenticate to a domain using a personal identification number (PIN), then that PIN is also cached as a result and may be dumped.Mimikatz access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective DLL Injection to reduce potential indicators of malicious activity.\n\nNTLM hash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised Legitimate Credentials in-use by adversaries may help as well. \n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,[[Citation: Powersploit]] which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring, PowerShell logs", - "uuid": "0a3ead4e-6d47-4ccb-854c-a6a4f9d96b22", - "meta": { + "uuid": "4be89c7c-ace6-4876-9377-c8d54cef3d63", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3551,11 +3530,34 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "System calls" + ] + }, + "value": "Hypervisor", + "description": "A type-1 hypervisor is a software layer that sits between the guest operating systems and system's hardware.Rootkit functionality to hide its existence from the guest operating system.[[Citation: Myers 2007]] A malicious hypervisor of this nature could be used to persist on systems through interruption.\n\nDetection: Type-1 hypervisors may be detected by performing timing analysis. Hypervisors emulate certain CPU instructions that would normally be executed by the hardware. If an instruction takes orders of magnitude longer to execute than normal on a system that should not contain a hypervisor, one may be present.[[Citation: virtualization.info 2006]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: System calls" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1003", "https://github.com/gentilkiwi/mimikatz/wiki/module-~-sekurlsa", "https://github.com/mattifestation/PowerSploit" ], + "uuid": "0a3ead4e-6d47-4ccb-854c-a6a4f9d96b22", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "API monitoring", "Process command-line parameters", @@ -3563,12 +3565,16 @@ "PowerShell logs" ] }, - "value": "Credential Dumping" + "value": "Credential Dumping", + "description": "Credential dumping is the process of obtaining account login and password information from the operating system and software. Credentials can be used to perform Windows Credential Editor, Mimikatz, and gsecdump. These tools are in use by both professional security testers and adversaries.\n\nPlaintext passwords can be obtained using tools such as Mimikatz to extract passwords stored by the Local Security Authority (LSA). If smart cards are used to authenticate to a domain using a personal identification number (PIN), then that PIN is also cached as a result and may be dumped.Mimikatz access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective DLL Injection to reduce potential indicators of malicious activity.\n\nNTLM hash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised Legitimate Credentials in-use by adversaries may help as well. \n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,[[Citation: Powersploit]] which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring, Process command-line parameters, Process monitoring, PowerShell logs" }, { - "description": "Adversaries may use an existing, legitimate external Web service as a means for relaying commands to a compromised system.\n\nPopular websites and social media can act as a mechanism for command and control and give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure or the presence of strong encryption. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Host network interface, Netflow/Enclave netflow, Network protocol analysis, Packet capture", - "uuid": "830c9528-df21-472c-8c14-a036bf17d665", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1102", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "830c9528-df21-472c-8c14-a036bf17d665", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3582,10 +3588,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1102", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Host network interface", "Netflow/Enclave netflow", @@ -3593,12 +3595,16 @@ "Packet capture" ] }, - "value": "Web Service" + "value": "Web Service", + "description": "Adversaries may use an existing, legitimate external Web service as a means for relaying commands to a compromised system.\n\nPopular websites and social media can act as a mechanism for command and control and give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.\n\nDetection: Host data that can relate unknown or suspicious process activity using a network connection is important to supplement any existing indicators of compromise based on malware command and control signatures and infrastructure or the presence of strong encryption. Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Host network interface, Netflow/Enclave netflow, Network protocol analysis, Packet capture" }, { - "description": "Adversaries may interact with the Windows Registry to gather information about the system, configuration, and installed software.\n\nThe Registry contains a significant amount of information about the operating system, configuration, software, and security.Reg or through running malware that may interact with the Registry through an API. Command-line invocation of utilities used to query the Registry may be detected through process and command-line monitoring. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters", - "uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1012", + "https://en.wikipedia.org/wiki/Windows%20Registry" + ], + "uuid": "c32f7008-9fea-41f7-8366-5eb9b74bd896", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3612,22 +3618,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1012", - "https://en.wikipedia.org/wiki/Windows%20Registry" - ], "x_mitre_data_sources": [ "Windows Registry", "Process monitoring", "Process command-line parameters" ] }, - "value": "Query Registry" + "value": "Query Registry", + "description": "Adversaries may interact with the Windows Registry to gather information about the system, configuration, and installed software.\n\nThe Registry contains a significant amount of information about the operating system, configuration, software, and security.Reg or through running malware that may interact with the Registry through an API. Command-line invocation of utilities used to query the Registry may be detected through process and command-line monitoring. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as Windows Management Instrumentation and PowerShell.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Windows Registry, Process monitoring, Process command-line parameters" }, { - "description": "Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, VNC, HBSS, Altiris, etc.). If an adversary gains access to these systems, then they may be able to execute code.\n\nAdversaries may gain access to and use third-party application deployment systems installed within an enterprise network. Access to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nDetection: Detection methods will vary depending on the type of third-party software or system and how it is typically used. \n\nThe same investigation process can be applied here as with other potentially malicious activities where the distribution vector is initially unknown but the resulting activity follows a discernible pattern. Analyze the process execution trees, historical activities from the third-party application (such as what types of files are usually pushed), and the resulting activities or events from the file/binary/script pushed to systems. \n\nOften these third-party applications will have logs of their own that can be collected and correlated with other data from the environment. Audit software deployment logs and look for suspicious or unauthorized activity. A system not typically used to push software to clients that suddenly is used for such a task outside of a known admin function may be suspicious.\n\nPerform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Third-party application logs, Binary file metadata, Windows Registry, Process monitoring, Process use of network", - "uuid": "92a78814-b191-47ca-909c-1ccfe3777414", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1072" + ], + "uuid": "92a78814-b191-47ca-909c-1ccfe3777414", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3641,9 +3646,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1072" - ], "x_mitre_data_sources": [ "File monitoring", "Third-party application logs", @@ -3653,12 +3655,16 @@ "Process use of network" ] }, - "value": "Third-party Software" + "value": "Third-party Software", + "description": "Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, VNC, HBSS, Altiris, etc.). If an adversary gains access to these systems, then they may be able to execute code.\n\nAdversaries may gain access to and use third-party application deployment systems installed within an enterprise network. Access to a network-wide or enterprise-wide software deployment system enables an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the deployment server, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform software deployment.\n\nDetection: Detection methods will vary depending on the type of third-party software or system and how it is typically used. \n\nThe same investigation process can be applied here as with other potentially malicious activities where the distribution vector is initially unknown but the resulting activity follows a discernible pattern. Analyze the process execution trees, historical activities from the third-party application (such as what types of files are usually pushed), and the resulting activities or events from the file/binary/script pushed to systems. \n\nOften these third-party applications will have logs of their own that can be collected and correlated with other data from the environment. Audit software deployment logs and look for suspicious or unauthorized activity. A system not typically used to push software to clients that suddenly is used for such a task outside of a known admin function may be suspicious.\n\nPerform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Third-party application logs, Binary file metadata, Windows Registry, Process monitoring, Process use of network" }, { - "description": "Files may be copied from one system to another to stage adversary tools or other files over the course of an operation. Files may be copied from an external adversary-controlled system through the FTP. \n\nAdversaries may also copy files laterally between internal victim systems to support Windows Admin Shares or Remote Desktop Protocol.\n\nDetection: Monitor for file creation and files transferred within a network over SMB. Unusual processes with external network connections creating files on-system may be suspicious. Use of utilities, such as FTP, that does not normally occur may also be suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Packet capture, Process use of network, Netflow/Enclave netflow, Network protocol analysis, Process monitoring", - "uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1105", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "e6919abc-99f9-4c6c-95a5-14761e7b2add", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3672,10 +3678,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1105", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "File monitoring", "Packet capture", @@ -3685,40 +3687,17 @@ "Process monitoring" ] }, - "value": "Remote File Copy" + "value": "Remote File Copy", + "description": "Files may be copied from one system to another to stage adversary tools or other files over the course of an operation. Files may be copied from an external adversary-controlled system through the FTP. \n\nAdversaries may also copy files laterally between internal victim systems to support Windows Admin Shares or Remote Desktop Protocol.\n\nDetection: Monitor for file creation and files transferred within a network over SMB. Unusual processes with external network connections creating files on-system may be suspicious. Use of utilities, such as FTP, that does not normally occur may also be suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Packet capture, Process use of network, Netflow/Enclave netflow, Network protocol analysis, Process monitoring" }, { - "description": "Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique bypasses Windows file access controls as well as file system monitoring tools.PowerShell, additional logging of PowerShell scripts is recommended.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring", - "uuid": "0c8ab3eb-df48-4b9c-ace7-beacaac81cc5", "meta": { - "x_mitre_platforms": [ - "Windows Server 2003", - "Windows Server 2008", - "Windows Server 2012", - "Windows XP", - "Windows 7", - "Windows 8", - "Windows Server 2003 R2", - "Windows Server 2008 R2", - "Windows Server 2012 R2", - "Windows Vista", - "Windows 8.1" - ], "refs": [ "https://attack.mitre.org/wiki/Technique/T1006", "https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-NinjaCopy.ps1", "http://www.codeproject.com/Articles/32169/FDump-Dumping-File-Sectors-Directly-from-Disk-usin" ], - "x_mitre_data_sources": [ - "API monitoring" - ] - }, - "value": "File System Logical Offsets" - }, - { - "description": "Adversaries may add malicious content to an internally accessible website through an open network file share that contains the website's webroot or Web content directory and then browse to that content with a Web browser to cause the server to execute the malicious content. The malicious content will typically run under the context and permissions of the Web server process, often resulting in local system or administrative privileges, depending on how the Web server is configured.\n\nThis mechanism of shared access and remote execution could be used for lateral movement to the system running the Web server. For example, a Web server running PHP with an open network share could allow an adversary to upload a remote access tool and PHP script to execute the RAT on the system running the Web server when a specific page is visited.\n\nDetection: Use file and process monitoring to detect when files are written to a Web server by a process that is not the normal Web server process or when files are written outside of normal administrative time periods. Use process monitoring to identify normal processes that run on the Web server and detect processes that are not typically executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring", - "uuid": "804c042c-cfe6-449e-bc1a-ba0a998a70db", - "meta": { + "uuid": "0c8ab3eb-df48-4b9c-ace7-beacaac81cc5", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3732,20 +3711,46 @@ "Windows Vista", "Windows 8.1" ], + "x_mitre_data_sources": [ + "API monitoring" + ] + }, + "value": "File System Logical Offsets", + "description": "Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique bypasses Windows file access controls as well as file system monitoring tools.PowerShell, additional logging of PowerShell scripts is recommended.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: API monitoring" + }, + { + "meta": { "refs": [ "https://attack.mitre.org/wiki/Technique/T1051" ], + "uuid": "804c042c-cfe6-449e-bc1a-ba0a998a70db", + "x_mitre_platforms": [ + "Windows Server 2003", + "Windows Server 2008", + "Windows Server 2012", + "Windows XP", + "Windows 7", + "Windows 8", + "Windows Server 2003 R2", + "Windows Server 2008 R2", + "Windows Server 2012 R2", + "Windows Vista", + "Windows 8.1" + ], "x_mitre_data_sources": [ "File monitoring", "Process monitoring" ] }, - "value": "Shared Webroot" + "value": "Shared Webroot", + "description": "Adversaries may add malicious content to an internally accessible website through an open network file share that contains the website's webroot or Web content directory and then browse to that content with a Web browser to cause the server to execute the malicious content. The malicious content will typically run under the context and permissions of the Web server process, often resulting in local system or administrative privileges, depending on how the Web server is configured.\n\nThis mechanism of shared access and remote execution could be used for lateral movement to the system running the Web server. For example, a Web server running PHP with an open network share could allow an adversary to upload a remote access tool and PHP script to execute the RAT on the system running the Web server when a specific page is visited.\n\nDetection: Use file and process monitoring to detect when files are written to a Web server by a process that is not the normal Web server process or when files are written outside of normal administrative time periods. Use process monitoring to identify normal processes that run on the Web server and detect processes that are not typically executed.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: File monitoring, Process monitoring" }, { - "description": "An adversary may attempt to block indicators or events from leaving the host machine. In the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process or creating a host-based firewall rule to block traffic to a specific server.\n\nDetection: Detect lack of reported activity from a host sensor. Different methods of blocking may cause different disruptions in reporting. Systems may suddenly stop reporting all data or only certain kinds of data.\n\nDepending on the types of host information collected, an analyst may be able to detect the event that triggered a process to stop or connection to be blocked.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Sensor health and status, Process command-line parameters, Process monitoring", - "uuid": "6a5848a8-6201-4a2c-8a6a-ca5af8c6f3df", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1054" + ], + "uuid": "6a5848a8-6201-4a2c-8a6a-ca5af8c6f3df", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3759,21 +3764,21 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1054" - ], "x_mitre_data_sources": [ "Sensor health and status", "Process command-line parameters", "Process monitoring" ] }, - "value": "Indicator Blocking" + "value": "Indicator Blocking", + "description": "An adversary may attempt to block indicators or events from leaving the host machine. In the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process or creating a host-based firewall rule to block traffic to a specific server.\n\nDetection: Detect lack of reported activity from a host sensor. Different methods of blocking may cause different disruptions in reporting. Systems may suddenly stop reporting all data or only certain kinds of data.\n\nDepending on the types of host information collected, an analyst may be able to detect the event that triggered a process to stop or connection to be blocked.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Sensor health and status, Process command-line parameters, Process monitoring" }, { - "description": "In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media could be an external hard drive, USB drive, cellular phone, MP3 player, or other removable storage and processing device. The physical medium or device could be used as the final exfiltration point or to hop between otherwise disconnected systems.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media are mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Data loss prevention, File monitoring", - "uuid": "e6415f09-df0e-48de-9aba-928c902b7549", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1052" + ], + "uuid": "e6415f09-df0e-48de-9aba-928c902b7549", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3787,20 +3792,23 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1052" - ], "x_mitre_data_sources": [ "Data loss prevention", "File monitoring" ] }, - "value": "Exfiltration Over Physical Medium" + "value": "Exfiltration Over Physical Medium", + "description": "In certain circumstances, such as an air-gapped network compromise, exfiltration could occur via a physical medium or device introduced by a user. Such media could be an external hard drive, USB drive, cellular phone, MP3 player, or other removable storage and processing device. The physical medium or device could be used as the final exfiltration point or to hop between otherwise disconnected systems.\n\nDetection: Monitor file access on removable media. Detect processes that execute when removable media are mounted.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Data loss prevention, File monitoring" }, { - "description": "The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network.Net on Windows by performing net time \\\\hostname to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using w32tm /tz.Scheduled Task[[Citation: RSA EU12 They're Inside]], or to discover locality information based on time zone to assist in victim targeting.\n\nDetection: Command-line interface monitoring may be useful to detect instances of net.exe or other command-line utilities being used to gather system time or time zone. Methods of detecting API use for gathering this information are likely less useful due to how often they may be used by legitimate software.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, API monitoring", - "uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1124", + "https://technet.microsoft.com/windows-server-docs/identity/ad-ds/get-started/windows-time-service/windows-time-service-tools-and-settings", + "https://www.rsaconference.com/writable/presentations/file%20upload/ht-209%20rivner%20schwartz.pdf", + "https://msdn.microsoft.com/ms724961.aspx" + ], + "uuid": "f3c544dc-673c-4ef3-accb-53229f1ae077", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3814,24 +3822,22 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1124", - "https://technet.microsoft.com/windows-server-docs/identity/ad-ds/get-started/windows-time-service/windows-time-service-tools-and-settings", - "https://www.rsaconference.com/writable/presentations/file%20upload/ht-209%20rivner%20schwartz.pdf", - "https://msdn.microsoft.com/ms724961.aspx" - ], "x_mitre_data_sources": [ "Process monitoring", "Process command-line parameters", "API monitoring" ] }, - "value": "System Time Discovery" + "value": "System Time Discovery", + "description": "The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network.Net on Windows by performing net time \\\\hostname to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using w32tm /tz.Scheduled Task[[Citation: RSA EU12 They're Inside]], or to discover locality information based on time zone to assist in victim targeting.\n\nDetection: Command-line interface monitoring may be useful to detect instances of net.exe or other command-line utilities being used to gather system time or time zone. Methods of detecting API use for gathering this information are likely less useful due to how often they may be used by legitimate software.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process monitoring, Process command-line parameters, API monitoring" }, { - "description": "The Windows module loader can be instructed to load DLLs from arbitrary local paths and arbitrary Universal Naming Convention (UNC) network paths. This functionality resides in NTDLL.dll and is part of the Windows Native API which is called from functions like CreateProcess(), LoadLibrary(), etc. of the Win32 API.[[Citation: Wikipedia Windows Library Files]]\n\nThe module loader can load DLLs:\n\n*via specification of the (fully-qualified or relative) DLL pathname in the IMPORT directory;\n \n*via EXPORT forwarded to another DLL, specified with (fully-qualified or relative) pathname (but without extension);\n \n*via an NTFS junction or symlink program.exe.local with the fully-qualified or relative pathname of a directory containing the DLLs specified in the IMPORT directory or forwarded EXPORTs;\n \n*via in an embedded or external \"application manifest\". The file name refers to an entry in the IMPORT directory or a forwarded EXPORT.\n\nAdversaries can use this functionality as a way to execute arbitrary code on a system.\n\nDetection: Monitoring DLL module loads may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows modules load functions are common and may be difficult to distinguish from malicious behavior. Legitimate software will likely only need to load routine, bundled DLL modules or Windows system DLLs such that deviation from known module loads may be suspicious. Limiting DLL module loads to %SystemRoot% and %ProgramFiles% directories will protect against module loads from unsafe paths. \n\nCorrelation of other events with behavior surrounding module loads using API monitoring and suspicious DLLs written to disk will provide additional context to an event that may assist in determining if it is due to malicious behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process Monitoring, API monitoring, File monitoring, DLL monitoring\n\nContributors: Stefan Kanthak", - "uuid": "0a5231ec-41af-4a35-83d0-6bdf11f28c65", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1129", + "https://en.wikipedia.org/wiki/Microsoft%20Windows%20library%20files" + ], + "uuid": "0a5231ec-41af-4a35-83d0-6bdf11f28c65", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3845,10 +3851,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1129", - "https://en.wikipedia.org/wiki/Microsoft%20Windows%20library%20files" - ], "x_mitre_data_sources": [ "Process Monitoring", "API monitoring", @@ -3856,12 +3858,18 @@ "DLL monitoring" ] }, - "value": "Execution through Module Load" + "value": "Execution through Module Load", + "description": "The Windows module loader can be instructed to load DLLs from arbitrary local paths and arbitrary Universal Naming Convention (UNC) network paths. This functionality resides in NTDLL.dll and is part of the Windows Native API which is called from functions like CreateProcess(), LoadLibrary(), etc. of the Win32 API.[[Citation: Wikipedia Windows Library Files]]\n\nThe module loader can load DLLs:\n\n*via specification of the (fully-qualified or relative) DLL pathname in the IMPORT directory;\n \n*via EXPORT forwarded to another DLL, specified with (fully-qualified or relative) pathname (but without extension);\n \n*via an NTFS junction or symlink program.exe.local with the fully-qualified or relative pathname of a directory containing the DLLs specified in the IMPORT directory or forwarded EXPORTs;\n \n*via in an embedded or external \"application manifest\". The file name refers to an entry in the IMPORT directory or a forwarded EXPORT.\n\nAdversaries can use this functionality as a way to execute arbitrary code on a system.\n\nDetection: Monitoring DLL module loads may generate a significant amount of data and may not be directly useful for defense unless collected under specific circumstances, since benign use of Windows modules load functions are common and may be difficult to distinguish from malicious behavior. Legitimate software will likely only need to load routine, bundled DLL modules or Windows system DLLs such that deviation from known module loads may be suspicious. Limiting DLL module loads to %SystemRoot% and %ProgramFiles% directories will protect against module loads from unsafe paths. \n\nCorrelation of other events with behavior surrounding module loads using API monitoring and suspicious DLLs written to disk will provide additional context to an event that may assist in determining if it is due to malicious behavior.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Process Monitoring, API monitoring, File monitoring, DLL monitoring\n\nContributors: Stefan Kanthak" }, { - "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.[[Citation: Wikipedia Root Certificate]] Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.\n\nInstallation of a root certificate on a compromised system would give an adversary a way to degrade the security of that system. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.[[Citation: Operation Emmental]]\n\nAtypical root certificates have also been pre-installed on systems by the manufacturer or in the software supply chain and were used in conjunction with malware/adware to provide a man-in-the-middle capability for intercepting information transmitted over secure TLS/SSL communications.[[Citation: Kaspersky Superfish]]\n\nDetection: A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity. Check pre-installed certificates on new systems to ensure unnecessary or suspicious certificates are not present.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: SSL/TLS inspection, Digital Certificate Logs\n\nContributors: Itzik Kotler, SafeBreach", - "uuid": "d519cfd5-f3a8-43a9-a846-ed0bb40672b1", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1130", + "https://usblog.kaspersky.com/superfish-adware-preinstalled-on-lenovo-laptops/5161/", + "https://en.wikipedia.org/wiki/Root%20certificate", + "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" + ], + "uuid": "d519cfd5-f3a8-43a9-a846-ed0bb40672b1", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3876,23 +3884,21 @@ "Windows 8.1", "Linux" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1130", - "https://usblog.kaspersky.com/superfish-adware-preinstalled-on-lenovo-laptops/5161/", - "https://en.wikipedia.org/wiki/Root%20certificate", - "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf" - ], "x_mitre_data_sources": [ "SSL/TLS inspection", "Digital Certificate Logs" ] }, - "value": "Install Root Certificate" + "value": "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.[[Citation: Wikipedia Root Certificate]] Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.\n\nInstallation of a root certificate on a compromised system would give an adversary a way to degrade the security of that system. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.[[Citation: Operation Emmental]]\n\nAtypical root certificates have also been pre-installed on systems by the manufacturer or in the software supply chain and were used in conjunction with malware/adware to provide a man-in-the-middle capability for intercepting information transmitted over secure TLS/SSL communications.[[Citation: Kaspersky Superfish]]\n\nDetection: A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity. Check pre-installed certificates on new systems to ensure unnecessary or suspicious certificates are not present.\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1, Linux\n\nData Sources: SSL/TLS inspection, Digital Certificate Logs\n\nContributors: Itzik Kotler, SafeBreach" }, { - "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). If a process maintains a long connection during which it consistently sends fixed size data packets or a process opens connections and sends fixed sized data packets at regular intervals, it may be performing an aggregate data transfer. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring", - "uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Technique/T1030", + "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" + ], + "uuid": "c3888c54-775d-4b2f-b759-75a2ececcbfd", "x_mitre_platforms": [ "Windows Server 2003", "Windows Server 2008", @@ -3906,10 +3912,6 @@ "Windows Vista", "Windows 8.1" ], - "refs": [ - "https://attack.mitre.org/wiki/Technique/T1030", - "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf" - ], "x_mitre_data_sources": [ "Packet capture", "Netflow/Enclave netflow", @@ -3917,15 +3919,13 @@ "Process monitoring" ] }, - "value": "Data Transfer Size Limits" + "value": "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.\n\nDetection: Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). If a process maintains a long connection during which it consistently sends fixed size data packets or a process opens connections and sends fixed sized data packets at regular intervals, it may be performing an aggregate data transfer. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.[[Citation: University of Birmingham C2]]\n\nPlatforms: Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP, Windows 7, Windows 8, Windows Server 2003 R2, Windows Server 2008 R2, Windows Server 2012 R2, Windows Vista, Windows 8.1\n\nData Sources: Packet capture, Netflow/Enclave netflow, Process use of network, Process monitoring" } ], - "version": "1", - "type": "attack-pattern", - "source": "https://github.com/mitre/cti", - "name": "Attack Pattern", "authors": [ "MITRE" ], - "uuid": "dcb864dc-775f-11e7-9fbb-1f41b4996683" + "description": "ATT&CK tactic", + "type": "attack-pattern" } diff --git a/clusters/mitre_course-of-action.json b/clusters/mitre_course-of-action.json index b1f394b..cf9f609 100644 --- a/clusters/mitre_course-of-action.json +++ b/clusters/mitre_course-of-action.json @@ -1,653 +1,909 @@ { - "description": "ATT&CK Mitigation", "values": [ { "description": "Direct mitigation of this technique may not be recommended for a particular environment since COM objects are a legitimate part of the operating system and installed software. Blocking COM object changes may have unforeseen side effects to legitimate functionality.\n\nInstead, identify and block potentially malicious software that may execute, or be executed by, this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "ff5d862a-ae6b-4833-8c15-e235d654d28e", - "value": "Component Object Model Hijacking Mitigation" + "value": "Component Object Model Hijacking Mitigation", + "meta": { + "uuid": "ff5d862a-ae6b-4833-8c15-e235d654d28e" + } }, { "description": "Mitigations for command and control apply. Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "92c28497-2820-445e-9f3e-a03dd77dc0c8", - "value": "Exfiltration Over Command and Control Channel Mitigation" + "value": "Exfiltration Over Command and Control Channel Mitigation", + "meta": { + "uuid": "92c28497-2820-445e-9f3e-a03dd77dc0c8" + } }, { "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identification of subsequent malicious behavior. \n\nIdentify or block potentially malicious software that may contain DLL injection functionality by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "74febc44-8955-4e4d-aca0-d4dad2f967d7", - "value": "DLL Injection Mitigation" + "value": "DLL Injection Mitigation", + "meta": { + "uuid": "74febc44-8955-4e4d-aca0-d4dad2f967d7" + } }, { "description": "Remove users from the local administrator group on systems. Although UAC bypass techniques exist, it is still prudent to use the highest enforcement level for UAC when possible and mitigate bypass opportunities that exist with techniques such as [[Technique/T1038|DLL Search Order Hijacking]]. \n\nCheck for common UAC bypass weaknesses on Windows systems to be aware of the risk posture and address issues where appropriate.[[CiteRef::Github UACMe]]", - "uuid": "beb45abb-11e8-4aef-9778-1f9ac249784f", - "value": "Bypass User Account Control Mitigation" + "value": "Bypass User Account Control Mitigation", + "meta": { + "uuid": "beb45abb-11e8-4aef-9778-1f9ac249784f" + } }, { "description": "Audit and/or block command-line interpreters by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "f28a20fd-d173-4603-807e-2cb3f51bdf04", - "value": "Command-Line Interface Mitigation" + "value": "Command-Line Interface Mitigation", + "meta": { + "uuid": "f28a20fd-d173-4603-807e-2cb3f51bdf04" + } }, { "description": "Use auditing tools capable of detecting DLL search order hijacking opportunities on systems within an enterprise and correct them. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for DLL hijacking weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through search order hijacking by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs.", - "uuid": "96913243-2b5e-4483-a65c-bb152ddd2f04", - "value": "DLL Search Order Hijacking Mitigation" + "value": "DLL Search Order Hijacking Mitigation", + "meta": { + "uuid": "96913243-2b5e-4483-a65c-bb152ddd2f04" + } }, { "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports. \n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "a0d8db1d-a731-4428-8209-c07175f4b1fe", - "value": "Uncommonly Used Port Mitigation" + "value": "Uncommonly Used Port Mitigation", + "meta": { + "uuid": "a0d8db1d-a731-4428-8209-c07175f4b1fe" + } }, { "description": "Regsvcs and Regasm may not be necessary within a given environment. Block execution of Regsvcs.exe and Regasm.exe if they are not required for a given system or network to prevent potential misuess by adversaries.", - "uuid": "a90da496-b460-47e8-92e7-cc36eb00bd9a", - "value": "Regsvcs/Regasm Mitigation" + "value": "Regsvcs/Regasm Mitigation", + "meta": { + "uuid": "a90da496-b460-47e8-92e7-cc36eb00bd9a" + } }, { "description": "Grant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled.", - "uuid": "c88151a5-fe3f-4773-8147-d801587065a4", - "value": "Application Deployment Software Mitigation" + "value": "Application Deployment Software Mitigation", + "meta": { + "uuid": "c88151a5-fe3f-4773-8147-d801587065a4" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "7c1796c7-9fc3-4c3e-9416-527295bf5d95", - "value": "Commonly Used Port Mitigation" + "value": "Commonly Used Port Mitigation", + "meta": { + "uuid": "7c1796c7-9fc3-4c3e-9416-527295bf5d95" + } }, { "description": "Disabling WMI or RPCS may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI. Restrict other users who are allowed to connect, or disallow all users to connect remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]", - "uuid": "ba2ec548-fb75-4b8c-88d6-d91a77a943cf", - "value": "Windows Management Instrumentation Mitigation" + "value": "Windows Management Instrumentation Mitigation", + "meta": { + "uuid": "ba2ec548-fb75-4b8c-88d6-d91a77a943cf" + } }, { "description": "Eliminate path interception weaknesses in program configuration files, scripts, the PATH environment variable, services, and in shortcuts by surrounding PATH variables with quotation marks when functions allow for them[[CiteRef::Microsoft CreateProcess]]. Be aware of the search order Windows uses for executing or loading binaries and use fully qualified paths wherever appropriate[[CiteRef::MSDN DLL Security]]. Clean up old Windows Registry keys when software is uninstalled to avoid keys with no associated legitimate binaries.\n\nPeriodically search for and correct or report path interception weaknesses on systems that may have been introduced using custom or available tools that report software using insecure path configurations[[CiteRef::Kanthak Sentinel]]. \n\nRequire that all executables be placed in write-protected directories. Ensure that proper permissions and directory access control are set to deny users the ability to write files to the top-level directory C: and system directories, such as C:\\Windows\\, to reduce places where malicious files could be placed for execution.\n\nIdentify and block potentially malicious software that may be executed through the path interception by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies,[[CiteRef::Corio 2008]] that are capable of auditing and/or blocking unknown executables.", - "uuid": "e0703d4f-3972-424a-8277-84004817e024", - "value": "Path Interception Mitigation" + "value": "Path Interception Mitigation", + "meta": { + "uuid": "e0703d4f-3972-424a-8277-84004817e024" + } }, { "description": "Prevent adversaries from gaining access to credentials through [[Credential Access]] that can be used to log into remote desktop sessions on systems.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to log into remote interactive sessions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] and Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "aaa92b37-f96c-4a0a-859c-b1cb6faeb13d", - "value": "Graphical User Interface Mitigation" + "value": "Graphical User Interface Mitigation", + "meta": { + "uuid": "aaa92b37-f96c-4a0a-859c-b1cb6faeb13d" + } }, { "description": "It may be difficult or inadvisable to block access to EA. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to hide information in EA by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "ac008435-af58-4f77-988a-c9b96c5920f5", - "value": "NTFS Extended Attributes Mitigation" + "value": "NTFS Extended Attributes Mitigation", + "meta": { + "uuid": "ac008435-af58-4f77-988a-c9b96c5920f5" + } }, { "description": "Mitigation is difficult in instances like this because the adversary may have access to the system through another channel and can learn what techniques or tools are blocked by resident defenses. Exercising best practices with configuration and security as well as ensuring that proper process is followed during investigation of potential compromise is essential to detecting a larger intrusion through discrete alerts.\n\nIdentify and block potentially malicious software that may be used by an adversary by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "4b998a71-7b8f-4dcc-8f3f-277f2e740271", - "value": "Indicator Removal from Tools Mitigation" + "value": "Indicator Removal from Tools Mitigation", + "meta": { + "uuid": "4b998a71-7b8f-4dcc-8f3f-277f2e740271" + } }, { "description": "Instead of blocking software based on clipboard capture behavior, identify potentially malicious software that may contain this functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "19edfa02-1a5f-47e4-ad82-3288f57f64cf", - "value": "Clipboard Data Mitigation" + "value": "Clipboard Data Mitigation", + "meta": { + "uuid": "19edfa02-1a5f-47e4-ad82-3288f57f64cf" + } }, { "description": "Identify and block potentially malicious software that may be executed through run key or startup folder persistence using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "8b36d944-f274-4d46-9acd-dbba6927ce7a", - "value": "Registry Run Keys / Start Folder Mitigation" + "value": "Registry Run Keys / Start Folder Mitigation", + "meta": { + "uuid": "8b36d944-f274-4d46-9acd-dbba6927ce7a" + } }, { "description": "Command and control infrastructure used in a multi-stage channel may be blocked if known ahead of time. If unique signatures are present in the C2 traffic, they could also be used as the basis of identifying and blocking the channel.[[CiteRef::University of Birmingham C2]]", - "uuid": "514e7371-a344-4de7-8ec3-3aa42b801d52", - "value": "Multi-Stage Channels Mitigation" + "value": "Multi-Stage Channels Mitigation", + "meta": { + "uuid": "514e7371-a344-4de7-8ec3-3aa42b801d52" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "4320b080-9ae9-4541-9b8b-bcd0961dbbbd", - "value": "Data Staged Mitigation" + "value": "Data Staged Mitigation", + "meta": { + "uuid": "4320b080-9ae9-4541-9b8b-bcd0961dbbbd" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from removable media, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "39706d54-0d06-4a25-816a-78cc43455100", - "value": "Data from Removable Media Mitigation" + "value": "Data from Removable Media Mitigation", + "meta": { + "uuid": "39706d54-0d06-4a25-816a-78cc43455100" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from a network share, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "d9727aee-48b8-4fdb-89e2-4c49746ba4dd", - "value": "Data from Network Shared Drive Mitigation" + "value": "Data from Network Shared Drive Mitigation", + "meta": { + "uuid": "d9727aee-48b8-4fdb-89e2-4c49746ba4dd" + } }, { "description": "Use multifactor authentication. Follow guidelines to prevent or limit adversary access to [[Technique/T1078|Legitimate Credentials]].\n\nProtect domain controllers by ensuring proper security configuration for critical servers. Configure access controls and firewalls to limit access to these systems. Do not allow domain administrator accounts to be used for day-to-day operations that may expose them to potential adversaries on unprivileged systems.", - "uuid": "fdb1ae84-7b00-4d3d-b7dc-c774beef6425", - "value": "Credential Manipulation Mitigation" + "value": "Credential Manipulation Mitigation", + "meta": { + "uuid": "fdb1ae84-7b00-4d3d-b7dc-c774beef6425" + } }, { "description": "It may be possible to remove PowerShell from systems when not needed, but a review should be performed to assess the impact to an environment, since it could be in use for many legitimate purposes and administrative functions. When PowerShell is necessary, restrict PowerShell execution policy to administrators and to only execute signed scripts. Be aware that there are methods of bypassing the PowerShell execution policy, depending on environment configuration.[[CiteRef::Netspi PowerShell Execution Policy Bypass]] Disable/restrict the WinRM Service to help prevent uses of PowerShell for remote execution.", - "uuid": "d0415180-51e9-40ce-b57c-c332b0b441f2", - "value": "PowerShell Mitigation" + "value": "PowerShell Mitigation", + "meta": { + "uuid": "d0415180-51e9-40ce-b57c-c332b0b441f2" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about the operating system and underlying hardware, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "c620e3a1-fff5-424f-abea-d2b0f3616f67", - "value": "System Information Discovery Mitigation" + "value": "System Information Discovery Mitigation", + "meta": { + "uuid": "c620e3a1-fff5-424f-abea-d2b0f3616f67" + } }, { "description": "Upgrade the operating system to a newer version of Windows if using a version prior to Vista. \n\nLimit the privileges of user accounts so that only authorized administrators can perform Winlogon helper changes.\n\nIdentify and block potentially malicious software that may be executed through the Winlogon helper process by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs.", - "uuid": "313c8b20-4d49-40c1-9ac0-4c573aca28f3", - "value": "Winlogon Helper DLL Mitigation" + "value": "Winlogon Helper DLL Mitigation", + "meta": { + "uuid": "313c8b20-4d49-40c1-9ac0-4c573aca28f3" + } }, { "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by Windows utilities like AppLocker.[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]]", - "uuid": "624d063d-cda8-4616-b4e4-54c04e427aec", - "value": "Netsh Helper DLL Mitigation" + "value": "Netsh Helper DLL Mitigation", + "meta": { + "uuid": "624d063d-cda8-4616-b4e4-54c04e427aec" + } }, { "description": "Follow best practices for mitigation of activity related to establishing [[Technique/T1077|Windows Admin Shares]]. \n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage network shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "94e95eeb-7cdb-4bd7-afba-f32fda303dbb", - "value": "Network Share Connection Removal Mitigation" + "value": "Network Share Connection Removal Mitigation", + "meta": { + "uuid": "94e95eeb-7cdb-4bd7-afba-f32fda303dbb" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific C2 protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "d75a3d1b-b536-4f15-a23c-f4bcc17837b8", - "value": "Connection Proxy Mitigation" + "value": "Connection Proxy Mitigation", + "meta": { + "uuid": "d75a3d1b-b536-4f15-a23c-f4bcc17837b8" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "25d5e1d8-c6fb-4735-bc57-115a21222f4b", - "value": "Application Window Discovery Mitigation" + "value": "Application Window Discovery Mitigation", + "meta": { + "uuid": "25d5e1d8-c6fb-4735-bc57-115a21222f4b" + } }, { "description": "Limit access to remote services through centrally managed concentrators such as VPNs and other managed remote access systems. Deny direct remote access to internal systems through uses of network proxies, gateways, and firewalls as appropriate. Use strong two-factor or multi-factor authentication for remote service accounts to mitigate an adversary's ability to leverage stolen credentials, but be aware of [[Technique/T1111|Two-Factor Authentication Interception]] techniques for some two-factor authentication implementations.", - "uuid": "d4fd04e0-d1a4-4b5a-a5bb-16683cdbcce2", - "value": "External Remote Services Mitigation" + "value": "External Remote Services Mitigation", + "meta": { + "uuid": "d4fd04e0-d1a4-4b5a-a5bb-16683cdbcce2" + } }, { "description": "Monitor systems and domain logs for unusual credential logon activity. Prevent access to [[Technique/T1078|Legitimate Credentials]]. Apply patch KB2871997 to Windows 7 and higher systems to limit the default access of accounts in the local administrator group. Limit credential overlap across systems to prevent the damage of credential compromise and reduce the adversary's ability to perform [[Lateral Movement]] between systems. Ensure that built-in and created local administrator accounts have complex, unique passwords. Do not allow a domain user to be in the local administrator group on multiple systems.", - "uuid": "bcee7b05-89a6-41a5-b7aa-fce4da7ede9e", - "value": "Pass the Hash Mitigation" + "value": "Pass the Hash Mitigation", + "meta": { + "uuid": "bcee7b05-89a6-41a5-b7aa-fce4da7ede9e" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system and domain accounts, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "5c49bc54-9929-48ca-b581-7018219b5a97", - "value": "Account Discovery Mitigation" + "value": "Account Discovery Mitigation", + "meta": { + "uuid": "5c49bc54-9929-48ca-b581-7018219b5a97" + } }, { "description": "MSBuild.exe may not be necessary within a given environment and should be removed if not used. Use application whitelisting configured to block MSBuild.exe to prevent potential misuse by adversaries.[[CiteRef::SubTee MSBuild]][[CiteRef::Exploit Monday Mitigate Device Guard Bypases]][[CiteRef::GitHub mattifestation DeviceGuardBypass]]", - "uuid": "823fbfe9-b015-4bf3-9e67-d340c7373ca0", - "value": "MSBuild Mitigation" + "value": "MSBuild Mitigation", + "meta": { + "uuid": "823fbfe9-b015-4bf3-9e67-d340c7373ca0" + } }, { "description": "Monitor domains for unusual credential logons. Limit credential overlap across systems to prevent the damage of credential compromise. Ensure that local administrator accounts have complex, unique passwords. Do not allow a user to be a local administrator for multiple systems. Limit domain admin account permissions to domain controllers and limited servers. Delegate other admin functions to separate accounts.[[CiteRef::ADSecurity AD Kerberos Attacks]]\n\nAttempt to identify and block unknown or malicious software that could be used to obtain Kerberos tickets and use them to authenticate by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "3a476d83-43eb-4fad-9b75-b1febd834e3d", - "value": "Pass the Ticket Mitigation" + "value": "Pass the Ticket Mitigation", + "meta": { + "uuid": "3a476d83-43eb-4fad-9b75-b1febd834e3d" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about system users, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "16f144e4-c780-4ed2-98b4-55d14e2dfa44", - "value": "System Owner/User Discovery Mitigation" + "value": "System Owner/User Discovery Mitigation", + "meta": { + "uuid": "16f144e4-c780-4ed2-98b4-55d14e2dfa44" + } }, { "description": "Monitor/harden access to LSASS and SAM table with tools that allow process whitelisting. Limit credential overlap across systems to prevent lateral movement opportunities using [[Technique/T1078|Legitimate Credentials]] if passwords and hashes are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled, as this is often equivalent to having a local administrator account with the same password on all systems. On Windows 8.1 and Windows Server 2012 R2, enable Protected Process Light for LSA.[[CiteRef::Microsoft LSA]]\n\nIdentify and block potentially malicious software that may be used to dump credentials by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nWith Windows 10, Microsoft implemented new protections called Credential Guard to protect the LSA secrets that can be used to obtain credentials through forms of credential dumping. It is not implemented by default and has hardware requirements.[[CiteRef::TechNet Credential Guard]]", - "uuid": "aeff5887-8f9e-48d5-a523-9b395e2ce80a", - "value": "Credential Dumping Mitigation" + "value": "Credential Dumping Mitigation", + "meta": { + "uuid": "aeff5887-8f9e-48d5-a523-9b395e2ce80a" + } }, { "description": "Microsoft's Enhanced Mitigation Experience Toolkit (EMET) Attack Surface Reduction (ASR) feature can be used to block regsvr32.exe from being used to bypass whitelisting.[[CiteRef::Secure Host Baseline EMET]]", - "uuid": "12c13879-b7bd-4bc5-8def-aacec386d432", - "value": "Regsvr32 Mitigation" + "value": "Regsvr32 Mitigation", + "meta": { + "uuid": "12c13879-b7bd-4bc5-8def-aacec386d432" + } }, { "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. \n\nAlthough process hollowing may be used to evade certain types of defenses, it is still good practice to identify potentially malicious software that may be used to perform adversarial actions, including process hollowing, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "7c39ebbf-244e-4d1c-b0ac-b282453ece43", - "value": "Process Hollowing Mitigation" + "value": "Process Hollowing Mitigation", + "meta": { + "uuid": "7c39ebbf-244e-4d1c-b0ac-b282453ece43" + } }, { "description": "Mitigating specific API calls will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying subsequent malicious behavior. Audit and/or block potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "56db6ccc-433d-4411-8383-c3fd7053e2c8", - "value": "Execution through API Mitigation" + "value": "Execution through API Mitigation", + "meta": { + "uuid": "56db6ccc-433d-4411-8383-c3fd7053e2c8" + } }, { "description": "Protect shared folders by minimizing users who have write access. Use utilities that detect or mitigate common features used in exploitation, such as the Microsoft Enhanced Mitigation Experience Toolkit (EMET).\n\nIdentify potentially malicious software that may be used to taint content or may result from it and audit and/or block the unknown programs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "f0a42cad-9b1f-44da-a672-718f18381018", - "value": "Taint Shared Content Mitigation" + "value": "Taint Shared Content Mitigation", + "meta": { + "uuid": "f0a42cad-9b1f-44da-a672-718f18381018" + } }, { "description": "Identify and block potentially malicious software that may be used as a remote access tool, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "f9b3e5d9-7454-4b7d-bce6-27620e19924e", - "value": "Redundant Access Mitigation" + "value": "Redundant Access Mitigation", + "meta": { + "uuid": "f9b3e5d9-7454-4b7d-bce6-27620e19924e" + } }, { "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to record audio by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "16dd03c6-0dfb-4d77-89cd-9ff3ee6e533d", - "value": "Audio Capture Mitigation" + "value": "Audio Capture Mitigation", + "meta": { + "uuid": "16dd03c6-0dfb-4d77-89cd-9ff3ee6e533d" + } }, { "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create new services.\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to create services by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "b7b2c89c-09c1-4b71-ae7c-000ec2893aab", - "value": "New Service Mitigation" + "value": "New Service Mitigation", + "meta": { + "uuid": "b7b2c89c-09c1-4b71-ae7c-000ec2893aab" + } }, { "description": "Turn off unused features or restrict access to scripting engines such as VBScript or scriptable administration frameworks such as PowerShell.", - "uuid": "57019a80-8523-46b6-be7d-f763a15a2cc6", - "value": "Scripting Mitigation" + "value": "Scripting Mitigation", + "meta": { + "uuid": "57019a80-8523-46b6-be7d-f763a15a2cc6" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "515f6584-fa98-44fe-a4e8-e428c7188514", - "value": "Fallback Channels Mitigation" + "value": "Fallback Channels Mitigation", + "meta": { + "uuid": "515f6584-fa98-44fe-a4e8-e428c7188514" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "d8787791-d22e-45bb-a9a8-251d8d0a1ff2", - "value": "System Service Discovery Mitigation" + "value": "System Service Discovery Mitigation", + "meta": { + "uuid": "d8787791-d22e-45bb-a9a8-251d8d0a1ff2" + } }, { "description": "Automatically forward events to a log server or data repository to prevent conditions in which the adversary can locate and manipulate data on the local system. When possible, minimize time delay on event reporting to avoid prolonged storage on the local system. Protect generated event files that are stored locally with proper permissions and authentication. Obfuscate/encrypt event files locally and in transit to avoid giving feedback to an adversary.", - "uuid": "6cac62ce-550b-4793-8ee6-6a1b8836edb0", - "value": "Indicator Removal on Host Mitigation" + "value": "Indicator Removal on Host Mitigation", + "meta": { + "uuid": "6cac62ce-550b-4793-8ee6-6a1b8836edb0" + } }, { "description": "Identify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs.", - "uuid": "9378f139-10ef-4e4b-b679-2255a0818902", - "value": "Service Registry Permissions Weakness Mitigation" + "value": "Service Registry Permissions Weakness Mitigation", + "meta": { + "uuid": "9378f139-10ef-4e4b-b679-2255a0818902" + } }, { "description": "Mitigation of timestomping specifically is likely difficult. Efforts should be focused on preventing potentially malicious software from running. Identify and block potentially malicious software that may contain functionality to perform timestomping by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "5c167af7-c2cb-42c8-ae67-3fb275bf8488", - "value": "Timestomp Mitigation" + "value": "Timestomp Mitigation", + "meta": { + "uuid": "5c167af7-c2cb-42c8-ae67-3fb275bf8488" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about a system's network configuration, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "684feec3-f9ba-4049-9d8f-52d52f3e0e40", - "value": "Local Network Configuration Discovery Mitigation" + "value": "Local Network Configuration Discovery Mitigation", + "meta": { + "uuid": "684feec3-f9ba-4049-9d8f-52d52f3e0e40" + } }, { "description": "Directly mitigating module loads and API calls related to module loads will likely have unintended side effects, such as preventing legitimate software from operating properly. Efforts should be focused on preventing adversary tools from running earlier in the chain of activity and on identifying and correlated subsequent behavior to determine if it is the result of malicious activity.", - "uuid": "cfd2cd3b-93e7-4b3e-ab46-f8bcafdbdfcf", - "value": "Execution through Module Load Mitigation" + "value": "Execution through Module Load Mitigation", + "meta": { + "uuid": "cfd2cd3b-93e7-4b3e-ab46-f8bcafdbdfcf" + } }, { "description": "Networks that allow for open development and testing of Web content and allow users to set up their own Web servers on the enterprise network may be particularly vulnerable if the systems and Web servers are not properly secured to limit privileged account use, unauthenticated network share access, and network/system isolation.\n\nEnsure proper permissions on directories that are accessible through a Web server. Disallow remote access to the webroot or other directories used to serve Web content. Disable execution on directories within the webroot. Ensure that permissions of the Web server process are only what is required by not using built-in accounts; instead, create specific accounts to limit unnecessary access or permissions overlap across multiple systems.", - "uuid": "43b366a4-b5ff-4d4e-8a3b-f09a9d2faff5", - "value": "Shared Webroot Mitigation" + "value": "Shared Webroot Mitigation", + "meta": { + "uuid": "43b366a4-b5ff-4d4e-8a3b-f09a9d2faff5" + } }, { "description": "Limit privileges of user accounts and remediate [[Privilege Escalation]] vectors so only authorized administrators can create scheduled tasks. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for permission weaknesses in scheduled tasks that could be used to escalate privileges.[[CiteRef::Powersploit]]\n\nIdentify and block unnecessary system utilities or potentially malicious software that may be used to schedule tasks using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "f2cb6ce2-188d-4162-8feb-594f949b13dd", - "value": "Scheduled Task Mitigation" + "value": "Scheduled Task Mitigation", + "meta": { + "uuid": "f2cb6ce2-188d-4162-8feb-594f949b13dd" + } }, { "description": "Identify potentially malicious software that may be executed from a padded or otherwise obfuscated binary, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "16a8ac85-a06f-460f-ad22-910167bd7332", - "value": "Binary Padding Mitigation" + "value": "Binary Padding Mitigation", + "meta": { + "uuid": "16a8ac85-a06f-460f-ad22-910167bd7332" + } }, { "description": "Ensure that all wireless traffic is encrypted appropriately. Use Kerberos, SSL, and multifactor authentication wherever possible. Monitor switches and network for span port usage, ARP/DNS poisoning, and router reconfiguration.\n\nIdentify and block potentially malicious software that may be used to sniff or analyze network traffic by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "46b7ef91-4e1d-43c5-a2eb-00fa9444f6f4", - "value": "Network Sniffing Mitigation" + "value": "Network Sniffing Mitigation", + "meta": { + "uuid": "46b7ef91-4e1d-43c5-a2eb-00fa9444f6f4" + } }, { "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to encrypt files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "2a8de25c-f743-4348-b101-3ee33ab5871b", - "value": "Data Encrypted Mitigation" + "value": "Data Encrypted Mitigation", + "meta": { + "uuid": "2a8de25c-f743-4348-b101-3ee33ab5871b" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]", - "uuid": "a766ce73-5583-48f3-b7c0-0bb43c6ef8c7", - "value": "Standard Cryptographic Protocol Mitigation" + "value": "Standard Cryptographic Protocol Mitigation", + "meta": { + "uuid": "a766ce73-5583-48f3-b7c0-0bb43c6ef8c7" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Use of encryption protocols may make typical network-based C2 detection more difficult due to a reduced ability to signature the traffic. Prior knowledge of adversary C2 infrastructure may be useful for domain and IP address blocking, but will likely not be an effective long-term solution because adversaries can change infrastructure often.[[CiteRef::University of Birmingham C2]]", - "uuid": "24478001-2eb3-4b06-a02e-96b3d61d27ec", - "value": "Multilayer Encryption Mitigation" + "value": "Multilayer Encryption Mitigation", + "meta": { + "uuid": "24478001-2eb3-4b06-a02e-96b3d61d27ec" + } }, { "description": "When creating security rules, avoid exclusions based on file name or file path. Require signed binaries. Use file system access controls to protect folders such as C:\\Windows\\System32. Use tools that restrict program execution via whitelisting by attributes other than file name.\n\nIdentify potentially malicious software that may look like a legitimate program based on name and location, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "45e7f570-6a0b-4095-bf02-4bca05da6bae", - "value": "Masquerading Mitigation" + "value": "Masquerading Mitigation", + "meta": { + "uuid": "45e7f570-6a0b-4095-bf02-4bca05da6bae" + } }, { "description": "Identify potentially malicious software that may be used to access logical drives in this manner, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "902286b2-96cc-4dd7-931f-e7340c9961da", - "value": "File System Logical Offsets Mitigation" + "value": "File System Logical Offsets Mitigation", + "meta": { + "uuid": "902286b2-96cc-4dd7-931f-e7340c9961da" + } }, { "description": "Limit the number of accounts that may use remote services. Use multifactor authentication where possible. Limit the permissions for accounts that are at higher risk of compromise; for example, configure SSH so users can only run specific programs. Prevent [[Credential Access]] techniques that may allow an adversary to acquire [[Technique/T1078|Legitimate Credentials]] that can be used by existing services.", - "uuid": "979e6485-7a2f-42bd-ae96-4e622c3cd173", - "value": "Remote Services Mitigation" + "value": "Remote Services Mitigation", + "meta": { + "uuid": "979e6485-7a2f-42bd-ae96-4e622c3cd173" + } }, { "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to delete files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "34efb2fd-4dc2-40d4-a564-0c147c85034d", - "value": "File Deletion Mitigation" + "value": "File Deletion Mitigation", + "meta": { + "uuid": "34efb2fd-4dc2-40d4-a564-0c147c85034d" + } }, { "description": "Identify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to compress files, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIf network intrusion prevention or data loss prevention tools are set to block specific file types from leaving the network over unencrypted channels, then an adversary may move to an encrypted channel.", - "uuid": "28adf6fd-ab6c-4553-9aa7-cef18a191f33", - "value": "Data Compressed Mitigation" + "value": "Data Compressed Mitigation", + "meta": { + "uuid": "28adf6fd-ab6c-4553-9aa7-cef18a191f33" + } }, { "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all DLLs loaded by LSA to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]", - "uuid": "943d370b-2054-44df-8be2-ab4139bde1c5", - "value": "Authentication Package Mitigation" + "value": "Authentication Package Mitigation", + "meta": { + "uuid": "943d370b-2054-44df-8be2-ab4139bde1c5" + } }, { "description": "Identify and block potentially malicious software that may persist in this manner by using whitelisting[[CiteRef::Beechey 2010]] tools capable of monitoring DLL loads by processes running under SYSTEM permissions.", - "uuid": "1c6bc7f3-d517-4971-aed4-8f939090846b", - "value": "Local Port Monitor Mitigation" + "value": "Local Port Monitor Mitigation", + "meta": { + "uuid": "1c6bc7f3-d517-4971-aed4-8f939090846b" + } }, { "description": "To use this technique remotely, an adversary must use it in conjunction with RDP. Ensure that Network Level Authentication is enabled to force the remote desktop session to authenticate before the session is created and the login screen displayed. It is enabled by default on Windows Vista and later.[[CiteRef::TechNet RDP NLA]]\n\nIf possible, use a Remote Desktop Gateway to manage connections and security configuration of RDP within a network.[[CiteRef::TechNet RDP Gateway]]\n\nIdentify and block potentially malicious software that may be executed by an adversary with this technique by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "c085476e-1964-4d7f-86e1-d8657a7741e8", - "value": "Accessibility Features Mitigation" + "value": "Accessibility Features Mitigation", + "meta": { + "uuid": "c085476e-1964-4d7f-86e1-d8657a7741e8" + } }, { "description": "Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to perform this action. Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised.[[CiteRef::TCG Trusted Platform Module]][[CiteRef::TechNet Secure Boot Process]]", - "uuid": "96150c35-466f-4f0a-97a9-ae87ee27f751", - "value": "Bootkit Mitigation" + "value": "Bootkit Mitigation", + "meta": { + "uuid": "96150c35-466f-4f0a-97a9-ae87ee27f751" + } }, { "description": "Take measures to detect or prevent techniques such as [[Technique/T1003|Credential Dumping]] or installation of keyloggers to acquire credentials through [[Technique/T1056|Input Capture]]. Limit credential overlap across systems to prevent access if account credentials are obtained. Ensure that local administrator accounts have complex, unique passwords across all systems on the network. Do not put user or admin domain accounts in the local administrator groups across systems unless they are tightly controlled and use of accounts is segmented, as this is often equivalent to having a local administrator account with the same password on all systems. Audit domain and local accounts as well as their permission levels routinely to look for situations that could allow an adversary to gain wide access by obtaining credentials of a privileged account.[[CiteRef::TechNet Credential Theft]][[CiteRef::TechNet Least Privilege]]", - "uuid": "d45f03a8-790a-4f90-b956-cd7e5b8886bf", - "value": "Legitimate Credentials Mitigation" + "value": "Legitimate Credentials Mitigation", + "meta": { + "uuid": "d45f03a8-790a-4f90-b956-cd7e5b8886bf" + } }, { "description": "Ensure proper process, registry, and file permissions are in place to prevent adversaries from disabling or interfering with security services.", - "uuid": "388606d3-f38f-45bf-885d-a9dc9df3c8a8", - "value": "Disabling Security Tools Mitigation" + "value": "Disabling Security Tools Mitigation", + "meta": { + "uuid": "388606d3-f38f-45bf-885d-a9dc9df3c8a8" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information within the Registry, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "0640214c-95af-4c04-a574-2a1ba6dda00b", - "value": "Query Registry Mitigation" + "value": "Query Registry Mitigation", + "meta": { + "uuid": "0640214c-95af-4c04-a574-2a1ba6dda00b" + } }, { "description": "Prevent adversary access to privileged accounts or access necessary to perform this technique. Check the integrity of the existing BIOS to determine if it is vulnerable to modification. Patch the BIOS as necessary. Use Trusted Platform Module technology.[[CiteRef::TCG Trusted Platform Module]]", - "uuid": "25e53928-6f33-49b7-baee-8180578286f6", - "value": "Basic Input/Output System Mitigation" + "value": "Basic Input/Output System Mitigation", + "meta": { + "uuid": "25e53928-6f33-49b7-baee-8180578286f6" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "da987565-27b6-4b31-bbcd-74b909847116", - "value": "Multiband Communication Mitigation" + "value": "Multiband Communication Mitigation", + "meta": { + "uuid": "da987565-27b6-4b31-bbcd-74b909847116" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information on remotely available systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "9a902722-cecd-4fbe-a6c9-49333aa0f8c2", - "value": "Remote System Discovery Mitigation" + "value": "Remote System Discovery Mitigation", + "meta": { + "uuid": "9a902722-cecd-4fbe-a6c9-49333aa0f8c2" + } }, { "description": "File system activity is a common part of an operating system, so it is unlikely that mitigation would be appropriate for this technique. It may still be beneficial to identify and block unnecessary system utilities or potentially malicious software by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "2ace01f8-67c8-43eb-b7b1-a7b9f1fe67e1", - "value": "File and Directory Discovery Mitigation" + "value": "File and Directory Discovery Mitigation", + "meta": { + "uuid": "2ace01f8-67c8-43eb-b7b1-a7b9f1fe67e1" + } }, { "description": "Use auditing tools capable of detecting file system permissions abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service binary target path locations. Toolkits like the PowerSploit framework contain PowerUp modules that can be used to explore systems for service file system permissions weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through abuse of file, directory, and service permissions by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs. Deny execution from user directories such as file download directories and temp directories where able.[[CiteRef::Seclists Kanthak 7zip Installer]]\n\nTurn off UAC's privilege elevation for standard users and installer detection for all users by modifying registry key\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System]to automatically deny elevation requests, add: \"ConsentPromptBehaviorUser\"=dword:00000000; to disable installer detection, add: \"EnableInstallerDetection\"=dword:00000000.[[CiteRef::Seclists Kanthak 7zip Installer]]", - "uuid": "1022138b-497c-40e6-b53a-13351cbd4090", - "value": "File System Permissions Weakness Mitigation" + "value": "File System Permissions Weakness Mitigation", + "meta": { + "uuid": "1022138b-497c-40e6-b53a-13351cbd4090" + } }, { "description": "Ensure that permissions disallow services that run at a higher permissions level from being created or interacted with by a user with a lower permission level. Also ensure that high permission level service binaries cannot be replaced or modified by users with a lower permission level.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to interact with Windows services, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "d5dce4b9-f1fa-4c03-aff9-ce177246cb64", - "value": "Service Execution Mitigation" + "value": "Service Execution Mitigation", + "meta": { + "uuid": "d5dce4b9-f1fa-4c03-aff9-ce177246cb64" + } }, { "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]", - "uuid": "b8d57b16-d8e2-428c-a645-1083795b3445", - "value": "Communication Through Removable Media Mitigation" + "value": "Communication Through Removable Media Mitigation", + "meta": { + "uuid": "b8d57b16-d8e2-428c-a645-1083795b3445" + } }, { "description": "Remove smart cards when not in use. Protect devices and services used to transmit and receive out-of-band codes.\n\nIdentify and block potentially malicious software that may be used to intercept 2FA credentials on a system by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "e8d22ec6-2236-48de-954b-974d17492782", - "value": "Two-Factor Authentication Interception Mitigation" + "value": "Two-Factor Authentication Interception Mitigation", + "meta": { + "uuid": "e8d22ec6-2236-48de-954b-974d17492782" + } }, { "description": "Properly configure firewalls and proxies to limit outgoing traffic to only necessary ports and through proper network gateway systems.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "399d9038-b100-43ef-b28d-a5065106b935", - "value": "Standard Non-Application Layer Protocol Mitigation" + "value": "Standard Non-Application Layer Protocol Mitigation", + "meta": { + "uuid": "399d9038-b100-43ef-b28d-a5065106b935" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "ba06d68a-4891-4eb5-b634-152e05ec60ee", - "value": "Data Transfer Size Limits Mitigation" + "value": "Data Transfer Size Limits Mitigation", + "meta": { + "uuid": "ba06d68a-4891-4eb5-b634-152e05ec60ee" + } }, { "description": "Upgrade to Windows 8 or later and enable secure boot.\n\nIdentify and block potentially malicious software that may be executed through AppInit DLLs by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown DLLs.", - "uuid": "10571bf2-8073-4edf-a71c-23bad225532e", - "value": "AppInit DLLs Mitigation" + "value": "AppInit DLLs Mitigation", + "meta": { + "uuid": "10571bf2-8073-4edf-a71c-23bad225532e" + } }, { "description": "InstallUtil may not be necessary within a given environment. Use application whitelisting configured to block execution of InstallUtil.exe if it is not required for a given system or network to prevent potential misuse by adversaries.", - "uuid": "ec418d1b-4963-439f-b055-f914737ef362", - "value": "InstallUtil Mitigation" + "value": "InstallUtil Mitigation", + "meta": { + "uuid": "ec418d1b-4963-439f-b055-f914737ef362" + } }, { "description": "Identify and block unknown, potentially malicious software that may be executed through shortcut modification by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "a13e35cc-8c90-4d77-a965-5461042c1612", - "value": "Shortcut Modification Mitigation" + "value": "Shortcut Modification Mitigation", + "meta": { + "uuid": "a13e35cc-8c90-4d77-a965-5461042c1612" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "f3d0c735-330f-43c2-8e8e-51bcfa51e8c3", - "value": "Custom Command and Control Protocol Mitigation" + "value": "Custom Command and Control Protocol Mitigation", + "meta": { + "uuid": "f3d0c735-330f-43c2-8e8e-51bcfa51e8c3" + } }, { "description": "Identify unnecessary system utilities, scripts, or potentially malicious software that may be used to transfer data outside of a network, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "2497ac92-e751-4391-82c6-1b86e34d0294", - "value": "Automated Exfiltration Mitigation" + "value": "Automated Exfiltration Mitigation", + "meta": { + "uuid": "2497ac92-e751-4391-82c6-1b86e34d0294" + } }, { "description": "Direct mitigation of this technique is not recommended since it is a legitimate function that can be performed by users for software preferences. Follow Microsoft's best practices for file associations.[[CiteRef::MSDN File Associations]]\n\nIdentify and block potentially malicious software that may be executed by this technique using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "d7c49196-b40e-42bc-8eed-b803113692ed", - "value": "Change Default File Association Mitigation" + "value": "Change Default File Association Mitigation", + "meta": { + "uuid": "d7c49196-b40e-42bc-8eed-b803113692ed" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about peripheral devices, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "1881da33-fdf2-4eea-afd0-e04caf9c000f", - "value": "Peripheral Device Discovery Mitigation" + "value": "Peripheral Device Discovery Mitigation", + "meta": { + "uuid": "1881da33-fdf2-4eea-afd0-e04caf9c000f" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and will be different across various malware families and versions. Adversaries will likely change tool signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "addb3703-5a59-4461-9bcd-7e2b5d4e92a0", - "value": "Standard Application Layer Protocol Mitigation" + "value": "Standard Application Layer Protocol Mitigation", + "meta": { + "uuid": "addb3703-5a59-4461-9bcd-7e2b5d4e92a0" + } }, { "description": "Identify and block potentially malicious software that may be used to acquire credentials or information from the user by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]\n\nIn cases where this behavior is difficult to detect or mitigate, efforts can be made to lessen some of the impact that might result from an adversary acquiring credential information. It is also good practice to follow mitigation recommendations for adversary use of [[Technique/T1078|Legitimate Credentials]].", - "uuid": "da8a87d2-946d-4c34-9a30-709058b98996", - "value": "Input Capture Mitigation" + "value": "Input Capture Mitigation", + "meta": { + "uuid": "da8a87d2-946d-4c34-9a30-709058b98996" + } }, { "description": "Windows 8.1 and Windows Server 2012 R2 may make LSA run as a Protected Process Light (PPL) by setting the Registry key HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\RunAsPPL, which requires all SSP DLLs to be signed by Microsoft.[[CiteRef::Graeber 2014]][[CiteRef::Microsoft Configure LSA]]", - "uuid": "9e57c770-5a39-49a2-bb91-253ba629e3ac", - "value": "Security Support Provider Mitigation" + "value": "Security Support Provider Mitigation", + "meta": { + "uuid": "9e57c770-5a39-49a2-bb91-253ba629e3ac" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about processes, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "f6469191-1814-4dbe-a081-2a6daf83a10b", - "value": "Process Discovery Mitigation" + "value": "Process Discovery Mitigation", + "meta": { + "uuid": "f6469191-1814-4dbe-a081-2a6daf83a10b" + } }, { "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if it is not required for business operations.[[CiteRef::TechNet Removable Media Control]]\n\nIdentify potentially malicious software that may be used to infect removable media or may result from tainted removable media, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "effb83a0-ead1-4b36-b7f6-b7bdf9c4616e", - "value": "Replication Through Removable Media Mitigation" + "value": "Replication Through Removable Media Mitigation", + "meta": { + "uuid": "effb83a0-ead1-4b36-b7f6-b7bdf9c4616e" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "1c0711c8-2a73-48a1-893d-ff88bcd23824", - "value": "Scheduled Transfer Mitigation" + "value": "Scheduled Transfer Mitigation", + "meta": { + "uuid": "1c0711c8-2a73-48a1-893d-ff88bcd23824" + } }, { "description": "Prevent adversary access to privileged accounts necessary to install a hypervisor.", - "uuid": "2c3ce852-06a2-40ee-8fe6-086f6402a739", - "value": "Hypervisor Mitigation" + "value": "Hypervisor Mitigation", + "meta": { + "uuid": "2c3ce852-06a2-40ee-8fe6-086f6402a739" + } }, { "description": "Encryption and off-system storage of sensitive information may be one way to mitigate collection of files, but may not stop an adversary from acquiring the information if an intrusion persists over a long period of time and the adversary is able to discover and access the data through other means. A keylogger installed on a system may be able to intercept passwords through [[Technique/T1056|Input Capture]] and be used to decrypt protected documents that an adversary may have collected. Strong passwords should be used to prevent offline cracking of encrypted documents through [[Technique/T1110|Brute Force]] techniques.\n\nIdentify unnecessary system utilities, third-party tools, or potentially malicious software that may be used to collect files and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "8bd1ae32-a686-48f4-a6f8-470287f76152", - "value": "Automated Collection Mitigation" + "value": "Automated Collection Mitigation", + "meta": { + "uuid": "8bd1ae32-a686-48f4-a6f8-470287f76152" + } }, { "description": "Disable Autorun if it is unnecessary.[[CiteRef::Microsoft Disable Autorun]] Disallow or restrict removable media at an organizational policy level if they are not required for business operations.[[CiteRef::TechNet Removable Media Control]]", - "uuid": "e547ed6a-f1ca-40df-8613-2ce27927f145", - "value": "Exfiltration Over Physical Medium Mitigation" + "value": "Exfiltration Over Physical Medium Mitigation", + "meta": { + "uuid": "e547ed6a-f1ca-40df-8613-2ce27927f145" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "fcbe8424-eb3e-4794-b76d-e743f5a49b8b", - "value": "Data Encoding Mitigation" + "value": "Data Encoding Mitigation", + "meta": { + "uuid": "fcbe8424-eb3e-4794-b76d-e743f5a49b8b" + } }, { "description": "Update software regularly. Install software in write-protected locations. Use the program sxstrace.exe that is included with Windows along with manual inspection to check manifest files for side-loading vulnerabilities in software.", - "uuid": "7a14d974-f3d9-4e4e-9b7d-980385762908", - "value": "DLL Side-Loading Mitigation" + "value": "DLL Side-Loading Mitigation", + "meta": { + "uuid": "7a14d974-f3d9-4e4e-9b7d-980385762908" + } }, { "description": "Identify potentially malicious software that may contain rootkit functionality, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "95ddb356-7ba0-4bd9-a889-247262b8946f", - "value": "Rootkit Mitigation" + "value": "Rootkit Mitigation", + "meta": { + "uuid": "95ddb356-7ba0-4bd9-a889-247262b8946f" + } }, { "description": "Identify and block unnecessary system utilities or potentially malicious software that may be used to modify the Registry by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "ed202147-4026-4330-b5bd-1e8dfa8cf7cc", - "value": "Modify Registry Mitigation" + "value": "Modify Registry Mitigation", + "meta": { + "uuid": "ed202147-4026-4330-b5bd-1e8dfa8cf7cc" + } }, { "description": "Benign software uses legitimate processes to gather system time. Efforts should be focused on preventing unwanted or unknown code from executing on a system. Some common tools, such as net.exe, may be blocked by policy to prevent common ways of acquiring remote system time.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire system time information, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "82d8e990-c901-4aed-8596-cc002e7eb307", - "value": "System Time Discovery Mitigation" + "value": "System Time Discovery Mitigation", + "meta": { + "uuid": "82d8e990-c901-4aed-8596-cc002e7eb307" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about network connections, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "c1676218-c16a-41c9-8f7a-023779916e39", - "value": "Local Network Connections Discovery Mitigation" + "value": "Local Network Connections Discovery Mitigation", + "meta": { + "uuid": "c1676218-c16a-41c9-8f7a-023779916e39" + } }, { "description": "Blocking software based on screen capture functionality may be difficult, and there may be legitimate software that performs those actions. Instead, identify potentially malicious software that may have functionality to acquire screen captures, and audit and/or block it by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "51b37302-b844-4c08-ac98-ae6955ed1f55", - "value": "Screen Capture Mitigation" + "value": "Screen Capture Mitigation", + "meta": { + "uuid": "51b37302-b844-4c08-ac98-ae6955ed1f55" + } }, { "description": "Do not reuse local administrator account passwords across systems. Ensure password complexity and uniqueness such that the passwords cannot be cracked or guessed. Deny remote use of local admin credentials to log into systems. Do not allow domain user accounts to be in the local Administrators group multiple systems.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to leverage SMB and the Windows admin shares, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "308855d1-078b-47ad-8d2a-8f9b2713ffb5", - "value": "Windows Admin Shares Mitigation" + "value": "Windows Admin Shares Mitigation", + "meta": { + "uuid": "308855d1-078b-47ad-8d2a-8f9b2713ffb5" + } }, { "description": "Use auditing tools capable of detecting privilege and service abuse opportunities on systems within an enterprise and correct them. Limit privileges of user accounts and groups so that only authorized administrators can interact with service changes and service configurations. Toolkits like the PowerSploit framework contain the PowerUp modules that can be used to explore systems for [[Privilege Escalation]] weaknesses.[[CiteRef::Powersploit]]\n\nIdentify and block potentially malicious software that may be executed through service abuse by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs.", - "uuid": "fe0aeb41-1a51-4152-8467-628256ea6adf", - "value": "Modify Existing Service Mitigation" + "value": "Modify Existing Service Mitigation", + "meta": { + "uuid": "fe0aeb41-1a51-4152-8467-628256ea6adf" + } }, { "description": "Evaluate the security of third-party software that could be used to deploy or execute programs. Ensure that access to management systems for deployment systems is limited, monitored, and secure. Have a strict approval policy for use of deployment systems.\n\nGrant access to application deployment systems only to a limited number of authorized administrators. Ensure proper system and access isolation for critical network systems through use of firewalls, account privilege separation, group policy, and multifactor authentication. Verify that account credentials that may be used to access deployment systems are unique and not used throughout the enterprise network. Patch deployment systems regularly to prevent potential remote access through [[Technique/T1068|Exploitation of Vulnerability]]. \n\nIf the application deployment system can be configured to deploy only signed binaries, then ensure that the trusted signing certificates are not co-located with the application deployment system and are instead located on a system that cannot be accessed remotely or to which remote access is tightly controlled.", - "uuid": "160af6af-e733-4b6a-a04a-71c620ac0930", - "value": "Third-party Software Mitigation" + "value": "Third-party Software Mitigation", + "meta": { + "uuid": "160af6af-e733-4b6a-a04a-71c620ac0930" + } }, { "description": "Mitigating this technique specifically may be difficult as it requires fine-grained API control. Efforts should be focused on preventing unwanted or unknown code from executing on a system.\n\nIdentify and block potentially malicious software that may be used to capture video and images by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "d9f4b5fa-2a39-4bdf-b40a-ea998933cd6d", - "value": "Video Capture Mitigation" + "value": "Video Capture Mitigation", + "meta": { + "uuid": "d9f4b5fa-2a39-4bdf-b40a-ea998933cd6d" + } }, { "description": "HTTP Public Key Pinning (HPKP) is one method to mitigate potential man-in-the-middle situations where and adversary uses a mis-issued or fraudulent certificate to intercept encrypted communications by enforcing use of an expected certificate.[[CiteRef::Wikipedia HPKP]]", - "uuid": "23061b40-a7b6-454f-8950-95d5ff80331c", - "value": "Install Root Certificate Mitigation" + "value": "Install Root Certificate Mitigation", + "meta": { + "uuid": "23061b40-a7b6-454f-8950-95d5ff80331c" + } }, { "description": "Set account lockout policies after a certain number of failed login attempts to prevent passwords from being guessed. Use multifactor authentication.", - "uuid": "4a99fecc-680b-448e-8fe7-8144c60d272c", - "value": "Brute Force Mitigation" + "value": "Brute Force Mitigation", + "meta": { + "uuid": "4a99fecc-680b-448e-8fe7-8144c60d272c" + } }, { "description": "Use of encryption provides an added layer of security to sensitive information sent over email. Encryption using public key cryptography requires the adversary to obtain the private certificate along with an encryption key to decrypt messages.\n\nUse of two-factor authentication for public-facing webmail servers is also a recommended best practice to minimize the usefulness of user names and passwords to adversaries.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to collect email data files or access the corporate email server, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "383caaa3-c46a-4f61-b2e3-653eb132f0e7", - "value": "Email Collection Mitigation" + "value": "Email Collection Mitigation", + "meta": { + "uuid": "383caaa3-c46a-4f61-b2e3-653eb132f0e7" + } }, { "description": "Update software regularly by employing patch management for internal enterprise endpoints and servers. Develop a robust cyber threat intelligence capability to determine what types and levels of threat may use software exploits and 0-days against a particular organization. Make it difficult for adversaries to advance their operation through exploitation of undiscovered or unpatched vulnerabilities by using sandboxing, virtualization, and exploit prevention tools such as the Microsoft Enhanced Mitigation Experience Toolkit.[[CiteRef::SRD EMET]]", - "uuid": "92e6d080-ca3f-4f95-bc45-172a32c4e502", - "value": "Exploitation of Vulnerability Mitigation" + "value": "Exploitation of Vulnerability Mitigation", + "meta": { + "uuid": "92e6d080-ca3f-4f95-bc45-172a32c4e502" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware or unusual data transfer over known tools and protocols like FTP can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "cdecc44a-1dbf-4c1f-881c-f21e3f47272a", - "value": "Remote File Copy Mitigation" + "value": "Remote File Copy Mitigation", + "meta": { + "uuid": "cdecc44a-1dbf-4c1f-881c-f21e3f47272a" + } }, { "description": "Follow best practices for network firewall configurations to allow only necessary ports and traffic to enter and exit the network. For example, if services like FTP are not required for sending information outside of a network, then block FTP-related ports at the network perimeter. Enforce proxies and use dedicated servers for services such as DNS and only allow those systems to communicate over respective ports/protocols, instead of all systems within a network.[[CiteRef::TechNet Firewall Design]] These actions will help reduce command and control and exfiltration path opportunities.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool command and control signatures over time or construct protocols in such a way to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "0e5bdf42-a7f7-4d16-a074-4915bd262f80", - "value": "Exfiltration Over Alternative Protocol Mitigation" + "value": "Exfiltration Over Alternative Protocol Mitigation", + "meta": { + "uuid": "0e5bdf42-a7f7-4d16-a074-4915bd262f80" + } }, { "description": "Disable the RDP service if it is unnecessary, remove unnecessary accounts and groups from Remote Desktop Users groups, and enable firewall rules to block RDP traffic between network security zones. Audit the Remote Desktop Users group membership regularly. Remove the local Administrators group from the list of groups allowed to log in through RDP. Limit remote user permissions if remote access is necessary. Use remote desktop gateways and multifactor authentication for remote logins.[[CiteRef::Berkley Secure]]", - "uuid": "53b3b027-bed3-480c-9101-1247047d0fe6", - "value": "Remote Desktop Protocol Mitigation" + "value": "Remote Desktop Protocol Mitigation", + "meta": { + "uuid": "53b3b027-bed3-480c-9101-1247047d0fe6" + } }, { "description": "Firewalls and Web proxies can be used to enforce external network communication policy. It may be difficult for an organization to block particular services because so many of them are commonly used during the course of business.\n\nNetwork intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific protocol or encoded commands used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "4689b9fb-dca4-473e-831b-34717ad50c97", - "value": "Web Service Mitigation" + "value": "Web Service Mitigation", + "meta": { + "uuid": "4689b9fb-dca4-473e-831b-34717ad50c97" + } }, { "description": "Use network intrusion detection/prevention systems to detect and prevent remote service scans. Ensure that unnecessary ports and services are closed and proper network segmentation is followed to protect critical servers and devices.\n\nIdentify unnecessary system utilities or potentially malicious software that may be used to acquire information about services running on remote systems, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "d256cb63-b021-4b4a-bb6d-1b42eea179a3", - "value": "Network Service Scanning Mitigation" + "value": "Network Service Scanning Mitigation", + "meta": { + "uuid": "d256cb63-b021-4b4a-bb6d-1b42eea179a3" + } }, { "description": "Disabling WMI services may cause system instability and should be evaluated to assess the impact to a network. By default, only administrators are allowed to connect remotely using WMI; restrict other users that are allowed to connect, or disallow all users from connecting remotely to WMI. Prevent credential overlap across systems of administrator and privileged accounts.[[CiteRef::FireEye WMI 2015]]", - "uuid": "0bc3ce00-83bc-4a92-a042-79ffbc6af259", - "value": "Windows Management Instrumentation Event Subscription Mitigation" + "value": "Windows Management Instrumentation Event Subscription Mitigation", + "meta": { + "uuid": "0bc3ce00-83bc-4a92-a042-79ffbc6af259" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to collect data from the local system, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "7ee0879d-ce4f-4f54-a96b-c532dfb98ffd", - "value": "Data from Local System Mitigation" + "value": "Data from Local System Mitigation", + "meta": { + "uuid": "7ee0879d-ce4f-4f54-a96b-c532dfb98ffd" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Since the custom protocol used may not adhere to typical protocol standards, there may be opportunities to signature the traffic on a network level for detection. Signatures are often for unique indicators within protocols and may be based on the specific protocol used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "a569295c-a093-4db4-9fb4-7105edef85ad", - "value": "Custom Cryptographic Protocol Mitigation" + "value": "Custom Cryptographic Protocol Mitigation", + "meta": { + "uuid": "a569295c-a093-4db4-9fb4-7105edef85ad" + } }, { "description": "Establish an organizational policy that prohibits password storage in files. Ensure that developers and system administrators are aware of the risk associated with having plaintext passwords in software configuration files that may be left on endpoint systems or servers. Preemptively search for files containing passwords and remove when found. Restrict file shares to specific directories with access only to necessary users. Remove vulnerable Group Policy Preferences.[[CiteRef::Microsoft MS14-025]]", - "uuid": "0472af99-f25c-4abe-9fce-010fa3450e72", - "value": "Credentials in Files Mitigation" + "value": "Credentials in Files Mitigation", + "meta": { + "uuid": "0472af99-f25c-4abe-9fce-010fa3450e72" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about groups and permissions, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "dd9a85ad-6a92-4986-a215-b01d0ce7b987", - "value": "Permission Groups Discovery Mitigation" + "value": "Permission Groups Discovery Mitigation", + "meta": { + "uuid": "dd9a85ad-6a92-4986-a215-b01d0ce7b987" + } }, { "description": "Restrict write access to logon scripts to specific administrators. Prevent access to administrator accounts by mitigating [[Credential Access]] techniques and limiting account access and permissions of [[Technique/T1078|Legitimate Credentials]].\n\nIdentify and block potentially malicious software that may be executed through logon script modification by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] that are capable of auditing and/or blocking unknown programs.", - "uuid": "9ab7de33-99b2-4d8d-8cf3-182fa0015cc2", - "value": "Logon Scripts Mitigation" + "value": "Logon Scripts Mitigation", + "meta": { + "uuid": "9ab7de33-99b2-4d8d-8cf3-182fa0015cc2" + } }, { "description": "Process whitelisting and trusted publishers to verify authenticity of software can help prevent signed malicious or untrusted code from executing on a system.[[CiteRef::NSA MS AppLocker]][[CiteRef::TechNet Trusted Publishers]][[CiteRef::Securelist Digital Certificates]]", - "uuid": "82fbc58b-171d-4a2d-9a20-c6b2a716bd08", - "value": "Code Signing Mitigation" + "value": "Code Signing Mitigation", + "meta": { + "uuid": "82fbc58b-171d-4a2d-9a20-c6b2a716bd08" + } }, { "description": "Disable the WinRM service. If the service is necessary, lock down critical enclaves with separate WinRM infrastructure, accounts, and permissions. Follow WinRM best practices on configuration of authentication methods and use of host firewalls to restrict WinRM access to allow communication only to/from specific devices.[[CiteRef::NSA Spotting]]", - "uuid": "3e9f8875-d2f7-4380-a578-84393bd3b025", - "value": "Windows Remote Management Mitigation" + "value": "Windows Remote Management Mitigation", + "meta": { + "uuid": "3e9f8875-d2f7-4380-a578-84393bd3b025" + } }, { "description": "Ensure that externally facing Web servers are patched regularly to prevent adversary access through [[Technique/T1068|Exploitation of Vulnerability]] to gain remote code access or through file inclusion weaknesses that may allow adversaries to upload files or scripts that are automatically served as Web pages. \n\nAudit account and group permissions to ensure that accounts used to manage servers do not overlap with accounts and permissions of users in the internal network that could be acquired through [[Credential Access]] and used to log into the Web server and plant a Web shell or pivot from the Web server into the internal network.[[CiteRef::US-CERT Alert TA15-314A Web Shells]]", - "uuid": "bcc91b8c-f104-4710-964e-1d5409666736", - "value": "Web Shell Mitigation" + "value": "Web Shell Mitigation", + "meta": { + "uuid": "bcc91b8c-f104-4710-964e-1d5409666736" + } }, { "description": "Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. Signatures are often for unique indicators within protocols and may be based on the specific obfuscation technique used by a particular adversary or tool, and will likely be different across various malware families and versions. Adversaries will likely change tool C2 signatures over time or construct protocols in such a way as to avoid detection by common defensive tools.[[CiteRef::University of Birmingham C2]]", - "uuid": "d0fcf37a-b6c4-4745-9c43-4fcdb8bfc88e", - "value": "Data Obfuscation Mitigation" + "value": "Data Obfuscation Mitigation", + "meta": { + "uuid": "d0fcf37a-b6c4-4745-9c43-4fcdb8bfc88e" + } }, { "description": "Ensure updated virus definitions. Create custom signatures for observed malware. Employ heuristic-based malware detection.\n\nIdentify and prevent execution of potentially malicious software that may have been packed by using whitelisting[[CiteRef::Beechey 2010]] tools like AppLocker[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "c95c8b5c-b431-43c9-9557-f494805e2502", - "value": "Software Packing Mitigation" + "value": "Software Packing Mitigation", + "meta": { + "uuid": "c95c8b5c-b431-43c9-9557-f494805e2502" + } }, { "description": "Identify unnecessary system utilities or potentially malicious software that may be used to acquire information about local security software, and audit and/or block them by using whitelisting[[CiteRef::Beechey 2010]] tools, like AppLocker,[[CiteRef::Windows Commands JPCERT]][[CiteRef::NSA MS AppLocker]] or Software Restriction Policies[[CiteRef::Corio 2008]] where appropriate.[[CiteRef::TechNet Applocker vs SRP]]", - "uuid": "bd2554b8-634f-4434-a986-9b49c29da2ae", - "value": "Security Software Discovery Mitigation" + "value": "Security Software Discovery Mitigation", + "meta": { + "uuid": "bd2554b8-634f-4434-a986-9b49c29da2ae" + } } ], - "name": "Course of Action", - "uuid": "a8825ae8-6dea-11e7-8d57-7728f3cfe086", - "version": "1", "authors": [ "MITRE" ], "type": "course-of-action", - "source": "https://github.com/mitre/cti" + "version": "1", + "description": "ATT&CK Mitigation", + "name": "Course of Action", + "source": "https://github.com/mitre/cti", + "uuid": "a8825ae8-6dea-11e7-8d57-7728f3cfe086" } diff --git a/clusters/mitre_intrusion-set.json b/clusters/mitre_intrusion-set.json index fb895e1..6eb75d9 100644 --- a/clusters/mitre_intrusion-set.json +++ b/clusters/mitre_intrusion-set.json @@ -2,8 +2,9 @@ "uuid": "10df003c-7831-11e7-bdb9-971cdd1218df", "values": [ { - "uuid": "7ecc3b4f-5cdb-457e-b55a-df376b359446", + "description": "Poseidon Group is a Portuguese-speaking threat group that has been active since at least 2005. The group has a history of using information exfiltrated from victims to blackmail victim companies into contracting the Poseidon Group as a security firm.[[Citation: Kaspersky Poseidon Group]]", "meta": { + "uuid": "7ecc3b4f-5cdb-457e-b55a-df376b359446", "refs": [ "https://attack.mitre.org/wiki/Group/G0033", "https://securelist.com/blog/research/73673/poseidon-group-a-targeted-attack-boutique-specializing-in-global-cyber-espionage/" @@ -12,12 +13,12 @@ "Poseidon Group" ] }, - "name": "Poseidon Group", - "description": "Poseidon Group is a Portuguese-speaking threat group that has been active since at least 2005. The group has a history of using information exfiltrated from victims to blackmail victim companies into contracting the Poseidon Group as a security firm.[[Citation: Kaspersky Poseidon Group]]" + "value": "Poseidon Group" }, { - "uuid": "7331c66a-5601-4d3f-acf6-ad9e3035eb40", + "description": "Group5 is a threat group with a suspected Iranian nexus, though this attribution is not definite. The group has targeted individuals connected to the Syrian opposition via spearphishing and watering holes, normally using Syrian and Iranian themes. Group5 has used two commonly available remote access tools (RATs), njRAT and NanoCore, as well as an Android RAT, DroidJack.[[Citation: Citizen Lab Group5]]", "meta": { + "uuid": "7331c66a-5601-4d3f-acf6-ad9e3035eb40", "refs": [ "https://attack.mitre.org/wiki/Group/G0043", "https://citizenlab.org/2016/08/group5-syria/" @@ -26,12 +27,12 @@ "Group5" ] }, - "name": "Group5", - "description": "Group5 is a threat group with a suspected Iranian nexus, though this attribution is not definite. The group has targeted individuals connected to the Syrian opposition via spearphishing and watering holes, normally using Syrian and Iranian themes. Group5 has used two commonly available remote access tools (RATs), njRAT and NanoCore, as well as an Android RAT, DroidJack.[[Citation: Citizen Lab Group5]]" + "value": "Group5" }, { - "uuid": "fe98767f-9df8-42b9-83c9-004b1dec8647", + "description": "PittyTiger is a threat group believed to operate out of China that uses multiple different types of malware to maintain command and control.[[Citation: Bizeul 2014]][[Citation: Villeneuve 2014]]", "meta": { + "uuid": "fe98767f-9df8-42b9-83c9-004b1dec8647", "refs": [ "https://attack.mitre.org/wiki/Group/G0011", "http://blog.cassidiancybersecurity.com/post/2014/07/The-Eye-of-the-Tiger2", @@ -41,12 +42,12 @@ "PittyTiger" ] }, - "name": "PittyTiger", - "description": "PittyTiger is a threat group believed to operate out of China that uses multiple different types of malware to maintain command and control.[[Citation: Bizeul 2014]][[Citation: Villeneuve 2014]]" + "value": "PittyTiger" }, { - "uuid": "16ade1aa-0ea1-4bb7-88cc-9079df2ae756", + "description": "admin@338 is a China-based cyber threat group. It has previously used newsworthy events as lures to deliver malware and has primarily targeted organizations involved in financial, economic, and trade policy, typically using publicly available RATs such as PoisonIvy, as well as some non-public backdoors.[[Citation: FireEye admin@338]]", "meta": { + "uuid": "16ade1aa-0ea1-4bb7-88cc-9079df2ae756", "refs": [ "https://attack.mitre.org/wiki/Group/G0018", "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" @@ -55,12 +56,12 @@ "admin@338" ] }, - "name": "admin@338", - "description": "admin@338 is a China-based cyber threat group. It has previously used newsworthy events as lures to deliver malware and has primarily targeted organizations involved in financial, economic, and trade policy, typically using publicly available RATs such as PoisonIvy, as well as some non-public backdoors.[[Citation: FireEye admin@338]]" + "value": "admin@338" }, { - "uuid": "c416b28c-103b-4df1-909e-78089a7e0e5f", + "description": "RTM is a cybercriminal group that has been active since at least 2015 and is primarily interested in users of remote banking systems in Russia and neighboring countries. The group uses a Trojan by the same name (RTM).[[Citation: ESET RTM Feb 2017]]", "meta": { + "uuid": "c416b28c-103b-4df1-909e-78089a7e0e5f", "refs": [ "https://attack.mitre.org/wiki/Group/G0048", "https://www.welivesecurity.com/wp-content/uploads/2017/02/Read-The-Manual.pdf" @@ -69,12 +70,12 @@ "RTM" ] }, - "name": "RTM", - "description": "RTM is a cybercriminal group that has been active since at least 2015 and is primarily interested in users of remote banking systems in Russia and neighboring countries. The group uses a Trojan by the same name (RTM).[[Citation: ESET RTM Feb 2017]]" + "value": "RTM" }, { - "uuid": "d6e88e18-81e8-4709-82d8-973095da1e70", + "description": "APT16 is a China-based threat group that has launched spearphishing campaigns targeting Japanese and Taiwanese organizations.[[Citation: FireEye EPS Awakens Part 2]]", "meta": { + "uuid": "d6e88e18-81e8-4709-82d8-973095da1e70", "refs": [ "https://attack.mitre.org/wiki/Group/G0023", "https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html" @@ -83,12 +84,12 @@ "APT16" ] }, - "name": "APT16", - "description": "APT16 is a China-based threat group that has launched spearphishing campaigns targeting Japanese and Taiwanese organizations.[[Citation: FireEye EPS Awakens Part 2]]" + "value": "APT16" }, { - "uuid": "bef4c620-0787-42a8-a96d-b7eb6e85917c", + "description": "APT28 is a threat group that has been attributed to the Russian government.[[Citation: FireEye APT28]][[Citation: SecureWorks TG-4127]][[Citation: FireEye APT28 January 2017]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee in April 2016.[[Citation: Crowdstrike DNC June 2016]]", "meta": { + "uuid": "bef4c620-0787-42a8-a96d-b7eb6e85917c", "refs": [ "https://attack.mitre.org/wiki/Group/G0007", "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", @@ -108,12 +109,12 @@ "TG-4127" ] }, - "name": "APT28", - "description": "APT28 is a threat group that has been attributed to the Russian government.[[Citation: FireEye APT28]][[Citation: SecureWorks TG-4127]][[Citation: FireEye APT28 January 2017]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee in April 2016.[[Citation: Crowdstrike DNC June 2016]]" + "value": "APT28" }, { - "uuid": "c5947e1c-1cbc-434c-94b8-27c7e3be0fff", + "description": "Winnti Group is a threat group with Chinese origins that has been active since at least 2010. The group has heavily targeted the gaming industry, but it has also expanded the scope of its targeting. Though both this group and Axiom use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]", "meta": { + "uuid": "c5947e1c-1cbc-434c-94b8-27c7e3be0fff", "refs": [ "https://attack.mitre.org/wiki/Group/G0044", "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", @@ -125,12 +126,12 @@ "Blackfly" ] }, - "name": "Winnti Group", - "description": "Winnti Group is a threat group with Chinese origins that has been active since at least 2010. The group has heavily targeted the gaming industry, but it has also expanded the scope of its targeting. Though both this group and Axiom use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]" + "value": "Winnti Group" }, { - "uuid": "a653431d-6a5e-4600-8ad3-609b5af57064", + "description": "Deep Panda is a suspected Chinese threat group known to target many industries, including government, defense, financial, and telecommunications.Deep Panda.Deep Panda also appears to be known as Black Vine based on the attribution of both group names to the Anthem intrusion.[[Citation: Symantec Black Vine]]", "meta": { + "uuid": "a653431d-6a5e-4600-8ad3-609b5af57064", "refs": [ "https://attack.mitre.org/wiki/Group/G0009", "http://blog.crowdstrike.com/deep-thought-chinese-targeting-national-security-think-tanks/", @@ -147,12 +148,12 @@ "Black Vine" ] }, - "name": "Deep Panda", - "description": "Deep Panda is a suspected Chinese threat group known to target many industries, including government, defense, financial, and telecommunications.Deep Panda.Deep Panda also appears to be known as Black Vine based on the attribution of both group names to the Anthem intrusion.[[Citation: Symantec Black Vine]]" + "value": "Deep Panda" }, { - "uuid": "df71bb3b-813c-45eb-a8bc-f2a419837411", + "description": "Molerats is a politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.[[Citation: DustySky]][[Citation: DustySky2]]", "meta": { + "uuid": "df71bb3b-813c-45eb-a8bc-f2a419837411", "refs": [ "https://attack.mitre.org/wiki/Group/G0021", "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" @@ -163,12 +164,12 @@ "Operation Molerats" ] }, - "name": "Molerats", - "description": "Molerats is a politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.[[Citation: DustySky]][[Citation: DustySky2]]" + "value": "Molerats" }, { - "uuid": "277d2f87-2ae5-4730-a3aa-50c1fdff9656", + "description": "Strider is a threat group that has been active since at least 2011 and has targeted victims in Russia, China, Sweden, Belgium, Iran, and Rwanda.[[Citation: Symantec Strider Blog]][[Citation: Kaspersky ProjectSauron Blog]]", "meta": { + "uuid": "277d2f87-2ae5-4730-a3aa-50c1fdff9656", "refs": [ "https://attack.mitre.org/wiki/Group/G0041", "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets", @@ -179,12 +180,12 @@ "ProjectSauron" ] }, - "name": "Strider", - "description": "Strider is a threat group that has been active since at least 2011 and has targeted victims in Russia, China, Sweden, Belgium, Iran, and Rwanda.[[Citation: Symantec Strider Blog]][[Citation: Kaspersky ProjectSauron Blog]]" + "value": "Strider" }, { - "uuid": "381fcf73-60f6-4ab2-9991-6af3cbc35192", + "description": "Sandworm Team is a cyber espionage group that has operated since approximately 2009 and has been attributed to Russia.[[Citation: iSIGHT Sandworm 2014]] This group is also known as Quedagh.[[Citation: F-Secure BlackEnergy 2014]]", "meta": { + "uuid": "381fcf73-60f6-4ab2-9991-6af3cbc35192", "refs": [ "https://attack.mitre.org/wiki/Group/G0034", "https://www.f-secure.com/documents/996508/1030745/blackenergy%20whitepaper.pdf", @@ -195,12 +196,12 @@ "Quedagh" ] }, - "name": "Sandworm Team", - "description": "Sandworm Team is a cyber espionage group that has operated since approximately 2009 and has been attributed to Russia.[[Citation: iSIGHT Sandworm 2014]] This group is also known as Quedagh.[[Citation: F-Secure BlackEnergy 2014]]" + "value": "Sandworm Team" }, { - "uuid": "2a7914cf-dff3-428d-ab0f-1014d1c28aeb", + "description": "FIN6 is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.[[Citation: FireEye FIN6 April 2016]]", "meta": { + "uuid": "2a7914cf-dff3-428d-ab0f-1014d1c28aeb", "refs": [ "https://attack.mitre.org/wiki/Group/G0037", "https://www2.fireeye.com/rs/848-DID-242/images/rpt-fin6.pdf" @@ -209,12 +210,12 @@ "FIN6" ] }, - "name": "FIN6", - "description": "FIN6 is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.[[Citation: FireEye FIN6 April 2016]]" + "value": "FIN6" }, { - "uuid": "ae41895a-243f-4a65-b99b-d85022326c31", + "description": "Dust Storm is a threat group that has targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries.[[Citation: Cylance Dust Storm]]", "meta": { + "uuid": "ae41895a-243f-4a65-b99b-d85022326c31", "refs": [ "https://attack.mitre.org/wiki/Group/G0031", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" @@ -223,12 +224,12 @@ "Dust Storm" ] }, - "name": "Dust Storm", - "description": "Dust Storm is a threat group that has targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries.[[Citation: Cylance Dust Storm]]" + "value": "Dust Storm" }, { - "uuid": "8f5e8dc7-739d-4f5e-a8a1-a66e004d7063", + "description": "Cleaver is a threat group that has been attributed to Iranian actors and is responsible for activity tracked as Operation Cleaver.[[Citation: Cylance Cleaver]] Strong circumstantial evidence suggests Cleaver is linked to Threat Group 2889 (TG-2889).[[Citation: Dell Threat Group 2889]]", "meta": { + "uuid": "8f5e8dc7-739d-4f5e-a8a1-a66e004d7063", "refs": [ "https://attack.mitre.org/wiki/Group/G0003", "http://www.secureworks.com/cyber-threat-intelligence/threats/suspected-iran-based-hacker-group-creates-network-of-fake-linkedin-profiles/", @@ -240,12 +241,12 @@ "TG-2889" ] }, - "name": "Cleaver", - "description": "Cleaver is a threat group that has been attributed to Iranian actors and is responsible for activity tracked as Operation Cleaver.[[Citation: Cylance Cleaver]] Strong circumstantial evidence suggests Cleaver is linked to Threat Group 2889 (TG-2889).[[Citation: Dell Threat Group 2889]]" + "value": "Cleaver" }, { - "uuid": "c47f937f-1022-4f42-8525-e7a4779a14cb", + "description": "APT12 is a threat group that has been attributed to China.[[Citation: Meyers Numbered Panda]] It is also known as DynCalc, IXESHE, and Numbered Panda.[[Citation: Moran 2014]][[Citation: Meyers Numbered Panda]]", "meta": { + "uuid": "c47f937f-1022-4f42-8525-e7a4779a14cb", "refs": [ "https://attack.mitre.org/wiki/Group/G0005", "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html", @@ -258,12 +259,12 @@ "Numbered Panda" ] }, - "name": "APT12", - "description": "APT12 is a threat group that has been attributed to China.[[Citation: Meyers Numbered Panda]] It is also known as DynCalc, IXESHE, and Numbered Panda.[[Citation: Moran 2014]][[Citation: Meyers Numbered Panda]]" + "value": "APT12" }, { - "uuid": "2e5d3a83-fe00-41a5-9b60-237efc84832f", + "description": "Moafee is a threat group that appears to operate from the Guandong Province of China. Due to overlapping TTPs, including similar custom tools, Moafee is thought to have a direct or indirect relationship with the threat group DragonOK. .[[Citation: Haq 2014]]", "meta": { + "uuid": "2e5d3a83-fe00-41a5-9b60-237efc84832f", "refs": [ "https://attack.mitre.org/wiki/Group/G0002", "https://www.fireeye.com/blog/threat-research/2014/09/the-path-to-mass-producing-cyber-attacks.html" @@ -272,12 +273,12 @@ "Moafee" ] }, - "name": "Moafee", - "description": "Moafee is a threat group that appears to operate from the Guandong Province of China. Due to overlapping TTPs, including similar custom tools, Moafee is thought to have a direct or indirect relationship with the threat group DragonOK. .[[Citation: Haq 2014]]" + "value": "Moafee" }, { - "uuid": "fb366179-766c-4a4a-afa1-52bff1fd601c", + "description": "Threat Group-3390 is a Chinese threat group that has extensively used strategic Web compromises to target victims.[[Citation: Dell TG-3390]]", "meta": { + "uuid": "fb366179-766c-4a4a-afa1-52bff1fd601c", "refs": [ "https://attack.mitre.org/wiki/Group/G0027", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" @@ -288,12 +289,12 @@ "Emissary Panda" ] }, - "name": "Threat Group-3390", - "description": "Threat Group-3390 is a Chinese threat group that has extensively used strategic Web compromises to target victims.[[Citation: Dell TG-3390]]" + "value": "Threat Group-3390" }, { - "uuid": "f3bdec95-3d62-42d9-a840-29630f6cdc1a", + "description": "DragonOK is a threat group that has targeted Japanese organizations with phishing emails. Due to overlapping TTPs, including similar custom tools, DragonOK is thought to have a direct or indirect relationship with the threat group Moafee. [[Citation: Operation Quantum Entanglement]][[Citation: Symbiotic APT Groups]] It is known to use a variety of malware, including Sysget/HelloBridge, PlugX, PoisonIvy, FormerFirstRat, NFlog, and NewCT. [[Citation: New DragonOK]]", "meta": { + "uuid": "f3bdec95-3d62-42d9-a840-29630f6cdc1a", "refs": [ "https://attack.mitre.org/wiki/Group/G0017", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-quantum-entanglement.pdf", @@ -304,12 +305,12 @@ "DragonOK" ] }, - "name": "DragonOK", - "description": "DragonOK is a threat group that has targeted Japanese organizations with phishing emails. Due to overlapping TTPs, including similar custom tools, DragonOK is thought to have a direct or indirect relationship with the threat group Moafee. [[Citation: Operation Quantum Entanglement]][[Citation: Symbiotic APT Groups]] It is known to use a variety of malware, including Sysget/HelloBridge, PlugX, PoisonIvy, FormerFirstRat, NFlog, and NewCT. [[Citation: New DragonOK]]" + "value": "DragonOK" }, { - "uuid": "6a2e693f-24e5-451a-9f88-b36a108e5662", + "description": "APT1 is a Chinese threat group that has been attributed to the 2nd Bureau of the People’s Liberation Army (PLA) General Staff Department’s (GSD) 3rd Department, commonly known by its Military Unit Cover Designator (MUCD) as Unit 61398.[[Citation: Mandiant APT1]]", "meta": { + "uuid": "6a2e693f-24e5-451a-9f88-b36a108e5662", "refs": [ "https://attack.mitre.org/wiki/Group/G0006", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" @@ -321,12 +322,12 @@ "Comment Panda" ] }, - "name": "APT1", - "description": "APT1 is a Chinese threat group that has been attributed to the 2nd Bureau of the People’s Liberation Army (PLA) General Staff Department’s (GSD) 3rd Department, commonly known by its Military Unit Cover Designator (MUCD) as Unit 61398.[[Citation: Mandiant APT1]]" + "value": "APT1" }, { - "uuid": "59140a2e-d117-4206-9b2c-2a8662bd9d46", + "description": "Taidoor is a threat group that has operated since at least 2009 and has primarily targeted the Taiwanese government.[[Citation: TrendMicro Taidoor]]", "meta": { + "uuid": "59140a2e-d117-4206-9b2c-2a8662bd9d46", "refs": [ "https://attack.mitre.org/wiki/Group/G0015", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20the%20taidoor%20campaign.pdf" @@ -335,12 +336,12 @@ "Taidoor" ] }, - "name": "Taidoor", - "description": "Taidoor is a threat group that has operated since at least 2009 and has primarily targeted the Taiwanese government.[[Citation: TrendMicro Taidoor]]" + "value": "Taidoor" }, { - "uuid": "23b6a0f5-fa95-46f9-a6f3-4549c5e45ec8", + "description": "Night Dragon is a threat group that has conducted activity originating primarily in China.[[Citation: McAfee Night Dragon]]", "meta": { + "uuid": "23b6a0f5-fa95-46f9-a6f3-4549c5e45ec8", "refs": [ "https://attack.mitre.org/wiki/Group/G0014", "http://www.mcafee.com/us/resources/white-papers/wp-global-energy-cyberattacks-night-dragon.pdf" @@ -349,12 +350,12 @@ "Night Dragon" ] }, - "name": "Night Dragon", - "description": "Night Dragon is a threat group that has conducted activity originating primarily in China.[[Citation: McAfee Night Dragon]]" + "value": "Night Dragon" }, { - "uuid": "2a158b0a-7ef8-43cb-9985-bf34d1e12050", + "description": "Naikon is a threat group that has focused on targets around the South China Sea.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]", "meta": { + "uuid": "2a158b0a-7ef8-43cb-9985-bf34d1e12050", "refs": [ "https://attack.mitre.org/wiki/Group/G0019", "http://cdn2.hubspot.net/hubfs/454298/Project%20CAMERASHY%20ThreatConnect%20Copyright%202015.pdf", @@ -365,12 +366,12 @@ "Naikon" ] }, - "name": "Naikon", - "description": "Naikon is a threat group that has focused on targets around the South China Sea.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]" + "value": "Naikon" }, { - "uuid": "6713ab67-e25b-49cc-808d-2b36d4fbc35c", + "description": "Ke3chang is a threat group attributed to actors operating out of China.[[Citation: Villeneuve et al 2014]]", "meta": { + "uuid": "6713ab67-e25b-49cc-808d-2b36d4fbc35c", "refs": [ "https://attack.mitre.org/wiki/Group/G0004", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf" @@ -379,12 +380,12 @@ "Ke3chang" ] }, - "name": "Ke3chang", - "description": "Ke3chang is a threat group attributed to actors operating out of China.[[Citation: Villeneuve et al 2014]]" + "value": "Ke3chang" }, { - "uuid": "17862c7d-9e60-48a0-b48e-da4dc4c3f6b0", + "description": "Patchwork is a threat group that was first observed in December 2015. While the group has not been definitively attributed, circumstantial evidence suggests the group may be a pro-Indian or Indian entity. Much of the code used by this group was copied and pasted from online forums.[[Citation: Cymmetria Patchwork]][[Citation: Symantec Patchwork]]", "meta": { + "uuid": "17862c7d-9e60-48a0-b48e-da4dc4c3f6b0", "refs": [ "https://attack.mitre.org/wiki/Group/G0040", "http://www.symantec.com/connect/blogs/patchwork-cyberespionage-group-expands-targets-governments-wide-range-industries", @@ -396,12 +397,12 @@ "Chinastrats" ] }, - "name": "Patchwork", - "description": "Patchwork is a threat group that was first observed in December 2015. While the group has not been definitively attributed, circumstantial evidence suggests the group may be a pro-Indian or Indian entity. Much of the code used by this group was copied and pasted from online forums.[[Citation: Cymmetria Patchwork]][[Citation: Symantec Patchwork]]" + "value": "Patchwork" }, { - "uuid": "f047ee18-7985-4946-8bfb-4ed754d3a0dd", + "description": "APT30 is a threat group suspected to be associated with the Chinese government.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]", "meta": { + "uuid": "f047ee18-7985-4946-8bfb-4ed754d3a0dd", "refs": [ "https://attack.mitre.org/wiki/Group/G0013", "https://securelist.com/analysis/publications/69953/the-naikon-apt/", @@ -411,12 +412,12 @@ "APT30" ] }, - "name": "APT30", - "description": "APT30 is a threat group suspected to be associated with the Chinese government.Naikon shares some characteristics with APT30, the two groups do not appear to be exact matches.[[Citation: Baumgartner Golovkin Naikon 2015]]" + "value": "APT30" }, { - "uuid": "9559ecaf-2e75-48a7-aee8-9974020bc772", + "description": "MONSOON is the name of an espionage campaign that apparently started in December 2015 and was ongoing as of July 2016. It is believed that the actors behind MONSOON are the same actors behind Operation Hangover. While attribution is unclear, the campaign has targeted victims with military and political interests in the Indian Subcontinent.[[Citation: Forcepoint Monsoon]] Operation Hangover has been reported as being Indian in origin, and can be traced back to 2010.[[Citation: Operation Hangover May 2013]]", "meta": { + "uuid": "9559ecaf-2e75-48a7-aee8-9974020bc772", "refs": [ "https://attack.mitre.org/wiki/Group/G0042", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf", @@ -427,12 +428,12 @@ "Operation Hangover" ] }, - "name": "MONSOON", - "description": "MONSOON is the name of an espionage campaign that apparently started in December 2015 and was ongoing as of July 2016. It is believed that the actors behind MONSOON are the same actors behind Operation Hangover. While attribution is unclear, the campaign has targeted victims with military and political interests in the Indian Subcontinent.[[Citation: Forcepoint Monsoon]] Operation Hangover has been reported as being Indian in origin, and can be traced back to 2010.[[Citation: Operation Hangover May 2013]]" + "value": "MONSOON" }, { - "uuid": "090242d7-73fc-4738-af68-20162f7a5aae", + "description": "APT17 is a China-based threat group that has conducted network intrusions against U.S. government entities, the defense industry, law firms, information technology companies, mining companies, and non-government organizations.[[Citation: FireEye APT17]]", "meta": { + "uuid": "090242d7-73fc-4738-af68-20162f7a5aae", "refs": [ "https://attack.mitre.org/wiki/Group/G0025", "https://www2.fireeye.com/rs/fireye/images/APT17%20Report.pdf" @@ -442,12 +443,12 @@ "Deputy Dog" ] }, - "name": "APT17", - "description": "APT17 is a China-based threat group that has conducted network intrusions against U.S. government entities, the defense industry, law firms, information technology companies, mining companies, and non-government organizations.[[Citation: FireEye APT17]]" + "value": "APT17" }, { - "uuid": "3753cc21-2dae-4dfb-8481-d004e74502cc", + "description": "FIN7 is a financially motivated threat group that has primarily targeted the retail and hospitality sectors, often using point-of-sale malware.[[Citation: FireEye FIN7 March 2017]]", "meta": { + "uuid": "3753cc21-2dae-4dfb-8481-d004e74502cc", "refs": [ "https://attack.mitre.org/wiki/Group/G0046", "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html" @@ -456,12 +457,12 @@ "FIN7" ] }, - "name": "FIN7", - "description": "FIN7 is a financially motivated threat group that has primarily targeted the retail and hospitality sectors, often using point-of-sale malware.[[Citation: FireEye FIN7 March 2017]]" + "value": "FIN7" }, { - "uuid": "0bbdf25b-30ff-4894-a1cd-49260d0dd2d9", + "description": "APT3 is a China-based threat group.[[Citation: FireEye Clandestine Wolf]] This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.[[Citation: FireEye Clandestine Wolf]][[Citation: FireEye Operation Double Tap]] As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.[[Citation: Symantec Buckeye]]", "meta": { + "uuid": "0bbdf25b-30ff-4894-a1cd-49260d0dd2d9", "refs": [ "https://attack.mitre.org/wiki/Group/G0022", "http://www.symantec.com/connect/blogs/buckeye-cyberespionage-group-shifts-gaze-us-hong-kong", @@ -478,12 +479,12 @@ "TG-0110" ] }, - "name": "APT3", - "description": "APT3 is a China-based threat group.[[Citation: FireEye Clandestine Wolf]] This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.[[Citation: FireEye Clandestine Wolf]][[Citation: FireEye Operation Double Tap]] As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.[[Citation: Symantec Buckeye]]" + "value": "APT3" }, { - "uuid": "0ea72cd5-ca30-46ba-bc04-378f701c658f", + "description": "GCMAN is a threat group that focuses on targeting banks for the purpose of transferring money to e-currency services.[[Citation: Securelist GCMAN]]", "meta": { + "uuid": "0ea72cd5-ca30-46ba-bc04-378f701c658f", "refs": [ "https://attack.mitre.org/wiki/Group/G0036", "https://securelist.com/blog/research/73638/apt-style-bank-robberies-increase-with-metel-gcman-and-carbanak-2-0-attacks/" @@ -492,12 +493,12 @@ "GCMAN" ] }, - "name": "GCMAN", - "description": "GCMAN is a threat group that focuses on targeting banks for the purpose of transferring money to e-currency services.[[Citation: Securelist GCMAN]]" + "value": "GCMAN" }, { - "uuid": "c93fccb1-e8e8-42cf-ae33-2ad1d183913a", + "description": "Lazarus Group is a threat group that has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment. It was responsible for a campaign known as Operation Blockbuster. Malware used by Lazarus Group correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.[[Citation: Novetta Blockbuster]]", "meta": { + "uuid": "c93fccb1-e8e8-42cf-ae33-2ad1d183913a", "refs": [ "https://attack.mitre.org/wiki/Group/G0032", "https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf" @@ -506,12 +507,12 @@ "Lazarus Group" ] }, - "name": "Lazarus Group", - "description": "Lazarus Group is a threat group that has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment. It was responsible for a campaign known as Operation Blockbuster. Malware used by Lazarus Group correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.[[Citation: Novetta Blockbuster]]" + "value": "Lazarus Group" }, { - "uuid": "88b7dbc2-32d3-4e31-af2f-3fc24e1582d7", + "description": "Lotus Blossom is threat group that has targeted government and military organizations in Southeast Asia.[[Citation: Lotus Blossom Jun 2015]] It is also known as Spring Dragon.[[Citation: Spring Dragon Jun 2015]]", "meta": { + "uuid": "88b7dbc2-32d3-4e31-af2f-3fc24e1582d7", "refs": [ "https://attack.mitre.org/wiki/Group/G0030", "https://securelist.com/blog/research/70726/the-spring-dragon-apt/", @@ -522,12 +523,12 @@ "Spring Dragon" ] }, - "name": "Lotus Blossom", - "description": "Lotus Blossom is threat group that has targeted government and military organizations in Southeast Asia.[[Citation: Lotus Blossom Jun 2015]] It is also known as Spring Dragon.[[Citation: Spring Dragon Jun 2015]]" + "value": "Lotus Blossom" }, { - "uuid": "96e239be-ad99-49eb-b127-3007b8c1bec9", + "description": "Equation is a sophisticated threat group that employs multiple remote access tools. The group is known to use zero-day exploits and has developed the capability to overwrite the firmware of hard disk drives.[[Citation: Kaspersky Equation QA]]", "meta": { + "uuid": "96e239be-ad99-49eb-b127-3007b8c1bec9", "refs": [ "https://attack.mitre.org/wiki/Group/G0020", "https://securelist.com/files/2015/02/Equation%20group%20questions%20and%20answers.pdf" @@ -536,12 +537,12 @@ "Equation" ] }, - "name": "Equation", - "description": "Equation is a sophisticated threat group that employs multiple remote access tools. The group is known to use zero-day exploits and has developed the capability to overwrite the firmware of hard disk drives.[[Citation: Kaspersky Equation QA]]" + "value": "Equation" }, { - "uuid": "9e729a7e-0dd6-4097-95bf-db8d64911383", + "description": "Darkhotel is a threat group that has been active since at least 2004. The group has conducted activity on hotel and business center Wi‑Fi and physical connections as well as peer-to-peer and file sharing networks. The actors have also conducted spearphishing.[[Citation: Kaspersky Darkhotel]]", "meta": { + "uuid": "9e729a7e-0dd6-4097-95bf-db8d64911383", "refs": [ "https://attack.mitre.org/wiki/Group/G0012", "https://securelist.com/files/2014/11/darkhotel%20kl%2007.11.pdf" @@ -550,12 +551,12 @@ "Darkhotel" ] }, - "name": "Darkhotel", - "description": "Darkhotel is a threat group that has been active since at least 2004. The group has conducted activity on hotel and business center Wi‑Fi and physical connections as well as peer-to-peer and file sharing networks. The actors have also conducted spearphishing.[[Citation: Kaspersky Darkhotel]]" + "value": "Darkhotel" }, { - "uuid": "1c63d4ec-0a75-4daa-b1df-0d11af3d3cc1", + "description": "Dragonfly is a cyber espionage group that has been active since at least 2011. They initially targeted defense and aviation companies but shifted to focus on the energy sector in early 2013. They have also targeted companies related to industrial control systems.[[Citation: Symantec Dragonfly]]", "meta": { + "uuid": "1c63d4ec-0a75-4daa-b1df-0d11af3d3cc1", "refs": [ "https://attack.mitre.org/wiki/Group/G0035", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" @@ -565,12 +566,12 @@ "Energetic Bear" ] }, - "name": "Dragonfly", - "description": "Dragonfly is a cyber espionage group that has been active since at least 2011. They initially targeted defense and aviation companies but shifted to focus on the energy sector in early 2013. They have also targeted companies related to industrial control systems.[[Citation: Symantec Dragonfly]]" + "value": "Dragonfly" }, { - "uuid": "5cbe0d3b-6fb1-471f-b591-4b192915116d", + "description": "Suckfly is a China-based threat group that has been active since at least 2014.[[Citation: Symantec Suckfly March 2016]]", "meta": { + "uuid": "5cbe0d3b-6fb1-471f-b591-4b192915116d", "refs": [ "https://attack.mitre.org/wiki/Group/G0039", "http://www.symantec.com/connect/blogs/suckfly-revealing-secret-life-your-code-signing-certificates" @@ -579,12 +580,12 @@ "Suckfly" ] }, - "name": "Suckfly", - "description": "Suckfly is a China-based threat group that has been active since at least 2014.[[Citation: Symantec Suckfly March 2016]]" + "value": "Suckfly" }, { - "uuid": "894aab42-3371-47b1-8859-a4a074c804c8", + "description": "Stealth Falcon is a threat group that has conducted targeted spyware attacks against Emirati journalists, activists, and dissidents since at least 2012. Circumstantial evidence suggests there could be a link between this group and the United Arab Emirates (UAE) government, but that has not been confirmed.[[Citation: Citizen Lab Stealth Falcon May 2016]]", "meta": { + "uuid": "894aab42-3371-47b1-8859-a4a074c804c8", "refs": [ "https://attack.mitre.org/wiki/Group/G0038", "https://citizenlab.org/2016/05/stealth-falcon/" @@ -593,12 +594,12 @@ "Stealth Falcon" ] }, - "name": "Stealth Falcon", - "description": "Stealth Falcon is a threat group that has conducted targeted spyware attacks against Emirati journalists, activists, and dissidents since at least 2012. Circumstantial evidence suggests there could be a link between this group and the United Arab Emirates (UAE) government, but that has not been confirmed.[[Citation: Citizen Lab Stealth Falcon May 2016]]" + "value": "Stealth Falcon" }, { - "uuid": "c5574ca0-d5a4-490a-b207-e4658e5fd1d7", + "description": "Scarlet Mimic is a threat group that has targeted minority rights activists. This group has not been directly linked to a government source, but the group's motivations appear to overlap with those of the Chinese government. While there is some overlap between IP addresses used by Scarlet Mimic and Putter Panda, it has not been concluded that the groups are the same.[[Citation: Scarlet Mimic Jan 2016]]", "meta": { + "uuid": "c5574ca0-d5a4-490a-b207-e4658e5fd1d7", "refs": [ "https://attack.mitre.org/wiki/Group/G0029", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" @@ -607,12 +608,12 @@ "Scarlet Mimic" ] }, - "name": "Scarlet Mimic", - "description": "Scarlet Mimic is a threat group that has targeted minority rights activists. This group has not been directly linked to a government source, but the group's motivations appear to overlap with those of the Chinese government. While there is some overlap between IP addresses used by Scarlet Mimic and Putter Panda, it has not been concluded that the groups are the same.[[Citation: Scarlet Mimic Jan 2016]]" + "value": "Scarlet Mimic" }, { - "uuid": "d519164e-f5fa-4b8c-a1fb-cf0172ad0983", + "description": "Threat Group-1314 is an unattributed threat group that has used compromised credentials to log into a victim's remote access infrastructure.[[Citation: Dell TG-1314]]", "meta": { + "uuid": "d519164e-f5fa-4b8c-a1fb-cf0172ad0983", "refs": [ "https://attack.mitre.org/wiki/Group/G0028", "http://www.secureworks.com/resources/blog/living-off-the-land/" @@ -622,12 +623,12 @@ "TG-1314" ] }, - "name": "Threat Group-1314", - "description": "Threat Group-1314 is an unattributed threat group that has used compromised credentials to log into a victim's remote access infrastructure.[[Citation: Dell TG-1314]]" + "value": "Threat Group-1314" }, { - "uuid": "7a19ecb1-3c65-4de3-a230-993516aed6a6", + "description": "Turla is a threat group that has infected victims in over 45 countries, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies.[[Citation: Kaspersky Turla]]", "meta": { + "uuid": "7a19ecb1-3c65-4de3-a230-993516aed6a6", "refs": [ "https://attack.mitre.org/wiki/Group/G0010", "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" @@ -637,12 +638,12 @@ "Waterbug" ] }, - "name": "Turla", - "description": "Turla is a threat group that has infected victims in over 45 countries, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies.[[Citation: Kaspersky Turla]]" + "value": "Turla" }, { - "uuid": "899ce53f-13a0-479b-a0e4-67d46e241542", + "description": "APT29 is threat group that has been attributed to the Russian government and has operated since at least 2008.[[Citation: F-Secure The Dukes]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee starting in the summer of 2015.[[Citation: Crowdstrike DNC June 2016]]", "meta": { + "uuid": "899ce53f-13a0-479b-a0e4-67d46e241542", "refs": [ "https://attack.mitre.org/wiki/Group/G0016", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf", @@ -654,12 +655,12 @@ "Cozy Bear" ] }, - "name": "APT29", - "description": "APT29 is threat group that has been attributed to the Russian government and has operated since at least 2008.[[Citation: F-Secure The Dukes]][[Citation: GRIZZLY STEPPE JAR]] This group reportedly compromised the Democratic National Committee starting in the summer of 2015.[[Citation: Crowdstrike DNC June 2016]]" + "value": "APT29" }, { - "uuid": "222fbd21-fc4f-4b7e-9f85-0e6e3a76c33f", + "description": "menuPass is a threat group that appears to originate from China and has been active since approximately 2009. The group has targeted healthcare, defense, aerospace, and government sectors, and has targeted Japanese victims since at least 2014.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: Crowdstrike CrowdCast Oct 2013]][[Citation: FireEye Poison Ivy]]", "meta": { + "uuid": "222fbd21-fc4f-4b7e-9f85-0e6e3a76c33f", "refs": [ "https://attack.mitre.org/wiki/Group/G0045", "https://www.slideshare.net/CrowdStrike/crowd-casts-monthly-you-have-an-adversary-problem", @@ -672,12 +673,12 @@ "APT10" ] }, - "name": "menuPass", - "description": "menuPass is a threat group that appears to originate from China and has been active since approximately 2009. The group has targeted healthcare, defense, aerospace, and government sectors, and has targeted Japanese victims since at least 2014.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: Crowdstrike CrowdCast Oct 2013]][[Citation: FireEye Poison Ivy]]" + "value": "menuPass" }, { - "uuid": "5ce5392a-3a6c-4e07-9df3-9b6a9159ac45", + "description": "Putter Panda is a Chinese threat group that has been attributed to Unit 61486 of the 12th Bureau of the PLA’s 3rd General Staff Department (GSD).[[Citation: CrowdStrike Putter Panda]]", "meta": { + "uuid": "5ce5392a-3a6c-4e07-9df3-9b6a9159ac45", "refs": [ "https://attack.mitre.org/wiki/Group/G0024", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" @@ -688,12 +689,12 @@ "MSUpdater" ] }, - "name": "Putter Panda", - "description": "Putter Panda is a Chinese threat group that has been attributed to Unit 61486 of the 12th Bureau of the PLA’s 3rd General Staff Department (GSD).[[Citation: CrowdStrike Putter Panda]]" + "value": "Putter Panda" }, { - "uuid": "a0cb9370-e39b-44d5-9f50-ef78e412b973", + "description": "Axiom is a cyber espionage group suspected to be associated with the Chinese government.Winnti Group use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]", "meta": { + "uuid": "a0cb9370-e39b-44d5-9f50-ef78e412b973", "refs": [ "https://attack.mitre.org/wiki/Group/G0001", "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf", @@ -706,12 +707,12 @@ "Group 72" ] }, - "name": "Axiom", - "description": "Axiom is a cyber espionage group suspected to be associated with the Chinese government.Winnti Group use the malware Winnti, the two groups appear to be distinct based on differences in reporting on the groups' TTPs and targeting.[[Citation: Kaspersky Winnti April 2013]][[Citation: Kaspersky Winnti June 2015]][[Citation: Novetta Winnti April 2015]]" + "value": "Axiom" }, { - "uuid": "55033a4d-3ffe-46b2-99b4-2c1541e9ce1c", + "description": "Carbanak is a threat group that mainly targets banks. It also refers to malware of the same name (Carbanak).[[Citation: Kaspersky Carbanak]]", "meta": { + "uuid": "55033a4d-3ffe-46b2-99b4-2c1541e9ce1c", "refs": [ "https://attack.mitre.org/wiki/Group/G0008", "https://securelist.com/files/2015/02/Carbanak%20APT%20eng.pdf" @@ -721,12 +722,12 @@ "Anunak" ] }, - "name": "Carbanak", - "description": "Carbanak is a threat group that mainly targets banks. It also refers to malware of the same name (Carbanak).[[Citation: Kaspersky Carbanak]]" + "value": "Carbanak" }, { - "uuid": "38fd6a28-3353-4f2b-bb2b-459fecd5c648", + "description": "APT18 is a threat group that has operated since at least 2009 and has targeted a range of industries, including technology, manufacturing, human rights groups, government, and medical.[[Citation: Dell Lateral Movement]]", "meta": { + "uuid": "38fd6a28-3353-4f2b-bb2b-459fecd5c648", "refs": [ "https://attack.mitre.org/wiki/Group/G0026", "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" @@ -738,12 +739,12 @@ "Dynamite Panda" ] }, - "name": "APT18", - "description": "APT18 is a threat group that has operated since at least 2009 and has targeted a range of industries, including technology, manufacturing, human rights groups, government, and medical.[[Citation: Dell Lateral Movement]]" + "value": "APT18" }, { - "uuid": "2e290bfe-93b5-48ce-97d6-edcd6d32b7cf", + "description": "Gamaredon Group is a threat group that has been active since at least 2013 and has targeted individuals likely involved in the Ukrainian government.[[Citation: Palo Alto Gamaredon Feb 2017]]", "meta": { + "uuid": "2e290bfe-93b5-48ce-97d6-edcd6d32b7cf", "refs": [ "https://attack.mitre.org/wiki/Group/G0047", "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/" @@ -752,16 +753,15 @@ "Gamaredon Group" ] }, - "name": "Gamaredon Group", - "description": "Gamaredon Group is a threat group that has been active since at least 2013 and has targeted individuals likely involved in the Ukrainian government.[[Citation: Palo Alto Gamaredon Feb 2017]]" + "value": "Gamaredon Group" } ], "authors": [ "MITRE" ], - "version": "1", - "type": "intrusion-set", "name": "intrusion Set", "source": "https://github.com/mitre/cti", - "description": "Name of ATT&CK Group" + "type": "intrusion-set", + "description": "Name of ATT&CK Group", + "version": "1" } diff --git a/clusters/mitre_malware.json b/clusters/mitre_malware.json index 3c1564f..47f86ac 100644 --- a/clusters/mitre_malware.json +++ b/clusters/mitre_malware.json @@ -1,1558 +1,1558 @@ { + "source": "https://github.com/mitre/cti", + "description": "Name of ATT&CK software", "version": "1", + "type": "malware", + "authors": [ + "MITRE" + ], + "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", + "name": "Malware", "values": [ { "description": "OLDBAIT is a credential harvester used by APT28.[[Citation: FireEye APT28]][[Citation: FireEye APT28 January 2017]]\n\nAliases: OLDBAIT, Sasfis", - "uuid": "2dd34b01-6110-4aac-835d-b5e7b936b0be", "meta": { - "synonyms": [ - "OLDBAIT", - "Sasfis" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0138", "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf" + ], + "uuid": "2dd34b01-6110-4aac-835d-b5e7b936b0be", + "synonyms": [ + "OLDBAIT", + "Sasfis" ] }, - "name": "OLDBAIT" + "value": "OLDBAIT" }, { "description": "CosmicDuke is malware that was used by APT29 from 2010 to 2015.[[Citation: F-Secure The Dukes]]\n\nAliases: CosmicDuke, TinyBaron, BotgenStudios, NemesisGemina", - "uuid": "2eb9b131-d333-4a48-9eb4-d8dec46c19ee", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0050", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ], + "uuid": "2eb9b131-d333-4a48-9eb4-d8dec46c19ee", "synonyms": [ "CosmicDuke", "TinyBaron", "BotgenStudios", "NemesisGemina" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0050", - "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "name": "CosmicDuke" + "value": "CosmicDuke" }, { "description": "H1N1 is a malware variant that has been distributed via a campaign using VBA macros to infect victims. Although it initially had only loader capabilities, it has evolved to include information-stealing functionality.[[Citation: Cisco H1N1 Part 1]]", - "uuid": "f8dfbc54-b070-4224-b560-79aaa5f835bd", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0132", "http://blogs.cisco.com/security/h1n1-technical-analysis-reveals-new-capabilities" - ] + ], + "uuid": "f8dfbc54-b070-4224-b560-79aaa5f835bd" }, - "name": "H1N1" + "value": "H1N1" }, { "description": "SPACESHIP is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", - "uuid": "8b880b41-5139-4807-baa9-309690218719", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0035", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" - ] + ], + "uuid": "8b880b41-5139-4807-baa9-309690218719" }, - "name": "SPACESHIP" + "value": "SPACESHIP" }, { "description": "Hi-Zor is a remote access tool (RAT) that has characteristics similar to Sakula. It was used in a campaign named INOCNATION.[[Citation: Fidelis Hi-Zor]]", - "uuid": "5967cc93-57c9-404a-8ffd-097edfa7bdfc", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0087", "http://www.threatgeek.com/2016/01/introducing-hi-zor-rat.html" - ] + ], + "uuid": "5967cc93-57c9-404a-8ffd-097edfa7bdfc" }, - "name": "Hi-Zor" + "value": "Hi-Zor" }, { "description": "TEXTMATE is a second-stage PowerShell backdoor that is memory-resident. It was observed being used along with POWERSOURCE in February 2017.[[Citation: FireEye FIN7 March 2017]]\n\nAliases: TEXTMATE, DNSMessenger", - "uuid": "4f6aa78c-c3d4-4883-9840-96ca2f5d6d47", "meta": { - "synonyms": [ - "TEXTMATE", - "DNSMessenger" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0146", "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html" + ], + "uuid": "4f6aa78c-c3d4-4883-9840-96ca2f5d6d47", + "synonyms": [ + "TEXTMATE", + "DNSMessenger" ] }, - "name": "TEXTMATE" + "value": "TEXTMATE" }, { "description": "Net Crawler is an intranet worm capable of extracting credentials using credential dumpers and spreading to systems on a network over SMB by brute forcing accounts with recovered passwords and using PsExec to execute a copy of Net Crawler.[[Citation: Cylance Cleaver]]\n\nAliases: Net Crawler, NetC", - "uuid": "fde50aaa-f5de-4cb8-989a-babb57d6a704", "meta": { - "synonyms": [ - "Net Crawler", - "NetC" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0056", "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" + ], + "uuid": "fde50aaa-f5de-4cb8-989a-babb57d6a704", + "synonyms": [ + "Net Crawler", + "NetC" ] }, - "name": "Net Crawler" + "value": "Net Crawler" }, { "description": "BlackEnergy is a malware toolkit that has been used by both criminal and APT actors. It dates back to at least 2007 and was originally designed to create botnets for use in conducting Distributed Denial of Service (DDoS) attacks, but its use has evolved to support various plug-ins. It is well known for being used during the confrontation between Georgia and Russia in 2008, as well as in targeting Ukrainian institutions. Variants include BlackEnergy 2 and BlackEnergy 3.[[Citation: F-Secure BlackEnergy 2014]]\n\nAliases: BlackEnergy, Black Energy", - "uuid": "54cc1d4f-5c53-4f0e-9ef5-11b4998e82e4", "meta": { - "synonyms": [ - "BlackEnergy", - "Black Energy" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0089", "https://www.f-secure.com/documents/996508/1030745/blackenergy%20whitepaper.pdf" + ], + "uuid": "54cc1d4f-5c53-4f0e-9ef5-11b4998e82e4", + "synonyms": [ + "BlackEnergy", + "Black Energy" ] }, - "name": "BlackEnergy" + "value": "BlackEnergy" }, { "description": "Pisloader is a malware family that is notable due to its use of DNS as a C2 protocol as well as its use of anti-analysis tactics. It has been used by APT18 and is similar to another malware family, HTTPBrowser, that has been used by the group.[[Citation: Palo Alto DNS Requests]]", - "uuid": "b96680d1-5eb3-4f07-b95c-00ab904ac236", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0124", "http://researchcenter.paloaltonetworks.com/2016/05/unit42-new-wekby-attacks-use-dns-requests-as-command-and-control-mechanism/" - ] + ], + "uuid": "b96680d1-5eb3-4f07-b95c-00ab904ac236" }, - "name": "Pisloader" + "value": "Pisloader" }, { "description": "Backdoor.Oldrea is a backdoor used by Dragonfly. It appears to be custom malware authored by the group or specifically for it.[[Citation: Symantec Dragonfly]]\n\nAliases: Backdoor.Oldrea, Havex", - "uuid": "083bb47b-02c8-4423-81a2-f9ef58572974", "meta": { - "synonyms": [ - "Backdoor.Oldrea", - "Havex" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0093", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" + ], + "uuid": "083bb47b-02c8-4423-81a2-f9ef58572974", + "synonyms": [ + "Backdoor.Oldrea", + "Havex" ] }, - "name": "Backdoor.Oldrea" + "value": "Backdoor.Oldrea" }, { "description": "ChChes is a Trojan that appears to be used exclusively by menuPass. It was used to target Japanese organizations in 2016. Its lack of persistence methods suggests it may be intended as a first-stage tool.[[Citation: Palo Alto menuPass Feb 2017]][[Citation: JPCERT ChChes Feb 2017]]", - "uuid": "dc5d1a33-62aa-4a0c-aa8c-589b87beb11e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0144", "http://researchcenter.paloaltonetworks.com/2017/02/unit42-menupass-returns-new-malware-new-attacks-japanese-academics-organizations/", "http://blog.jpcert.or.jp/2017/02/chches-malware--93d6.html" - ] + ], + "uuid": "dc5d1a33-62aa-4a0c-aa8c-589b87beb11e" }, - "name": "ChChes" + "value": "ChChes" }, { "description": "Hacking Team UEFI Rootkit is a rootkit developed by the company Hacking Team as a method of persistence for remote access software.[[Citation: TrendMicro Hacking Team UEFI]]", - "uuid": "4b62ab58-c23b-4704-9c15-edd568cd59f8", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0047", "http://blog.trendmicro.com/trendlabs-security-intelligence/hacking-team-uses-uefi-bios-rootkit-to-keep-rcs-9-agent-in-target-systems/" - ] + ], + "uuid": "4b62ab58-c23b-4704-9c15-edd568cd59f8" }, - "name": "Hacking Team UEFI Rootkit" + "value": "Hacking Team UEFI Rootkit" }, { "description": "httpclient is malware used by Putter Panda. It is a simple tool that provides a limited range of functionality, suggesting it is likely used as a second-stage or supplementary/backup tool.[[Citation: CrowdStrike Putter Panda]]", - "uuid": "e8268361-a599-4e45-bd3f-71c8c7e700c0", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0068", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" - ] + ], + "uuid": "e8268361-a599-4e45-bd3f-71c8c7e700c0" }, - "name": "httpclient" + "value": "httpclient" }, { "description": "Downdelph is a first-stage downloader written in Delphi that has been used by APT28 in rare instances between 2013 and 2015.[[Citation: ESET Sednit Part 3]]\n\nAliases: Downdelph, Delphacy", - "uuid": "08d20cd2-f084-45ee-8558-fa6ef5a18519", "meta": { - "synonyms": [ - "Downdelph", - "Delphacy" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0134", "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf" + ], + "uuid": "08d20cd2-f084-45ee-8558-fa6ef5a18519", + "synonyms": [ + "Downdelph", + "Delphacy" ] }, - "name": "Downdelph" + "value": "Downdelph" }, { "description": "StreamEx is a malware family that has been used by Deep Panda since at least 2015. In 2016, it was distributed via legitimate compromised Korean websites.[[Citation: Cylance Shell Crew Feb 2017]]", - "uuid": "91000a8a-58cc-4aba-9ad0-993ad6302b86", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0142", "https://www.cylance.com/shell-crew-variants-continue-to-fly-under-big-avs-radar" - ] + ], + "uuid": "91000a8a-58cc-4aba-9ad0-993ad6302b86" }, - "name": "StreamEx" + "value": "StreamEx" }, { "description": "Psylo is a shellcode-based Trojan that has been used by Scarlet Mimic. It has similar characteristics as FakeM.[[Citation: Scarlet Mimic Jan 2016]]", - "uuid": "dfb5fa9b-3051-4b97-8035-08f80aef945b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0078", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" - ] + ], + "uuid": "dfb5fa9b-3051-4b97-8035-08f80aef945b" }, - "name": "Psylo" + "value": "Psylo" }, { "description": "HDoor is malware that has been customized and used by the Naikon group.[[Citation: Baumgartner Naikon 2015]]\n\nAliases: HDoor, Custom HDoor", - "uuid": "007b44b6-e4c5-480b-b5b9-56f2081b1b7b", "meta": { - "synonyms": [ - "HDoor", - "Custom HDoor" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0061", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" + ], + "uuid": "007b44b6-e4c5-480b-b5b9-56f2081b1b7b", + "synonyms": [ + "HDoor", + "Custom HDoor" ] }, - "name": "HDoor" + "value": "HDoor" }, { "description": "TinyZBot is a bot written in C# that was developed by Cleaver.[[Citation: Cylance Cleaver]]", - "uuid": "c0c45d38-fe57-4cd4-b2b2-9ecd0ddd4ca9", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0004", "http://www.cylance.com/assets/Cleaver/Cylance%20Operation%20Cleaver%20Report.pdf" - ] + ], + "uuid": "c0c45d38-fe57-4cd4-b2b2-9ecd0ddd4ca9" }, - "name": "TinyZBot" + "value": "TinyZBot" }, { "description": "BACKSPACE is a backdoor used by APT30 that dates back to at least 2005.[[Citation: FireEye APT30]]\n\nAliases: BACKSPACE, Lecna", - "uuid": "fb261c56-b80e-43a9-8351-c84081e7213d", "meta": { - "synonyms": [ - "BACKSPACE", - "Lecna" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0031", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" + ], + "uuid": "fb261c56-b80e-43a9-8351-c84081e7213d", + "synonyms": [ + "BACKSPACE", + "Lecna" ] }, - "name": "BACKSPACE" + "value": "BACKSPACE" }, { "description": "PinchDuke is malware that was used by APT29 from 2008 to 2010.[[Citation: F-Secure The Dukes]]", - "uuid": "ae9d818d-95d0-41da-b045-9cabea1ca164", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0048", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" - ] + ], + "uuid": "ae9d818d-95d0-41da-b045-9cabea1ca164" }, - "name": "PinchDuke" + "value": "PinchDuke" }, { "description": "CloudDuke is malware that was used by APT29 in 2015.[[Citation: F-Secure The Dukes]]\n\nAliases: CloudDuke, MiniDionis, CloudLook", - "uuid": "cbf646f1-7db5-4dc6-808b-0094313949df", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0054", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ], + "uuid": "cbf646f1-7db5-4dc6-808b-0094313949df", "synonyms": [ "CloudDuke", "MiniDionis", "CloudLook" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0054", - "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "name": "CloudDuke" + "value": "CloudDuke" }, { "description": "WinMM is a full-featured, simple backdoor used by Naikon.[[Citation: Baumgartner Naikon 2015]]", - "uuid": "22addc7b-b39f-483d-979a-1b35147da5de", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0059", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" - ] + ], + "uuid": "22addc7b-b39f-483d-979a-1b35147da5de" }, - "name": "WinMM" + "value": "WinMM" }, { "description": "MobileOrder is a Trojan intended to compromise Android mobile devices. It has been used by Scarlet Mimic.[[Citation: Scarlet Mimic Jan 2016]]", - "uuid": "463f68f1-5cde-4dc2-a831-68b73488f8f4", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0079", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" - ] + ], + "uuid": "463f68f1-5cde-4dc2-a831-68b73488f8f4" }, - "name": "MobileOrder" + "value": "MobileOrder" }, { "description": "Sys10 is a backdoor that was used throughout 2013 by Naikon.[[Citation: Baumgartner Naikon 2015]]", - "uuid": "7f8730af-f683-423f-9ee1-5f6875a80481", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0060", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" - ] + ], + "uuid": "7f8730af-f683-423f-9ee1-5f6875a80481" }, - "name": "Sys10" + "value": "Sys10" }, { "description": "Duqu is a malware platform that uses a modular approach to extend functionality after deployment within a target network.[[Citation: Symantec W32.Duqu]]", - "uuid": "68dca94f-c11d-421e-9287-7c501108e18c", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0038", "https://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/w32%20duqu%20the%20precursor%20to%20the%20next%20stuxnet.pdf" - ] + ], + "uuid": "68dca94f-c11d-421e-9287-7c501108e18c" }, - "name": "Duqu" + "value": "Duqu" }, { "description": "FakeM is a shellcode-based Windows backdoor that has been used by Scarlet Mimic.[[Citation: Scarlet Mimic Jan 2016]]", - "uuid": "bb3c1098-d654-4620-bf40-694386d28921", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0076", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" - ] + ], + "uuid": "bb3c1098-d654-4620-bf40-694386d28921" }, - "name": "FakeM" + "value": "FakeM" }, { "description": "SHIPSHAPE is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", - "uuid": "b1de6916-7a22-4460-8d26-6b5483ffaa2a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0028", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" - ] + ], + "uuid": "b1de6916-7a22-4460-8d26-6b5483ffaa2a" }, - "name": "SHIPSHAPE" + "value": "SHIPSHAPE" }, { "description": "T9000 is a backdoor that is a newer variant of the T5000 malware family, also known as Plat1. Its primary function is to gather information about the victim. It has been used in multiple targeted attacks against U.S.-based organizations.[[Citation: FireEye admin@338 March 2014]][[Citation: Palo Alto T9000 Feb 2016]]", - "uuid": "876f6a77-fbc5-4e13-ab1a-5611986730a3", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0098", "https://www.fireeye.com/blog/threat-research/2014/03/spear-phishing-the-news-cycle-apt-actors-leverage-interest-in-the-disappearance-of-malaysian-flight-mh-370.html", "http://researchcenter.paloaltonetworks.com/2016/02/t9000-advanced-modular-backdoor-uses-complex-anti-analysis-techniques/" - ] + ], + "uuid": "876f6a77-fbc5-4e13-ab1a-5611986730a3" }, - "name": "T9000" + "value": "T9000" }, { "description": "BS2005 is malware that was used by Ke3chang in spearphishing campaigns since at least 2011.[[Citation: Villeneuve et al 2014]]", - "uuid": "67fc172a-36fa-4a35-88eb-4ba730ed52a6", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0014", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf" - ] + ], + "uuid": "67fc172a-36fa-4a35-88eb-4ba730ed52a6" }, - "name": "BS2005" + "value": "BS2005" }, { "description": "WEBC2 is a backdoor used by APT1 to retrieve a Web page from a predetermined C2 server.[[Citation: Mandiant APT1 Appendix]]", - "uuid": "1d808f62-cf63-4063-9727-ff6132514c22", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0109", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report-appendix.zip" - ] + ], + "uuid": "1d808f62-cf63-4063-9727-ff6132514c22" }, - "name": "WEBC2" + "value": "WEBC2" }, { "description": "PlugX is a remote access tool (RAT) that uses modular plugins.[[Citation: Lastline PlugX Analysis]] It has been used by multiple threat groups.[[Citation: FireEye Clandestine Fox Part 2]][[Citation: New DragonOK]][[Citation: Dell TG-3390]]\n\nAliases: PlugX, Sogu, Kaba", - "uuid": "64fa0de0-6240-41f4-8638-f4ca7ed528fd", "meta": { - "synonyms": [ - "PlugX", - "Sogu", - "Kaba" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0013", "https://www.fireeye.com/blog/threat-research/2014/06/clandestine-fox-part-deux.html", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/", "http://labs.lastline.com/an-analysis-of-plugx", "http://researchcenter.paloaltonetworks.com/2015/04/unit-42-identifies-new-dragonok-backdoor-malware-deployed-against-japanese-targets/" + ], + "uuid": "64fa0de0-6240-41f4-8638-f4ca7ed528fd", + "synonyms": [ + "PlugX", + "Sogu", + "Kaba" ] }, - "name": "PlugX" + "value": "PlugX" }, { "description": "Misdat is a backdoor that was used by Dust Storm from 2010 to 2011.[[Citation: Cylance Dust Storm]]", - "uuid": "0db09158-6e48-4e7c-8ce7-2b10b9c0c039", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0083", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" - ] + ], + "uuid": "0db09158-6e48-4e7c-8ce7-2b10b9c0c039" }, - "name": "Misdat" + "value": "Misdat" }, { "description": "Taidoor is malware that has been used since at least 2010, primarily to target Taiwanese government organizations.[[Citation: TrendMicro Taidoor]]", - "uuid": "b143dfa4-e944-43ff-8429-bfffc308c517", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0011", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20the%20taidoor%20campaign.pdf" - ] + ], + "uuid": "b143dfa4-e944-43ff-8429-bfffc308c517" }, - "name": "Taidoor" + "value": "Taidoor" }, { "description": "MoonWind is a remote access tool (RAT) that was used in 2016 to target organizations in Thailand.[[Citation: Palo Alto MoonWind March 2017]]", - "uuid": "9ea525fa-b0a9-4dde-84f2-bcea0137b3c1", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0149", "http://researchcenter.paloaltonetworks.com/2017/03/unit42-trochilus-rat-new-moonwind-rat-used-attack-thai-utility-organizations/" - ] + ], + "uuid": "9ea525fa-b0a9-4dde-84f2-bcea0137b3c1" }, - "name": "MoonWind" + "value": "MoonWind" }, { "description": "Crimson is malware used as part of a campaign known as Operation Transparent Tribe that targeted Indian diplomatic and military victims.[[Citation: Proofpoint Operation Transparent Tribe March 2016]]\n\nAliases: Crimson, MSIL/Crimson", - "uuid": "326af1cd-78e7-45b7-a326-125d2f7ef8f2", "meta": { - "synonyms": [ - "Crimson", - "MSIL/Crimson" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0115", "https://www.proofpoint.com/sites/default/files/proofpoint-operation-transparent-tribe-threat-insight-en.pdf" + ], + "uuid": "326af1cd-78e7-45b7-a326-125d2f7ef8f2", + "synonyms": [ + "Crimson", + "MSIL/Crimson" ] }, - "name": "Crimson" + "value": "Crimson" }, { "description": "Rover is malware suspected of being used for espionage purposes. It was used in 2015 in a targeted email sent to an Indian Ambassador to Afghanistan.[[Citation: Palo Alto Rover]]", - "uuid": "6b616fc1-1505-48e3-8b2c-0d19337bff38", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0090", "http://researchcenter.paloaltonetworks.com/2016/02/new-malware-rover-targets-indian-ambassador-to-afghanistan/" - ] + ], + "uuid": "6b616fc1-1505-48e3-8b2c-0d19337bff38" }, - "name": "Rover" + "value": "Rover" }, { "description": "ZLib is a full-featured backdoor that was used as a second-stage implant by Dust Storm from 2014 to 2015. It is malware and should not be confused with the compression library from which its name is derived.[[Citation: Cylance Dust Storm]]", - "uuid": "166c0eca-02fd-424a-92c0-6b5106994d31", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0086", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" - ] + ], + "uuid": "166c0eca-02fd-424a-92c0-6b5106994d31" }, - "name": "ZLib" + "value": "ZLib" }, { "description": "PowerDuke is a backdoor that was used by APT29 in 2016. It has primarily been delivered through Microsoft Word or Excel attachments containing malicious macros.[[Citation: Volexity PowerDuke November 2016]]", - "uuid": "00c3bfcb-99bd-4767-8c03-b08f585f5c8a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0139", "https://www.volexity.com/blog/2016/11/09/powerduke-post-election-spear-phishing-campaigns-targeting-think-tanks-and-ngos/" - ] + ], + "uuid": "00c3bfcb-99bd-4767-8c03-b08f585f5c8a" }, - "name": "PowerDuke" + "value": "PowerDuke" }, { "description": "HTTPBrowser is malware that has been used by several threat groups.[[Citation: ThreatStream Evasion Analysis]][[Citation: Dell TG-3390]] It is believed to be of Chinese origin.[[Citation: ThreatConnect Anthem]]\n\nAliases: HTTPBrowser, Token Control, HttpDump", - "uuid": "e066bf86-9cfb-407a-9d25-26fd5d91e360", "meta": { - "synonyms": [ - "HTTPBrowser", - "Token Control", - "HttpDump" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0070", "https://www.threatstream.com/blog/evasive-maneuvers-the-wekby-group-attempts-to-evade-analysis-via-custom-rop", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/", "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" + ], + "uuid": "e066bf86-9cfb-407a-9d25-26fd5d91e360", + "synonyms": [ + "HTTPBrowser", + "Token Control", + "HttpDump" ] }, - "name": "HTTPBrowser" + "value": "HTTPBrowser" }, { "description": "HAMMERTOSS is a backdoor that was used by APT29 in 2015.[[Citation: FireEye APT29]][[Citation: F-Secure The Dukes]]\n\nAliases: HAMMERTOSS, HammerDuke, NetDuke", - "uuid": "2daa14d6-cbf3-4308-bb8e-213c324a08e4", "meta": { - "synonyms": [ - "HAMMERTOSS", - "HammerDuke", - "NetDuke" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0037", "https://www2.fireeye.com/rs/848-DID-242/images/rpt-apt29-hammertoss.pdf", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ], + "uuid": "2daa14d6-cbf3-4308-bb8e-213c324a08e4", + "synonyms": [ + "HAMMERTOSS", + "HammerDuke", + "NetDuke" ] }, - "name": "HAMMERTOSS" + "value": "HAMMERTOSS" }, { "description": "PoisonIvy is a popular remote access tool (RAT) that has been used by many groups.[[Citation: FireEye Poison Ivy]]\n\nAliases: PoisonIvy, Poison Ivy", - "uuid": "b42378e0-f147-496f-992a-26a49705395b", "meta": { - "synonyms": [ - "PoisonIvy", - "Poison Ivy" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0012", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf" + ], + "uuid": "b42378e0-f147-496f-992a-26a49705395b", + "synonyms": [ + "PoisonIvy", + "Poison Ivy" ] }, - "name": "PoisonIvy" + "value": "PoisonIvy" }, { "description": "Carbanak is a remote backdoor used by a group of the same name (Carbanak). It is intended for espionage, data exfiltration, and providing remote access to infected machines.[[Citation: Kaspersky Carbanak]]\n\nAliases: Carbanak, Anunak", - "uuid": "72f54d66-675d-4587-9bd3-4ed09f9522e4", "meta": { - "synonyms": [ - "Carbanak", - "Anunak" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0030", "https://securelist.com/files/2015/02/Carbanak%20APT%20eng.pdf" + ], + "uuid": "72f54d66-675d-4587-9bd3-4ed09f9522e4", + "synonyms": [ + "Carbanak", + "Anunak" ] }, - "name": "Carbanak" + "value": "Carbanak" }, { "description": "Ixeshe is a malware family that has been used since 2009 to attack targets in East Asia.[[Citation: Moran 2013]]", - "uuid": "8beac7c2-48d2-4cd9-9b15-6c452f38ac06", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0015", "https://www.fireeye.com/blog/threat-research/2013/08/survival-of-the-fittest-new-york-times-attackers-evolve-quickly.html" - ] + ], + "uuid": "8beac7c2-48d2-4cd9-9b15-6c452f38ac06" }, - "name": "Ixeshe" + "value": "Ixeshe" }, { "description": "BADNEWS is malware that has been used by the actors responsible for the MONSOON campaign. Its name was given due to its use of RSS feeds, forums, and blogs for command and control.[[Citation: Forcepoint Monsoon]]", - "uuid": "e9595678-d269-469e-ae6b-75e49259de63", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0128", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" - ] + ], + "uuid": "e9595678-d269-469e-ae6b-75e49259de63" }, - "name": "BADNEWS" + "value": "BADNEWS" }, { "description": "Flame is a sophisticated toolkit that has been used to collect information since at least 2010, largely targeting Middle East countries.[[Citation: Kaspersky Flame]]\n\nAliases: Flame, Flamer, sKyWIper", - "uuid": "ff6840c9-4c87-4d07-bbb6-9f50aa33d498", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0143", + "https://securelist.com/blog/incidents/34344/the-flame-questions-and-answers-51/" + ], + "uuid": "ff6840c9-4c87-4d07-bbb6-9f50aa33d498", "synonyms": [ "Flame", "Flamer", "sKyWIper" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0143", - "https://securelist.com/blog/incidents/34344/the-flame-questions-and-answers-51/" ] }, - "name": "Flame" + "value": "Flame" }, { "description": "RIPTIDE is a proxy-aware backdoor used by APT12.[[Citation: Moran 2014]]", - "uuid": "ad4f146f-e3ec-444a-ba71-24bffd7f0f8e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0003", "https://www.fireeye.com/blog/threat-research/2014/09/darwins-favorite-apt-group-2.html" - ] + ], + "uuid": "ad4f146f-e3ec-444a-ba71-24bffd7f0f8e" }, - "name": "RIPTIDE" + "value": "RIPTIDE" }, { "description": "CozyCar is malware that was used by APT29 from 2010 to 2015. It is a modular malware platform, and its backdoor component can be instructed to download and execute a variety of modules with different functionality.[[Citation: F-Secure The Dukes]]\n\nAliases: CozyCar, CozyDuke, CozyBear, Cozer, EuroAPT", - "uuid": "e6ef745b-077f-42e1-a37d-29eecff9c754", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0046", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ], + "uuid": "e6ef745b-077f-42e1-a37d-29eecff9c754", "synonyms": [ "CozyCar", "CozyDuke", "CozyBear", "Cozer", "EuroAPT" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0046", - "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "name": "CozyCar" + "value": "CozyCar" }, { "description": "Mivast is a backdoor that has been used by Deep Panda. It was reportedly used in the Anthem breach.[[Citation: Symantec Black Vine]]", - "uuid": "fbb470da-1d44-4f29-bbb3-9efbe20f94a3", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0080", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/the-black-vine-cyberespionage-group.pdf" - ] + ], + "uuid": "fbb470da-1d44-4f29-bbb3-9efbe20f94a3" }, - "name": "Mivast" + "value": "Mivast" }, { "description": "Cherry Picker is a point of sale (PoS) memory scraper.[[Citation: Trustwave Cherry Picker]]", - "uuid": "b2203c59-4089-4ee4-bfe1-28fa25f0dbfe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0107", "https://www.trustwave.com/Resources/SpiderLabs-Blog/Shining-the-Spotlight-on-Cherry-Picker-PoS-Malware/" - ] + ], + "uuid": "b2203c59-4089-4ee4-bfe1-28fa25f0dbfe" }, - "name": "Cherry Picker" + "value": "Cherry Picker" }, { "description": "XTunnel a VPN-like network proxy tool that can relay traffic between a C2 server and a victim. It was first seen in May 2013 and reportedly used by APT28 during the compromise of the Democratic National Committee.[[Citation: Crowdstrike DNC June 2016]][[Citation: Invincea XTunnel]][[Citation: ESET Sednit Part 2]]\n\nAliases: XTunnel, X-Tunnel, XAPS", - "uuid": "7343e208-7cab-45f2-a47b-41ba5e2f0fab", "meta": { - "synonyms": [ - "XTunnel", - "X-Tunnel", - "XAPS" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0117", "https://www.invincea.com/2016/07/tunnel-of-gov-dnc-hack-and-the-russian-xtunnel/", "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/", "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" + ], + "uuid": "7343e208-7cab-45f2-a47b-41ba5e2f0fab", + "synonyms": [ + "XTunnel", + "X-Tunnel", + "XAPS" ] }, - "name": "XTunnel" + "value": "XTunnel" }, { "description": "GeminiDuke is malware that was used by APT29 from 2009 to 2012.[[Citation: F-Secure The Dukes]]", - "uuid": "199463de-d9be-46d6-bb41-07234c1dd5a6", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0049", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" - ] + ], + "uuid": "199463de-d9be-46d6-bb41-07234c1dd5a6" }, - "name": "GeminiDuke" + "value": "GeminiDuke" }, { "description": "Sakula is a remote access tool (RAT) that first surfaced in 2012 and was used in intrusions throughout 2015.[[Citation: Dell Sakula]]\n\nAliases: Sakula, Sakurel, VIPER", - "uuid": "96b08451-b27a-4ff6-893f-790e26393a8e", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0074", + "http://www.secureworks.com/cyber-threat-intelligence/threats/sakula-malware-family/" + ], + "uuid": "96b08451-b27a-4ff6-893f-790e26393a8e", "synonyms": [ "Sakula", "Sakurel", "VIPER" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0074", - "http://www.secureworks.com/cyber-threat-intelligence/threats/sakula-malware-family/" ] }, - "name": "Sakula" + "value": "Sakula" }, { "description": "Agent.btz is a worm that primarily spreads itself via removable devices such as USB drives. It reportedly infected U.S. military networks in 2008.[[Citation: Securelist Agent.btz]]", - "uuid": "40d3e230-ed32-469f-ba89-be70cc08ab39", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0092", "https://securelist.com/blog/virus-watch/58551/agent-btz-a-source-of-inspiration/" - ] + ], + "uuid": "40d3e230-ed32-469f-ba89-be70cc08ab39" }, - "name": "Agent.btz" + "value": "Agent.btz" }, { "description": "Prikormka is a malware family used in a campaign known as Operation Groundbait. It has predominantly been observed in Ukraine and was used as early as 2008.[[Citation: ESET Operation Groundbait]]", - "uuid": "37cc7eb6-12e3-467b-82e8-f20f2cc73c69", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0113", "http://www.welivesecurity.com/wp-content/uploads/2016/05/Operation-Groundbait.pdf" - ] + ], + "uuid": "37cc7eb6-12e3-467b-82e8-f20f2cc73c69" }, - "name": "Prikormka" + "value": "Prikormka" }, { "description": "NETEAGLE is a backdoor developed by APT30 with compile dates as early as 2008. It has two main variants known as “Scout” and “Norton.”[[Citation: FireEye APT30]]", - "uuid": "53cf6cc4-65aa-445a-bcf8-c3d296f8a7a2", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0034", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" - ] + ], + "uuid": "53cf6cc4-65aa-445a-bcf8-c3d296f8a7a2" }, - "name": "NETEAGLE" + "value": "NETEAGLE" }, { "description": "USBStealer is malware that has used by APT28 since at least 2005 to extract information from air-gapped networks. It does not have the capability to communicate over the Internet and has been used in conjunction with ADVSTORESHELL.[[Citation: ESET Sednit USBStealer 2014]][[Citation: Kaspersky Sofacy]]\n\nAliases: USBStealer, USB Stealer, Win32/USBStealer", - "uuid": "af2ad3b7-ab6a-4807-91fd-51bcaff9acbb", "meta": { - "synonyms": [ - "USBStealer", - "USB Stealer", - "Win32/USBStealer" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0136", "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", "http://www.welivesecurity.com/2014/11/11/sednit-espionage-group-attacking-air-gapped-networks/" + ], + "uuid": "af2ad3b7-ab6a-4807-91fd-51bcaff9acbb", + "synonyms": [ + "USBStealer", + "USB Stealer", + "Win32/USBStealer" ] }, - "name": "USBStealer" + "value": "USBStealer" }, { "description": "CALENDAR is malware used by APT1 that mimics legitimate Gmail Calendar traffic.[[Citation: Mandiant APT1]]", - "uuid": "5a84dc36-df0d-4053-9b7c-f0c388a57283", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0025", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] + ], + "uuid": "5a84dc36-df0d-4053-9b7c-f0c388a57283" }, - "name": "CALENDAR" + "value": "CALENDAR" }, { "description": "Regin is a malware platform that has targeted victims in a range of industries, including telecom, government, and financial institutions. Some Regin timestamps date back to 2003.[[Citation: Kaspersky Regin]]", - "uuid": "4c59cce8-cb48-4141-b9f1-f646edfaadb0", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0019", "https://securelist.com/files/2014/11/Kaspersky%20Lab%20whitepaper%20Regin%20platform%20eng.pdf" - ] + ], + "uuid": "4c59cce8-cb48-4141-b9f1-f646edfaadb0" }, - "name": "Regin" + "value": "Regin" }, { "description": "AutoIt is a backdoor that has been used by the actors responsible for the MONSOON campaign. The actors frequently used it in weaponized .pps files exploiting CVE-2014-6352.[[Citation: Forcepoint Monsoon]]", - "uuid": "f5352566-1a64-49ac-8f7f-97e1d1a03300", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0129", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" - ] + ], + "uuid": "f5352566-1a64-49ac-8f7f-97e1d1a03300" }, - "name": "AutoIt" + "value": "AutoIt" }, { "description": "Pteranodon is a custom backdoor used by Gamaredon Group.[[Citation: Palo Alto Gamaredon Feb 2017]]", - "uuid": "5f9f7648-04ba-4a9f-bb4c-2a13e74572bd", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0147", "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/" - ] + ], + "uuid": "5f9f7648-04ba-4a9f-bb4c-2a13e74572bd" }, - "name": "Pteranodon" + "value": "Pteranodon" }, { "description": "RARSTONE is malware used by the Naikon group that has some characteristics similar to PlugX.[[Citation: Aquino RARSTONE]]", - "uuid": "8c553311-0baa-4146-997a-f79acef3d831", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0055", "http://blog.trendmicro.com/trendlabs-security-intelligence/rarstone-found-in-targeted-attacks/" - ] + ], + "uuid": "8c553311-0baa-4146-997a-f79acef3d831" }, - "name": "RARSTONE" + "value": "RARSTONE" }, { "description": "SHOTPUT is a custom backdoor used by APT3.[[Citation: FireEye Clandestine Wolf]]\n\nAliases: SHOTPUT, Backdoor.APT.CookieCutter, Pirpi", - "uuid": "58adaaa8-f1e8-4606-9a08-422e568461eb", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0063", + "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html" + ], + "uuid": "58adaaa8-f1e8-4606-9a08-422e568461eb", "synonyms": [ "SHOTPUT", "Backdoor.APT.CookieCutter", "Pirpi" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0063", - "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html" ] }, - "name": "SHOTPUT" + "value": "SHOTPUT" }, { "description": "Trojan.Karagany is a backdoor primarily used for recon. The source code for it was leaked in 2010 and it is sold on underground forums.[[Citation: Symantec Dragonfly]]", - "uuid": "82cb34ba-02b5-432b-b2d2-07f55cbf674d", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0094", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/Dragonfly%20Threat%20Against%20Western%20Energy%20Suppliers.pdf" - ] + ], + "uuid": "82cb34ba-02b5-432b-b2d2-07f55cbf674d" }, - "name": "Trojan.Karagany" + "value": "Trojan.Karagany" }, { "description": "Kasidet is a backdoor that has been dropped by using malicious VBA macros.[[Citation: Zscaler Kasidet]]", - "uuid": "26fed817-e7bf-41f9-829a-9075ffac45c2", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0088", "http://research.zscaler.com/2016/01/malicious-office-files-dropping-kasidet.html" - ] + ], + "uuid": "26fed817-e7bf-41f9-829a-9075ffac45c2" }, - "name": "Kasidet" + "value": "Kasidet" }, { "description": "CHOPSTICK is malware family of modular backdoors used by APT28. It has been used from at least November 2012 to August 2016 and is usually dropped on victims as second-stage malware, though it has been used as first-stage malware in several cases.[[Citation: FireEye APT28]][[Citation: ESET Sednit Part 2]][[Citation: FireEye APT28 January 2017]]\n\nAliases: CHOPSTICK, SPLM, Xagent, X-Agent, webhp", - "uuid": "ccd61dfc-b03f-4689-8c18-7c97eab08472", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0023", + "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", + "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" + ], + "uuid": "ccd61dfc-b03f-4689-8c18-7c97eab08472", "synonyms": [ "CHOPSTICK", "SPLM", "Xagent", "X-Agent", "webhp" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0023", - "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", - "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf", - "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" ] }, - "name": "CHOPSTICK" + "value": "CHOPSTICK" }, { "description": "MiniDuke is malware that was used by APT29 from 2010 to 2015. The MiniDuke toolset consists of multiple downloader and backdoor components. The loader has been used with other MiniDuke components as well as in conjunction with CosmicDuke and PinchDuke.[[Citation: F-Secure The Dukes]]", - "uuid": "5e7ef1dc-7fb6-4913-ac75-e06113b59e0c", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0051", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" - ] + ], + "uuid": "5e7ef1dc-7fb6-4913-ac75-e06113b59e0c" }, - "name": "MiniDuke" + "value": "MiniDuke" }, { "description": "BBSRAT is malware with remote access tool functionality that has been used in targeted compromises.[[Citation: Palo Alto Networks BBSRAT]]", - "uuid": "64d76fa5-cf8f-469c-b78c-1a4f7c5bad80", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0127", "http://researchcenter.paloaltonetworks.com/2015/12/bbsrat-attacks-targeting-russian-organizations-linked-to-roaming-tiger/" - ] + ], + "uuid": "64d76fa5-cf8f-469c-b78c-1a4f7c5bad80" }, - "name": "BBSRAT" + "value": "BBSRAT" }, { "description": "Elise is a custom backdoor Trojan that appears to be used exclusively by Lotus Blossom. It is part of a larger group of\ntools referred to as LStudio, ST Group, and APT0LSTU.[[Citation: Lotus Blossom Jun 2015]]\n\nAliases: Elise, BKDR_ESILE, Page", - "uuid": "7551188b-8f91-4d34-8350-0d0c57b2b913", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0081", + "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html" + ], + "uuid": "7551188b-8f91-4d34-8350-0d0c57b2b913", "synonyms": [ "Elise", "BKDR_ESILE", "Page" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0081", - "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html" ] }, - "name": "Elise" + "value": "Elise" }, { "description": "BISCUIT is a backdoor that has been used by APT1 since as early as 2007.[[Citation: Mandiant APT1]]", - "uuid": "b8eb28e4-48a6-40ae-951a-328714f75eda", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0017", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] + ], + "uuid": "b8eb28e4-48a6-40ae-951a-328714f75eda" }, - "name": "BISCUIT" + "value": "BISCUIT" }, { "description": "Uroburos is a rootkit used by Turla.[[Citation: Kaspersky Turla]]", - "uuid": "80a014ba-3fef-4768-990b-37d8bd10d7f4", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0022", "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" - ] + ], + "uuid": "80a014ba-3fef-4768-990b-37d8bd10d7f4" }, - "name": "Uroburos" + "value": "Uroburos" }, { "description": "POWERSOURCE is a PowerShell backdoor that is a heavily obfuscated and modified version of the publicly available tool DNS_TXT_Pwnage. It was observed in February 2017 in spearphishing campaigns against personnel involved with United States Securities and Exchange Commission (SEC) filings at various organizations. The malware was delivered when macros were enabled by the victim and a VBS script was dropped.[[Citation: FireEye FIN7 March 2017]][[Citation: Cisco DNSMessenger March 2017]]\n\nAliases: POWERSOURCE, DNSMessenger", - "uuid": "17e919aa-4a49-445c-b103-dbb8df9e7351", "meta": { - "synonyms": [ - "POWERSOURCE", - "DNSMessenger" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0145", "https://www.fireeye.com/blog/threat-research/2017/03/fin7%20spear%20phishing.html", "http://blog.talosintelligence.com/2017/03/dnsmessenger.html" + ], + "uuid": "17e919aa-4a49-445c-b103-dbb8df9e7351", + "synonyms": [ + "POWERSOURCE", + "DNSMessenger" ] }, - "name": "POWERSOURCE" + "value": "POWERSOURCE" }, { "description": "hcdLoader is a remote access tool (RAT) that has been used by APT18.[[Citation: Dell Lateral Movement]]", - "uuid": "9e2bba94-950b-4fcf-8070-cb3f816c5f4e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0071", "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/" - ] + ], + "uuid": "9e2bba94-950b-4fcf-8070-cb3f816c5f4e" }, - "name": "hcdLoader" + "value": "hcdLoader" }, { "description": "Zeroaccess is a kernel-mode Rootkit that attempts to add victims to the ZeroAccess botnet, often for monetary gain.[[Citation: Sophos ZeroAccess]]\n\nAliases: Zeroaccess, Trojan.Zeroaccess", - "uuid": "552462b9-ae79-49dd-855c-5973014e157f", "meta": { - "synonyms": [ - "Zeroaccess", - "Trojan.Zeroaccess" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0027", "https://sophosnews.files.wordpress.com/2012/04/zeroaccess2.pdf" + ], + "uuid": "552462b9-ae79-49dd-855c-5973014e157f", + "synonyms": [ + "Zeroaccess", + "Trojan.Zeroaccess" ] }, - "name": "Zeroaccess" + "value": "Zeroaccess" }, { "description": "Skeleton Key is malware used to inject false credentials into domain controllers with the intent of creating a backdoor password.Skeleton Key is included as a module in Mimikatz.", - "uuid": "89f63ae4-f229-4a5c-95ad-6f22ed2b5c49", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0007", "http://www.secureworks.com/cyber-threat-intelligence/threats/skeleton-key-malware-analysis/" - ] + ], + "uuid": "89f63ae4-f229-4a5c-95ad-6f22ed2b5c49" }, - "name": "Skeleton Key" + "value": "Skeleton Key" }, { "description": "Shamoon is malware that was first used by an Iranian group known as the \"Cutting Sword of Justice\" in 2012. The 2.0 version was seen in 2016 targeting Middle Eastern states.[[Citation: FireEye Shamoon Nov 2016]][[Citation: Palo Alto Shamoon Nov 2016]]\n\nAliases: Shamoon, Disttrack", - "uuid": "8901ac23-6b50-410c-b0dd-d8174a86f9b3", "meta": { - "synonyms": [ - "Shamoon", - "Disttrack" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0140", "http://researchcenter.paloaltonetworks.com/2016/11/unit42-shamoon-2-return-disttrack-wiper/", "https://www.fireeye.com/blog/threat-research/2016/11/fireeye%20respondsto.html" + ], + "uuid": "8901ac23-6b50-410c-b0dd-d8174a86f9b3", + "synonyms": [ + "Shamoon", + "Disttrack" ] }, - "name": "Shamoon" + "value": "Shamoon" }, { "description": "4H RAT is malware that has been used by Putter Panda since at least 2007.[[Citation: CrowdStrike Putter Panda]]", - "uuid": "8e461ca3-0996-4e6e-a0df-e2a5bbc51ebc", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0065", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" - ] + ], + "uuid": "8e461ca3-0996-4e6e-a0df-e2a5bbc51ebc" }, - "name": "4H RAT" + "value": "4H RAT" }, { "description": "BOOTRASH is a Bootkit that targets Windows operating systems. It has been used by threat actors that target the financial sector.[[Citation: MTrends 2016]]", - "uuid": "da2ef4a9-7cbe-400a-a379-e2f230f28db3", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0114", "https://www.fireeye.com/content/dam/fireeye-www/regional/fr%20FR/offers/pdfs/ig-mtrends-2016.pdf" - ] + ], + "uuid": "da2ef4a9-7cbe-400a-a379-e2f230f28db3" }, - "name": "BOOTRASH" + "value": "BOOTRASH" }, { "description": "China Chopper is a Threat Group-3390.[[Citation: Dell TG-3390]]", - "uuid": "5a3a31fe-5a8f-48e1-bff0-a753e5b1be70", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0020", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/", "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html" - ] + ], + "uuid": "5a3a31fe-5a8f-48e1-bff0-a753e5b1be70" }, - "name": "China Chopper" + "value": "China Chopper" }, { "description": "Wiper is a family of destructive malware used in March 2013 during breaches of South Korean banks and media companies.[[Citation: Dell Wiper]]", - "uuid": "a19c49aa-36fe-4c05-b817-23e1c7a7d085", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0041", "http://www.secureworks.com/cyber-threat-intelligence/threats/wiper-malware-analysis-attacking-korean-financial-sector/" - ] + ], + "uuid": "a19c49aa-36fe-4c05-b817-23e1c7a7d085" }, - "name": "Wiper" + "value": "Wiper" }, { "description": "Unknown Logger is a publicly released, free backdoor. Version 1.5 of the backdoor has been used by the actors responsible for the MONSOON campaign.[[Citation: Forcepoint Monsoon]]", - "uuid": "ab3580c8-8435-4117-aace-3d9fbe46aa56", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0130", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" - ] + ], + "uuid": "ab3580c8-8435-4117-aace-3d9fbe46aa56" }, - "name": "Unknown Logger" + "value": "Unknown Logger" }, { "description": "gh0st is a remote access tool (RAT). The source code is public and it has been used by many groups.[[Citation: FireEye Hacking Team]]", - "uuid": "88c621a7-aef9-4ae0-94e3-1fc87123eb24", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0032", "https://www.fireeye.com/blog/threat-research/2015/07/demonstrating%20hustle.html" - ] + ], + "uuid": "88c621a7-aef9-4ae0-94e3-1fc87123eb24" }, - "name": "gh0st" + "value": "gh0st" }, { "description": "CORESHELL is a downloader used by APT28. The older versions of this malware are known as SOURFACE and newer versions as CORESHELL. It has also been referred to as Sofacy, though that term has been used widely to refer to both the group APT28 and malware families associated with the group.[[Citation: FireEye APT28]][[Citation: FireEye APT28 January 2017]]\n\nAliases: CORESHELL, SOURFACE", - "uuid": "60c18d06-7b91-4742-bae3-647845cd9d81", "meta": { - "synonyms": [ - "CORESHELL", - "SOURFACE" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0137", "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf" + ], + "uuid": "60c18d06-7b91-4742-bae3-647845cd9d81", + "synonyms": [ + "CORESHELL", + "SOURFACE" ] }, - "name": "CORESHELL" + "value": "CORESHELL" }, { "description": "Remsec is a modular backdoor that has been used by Strider and appears to have been designed primarily for espionage purposes. Many of its modules are written in Lua.[[Citation: Symantec Strider Blog]]\n\nAliases: Remsec, Backdoor.Remsec, ProjectSauron", - "uuid": "69d6f4a9-fcf0-4f51-bca7-597c51ad0bb8", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0125", + "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets" + ], + "uuid": "69d6f4a9-fcf0-4f51-bca7-597c51ad0bb8", "synonyms": [ "Remsec", "Backdoor.Remsec", "ProjectSauron" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0125", - "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets" ] }, - "name": "Remsec" + "value": "Remsec" }, { "description": "FLASHFLOOD is malware developed by APT30 that allows propagation and exfiltration of data over removable devices. APT30 may use this capability to exfiltrate data across air-gaps.[[Citation: FireEye APT30]]", - "uuid": "43213480-78f7-4fb3-976f-d48f5f6a4c2a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0036", "https://www2.fireeye.com/rs/fireye/images/rpt-apt30.pdf" - ] + ], + "uuid": "43213480-78f7-4fb3-976f-d48f5f6a4c2a" }, - "name": "FLASHFLOOD" + "value": "FLASHFLOOD" }, { "description": "TINYTYPHON is a backdoor that has been used by the actors responsible for the MONSOON campaign. The majority of its code was reportedly taken from the MyDoom worm.[[Citation: Forcepoint Monsoon]]", - "uuid": "85b39628-204a-48d2-b377-ec368cbcb7ca", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0131", "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf" - ] + ], + "uuid": "85b39628-204a-48d2-b377-ec368cbcb7ca" }, - "name": "TINYTYPHON" + "value": "TINYTYPHON" }, { "description": "SeaDuke is malware that was used by APT29 from 2014 to 2015. It was used primarily as a secondary backdoor for victims that were already compromised with CozyCar.[[Citation: F-Secure The Dukes]]\n\nAliases: SeaDuke, SeaDaddy, SeaDesk", - "uuid": "67e6d66b-1b82-4699-b47a-e2efb6268d14", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0053", + "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" + ], + "uuid": "67e6d66b-1b82-4699-b47a-e2efb6268d14", "synonyms": [ "SeaDuke", "SeaDaddy", "SeaDesk" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0053", - "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" ] }, - "name": "SeaDuke" + "value": "SeaDuke" }, { "description": "ADVSTORESHELL is a spying backdoor that has been used by APT28 from at least 2012 to 2016. It is generally used for long-term espionage and is deployed on targets deemed interesting after a reconnaissance phase.[[Citation: Kaspersky Sofacy]][[Citation: ESET Sednit Part 2]]\n\nAliases: ADVSTORESHELL, NETUI, EVILTOSS, AZZY, Sedreco", - "uuid": "fb575479-14ef-41e9-bfab-0b7cf10bec73", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0045", + "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", + "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" + ], + "uuid": "fb575479-14ef-41e9-bfab-0b7cf10bec73", "synonyms": [ "ADVSTORESHELL", "NETUI", "EVILTOSS", "AZZY", "Sedreco" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0045", - "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", - "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part-2.pdf" ] }, - "name": "ADVSTORESHELL" + "value": "ADVSTORESHELL" }, { "description": "S-Type is a backdoor that was used by Dust Storm from 2013 to 2014.[[Citation: Cylance Dust Storm]]", - "uuid": "66b1dcde-17a0-4c7b-95fa-b08d430c2131", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0085", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" - ] + ], + "uuid": "66b1dcde-17a0-4c7b-95fa-b08d430c2131" }, - "name": "S-Type" + "value": "S-Type" }, { "description": "NetTraveler is malware that has been used in multiple cyber espionage campaigns for basic surveillance of victims. The earliest known samples have timestamps back to 2005, and the largest number of observed samples were created between 2010 and 2013.[[Citation: Kaspersky NetTraveler]]", - "uuid": "cafd0bf8-2b9c-46c7-ae3c-3e0f42c5062e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0033", "http://www.securelist.com/en/downloads/vlpdfs/kaspersky-the-net-traveler-part1-final.pdf" - ] + ], + "uuid": "cafd0bf8-2b9c-46c7-ae3c-3e0f42c5062e" }, - "name": "NetTraveler" + "value": "NetTraveler" }, { "description": "Dyre is a Trojan that usually targets banking information.[[Citation: Raff 2015]]", - "uuid": "63c2a130-8a5b-452f-ad96-07cf0af12ffe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0024", "http://www.seculert.com/blogs/new-dyre-version-yet-another-malware-evading-sandboxes" - ] + ], + "uuid": "63c2a130-8a5b-452f-ad96-07cf0af12ffe" }, - "name": "Dyre" + "value": "Dyre" }, { "description": "P2P ZeuS is a closed-source fork of the leaked version of the ZeuS botnet. It presents improvements over the leaked version, including a peer-to-peer architecture.[[Citation: Dell P2P ZeuS]]\n\nAliases: P2P ZeuS, Peer-to-Peer ZeuS, Gameover ZeuS", - "uuid": "b2c5d3ca-b43a-4888-ad8d-e2d43497bf85", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0016", + "http://www.secureworks.com/cyber-threat-intelligence/threats/The%20Lifecycle%20of%20Peer%20to%20Peer%20Gameover%20ZeuS/" + ], + "uuid": "b2c5d3ca-b43a-4888-ad8d-e2d43497bf85", "synonyms": [ "P2P ZeuS", "Peer-to-Peer ZeuS", "Gameover ZeuS" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0016", - "http://www.secureworks.com/cyber-threat-intelligence/threats/The%20Lifecycle%20of%20Peer%20to%20Peer%20Gameover%20ZeuS/" ] }, - "name": "P2P ZeuS" + "value": "P2P ZeuS" }, { "description": "ComRAT is a remote access tool suspected of being a decedent of Agent.btz and used by Turla.[[Citation: Symantec Waterbug]][[Citation: NorthSec 2015 GData Uroburos Tools]]", - "uuid": "da5880b4-f7da-4869-85f2-e0aba84b8565", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0126", "http://www.symantec.com/content/en/us/enterprise/media/security%20response/whitepapers/waterbug-attack-group.pdf", "https://www.nsec.io/wp-content/uploads/2015/05/uroburos-actors-tools-1.1.pdf" - ] + ], + "uuid": "da5880b4-f7da-4869-85f2-e0aba84b8565" }, - "name": "ComRAT" + "value": "ComRAT" }, { "description": "Winnti is a Trojan that has been used by multiple groups to carry out intrusions in varied regions from at least 2010 to 2016. One of the groups using this malware is referred to by the same name, Winnti Group; however, reporting indicates a second distinct group, Axiom, also uses the malware.[[Citation: Kaspersky Winnti April 2013]][[Citation: Microsoft Winnti Jan 2017]][[Citation: Novetta Winnti April 2015]]", - "uuid": "d3afa961-a80c-4043-9509-282cdf69ab21", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0141", "http://www.novetta.com/wp-content/uploads/2015/04/novetta%20winntianalysis.pdf", "https://blogs.technet.microsoft.com/mmpc/2017/01/25/detecting-threat-actors-in-recent-german-industrial-attacks-with-windows-defender-atp/", "https://kasperskycontenthub.com/wp-content/uploads/sites/43/vlpdfs/winnti-more-than-just-a-game-130410.pdf" - ] + ], + "uuid": "d3afa961-a80c-4043-9509-282cdf69ab21" }, - "name": "Winnti" + "value": "Winnti" }, { "description": "RTM is custom malware written in Delphi. It is used by the group of the same name (RTM).[[Citation: ESET RTM Feb 2017]]", - "uuid": "92ec0cbd-2c30-44a2-b270-73f4ec949841", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0148", "https://www.welivesecurity.com/wp-content/uploads/2017/02/Read-The-Manual.pdf" - ] + ], + "uuid": "92ec0cbd-2c30-44a2-b270-73f4ec949841" }, - "name": "RTM" + "value": "RTM" }, { "description": "CallMe is a Trojan designed to run on Apple OSX. It is based on a publicly available tool called Tiny SHell.[[Citation: Scarlet Mimic Jan 2016]]", - "uuid": "cb7bcf6f-085f-41db-81ee-4b68481661b5", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0077", "http://researchcenter.paloaltonetworks.com/2016/01/scarlet-mimic-years-long-espionage-targets-minority-activists/" - ] + ], + "uuid": "cb7bcf6f-085f-41db-81ee-4b68481661b5" }, - "name": "CallMe" + "value": "CallMe" }, { "description": "HIDEDRV is a rootkit used by APT28. It has been deployed along with Downdelph to execute and hide that malware.[[Citation: ESET Sednit Part 3]][[Citation: Sekoia HideDRV Oct 2016]]", - "uuid": "e669bb87-f773-4c7b-bfcc-a9ffebfdd8d4", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0135", "http://www.sekoia.fr/blog/wp-content/uploads/2016/10/Rootkit-analysis-Use-case-on-HIDEDRV-v1.6.pdf", "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf" - ] + ], + "uuid": "e669bb87-f773-4c7b-bfcc-a9ffebfdd8d4" }, - "name": "HIDEDRV" + "value": "HIDEDRV" }, { "description": "Mis-Type is a backdoor hybrid that was used by Dust Storm in 2012.[[Citation: Cylance Dust Storm]]", - "uuid": "e1161124-f22e-487f-9d5f-ed8efc8dcd61", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0084", "https://www.cylance.com/hubfs/2015%20cylance%20website/assets/operation-dust-storm/Op%20Dust%20Storm%20Report.pdf?t=1456259131512" - ] + ], + "uuid": "e1161124-f22e-487f-9d5f-ed8efc8dcd61" }, - "name": "Mis-Type" + "value": "Mis-Type" }, { "description": "Hikit is malware that has been used by Axiom for late-stage [[persistence]] and [[exfiltration]] after the initial compromise.[[Citation: Axiom]]", - "uuid": "95047f03-4811-4300-922e-1ba937d53a61", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0009", "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf" - ] + ], + "uuid": "95047f03-4811-4300-922e-1ba937d53a61" }, - "name": "Hikit" + "value": "Hikit" }, { "description": "ASPXSpy is a Web shell. It has been modified by Threat Group-3390 actors to create the ASPXTool version.[[Citation: Dell TG-3390]]\n\nAliases: ASPXSpy, ASPXTool", - "uuid": "56f46b17-8cfa-46c0-b501-dd52fef394e2", "meta": { - "synonyms": [ - "ASPXSpy", - "ASPXTool" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0073", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" + ], + "uuid": "56f46b17-8cfa-46c0-b501-dd52fef394e2", + "synonyms": [ + "ASPXSpy", + "ASPXTool" ] }, - "name": "ASPXSpy" + "value": "ASPXSpy" }, { "description": "Sykipot is malware that has been used in spearphishing campaigns since approximately 2007 against victims primarily in the US. One variant of Sykipot hijacks smart cards on victims.[[Citation: Alienvault Sykipot DOD Smart Cards]] The group using this malware has also been referred to as Sykipot.[[Citation: Blasco 2013]]", - "uuid": "6a0ef5d4-fc7c-4dda-85d7-592e4dbdc5d9", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0018", "http://www.alienvault.com/open-threat-exchange/blog/new-sykipot-developments", "https://www.alienvault.com/open-threat-exchange/blog/sykipot-variant-hijacks-dod-and-windows-smart-cards" - ] + ], + "uuid": "6a0ef5d4-fc7c-4dda-85d7-592e4dbdc5d9" }, - "name": "Sykipot" + "value": "Sykipot" }, { "description": "GLOOXMAIL is malware used by APT1 that mimics legitimate Jabber/XMPP traffic.[[Citation: Mandiant APT1]]\n\nAliases: GLOOXMAIL, Trojan.GTALK", - "uuid": "f2e8c7a1-cae1-45c4-baf0-6f21bdcbb2c2", "meta": { - "synonyms": [ - "GLOOXMAIL", - "Trojan.GTALK" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0026", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" + ], + "uuid": "f2e8c7a1-cae1-45c4-baf0-6f21bdcbb2c2", + "synonyms": [ + "GLOOXMAIL", + "Trojan.GTALK" ] }, - "name": "GLOOXMAIL" + "value": "GLOOXMAIL" }, { "description": "Emissary is a Trojan that has been used by Lotus Blossom. It shares code with Elise, with both Trojans being part of a malware group referred to as LStudio.[[Citation: Lotus Blossom Dec 2015]]", - "uuid": "0f862b01-99da-47cc-9bdb-db4a86a95bb1", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0082", "http://researchcenter.paloaltonetworks.com/2015/12/attack-on-french-diplomat-linked-to-operation-lotus-blossom/" - ] + ], + "uuid": "0f862b01-99da-47cc-9bdb-db4a86a95bb1" }, - "name": "Emissary" + "value": "Emissary" }, { "description": "Miner-C is malware that mines victims for the Monero cryptocurrency. It has targeted FTP servers and Network Attached Storage (NAS) devices to spread.[[Citation: Softpedia MinerC]]\n\nAliases: Miner-C, Mal/Miner-C, PhotoMiner", - "uuid": "17dec760-9c8f-4f1b-9b4b-0ac47a453234", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0133", + "http://news.softpedia.com/news/cryptocurrency-mining-malware-discovered-targeting-seagate-nas-hard-drives-508119.shtml" + ], + "uuid": "17dec760-9c8f-4f1b-9b4b-0ac47a453234", "synonyms": [ "Miner-C", "Mal/Miner-C", "PhotoMiner" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0133", - "http://news.softpedia.com/news/cryptocurrency-mining-malware-discovered-targeting-seagate-nas-hard-drives-508119.shtml" ] }, - "name": "Miner-C" + "value": "Miner-C" }, { "description": "DustySky is multi-stage malware written in .NET that has been used by Molerats since May 2015.[[Citation: DustySky]][[Citation: DustySky2]]\n\nAliases: DustySky, NeD Worm", - "uuid": "687c23e4-4e25-4ee7-a870-c5e002511f54", "meta": { - "synonyms": [ - "DustySky", - "NeD Worm" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0062", "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2%20-6.2016%20TLP%20White.pdf" + ], + "uuid": "687c23e4-4e25-4ee7-a870-c5e002511f54", + "synonyms": [ + "DustySky", + "NeD Worm" ] }, - "name": "DustySky" + "value": "DustySky" }, { "description": "BUBBLEWRAP is a full-featured, second-stage backdoor used by the admin@338 group. It is set to run when the system boots and includes functionality to check, upload, and register plug-ins that can further enhance its capabilities.[[Citation: FireEye admin@338]]\n\nAliases: BUBBLEWRAP, Backdoor.APT.FakeWinHTTPHelper", - "uuid": "123bd7b3-675c-4b1a-8482-c55782b20e2b", "meta": { - "synonyms": [ - "BUBBLEWRAP", - "Backdoor.APT.FakeWinHTTPHelper" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0043", "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" + ], + "uuid": "123bd7b3-675c-4b1a-8482-c55782b20e2b", + "synonyms": [ + "BUBBLEWRAP", + "Backdoor.APT.FakeWinHTTPHelper" ] }, - "name": "BUBBLEWRAP" + "value": "BUBBLEWRAP" }, { "description": "pngdowner is malware used by Putter Panda. It is a simple tool with limited functionality and no persistence mechanism, suggesting it is used only as a simple \"download-and-\nexecute\" utility.[[Citation: CrowdStrike Putter Panda]]", - "uuid": "800bdfba-6d66-480f-9f45-15845c05cb5d", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0067", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" - ] + ], + "uuid": "800bdfba-6d66-480f-9f45-15845c05cb5d" }, - "name": "pngdowner" + "value": "pngdowner" }, { "description": "SslMM is a full-featured backdoor used by Naikon that has multiple variants.[[Citation: Baumgartner Naikon 2015]]", - "uuid": "2fb26586-2b53-4b9a-ad4f-2b3bcb9a2421", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0058", "https://securelist.com/files/2015/05/TheNaikonAPT-MsnMM1.pdf" - ] + ], + "uuid": "2fb26586-2b53-4b9a-ad4f-2b3bcb9a2421" }, - "name": "SslMM" + "value": "SslMM" }, { "description": "Nidiran is a custom backdoor developed and used by Suckfly. It has been delivered via strategic web compromise.[[Citation: Symantec Suckfly March 2016]]\n\nAliases: Nidiran, Backdoor.Nidiran", - "uuid": "9e9b9415-a7df-406b-b14d-92bfe6809fbe", "meta": { - "synonyms": [ - "Nidiran", - "Backdoor.Nidiran" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0118", "http://www.symantec.com/connect/blogs/suckfly-revealing-secret-life-your-code-signing-certificates" + ], + "uuid": "9e9b9415-a7df-406b-b14d-92bfe6809fbe", + "synonyms": [ + "Nidiran", + "Backdoor.Nidiran" ] }, - "name": "Nidiran" + "value": "Nidiran" }, { "description": "Trojan.Mebromi is BIOS-level malware that takes control of the victim before MBR.[[Citation: Ge 2011]]", - "uuid": "c5e9cb46-aced-466c-85ea-7db5572ad9ec", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0001", "http://www.symantec.com/connect/blogs/bios-threat-showing-again" - ] + ], + "uuid": "c5e9cb46-aced-466c-85ea-7db5572ad9ec" }, - "name": "Trojan.Mebromi" + "value": "Trojan.Mebromi" }, { "description": "OwaAuth is a Web shell and credential stealer deployed to Microsoft Exchange servers that appears to be exclusively used by Threat Group-3390.[[Citation: Dell TG-3390]]", - "uuid": "a60657fa-e2e7-4f8f-8128-a882534ae8c5", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0072", "http://www.secureworks.com/cyber-threat-intelligence/threats/threat-group-3390-targets-organizations-for-cyberespionage/" - ] + ], + "uuid": "a60657fa-e2e7-4f8f-8128-a882534ae8c5" }, - "name": "OwaAuth" + "value": "OwaAuth" }, { "description": "ROCKBOOT is a Bootkit that has been used by an unidentified, suspected China-based group.[[Citation: FireEye Bootkits]]", - "uuid": "cba78a1c-186f-4112-9e6a-be1839f030f7", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0112", "https://www.fireeye.com/blog/threat-research/2015/12/fin1-targets-boot-record.html" - ] + ], + "uuid": "cba78a1c-186f-4112-9e6a-be1839f030f7" }, - "name": "ROCKBOOT" + "value": "ROCKBOOT" }, { "description": "OnionDuke is malware that was used by APT29 from 2013 to 2015.[[Citation: F-Secure The Dukes]]", - "uuid": "b136d088-a829-432c-ac26-5529c26d4c7e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0052", "https://www.f-secure.com/documents/996508/1030745/dukes%20whitepaper.pdf" - ] + ], + "uuid": "b136d088-a829-432c-ac26-5529c26d4c7e" }, - "name": "OnionDuke" + "value": "OnionDuke" }, { "description": "LOWBALL is malware used by admin@338. It was used in August 2015 in email messages targeting Hong Kong-based media organizations.[[Citation: FireEye admin@338]]", - "uuid": "2a6f4c7b-e690-4cc7-ab6b-1f821fb6b80b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0042", "https://www.fireeye.com/blog/threat-research/2015/11/china-based-threat.html" - ] + ], + "uuid": "2a6f4c7b-e690-4cc7-ab6b-1f821fb6b80b" }, - "name": "LOWBALL" + "value": "LOWBALL" }, { "description": "BLACKCOFFEE is malware that has been used by APT17 since at least 2013.[[Citation: FireEye APT17]]", - "uuid": "d69c8146-ab35-4d50-8382-6fc80e641d43", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0069", "https://www2.fireeye.com/rs/fireye/images/APT17%20Report.pdf" - ] + ], + "uuid": "d69c8146-ab35-4d50-8382-6fc80e641d43" }, - "name": "BLACKCOFFEE" + "value": "BLACKCOFFEE" }, { "description": "Derusbi is malware used by multiple Chinese APT groups.[[Citation: Axiom]][[Citation: ThreatConnect Anthem]] Both Windows and Linux variants have been observed.[[Citation: Fidelis Turbo]]", - "uuid": "94379dec-5c87-49db-b36e-66abc0b81344", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0021", "http://www.novetta.com/wp-content/uploads/2014/11/Executive%20Summary-Final%201.pdf", "https://www.fidelissecurity.com/sites/default/files/TA%20Fidelis%20Turbo%201602%200.pdf", "https://www.threatconnect.com/the-anthem-hack-all-roads-lead-to-china/" - ] + ], + "uuid": "94379dec-5c87-49db-b36e-66abc0b81344" }, - "name": "Derusbi" + "value": "Derusbi" }, { "description": "Epic is a backdoor that has been used by Turla.[[Citation: Kaspersky Turla]]\n\nAliases: Epic, Tavdig, Wipbot, WorldCupSec, TadjMakhal", - "uuid": "6b62e336-176f-417b-856a-8552dd8c44e1", "meta": { + "refs": [ + "https://attack.mitre.org/wiki/Software/S0091", + "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" + ], + "uuid": "6b62e336-176f-417b-856a-8552dd8c44e1", "synonyms": [ "Epic", "Tavdig", "Wipbot", "WorldCupSec", "TadjMakhal" - ], - "refs": [ - "https://attack.mitre.org/wiki/Software/S0091", - "https://securelist.com/analysis/publications/65545/the-epic-turla-operation/" ] }, - "name": "Epic" + "value": "Epic" }, { "description": "Lurid is a malware family that has been used by several groups, including PittyTiger, in targeted attacks as far back as 2006.[[Citation: Villeneuve 2014]][[Citation: Villeneuve 2011]]\n\nAliases: Lurid, Enfal", - "uuid": "251fbae2-78f6-4de7-84f6-194c727a64ad", "meta": { - "synonyms": [ - "Lurid", - "Enfal" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0010", "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp%20dissecting-lurid-apt.pdf", "https://www.fireeye.com/blog/threat-research/2014/07/spy-of-the-tiger.html" + ], + "uuid": "251fbae2-78f6-4de7-84f6-194c727a64ad", + "synonyms": [ + "Lurid", + "Enfal" ] }, - "name": "Lurid" + "value": "Lurid" }, { "description": "3PARA RAT is a remote access tool (RAT) programmed in C++ that has been used by Putter Panda.[[Citation: CrowdStrike Putter Panda]]", - "uuid": "7bec698a-7e20-4fd3-bb6a-12787770fb1a", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0066", "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf" - ] + ], + "uuid": "7bec698a-7e20-4fd3-bb6a-12787770fb1a" }, - "name": "3PARA RAT" + "value": "3PARA RAT" }, { "description": "JHUHUGIT is malware used by APT28. It is based on Carberp source code and serves as reconnaissance malware.[[Citation: Kaspersky Sofacy]][[Citation: F-Secure Sofacy 2015]][[Citation: ESET Sednit Part 1]][[Citation: FireEye APT28 January 2017]]\n\nAliases: JHUHUGIT, Seduploader, JKEYSKW, Sednit, GAMEFISH", - "uuid": "8ae43c46-57ef-47d5-a77a-eebb35628db2", "meta": { - "synonyms": [ - "JHUHUGIT", - "Seduploader", - "JKEYSKW", - "Sednit", - "GAMEFISH" - ], "refs": [ "https://attack.mitre.org/wiki/Software/S0044", "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf", "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part1.pdf", "https://securelist.com/blog/research/72924/sofacy-apt-hits-high-profile-targets-with-updated-toolset/", "https://labsblog.f-secure.com/2015/09/08/sofacy-recycles-carberp-and-metasploit-code/" + ], + "uuid": "8ae43c46-57ef-47d5-a77a-eebb35628db2", + "synonyms": [ + "JHUHUGIT", + "Seduploader", + "JKEYSKW", + "Sednit", + "GAMEFISH" ] }, - "name": "JHUHUGIT" + "value": "JHUHUGIT" }, { "description": "ELMER is a non-persistent, proxy-aware HTTP backdoor written in Delphi that has been used by APT16.[[Citation: FireEye EPS Awakens Part 2]]", - "uuid": "3cab1b76-2f40-4cd0-8d2c-7ed16eeb909c", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0064", "https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html" - ] + ], + "uuid": "3cab1b76-2f40-4cd0-8d2c-7ed16eeb909c" }, - "name": "ELMER" + "value": "ELMER" } - ], - "source": "https://github.com/mitre/cti", - "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", - "authors": [ - "MITRE" - ], - "name": "Malware", - "type": "malware", - "description": "Name of ATT&CK software" + ] } diff --git a/clusters/mitre_tool.json b/clusters/mitre_tool.json index 37d9e34..b53870b 100644 --- a/clusters/mitre_tool.json +++ b/clusters/mitre_tool.json @@ -1,10 +1,7 @@ { - "name": "Tool", "values": [ { - "name": "at", "description": "at is used to schedule tasks on a system to run at a specified date or time.[[Citation: TechNet At]]\n\nAliases: at, at.exe", - "uuid": "0c8465c0-d0b4-4670-992e-4eee8d7ff952", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0110", @@ -13,13 +10,13 @@ "synonyms": [ "at", "at.exe" - ] - } + ], + "uuid": "0c8465c0-d0b4-4670-992e-4eee8d7ff952" + }, + "value": "at" }, { - "name": "route", "description": "route can be used to find or change information within the local system IP routing table.[[Citation: TechNet Route]]\n\nAliases: route, route.exe", - "uuid": "c11ac61d-50f4-444f-85d8-6f006067f0de", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0103", @@ -28,24 +25,24 @@ "synonyms": [ "route", "route.exe" - ] - } + ], + "uuid": "c11ac61d-50f4-444f-85d8-6f006067f0de" + }, + "value": "route" }, { - "name": "Tasklist", "description": "The Tasklist utility displays a list of applications and services with their Process IDs (PID) for all tasks running on either a local or a remote computer. It is packaged with Windows operating systems and can be executed from the command-line interface.[[Citation: Microsoft Tasklist]]", - "uuid": "2e45723a-31da-4a7e-aaa6-e01998a6788f", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0057", "https://technet.microsoft.com/en-us/library/bb491010.aspx" - ] - } + ], + "uuid": "2e45723a-31da-4a7e-aaa6-e01998a6788f" + }, + "value": "Tasklist" }, { - "name": "Windows Credential Editor", "description": "Windows Credential Editor is a password dumping tool.[[Citation: Amplia WCE]]\n\nAliases: Windows Credential Editor, WCE", - "uuid": "242f3da3-4425-4d11-8f5c-b842886da966", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0005", @@ -54,13 +51,13 @@ "synonyms": [ "Windows Credential Editor", "WCE" - ] - } + ], + "uuid": "242f3da3-4425-4d11-8f5c-b842886da966" + }, + "value": "Windows Credential Editor" }, { - "name": "schtasks", "description": "schtasks is used to schedule execution of programs or scripts on a Windows system to run at a specific date and time.[[Citation: TechNet Schtasks]]\n\nAliases: schtasks, schtasks.exe", - "uuid": "c9703cd3-141c-43a0-a926-380082be5d04", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0111", @@ -69,58 +66,58 @@ "synonyms": [ "schtasks", "schtasks.exe" - ] - } + ], + "uuid": "c9703cd3-141c-43a0-a926-380082be5d04" + }, + "value": "schtasks" }, { - "name": "UACMe", "description": "UACMe is an open source assessment tool that contains many methods for bypassing Windows User Account Control on multiple versions of the operating system.[[Citation: Github UACMe]]", - "uuid": "102c3898-85e0-43ee-ae28-62a0a3ed9507", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0116", "https://github.com/hfiref0x/UACME" - ] - } + ], + "uuid": "102c3898-85e0-43ee-ae28-62a0a3ed9507" + }, + "value": "UACMe" }, { - "name": "ifconfig", "description": "ifconfig is a Unix-based utility used to gather information about and interact with the TCP/IP settings on a system.[[Citation: Wikipedia Ifconfig]]", - "uuid": "362dc67f-4e85-4562-9dac-1b6b7f3ec4b5", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0101", "https://en.wikipedia.org/wiki/Ifconfig" - ] - } + ], + "uuid": "362dc67f-4e85-4562-9dac-1b6b7f3ec4b5" + }, + "value": "ifconfig" }, { - "name": "Mimikatz", "description": "Mimikatz is a credential dumper capable of obtaining plaintext Windows account logins and passwords, along with many other features that make it useful for testing the security of networks.[[Citation: Deply Mimikatz]][[Citation: Adsecurity Mimikatz Guide]]", - "uuid": "afc079f3-c0ea-4096-b75d-3f05338b7f60", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0002", "https://adsecurity.org/?page%20id=1821", "https://github.com/gentilkiwi/mimikatz" - ] - } + ], + "uuid": "afc079f3-c0ea-4096-b75d-3f05338b7f60" + }, + "value": "Mimikatz" }, { - "name": "xCmd", "description": "xCmd is an open source tool that is similar to PsExec and allows the user to execute applications on remote systems.[[Citation: xCmd]]", - "uuid": "4fa49fc0-9162-4bdb-a37e-7aa3dcb6d38b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0123", "https://ashwinrayaprolu.wordpress.com/2011/04/12/xcmd-an-alternative-to-psexec/" - ] - } + ], + "uuid": "4fa49fc0-9162-4bdb-a37e-7aa3dcb6d38b" + }, + "value": "xCmd" }, { - "name": "Systeminfo", "description": "Systeminfo is a Windows utility that can be used to gather detailed information about a computer.[[Citation: TechNet Systeminfo]]\n\nAliases: Systeminfo, systeminfo.exe", - "uuid": "7fcbc4e8-1989-441f-9ac5-e7b6ff5806f1", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0096", @@ -129,13 +126,13 @@ "synonyms": [ "Systeminfo", "systeminfo.exe" - ] - } + ], + "uuid": "7fcbc4e8-1989-441f-9ac5-e7b6ff5806f1" + }, + "value": "Systeminfo" }, { - "name": "netsh", "description": "netsh is a scripting utility used to interact with networking components on local or remote systems.[[Citation: TechNet Netsh]]\n\nAliases: netsh, netsh.exe", - "uuid": "5a63f900-5e7e-4928-a746-dd4558e1df71", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0108", @@ -144,13 +141,13 @@ "synonyms": [ "netsh", "netsh.exe" - ] - } + ], + "uuid": "5a63f900-5e7e-4928-a746-dd4558e1df71" + }, + "value": "netsh" }, { - "name": "dsquery", "description": "dsquery is a command-line utility that can be used to query Active Directory for information from a system within a domain.[[Citation: TechNet Dsquery]] It is typically installed only on Windows Server versions but can be installed on non-server variants through the Microsoft-provided Remote Server Administration Tools bundle.\n\nAliases: dsquery, dsquery.exe", - "uuid": "38952eac-cb1b-4a71-bad2-ee8223a1c8fe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0105", @@ -159,24 +156,24 @@ "synonyms": [ "dsquery", "dsquery.exe" - ] - } + ], + "uuid": "38952eac-cb1b-4a71-bad2-ee8223a1c8fe" + }, + "value": "dsquery" }, { - "name": "gsecdump", "description": "gsecdump is a publicly-available credential dumper used to obtain password hashes and LSA secrets from Windows operating systems.[[Citation: TrueSec Gsecdump]]", - "uuid": "b07c2c47-fefb-4d7c-a69e-6a3296171f54", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0008", "http://www.truesec.com/Tools/Tool/gsecdump%20v2.0b5" - ] - } + ], + "uuid": "b07c2c47-fefb-4d7c-a69e-6a3296171f54" + }, + "value": "gsecdump" }, { - "name": "Ping", "description": "Ping is an operating system utility commonly used to troubleshoot and verify network connections.[[Citation: TechNet Ping]]\n\nAliases: Ping, ping.exe", - "uuid": "b77b563c-34bb-4fb8-86a3-3694338f7b47", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0097", @@ -185,46 +182,46 @@ "synonyms": [ "Ping", "ping.exe" - ] - } + ], + "uuid": "b77b563c-34bb-4fb8-86a3-3694338f7b47" + }, + "value": "Ping" }, { - "name": "Fgdump", "description": "Fgdump is a Windows password hash dumper.[[Citation: Mandiant APT1]]", - "uuid": "4f45dfeb-fe51-4df0-8db3-edf7dd0513fe", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0120", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] - } + ], + "uuid": "4f45dfeb-fe51-4df0-8db3-edf7dd0513fe" + }, + "value": "Fgdump" }, { - "name": "Lslsass", "description": "Lslsass is a publicly-available tool that can dump active logon session password hashes from the lsass process.[[Citation: Mandiant APT1]]", - "uuid": "2fab555f-7664-4623-b4e0-1675ae38190b", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0121", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] - } + ], + "uuid": "2fab555f-7664-4623-b4e0-1675ae38190b" + }, + "value": "Lslsass" }, { - "name": "Pass-The-Hash Toolkit", "description": "Pass-The-Hash Toolkit is a toolkit that allows an adversary to \"pass\" a password hash (without knowing the original password) to log in to systems.[[Citation: Mandiant APT1]]", - "uuid": "a52edc76-328d-4596-85e7-d56ef5a9eb69", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0122", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] - } + ], + "uuid": "a52edc76-328d-4596-85e7-d56ef5a9eb69" + }, + "value": "Pass-The-Hash Toolkit" }, { - "name": "FTP", "description": "FTP is a utility commonly available with operating systems to transfer information over the File Transfer Protocol (FTP). Adversaries can use it to transfer other tools onto a system or to exfiltrate data.[[Citation: Wikipedia FTP]]\n\nAliases: FTP, ftp.exe", - "uuid": "cf23bf4a-e003-4116-bbae-1ea6c558d565", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0095", @@ -233,13 +230,13 @@ "synonyms": [ "FTP", "ftp.exe" - ] - } + ], + "uuid": "cf23bf4a-e003-4116-bbae-1ea6c558d565" + }, + "value": "FTP" }, { - "name": "ipconfig", "description": "ipconfig is a Windows utility that can be used to find information about a system's TCP/IP, DNS, DHCP, and adapter configuration.[[Citation: TechNet Ipconfig]]\n\nAliases: ipconfig, ipconfig.exe", - "uuid": "294e2560-bd48-44b2-9da2-833b5588ad11", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0100", @@ -248,13 +245,13 @@ "synonyms": [ "ipconfig", "ipconfig.exe" - ] - } + ], + "uuid": "294e2560-bd48-44b2-9da2-833b5588ad11" + }, + "value": "ipconfig" }, { - "name": "nbtstat", "description": "nbtstat is a utility used to troubleshoot NetBIOS name resolution.[[Citation: TechNet Nbtstat]]\n\nAliases: nbtstat, nbtstat.exe", - "uuid": "b35068ec-107a-4266-bda8-eb7036267aea", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0102", @@ -263,13 +260,13 @@ "synonyms": [ "nbtstat", "nbtstat.exe" - ] - } + ], + "uuid": "b35068ec-107a-4266-bda8-eb7036267aea" + }, + "value": "nbtstat" }, { - "name": "HTRAN", "description": "HTRAN is a tool that proxies connections through intermediate hops and aids users in disguising their true geographical location. It can be used by adversaries to hide their location when interacting with the victim networks. [[Citation: Operation Quantum Entanglement]]\n\nAliases: HTRAN, HUC Packet Transmit Tool", - "uuid": "d5e96a35-7b0b-4c6a-9533-d63ecbda563e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0040", @@ -278,13 +275,13 @@ "synonyms": [ "HTRAN", "HUC Packet Transmit Tool" - ] - } + ], + "uuid": "d5e96a35-7b0b-4c6a-9533-d63ecbda563e" + }, + "value": "HTRAN" }, { - "name": "netstat", "description": "netstat is an operating system utility that displays active TCP connections, listening ports, and network statistics.[[Citation: TechNet Netstat]]\n\nAliases: netstat, netstat.exe", - "uuid": "4664b683-f578-434f-919b-1c1aad2a1111", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0104", @@ -293,35 +290,35 @@ "synonyms": [ "netstat", "netstat.exe" - ] - } + ], + "uuid": "4664b683-f578-434f-919b-1c1aad2a1111" + }, + "value": "netstat" }, { - "name": "pwdump", "description": "pwdump is a credential dumper.[[Citation: Wikipedia pwdump]]", - "uuid": "9de2308e-7bed-43a3-8e58-f194b3586700", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0006", "https://en.wikipedia.org/wiki/Pwdump" - ] - } + ], + "uuid": "9de2308e-7bed-43a3-8e58-f194b3586700" + }, + "value": "pwdump" }, { - "name": "Cachedump", "description": "Cachedump is a publicly-available tool that program extracts cached password hashes from a system’s registry.[[Citation: Mandiant APT1]]", - "uuid": "c9cd7ec9-40b7-49db-80be-1399eddd9c52", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0119", "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf" - ] - } + ], + "uuid": "c9cd7ec9-40b7-49db-80be-1399eddd9c52" + }, + "value": "Cachedump" }, { - "name": "Net", "description": "The Net utility is a component of the Windows operating system. It is used in command-line operations for control of users, groups, services, and network connections.Net has a great deal of functionality,[[Citation: Savill 1999]] much of which is useful for an adversary, such as gathering system and network information for [[Discovery]], moving laterally through [[Windows admin shares]] using net use commands, and interacting with services.\n\nAliases: Net, net.exe", - "uuid": "03342581-f790-4f03-ba41-e82e67392e23", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0039", @@ -331,25 +328,25 @@ "synonyms": [ "Net", "net.exe" - ] - } + ], + "uuid": "03342581-f790-4f03-ba41-e82e67392e23" + }, + "value": "Net" }, { - "name": "PsExec", "description": "PsExec is a free Microsoft tool that can be used to execute a program on another computer. It is used by IT administrators and attackers.[[Citation: Russinovich Sysinternals]][[Citation: SANS PsExec]]", - "uuid": "ff6caf67-ea1f-4895-b80e-4bb0fc31c6db", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0029", "https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx", "https://digital-forensics.sans.org/blog/2012/12/17/protecting-privileged-domain-accounts-psexec-deep-dive" - ] - } + ], + "uuid": "ff6caf67-ea1f-4895-b80e-4bb0fc31c6db" + }, + "value": "PsExec" }, { - "name": "Arp", "description": "Arp displays information about a system's Address Resolution Protocol (ARP) cache.[[Citation: TechNet Arp]]\n\nAliases: Arp, arp.exe", - "uuid": "30489451-5886-4c46-90c9-0dff9adc5252", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0099", @@ -358,13 +355,13 @@ "synonyms": [ "Arp", "arp.exe" - ] - } + ], + "uuid": "30489451-5886-4c46-90c9-0dff9adc5252" + }, + "value": "Arp" }, { - "name": "cmd", "description": "cmd is the Windows command-line interpreter that can be used to interact with systems and execute other processes and utilities.[[Citation: TechNet Cmd]]\n\nCmd.exe contains native functionality to perform many operations to interact with the system, including listing files in a directory (e.g., dir[[Citation: TechNet Dir]]), deleting files (e.g., del[[Citation: TechNet Del]]), and copying files (e.g., copy[[Citation: TechNet Copy]]).\n\nAliases: cmd, cmd.exe", - "uuid": "bba595da-b73a-4354-aa6c-224d4de7cb4e", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0106", @@ -376,13 +373,13 @@ "synonyms": [ "cmd", "cmd.exe" - ] - } + ], + "uuid": "bba595da-b73a-4354-aa6c-224d4de7cb4e" + }, + "value": "cmd" }, { - "name": "Reg", "description": "Reg is a Windows utility used to interact with the Windows Registry. It can be used at the command-line interface to query, add, modify, and remove information.Reg are known to be used by persistent threats.[[Citation: Windows Commands JPCERT]]\n\nAliases: Reg, reg.exe", - "uuid": "cde2d700-9ed1-46cf-9bce-07364fe8b24f", "meta": { "refs": [ "https://attack.mitre.org/wiki/Software/S0075", @@ -392,16 +389,19 @@ "synonyms": [ "Reg", "reg.exe" - ] - } + ], + "uuid": "cde2d700-9ed1-46cf-9bce-07364fe8b24f" + }, + "value": "Reg" } ], - "description": "Name of ATT&CK software", + "version": "1", "type": "tool", "source": "https://github.com/mitre/cti", "authors": [ "MITRE" ], - "uuid": "d700dc5c-78f6-11e7-a476-5f748c8e4fe0", - "version": "1" + "description": "Name of ATT&CK software", + "name": "Tool", + "uuid": "d700dc5c-78f6-11e7-a476-5f748c8e4fe0" } diff --git a/tools/mitre-cti/create_attack-pattern_galaxy.py b/tools/mitre-cti/create_attack-pattern_galaxy.py index aab7a88..61df5b7 100644 --- a/tools/mitre-cti/create_attack-pattern_galaxy.py +++ b/tools/mitre-cti/create_attack-pattern_galaxy.py @@ -22,7 +22,6 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] - value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] value['value'] = temp['name'] value['meta'] = {} value['meta']['refs'] = [] @@ -34,6 +33,7 @@ for element in os.listdir('.'): if 'x_mitre_platforms' in temp: value['meta']['x_mitre_platforms'] = temp['x_mitre_platforms'] values.append(value) + value['meta']['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] galaxy = {} galaxy['name'] = "Attack Pattern" diff --git a/tools/mitre-cti/create_course-of-action_galaxy.py b/tools/mitre-cti/create_course-of-action_galaxy.py index deda3bb..257a6a5 100644 --- a/tools/mitre-cti/create_course-of-action_galaxy.py +++ b/tools/mitre-cti/create_course-of-action_galaxy.py @@ -22,8 +22,9 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] - value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] value['value'] = temp['name'] + value['meta'] = {} + value['meta']['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] values.append(value) galaxy = {} diff --git a/tools/mitre-cti/create_intrusion-set_galaxy.py b/tools/mitre-cti/create_intrusion-set_galaxy.py index ee2e1ef..ceb13d8 100644 --- a/tools/mitre-cti/create_intrusion-set_galaxy.py +++ b/tools/mitre-cti/create_intrusion-set_galaxy.py @@ -22,7 +22,6 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] - value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] value['value'] = temp['name'] value['meta'] = {} value['meta']['synonyms'] = temp['aliases'] @@ -30,7 +29,7 @@ for element in os.listdir('.'): for reference in temp['external_references']: if 'url' in reference: value['meta']['refs'].append(reference['url']) - + value['meta']['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] values.append(value) galaxy = {} diff --git a/tools/mitre-cti/create_malware_galaxy.py b/tools/mitre-cti/create_malware_galaxy.py index e6009c7..44b109f 100644 --- a/tools/mitre-cti/create_malware_galaxy.py +++ b/tools/mitre-cti/create_malware_galaxy.py @@ -22,7 +22,6 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] - value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] value['value'] = temp['name'] value['meta'] = {} value['meta']['refs'] = [] @@ -31,6 +30,7 @@ for element in os.listdir('.'): value['meta']['refs'].append(reference['url']) if'x_mitre_aliases' in temp: value['meta']['synonyms'] = temp['x_mitre_aliases'] + value['meta']['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] values.append(value) galaxy = {} diff --git a/tools/mitre-cti/create_tool_galaxy.py b/tools/mitre-cti/create_tool_galaxy.py index c49cb74..6a1d8d3 100644 --- a/tools/mitre-cti/create_tool_galaxy.py +++ b/tools/mitre-cti/create_tool_galaxy.py @@ -22,7 +22,6 @@ for element in os.listdir('.'): value = {} value['description'] = temp['description'] - value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] value['value'] = temp['name'] value['meta'] = {} value['meta']['refs'] = [] @@ -31,6 +30,7 @@ for element in os.listdir('.'): value['meta']['refs'].append(reference['url']) if'x_mitre_aliases' in temp: value['meta']['synonyms'] = temp['x_mitre_aliases'] + value['meta']['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] values.append(value) galaxy = {} From 7e391e8a3996a4787811977a6c962911b9c44df1 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Wed, 16 Aug 2017 15:23:58 +0200 Subject: [PATCH 5/5] version is integer --- clusters/mitre_attack-pattern.json | 2 +- clusters/mitre_course-of-action.json | 2 +- clusters/mitre_intrusion-set.json | 2 +- clusters/mitre_malware.json | 2 +- clusters/mitre_tool.json | 2 +- galaxies/mitre_attack-pattern.json | 2 +- galaxies/mitre_course-of-action.json | 2 +- galaxies/mitre_intrusion-set.json | 2 +- galaxies/mitre_malware.json | 2 +- galaxies/mitre_tool.json | 2 +- tools/mitre-cti/create_attack-pattern_galaxy.py | 4 ++-- tools/mitre-cti/create_course-of-action_galaxy.py | 4 ++-- tools/mitre-cti/create_intrusion-set_galaxy.py | 4 ++-- tools/mitre-cti/create_malware_galaxy.py | 4 ++-- tools/mitre-cti/create_tool_galaxy.py | 4 ++-- 15 files changed, 20 insertions(+), 20 deletions(-) diff --git a/clusters/mitre_attack-pattern.json b/clusters/mitre_attack-pattern.json index 236d380..c962950 100644 --- a/clusters/mitre_attack-pattern.json +++ b/clusters/mitre_attack-pattern.json @@ -2,7 +2,7 @@ "uuid": "dcb864dc-775f-11e7-9fbb-1f41b4996683", "name": "Attack Pattern", "source": "https://github.com/mitre/cti", - "version": "1", + "version": 1, "values": [ { "meta": { diff --git a/clusters/mitre_course-of-action.json b/clusters/mitre_course-of-action.json index cf9f609..28ead07 100644 --- a/clusters/mitre_course-of-action.json +++ b/clusters/mitre_course-of-action.json @@ -901,7 +901,7 @@ "MITRE" ], "type": "course-of-action", - "version": "1", + "version": 1, "description": "ATT&CK Mitigation", "name": "Course of Action", "source": "https://github.com/mitre/cti", diff --git a/clusters/mitre_intrusion-set.json b/clusters/mitre_intrusion-set.json index 6eb75d9..981614b 100644 --- a/clusters/mitre_intrusion-set.json +++ b/clusters/mitre_intrusion-set.json @@ -763,5 +763,5 @@ "source": "https://github.com/mitre/cti", "type": "intrusion-set", "description": "Name of ATT&CK Group", - "version": "1" + "version": 1 } diff --git a/clusters/mitre_malware.json b/clusters/mitre_malware.json index 47f86ac..8bf844d 100644 --- a/clusters/mitre_malware.json +++ b/clusters/mitre_malware.json @@ -1,7 +1,7 @@ { "source": "https://github.com/mitre/cti", "description": "Name of ATT&CK software", - "version": "1", + "version": 1, "type": "malware", "authors": [ "MITRE" diff --git a/clusters/mitre_tool.json b/clusters/mitre_tool.json index b53870b..abc2901 100644 --- a/clusters/mitre_tool.json +++ b/clusters/mitre_tool.json @@ -395,7 +395,7 @@ "value": "Reg" } ], - "version": "1", + "version": 1, "type": "tool", "source": "https://github.com/mitre/cti", "authors": [ diff --git a/galaxies/mitre_attack-pattern.json b/galaxies/mitre_attack-pattern.json index e3fda95..8d0e10b 100644 --- a/galaxies/mitre_attack-pattern.json +++ b/galaxies/mitre_attack-pattern.json @@ -1,7 +1,7 @@ { "type": "attack-pattern", "name": "Attack Pattern", - "version": "1", + "version": 1, "description": "ATT&CK Tactic", "uuid": "c4e851fa-775f-11e7-8163-b774922098cd" } diff --git a/galaxies/mitre_course-of-action.json b/galaxies/mitre_course-of-action.json index d9e9a9a..63fa8b6 100644 --- a/galaxies/mitre_course-of-action.json +++ b/galaxies/mitre_course-of-action.json @@ -1,7 +1,7 @@ { "uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e", "type": "course-of-action", - "version": "1", + "version": 1, "description": "ATT&CK Mitigation", "name": "Course of Action" } diff --git a/galaxies/mitre_intrusion-set.json b/galaxies/mitre_intrusion-set.json index 53d67e4..28902ad 100644 --- a/galaxies/mitre_intrusion-set.json +++ b/galaxies/mitre_intrusion-set.json @@ -3,5 +3,5 @@ "uuid": "1023f364-7831-11e7-8318-43b5531983ab", "type": "course-of-action", "name": "Intrusion Set", - "version": "1" + "version": 1 } diff --git a/galaxies/mitre_malware.json b/galaxies/mitre_malware.json index 836df75..c96087d 100644 --- a/galaxies/mitre_malware.json +++ b/galaxies/mitre_malware.json @@ -2,6 +2,6 @@ "description": "Name of ATT&CK software", "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", "type": "malware", - "version": "1", + "version": 1, "name": "Malware" } diff --git a/galaxies/mitre_tool.json b/galaxies/mitre_tool.json index 7d54c37..ef8c7b8 100644 --- a/galaxies/mitre_tool.json +++ b/galaxies/mitre_tool.json @@ -1,7 +1,7 @@ { "uuid": "d5cbd1a2-78f6-11e7-a833-7b9bccca9649", "description": "Name of ATT&CK software", - "version": "1", + "version": 1, "type": "tool", "name": "Tool" } diff --git a/tools/mitre-cti/create_attack-pattern_galaxy.py b/tools/mitre-cti/create_attack-pattern_galaxy.py index 61df5b7..9617249 100644 --- a/tools/mitre-cti/create_attack-pattern_galaxy.py +++ b/tools/mitre-cti/create_attack-pattern_galaxy.py @@ -40,13 +40,13 @@ galaxy['name'] = "Attack Pattern" galaxy['type'] = "attack-pattern" galaxy['description'] = "ATT&CK Tactic" galaxy['uuid' ] = "c4e851fa-775f-11e7-8163-b774922098cd" -galaxy['version'] = "1" +galaxy['version'] = 1 cluster = {} cluster['name'] = "Attack Pattern" cluster['type'] = "attack-pattern" cluster['description'] = "ATT&CK tactic" -cluster['version'] = "1" +cluster['version'] = 1 cluster['source'] = "https://github.com/mitre/cti" cluster['uuid' ] = "dcb864dc-775f-11e7-9fbb-1f41b4996683" cluster['authors'] = ["MITRE"] diff --git a/tools/mitre-cti/create_course-of-action_galaxy.py b/tools/mitre-cti/create_course-of-action_galaxy.py index 257a6a5..f120436 100644 --- a/tools/mitre-cti/create_course-of-action_galaxy.py +++ b/tools/mitre-cti/create_course-of-action_galaxy.py @@ -32,13 +32,13 @@ galaxy['name'] = "Course of Action" galaxy['type'] = "course-of-action" galaxy['description'] = "ATT&CK Mitigation" galaxy['uuid' ] = "6fcb4472-6de4-11e7-b5f7-37771619e14e" -galaxy['version'] = "1" +galaxy['version'] = 1 cluster = {} cluster['name'] = "Course of Action" cluster['type'] = "course-of-action" cluster['description'] = "ATT&CK Mitigation" -cluster['version'] = "1" +cluster['version'] = 1 cluster['source'] = "https://github.com/mitre/cti" cluster['uuid' ] = "a8825ae8-6dea-11e7-8d57-7728f3cfe086" cluster['authors'] = ["MITRE"] diff --git a/tools/mitre-cti/create_intrusion-set_galaxy.py b/tools/mitre-cti/create_intrusion-set_galaxy.py index ceb13d8..1e4d00c 100644 --- a/tools/mitre-cti/create_intrusion-set_galaxy.py +++ b/tools/mitre-cti/create_intrusion-set_galaxy.py @@ -37,13 +37,13 @@ galaxy['name'] = "Intrusion Set" galaxy['type'] = "course-of-action" galaxy['description'] = "Name of ATT&CK Group" galaxy['uuid' ] = "1023f364-7831-11e7-8318-43b5531983ab" -galaxy['version'] = "1" +galaxy['version'] = 1 cluster = {} cluster['name'] = "intrusion Set" cluster['type'] = "intrusion-set" cluster['description'] = "Name of ATT&CK Group" -cluster['version'] = "1" +cluster['version'] = 1 cluster['source'] = "https://github.com/mitre/cti" cluster['uuid' ] = "10df003c-7831-11e7-bdb9-971cdd1218df" cluster['authors'] = ["MITRE"] diff --git a/tools/mitre-cti/create_malware_galaxy.py b/tools/mitre-cti/create_malware_galaxy.py index 44b109f..2140fd1 100644 --- a/tools/mitre-cti/create_malware_galaxy.py +++ b/tools/mitre-cti/create_malware_galaxy.py @@ -38,13 +38,13 @@ galaxy['name'] = "Malware" galaxy['type'] = "malware" galaxy['description'] = "Name of ATT&CK software" galaxy['uuid' ] = "d752161c-78f6-11e7-a0ea-bfa79b407ce4" -galaxy['version'] = "1" +galaxy['version'] = 1 cluster = {} cluster['name'] = "Malware" cluster['type'] = "malware" cluster['description'] = "Name of ATT&CK software" -cluster['version'] = "1" +cluster['version'] = 1 cluster['source'] = "https://github.com/mitre/cti" cluster['uuid' ] = "d752161c-78f6-11e7-a0ea-bfa79b407ce4" cluster['authors'] = ["MITRE"] diff --git a/tools/mitre-cti/create_tool_galaxy.py b/tools/mitre-cti/create_tool_galaxy.py index 6a1d8d3..0a4461e 100644 --- a/tools/mitre-cti/create_tool_galaxy.py +++ b/tools/mitre-cti/create_tool_galaxy.py @@ -38,13 +38,13 @@ galaxy['name'] = "Tool" galaxy['type'] = "tool" galaxy['description'] = "Name of ATT&CK software" galaxy['uuid' ] = "d5cbd1a2-78f6-11e7-a833-7b9bccca9649" -galaxy['version'] = "1" +galaxy['version'] = 1 cluster = {} cluster['name'] = "Tool" cluster['type'] = "tool" cluster['description'] = "Name of ATT&CK software" -cluster['version'] = "1" +cluster['version'] = 1 cluster['source'] = "https://github.com/mitre/cti" cluster['uuid' ] = "d700dc5c-78f6-11e7-a476-5f748c8e4fe0" cluster['authors'] = ["MITRE"]