-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathinsights1.json
More file actions
120 lines (120 loc) · 2.65 KB
/
Copy pathinsights1.json
File metadata and controls
120 lines (120 loc) · 2.65 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"city": {
"geoname_id": "2655045",
"names": {
"en": "Boxford"
}
},
"continent": {
"code": "EU",
"geoname_id": 6255148,
"names": {
"de": "Europa",
"en": "Europe",
"es": "Europa",
"fr": "Europe",
"ja": "ヨーロッパ",
"pt-BR": "Europa",
"ru": "Европа",
"zh-CN": "欧洲"
}
},
"country": {
"geoname_id": 2635167,
"is_in_european_union": true,
"iso_code": "GB",
"names": {
"de": "Vereinigtes Königreich",
"en": "United Kingdom",
"es": "Reino Unido",
"fr": "Royaume-Uni",
"ja": "イギリス",
"pt-BR": "Reino Unido",
"ru": "Великобритания",
"zh-CN": "英国"
}
},
"location": {
"accuracy_radius": 100,
"latitude": "51.7500",
"longitude": "-1.2500",
"time_zone": "Europe/London"
},
"maxmind": {
"queries_remaining": 11
},
"postal": {
"code": "OX1"
},
"registered_country": {
"geoname_id": 3017382,
"is_in_european_union": true,
"iso_code": "FR",
"names": {
"de": "Frankreich",
"en": "France",
"es": "Francia",
"fr": "France",
"ja": "フランス共和国",
"pt-BR": "França",
"ru": "Франция",
"zh-CN": "法国"
}
},
"subdivisions": [
{
"geoname_id": 6269131,
"iso_code": "ENG",
"names": {
"en": "England",
"es": "Inglaterra",
"fr": "Angleterre",
"pt-BR": "Inglaterra"
}
},
{
"geoname_id": 3333217,
"iso_code": "WBK",
"names": {
"en": "West Berkshire",
"ru": "Западный Беркшир",
"zh-CN": "西伯克郡"
}
}
],
"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_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"
}
}
}