-
Notifications
You must be signed in to change notification settings - Fork 6
/
tool--bba595da-b73a-4354-aa6c-224d4de7cb4e.json
47 lines (47 loc) · 1.99 KB
/
tool--bba595da-b73a-4354-aa6c-224d4de7cb4e.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"id": "tool--bba595da-b73a-4354-aa6c-224d4de7cb4e",
"created_by_ref": "The MITRE Corporation",
"name": "cmd",
"description": "[cmd](https://attack.mitre.org/software/S0106) 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., <code>dir</code> (Citation: TechNet Dir)), deleting files (e.g., <code>del</code> (Citation: TechNet Del)), and copying files (e.g., <code>copy</code> (Citation: TechNet Copy)).",
"external_references": [
{
"source_name": "mitre-attack",
"url": "https://attack.mitre.org/software/S0106",
"external_id": "S0106"
},
{
"url": "https://technet.microsoft.com/en-us/library/bb490880.aspx",
"description": "Microsoft. (n.d.). Cmd. Retrieved April 18, 2016.",
"source_name": "TechNet Cmd"
},
{
"url": "https://technet.microsoft.com/en-us/library/cc755121.aspx",
"description": "Microsoft. (n.d.). Dir. Retrieved April 18, 2016.",
"source_name": "TechNet Dir"
},
{
"url": "https://technet.microsoft.com/en-us/library/cc771049.aspx",
"description": "Microsoft. (n.d.). Del. Retrieved April 22, 2016.",
"source_name": "TechNet Del"
},
{
"url": "https://technet.microsoft.com/en-us/library/bb490886.aspx",
"description": "Microsoft. (n.d.). Copy. Retrieved April 26, 2016.",
"source_name": "TechNet Copy"
}
],
"type": "tool",
"labels": [
"tool"
],
"modified": "2020-03-20T18:38:23.242Z",
"created": "2017-05-31T21:33:05.319Z",
"x_mitre_platforms": [
"Windows"
],
"x_mitre_aliases": [
"cmd",
"cmd.exe"
],
"x_mitre_version": "1.1"
}