-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
101 lines (101 loc) · 2.73 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
{
"attributes": {
"ISP": {
"description": "ISP.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"asn": {
"description": "Autonomous System Number",
"disable_correlation": true,
"misp-attribute": "AS",
"ui-priority": 1
},
"city": {
"description": "City.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"country": {
"description": "Country name",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"country-code": {
"description": "Country code ",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"first-seen": {
"description": "First time the ASN was seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"ip-src": {
"description": "Source IP address of the network connection.",
"misp-attribute": "ip-src",
"ui-priority": 1
},
"last-seen": {
"description": "Last time the ASN was seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"latitude": {
"description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 90
},
"longitude": {
"description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 89
},
"organization": {
"description": "organization",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"region": {
"description": "Region. example: California.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"region-code": {
"description": "Region code. example: CA",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"state": {
"description": "State.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"zipcode": {
"description": "Zip Code.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "IP Address information. Useful if you are pulling your ip information from ip-api.com",
"meta-category": "network",
"name": "ip-api-address",
"requiredOneOf": [
"ip-src"
],
"uuid": "4336f124-6264-4f72-943e-cc3797e4122b",
"version": 2
}