-
Notifications
You must be signed in to change notification settings - Fork 6
/
attack-pattern--1996eef1-ced3-4d7f-bf94-33298cabbf72.json
55 lines (55 loc) · 3.36 KB
/
attack-pattern--1996eef1-ced3-4d7f-bf94-33298cabbf72.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
48
49
50
51
52
53
54
55
{
"external_references": [
{
"source_name": "mitre-attack",
"external_id": "T1071.004",
"url": "https://attack.mitre.org/techniques/T1071/004"
},
{
"source_name": "PAN DNS Tunneling",
"url": "https://www.paloaltonetworks.com/cyberpedia/what-is-dns-tunneling",
"description": "Palo Alto Networks. (n.d.). What Is DNS Tunneling?. Retrieved March 15, 2020."
},
{
"source_name": "Medium DnsTunneling",
"url": "https://medium.com/@galolbardes/learn-how-easy-is-to-bypass-firewalls-using-dns-tunneling-and-also-how-to-block-it-3ed652f4a000",
"description": "Galobardes, R. (2018, October 30). Learn how easy is to bypass firewalls using DNS tunneling (and also how to block it). Retrieved March 15, 2020."
},
{
"url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf",
"description": "Gardiner, J., Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
"source_name": "University of Birmingham C2"
}
],
"created_by_ref": "The MITRE Corporation",
"name": "DNS",
"description": "Adversaries may communicate using the Domain Name System (DNS) application layer protocol to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \n\nThe DNS protocol serves an administrative function in computer networking and thus may be very common in environments. DNS traffic may also be allowed even before network authentication is completed. DNS packets contain many fields and headers in which data can be concealed. Often known as DNS tunneling, adversaries may abuse DNS to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.(Citation: PAN DNS Tunneling)(Citation: Medium DnsTunneling) ",
"id": "attack-pattern--1996eef1-ced3-4d7f-bf94-33298cabbf72",
"type": "attack-pattern",
"kill_chain_phases": [
{
"kill_chain_name": "mitre-attack",
"phase_name": "command-and-control"
}
],
"modified": "2020-10-21T16:26:34.196Z",
"created": "2020-03-15T16:27:31.768Z",
"x_mitre_contributors": [
"Jan Petrov, Citi"
],
"x_mitre_version": "1.0",
"x_mitre_is_subtechnique": true,
"x_mitre_detection": "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 standards regarding syntax, structure, or any other variable adversaries could leverage to conceal data.(Citation: University of Birmingham C2)\n\nMonitor for DNS traffic to/from known-bad or suspicious domains.",
"x_mitre_data_sources": [
"Netflow/Enclave netflow",
"DNS records",
"Process monitoring",
"Process use of network",
"Packet capture"
],
"x_mitre_platforms": [
"Linux",
"macOS",
"Windows"
]
}