test_scratch / cti-ATT-CK-v13.1 /enterprise-attack /attack-pattern /attack-pattern--01a5a209-b94c-450b-b7f9-946497d91055.json
khoicrtp's picture
Upload 2298 files
5fe70fd
raw
history blame
4.27 kB
{
"type": "bundle",
"id": "bundle--1323325f-9452-40ef-91e2-35d3a688ac41",
"spec_version": "2.0",
"objects": [
{
"modified": "2023-04-07T17:10:13.696Z",
"name": "Windows Management Instrumentation",
"description": "Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is an administration feature that provides a uniform environment to access Windows system components. The WMI service enables both local and remote access, though the latter is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) (DCOM) and [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006) (WinRM).(Citation: MSDN WMI) Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.(Citation: MSDN WMI)(Citation: FireEye WMI 2015)\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to execute various behaviors, such as gathering information for Discovery as well as remote Execution of files as part of Lateral Movement. (Citation: FireEye WMI SANS 2015) (Citation: FireEye WMI 2015)",
"kill_chain_phases": [
{
"kill_chain_name": "mitre-attack",
"phase_name": "execution"
}
],
"x_mitre_contributors": [
"@ionstorm"
],
"x_mitre_deprecated": false,
"x_mitre_detection": "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)",
"x_mitre_domains": [
"enterprise-attack"
],
"x_mitre_is_subtechnique": false,
"x_mitre_platforms": [
"Windows"
],
"x_mitre_version": "1.3",
"x_mitre_data_sources": [
"Process: Process Creation",
"Command: Command Execution",
"Network Traffic: Network Connection Creation"
],
"x_mitre_remote_support": true,
"type": "attack-pattern",
"id": "attack-pattern--01a5a209-b94c-450b-b7f9-946497d91055",
"created": "2017-05-31T21:30:44.329Z",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"revoked": false,
"external_references": [
{
"source_name": "mitre-attack",
"url": "https://attack.mitre.org/techniques/T1047",
"external_id": "T1047"
},
{
"source_name": "FireEye WMI 2015",
"description": "Ballenthin, W., et al. (2015). Windows Management Instrumentation (WMI) Offense, Defense, and Forensics. Retrieved March 30, 2016.",
"url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf"
},
{
"source_name": "FireEye WMI SANS 2015",
"description": "Devon Kerr. (2015). There's Something About WMI. Retrieved May 4, 2020.",
"url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/sans-dfir-2015.pdf"
},
{
"source_name": "MSDN WMI",
"description": "Microsoft. (n.d.). Windows Management Instrumentation. Retrieved April 27, 2016.",
"url": "https://msdn.microsoft.com/en-us/library/aa394582.aspx"
}
],
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
],
"x_mitre_attack_spec_version": "3.1.0",
"x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5"
}
]
}