-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathinsights0.json
More file actions
104 lines (104 loc) · 2.12 KB
/
Copy pathinsights0.json
File metadata and controls
104 lines (104 loc) · 2.12 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
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
102
103
104
{
"city": {
"confidence": 76,
"geoname_id": 9876,
"names": {
"en": "Minneapolis"
}
},
"continent": {
"code": "NA",
"geoname_id": 42,
"names": {
"en": "North America"
}
},
"country": {
"confidence": 99,
"geoname_id": 1,
"iso_code": "US",
"names": {
"en": "United States of America"
}
},
"location": {
"accuracy_radius": 1500,
"average_income": 24626,
"latitude": 44.98,
"longitude": 93.2636,
"population_density": 1341,
"time_zone": "America/Chicago"
},
"maxmind": {
"queries_remaining": 11
},
"postal": {
"code": "55401",
"confidence": 33
},
"registered_country": {
"geoname_id": 2,
"iso_code": "CA",
"names": {
"en": "Canada"
}
},
"represented_country": {
"geoname_id": 3,
"is_in_european_union": true,
"iso_code": "GB",
"names": {
"en": "United Kingdom"
},
"type": "C<military>"
},
"subdivisions": [
{
"confidence": 88,
"geoname_id": 574635,
"iso_code": "MN",
"names": {
"en": "Minnesota"
}
},
{
"iso_code": "TT"
}
],
"traits": {
"autonomous_system_number": 1234,
"autonomous_system_organization": "AS Organization",
"connection_type": "Cable/DSL",
"domain": "example.com",
"ip_address": "1.2.3.4",
"isp": "Comcast",
"is_anonymous": true,
"is_anonymous_vpn": true,
"is_anycast": true,
"is_hosting_provider": true,
"is_public_proxy": true,
"is_residential_proxy": true,
"is_tor_exit_node": true,
"organization": "Blorg",
"static_ip_score": 1.3,
"user_count": 2,
"user_type": "college",
"ip_risk_snapshot": 0.01
},
"anonymizer": {
"confidence": 99,
"is_anonymous": true,
"is_anonymous_vpn": true,
"is_hosting_provider": true,
"is_public_proxy": true,
"is_residential_proxy": true,
"is_tor_exit_node": true,
"network_last_seen": "2024-12-31",
"provider_name": "NordVPN",
"residential": {
"confidence": 82,
"network_last_seen": "2026-05-11",
"provider_name": "quickshift"
}
}
}