Skip to content

Commit f3c9978

Browse files
committed
Add new database dev docs
1 parent 78d84d0 commit f3c9978

File tree

7 files changed

+473
-0
lines changed

7 files changed

+473
-0
lines changed
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
---
2+
draft: false
3+
title: GeoIP IP Risk Databases
4+
---
5+
6+
Maxmind's GeoIP IP Risk database contains all IP networks associated with
7+
non-corporate proxies, VPNs, and other anonymous IP addresses, and other IP
8+
addresses associated with risky activity.
9+
10+
To learn more about the GeoIP IP Risk database, please see the
11+
[GeoIP IP Risk database overview](https://get.maxmind.com/hubfs/Marketing/GeoIP%20IP%20Risk%20database/GeoIP%20IP%20Risk%20database%20product%20overview.pdf).
12+
If you are interested in purchasing the database, please
13+
[contact our Enterprise Business team](https://www.maxmind.com/en/solutions/connect-with-a-geoip-expert)
14+
for assistance.
15+
16+
{{< snippet "snippets/data-privacy-warning.md" >}}
17+
18+
## Binary Database
19+
20+
{{< snippet "snippets/binary-databases.md" >}}
21+
22+
## CSV Database
23+
24+
{{< snippet "snippets/csv-databases-intro.md" >}}
25+
26+
{{< zip-file-content product-name="GeoIP2-IP-Risk" >}}
27+
28+
{{< snippet "snippets/file-format.md" >}}
29+
30+
### Blocks Files
31+
32+
There are two CSV files for network blocks, one each for IPv4 and IPv6 blocks.
33+
These are named `GeoIP2-IP-Risk-Blocks-IPv4.csv` and
34+
`GeoIP2-IP-Risk-Blocks-IPv6.csv` respectively.
35+
36+
{{< rawhtml >}}
37+
38+
<div class="table">
39+
<table>
40+
<tbody>
41+
<tr>
42+
<th>Name</th>
43+
<th>Type</th>
44+
<th>Description</th>
45+
</tr>
46+
47+
<tr>
48+
<td>network</td>
49+
<td>IP network as a string</td>
50+
<td>
51+
This is the IPv4 or IPv6 network in CIDR format such as
52+
"2.125.160.216/29" or "2001:c50::/32". We offer a utility to convert
53+
this column to start/end IPs or start/end integers. See
54+
<a href="#conversion-utility">the conversion utility section</a> for
55+
details.
56+
<br />
57+
<a
58+
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FN989KWHZG902R63XSJ786RK"
59+
>
60+
Learn more about the network column on our Knowledge Base.
61+
</a>
62+
</td>
63+
</tr>
64+
65+
<tr>
66+
<td>ip_risk</td>
67+
<td>decimal</td>
68+
<td>
69+
This field contains the risk associated with the IP address. The value
70+
ranges from 0.01 to 99. A higher score indicates a higher risk.
71+
<br />
72+
<a
73+
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP6TB1P6C99JFT16HCR"
74+
>
75+
Learn more about the IP risk score on our Knowledge Base.
76+
</a>
77+
<br />
78+
min: 0.01, max: 99
79+
</td>
80+
</tr>
81+
</tbody>
82+
83+
</table>
84+
</div>
85+
{{</ rawhtml >}}
86+
87+
### Conversion Utility
88+
89+
{{< snippet "snippets/conversion-utility.md" >}}
90+
91+
## Example Files
92+
93+
{{< snippet "snippets/example-files.md" >}}
94+
95+
### CSV Example Files
96+
97+
{{< csv-example-files >}}
98+
99+
- [GeoIP2-IP-Risk-CSV_Example.zip](/static/GeoIP2-IP-Risk-CSV_Example.zip)
100+
{{</ csv-example-files >}}
101+
102+
### MMDB Example Files
103+
104+
{{< mmdb-example-files >}}
105+
106+
- [GeoIP2-IP-Risk-Test.mmdb](https://github.com/maxmind/MaxMind-DB/blob/main/test-data/GeoIP2-IP-Risk-Test.mmdb)
107+
{{</ mmdb-example-files >}}
108+
109+
<!-- ## Database Sizes -->
110+
111+
<!-- prettier-ignore-start -->
112+
113+
<!-- {{< db-sizes-table dateRange="August to October 2024" >}}
114+
- databaseName: "GeoIP IP Risk"
115+
csvSizeRange: "TBD"
116+
mmdbSizeRange: "TBD"
117+
ipv4Range: "TBD"
118+
ipv6Range: "TBD"
119+
{{< /db-sizes-table >}} -->
120+
121+
<!-- prettier-ignore-end -->
122+
123+
## Database Changes
124+
125+
{{< database-changes product="IP Risk" >}}
126+
127+
## APIs and Third-Party Integrations
128+
129+
{{< snippet "snippets/geoip-db-apis.md" >}}
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
draft: false
3+
title: GeoIP Static IP Score Databases
4+
---
5+
6+
This database indicates how static or dynamic an IP address is, which can be
7+
useful for deciding whether an IP address represents the same user over time.
8+
9+
To learn more about the GeoIP Static IP Score database, including terms and
10+
pricing, please
11+
[contact our Enterprise Business team](https://www.maxmind.com/en/solutions/connect-with-a-geoip-expert)
12+
for assistance.
13+
14+
{{< snippet "snippets/data-privacy-warning.md" >}}
15+
16+
## Binary Database
17+
18+
{{< snippet "snippets/binary-databases.md" >}}
19+
20+
## CSV Database
21+
22+
{{< snippet "snippets/csv-databases-intro.md" >}}
23+
24+
{{< zip-file-content product-name="GeoIP2-Static-IP-Score" >}}
25+
26+
{{< snippet "snippets/file-format.md" >}}
27+
28+
### Blocks Files
29+
30+
There are two CSV files for network blocks, one each for IPv4 and IPv6 blocks.
31+
These are named `GeoIP2-Static-IP-Score-Blocks-IPv4.csv` and
32+
`GeoIP2-Static-IP-Score-Blocks-IPv6.csv` respectively.
33+
34+
{{< rawhtml >}}
35+
36+
<div class="table">
37+
<table>
38+
<tbody>
39+
<tr>
40+
<th>Name</th>
41+
<th>Type</th>
42+
<th>Description</th>
43+
</tr>
44+
45+
<tr>
46+
<td>network</td>
47+
<td>IP network as a string</td>
48+
<td>
49+
This is the IPv4 or IPv6 network in CIDR format such as
50+
"2.125.160.216/29" or "2001:c50::/32". We offer a utility to convert
51+
this column to start/end IPs or start/end integers. See
52+
<a href="#conversion-utility">the conversion utility section</a> for
53+
details.
54+
<br />
55+
<a
56+
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FN989KWHZG902R63XSJ786RK"
57+
>
58+
Learn more about the network column on our Knowledge Base.
59+
</a>
60+
</td>
61+
</tr>
62+
63+
<tr>
64+
<td>static_ip_score</td>
65+
<td>decimal</td>
66+
<td>
67+
An indicator of how static or dynamic an IP address is. The value
68+
ranges from 0 to 99.99 with higher values meaning a greater static
69+
association. For example, many IP addresses with a user_type of
70+
cellular have a score under one. Broadband IPs that don't change very
71+
often typically have a score above thirty.
72+
<br />
73+
This indicator can be useful for deciding whether an IP address
74+
represents the same user over time.
75+
<br />
76+
<a
77+
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP6XQC228W34VCJV88P"
78+
>
79+
Learn more about the static IP score on our Knowledge Base.
80+
</a>
81+
<br />
82+
min: 0, max: 99.99
83+
</td>
84+
</tr>
85+
</tbody>
86+
87+
</table>
88+
</div>
89+
{{</ rawhtml >}}
90+
91+
### Conversion Utility
92+
93+
{{< snippet "snippets/conversion-utility.md" >}}
94+
95+
## Example Files
96+
97+
{{< snippet "snippets/example-files.md" >}}
98+
99+
### CSV Example Files
100+
101+
{{< csv-example-files >}}
102+
103+
- [GeoIP2-Static-IP-Score-CSV_Example.zip](/static/GeoIP2-Static-IP-Score-CSV_Example.zip)
104+
{{</ csv-example-files >}}
105+
106+
### MMDB Example Files
107+
108+
{{< mmdb-example-files >}}
109+
110+
- [GeoIP2-Static-IP-Score-Test.mmdb](https://github.com/maxmind/MaxMind-DB/blob/main/test-data/GeoIP2-Static-IP-Score-Test.mmdb)
111+
{{</ mmdb-example-files >}}
112+
113+
<!-- ## Database Sizes -->
114+
115+
<!-- prettier-ignore-start -->
116+
117+
<!-- {{< db-sizes-table dateRange="August to October 2024" >}}
118+
- databaseName: "GeoIP Static IP Score"
119+
csvSizeRange: "TBD"
120+
mmdbSizeRange: "TBD"
121+
ipv4Range: "TBD"
122+
ipv6Range: "TBD"
123+
{{< /db-sizes-table >}} -->
124+
125+
<!-- prettier-ignore-end -->
126+
127+
## Database Changes
128+
129+
{{< database-changes product="Static IP Score" >}}
130+
131+
## APIs and Third-Party Integrations
132+
133+
{{< snippet "snippets/geoip-db-apis.md" >}}

0 commit comments

Comments
 (0)