-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
141 lines (141 loc) · 3.78 KB
/
definition.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"attributes": {
"classification": {
"description": "The type of entity being targeted.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"individual",
"group",
"organization",
"class",
"unknown"
],
"ui-priority": 1
},
"description": {
"description": "Description of the victim",
"misp-attribute": "text",
"ui-priority": 1
},
"domain": {
"description": "Domain name of the organisation targeted.",
"misp-attribute": "domain",
"multiple": true,
"ui-priority": 1
},
"email": {
"description": "The email address(es) of the user targeted.",
"misp-attribute": "target-email",
"multiple": true,
"ui-priority": 1
},
"external": {
"description": "External target organisations affected by this attack.",
"misp-attribute": "target-external",
"multiple": true,
"ui-priority": 1
},
"ip-address": {
"description": "IP address(es) of the node targeted.",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"name": {
"description": "The name of the department(s) or organisation(s) targeted.",
"misp-attribute": "target-org",
"multiple": true,
"ui-priority": 1
},
"node": {
"description": "Name(s) of node that was targeted.",
"misp-attribute": "target-machine",
"multiple": true,
"ui-priority": 1
},
"reference": {
"description": "External reference to the victim/case.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"regions": {
"description": "The list of regions or locations from the victim targeted. ISO 3166 should be used.",
"misp-attribute": "target-location",
"multiple": true,
"ui-priority": 1
},
"roles": {
"description": "The list of roles targeted within the victim.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"sectors": {
"description": "The list of sectors that the victim belong to",
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"academia - university",
"aerospace",
"agriculture",
"automotive",
"communications",
"construction",
"defence",
"dissident",
"education",
"energy",
"engineering",
"entertainment",
"faith-based organization",
"financial services",
"government local",
"government national",
"government public services",
"government regional",
"healthcare",
"hospitality leisure",
"information and cultural industries",
"infrastructure",
"insurance",
"international organization",
"justice",
"law enforcement",
"legal",
"manufacturing",
"mining",
"non profit",
"pharmaceuticals",
"political party",
"retail",
"technology",
"telecommunications",
"telecommunications - internet service provider",
"telecommunications - managed service provider",
"telecommunications - hosting provider",
"think tank",
"transportation",
"utilities"
],
"ui-priority": 1
},
"user": {
"description": "The username(s) of the user targeted.",
"misp-attribute": "target-user",
"multiple": true,
"ui-priority": 1
}
},
"description": "Victim object describes the target of an attack or abuse.",
"meta-category": "misc",
"name": "victim",
"requiredOneOf": [
"name",
"regions",
"sectors"
],
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",
"version": 10
}