-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
71 lines (71 loc) · 1.89 KB
/
definition.json
File metadata and controls
71 lines (71 loc) · 1.89 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"attributes": {
"banner": {
"categories": [
"Network activity",
"External analysis"
],
"description": "SSH banner",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"base64": {
"description": "Base64 representation of the ssh-key",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 2
},
"fingerprint": {
"description": "Fingerprint of the SSH key",
"disable_correlation": true,
"misp-attribute": "ssh-fingerprint",
"multiple": true,
"ui-priority": 1
},
"first_seen": {
"description": "First time that the passive-ssh object has been seen by the passive SSH",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"hassh": {
"description": "Hassh fingerprint",
"misp-attribute": "hassh-md5",
"ui-priority": 1
},
"host": {
"categories": [
"Network activity",
"External analysis"
],
"description": "IP Address of the host(s) that exposed this SSH key",
"misp-attribute": "ip-dst",
"multiple": true,
"ui-priority": 1
},
"last_seen": {
"description": "Last time that the passive-ssh object has been seen by the passive SSH",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"port": {
"description": "Port of the connection",
"misp-attribute": "port",
"ui-priority": 1
}
},
"description": "Passive-ssh object as described on passive-ssh services from circl.lu - https://github.com/D4-project/passive-ssh",
"meta-category": "network",
"name": "passive-ssh",
"requiredOneOf": [
"host",
"base64",
"fingerprint",
"hassh"
],
"uuid": "ec350cdf-2311-4df5-972a-a4342a2c0065",
"version": 2
}