forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinition.json
72 lines (72 loc) · 1.83 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
{
"attributes": {
"first-seen": {
"description": "First time the ssh authorized keys file has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"full-line": {
"description": "One full-line of the authorized key file",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"hostname": {
"categories": [
"Network activity",
"External analysis"
],
"description": "hostname",
"misp-attribute": "hostname",
"multiple": true,
"ui-priority": 1
},
"ip": {
"categories": [
"Network activity",
"External analysis"
],
"description": "IP Address",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"key": {
"description": "Public key in base64 as found in the authorized key file",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"key-id": {
"description": "Key-id and option part of the public key line",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"last-seen": {
"description": "Last time the ssh authorized keys file has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"text": {
"description": "A description of the ssh authorized keys",
"disable_correlation": true,
"misp-attribute": "text",
"recommended": false,
"ui-priority": 1
}
},
"description": "An object to store ssh authorized keys file.",
"meta-category": "network",
"name": "ssh-authorized-keys",
"requiredOneOf": [
"ip",
"hostname",
"full-line",
"key"
],
"uuid": "d1db3e4d-c932-4d8b-a915-4cff088cb678",
"version": 1
}