-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
70 lines (70 loc) · 1.49 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
{
"attributes": {
"banner": {
"categories": [
"Network activity",
"External analysis"
],
"description": "server banner reported",
"misp-attribute": "text",
"ui-priority": 1
},
"hostname": {
"categories": [
"Network activity",
"External analysis"
],
"description": "Hostnames found",
"misp-attribute": "domain",
"multiple": true,
"ui-priority": 1
},
"ip": {
"categories": [
"Network activity",
"External analysis"
],
"description": "IP Address Queried",
"misp-attribute": "ip-dst",
"ui-priority": 1
},
"org": {
"categories": [
"Network activity",
"External analysis"
],
"description": "Associated Organization",
"misp-attribute": "text",
"ui-priority": 1
},
"port": {
"categories": [
"Network activity",
"External analysis"
],
"description": "Listening Port",
"misp-attribute": "port",
"ui-priority": 1
},
"text": {
"description": "A description of the report",
"misp-attribute": "text",
"recommended": false,
"ui-priority": 1
}
},
"description": "Shodan Report for a given IP",
"meta-category": "network",
"name": "shodan-report",
"required": [
"ip"
],
"requiredOneOf": [
"hostname",
"org",
"port",
"banner"
],
"uuid": "10b03d93-3694-4a79-9cd1-4a273746303a",
"version": 1
}