-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
51 lines (51 loc) · 1.21 KB
/
definition.json
File metadata and controls
51 lines (51 loc) · 1.21 KB
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
{
"attributes": {
"ip-dst": {
"description": "Destination IP.",
"disable_correlation": false,
"misp-attribute": "ip-dst",
"ui-priority": 1
},
"ip-src": {
"description": "IP address originating the authentication failure.",
"disable_correlation": false,
"misp-attribute": "ip-src",
"ui-priority": 1
},
"total": {
"description": "the number of authentication failures reported.",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"type": {
"description": "the type of authentication failure.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"ssh"
],
"ui-priority": 1
},
"username": {
"description": "the username used.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Authentication Failure Report",
"meta-category": "network",
"name": "authentication-failure-report",
"required": [
"total",
"type"
],
"requiredOneOf": [
"ip-src",
"ip-dst",
"username"
],
"uuid": "9b39afe0-9809-4fe0-8a0b-4cec2b140dd2",
"version": 4
}