Skip to content

Commit 6a28aae

Browse files
committed
Remove and update respective content
1 parent f3c9978 commit 6a28aae

File tree

3 files changed

+15
-81
lines changed

3 files changed

+15
-81
lines changed

content/geoip/docs/databases/ip-risk.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ for assistance.
1717

1818
## Binary Database
1919

20-
{{< snippet "snippets/binary-databases.md" >}}
20+
You can also use the mmdbinspect tool (in beta), a command line interface built
21+
with Go, to look up one or more IPs from one or more MMDB databases and receive
22+
output in a parsable JSON format.
2123

2224
## CSV Database
2325

@@ -53,12 +55,6 @@ These are named `GeoIP2-IP-Risk-Blocks-IPv4.csv` and
5355
this column to start/end IPs or start/end integers. See
5456
<a href="#conversion-utility">the conversion utility section</a> for
5557
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>
6258
</td>
6359
</tr>
6460

@@ -70,7 +66,7 @@ These are named `GeoIP2-IP-Risk-Blocks-IPv4.csv` and
7066
ranges from 0.01 to 99. A higher score indicates a higher risk.
7167
<br />
7268
<a
73-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP6TB1P6C99JFT16HCR"
69+
href="https://support.maxmind.com/knowledge-base/articles/minfraud-ip-risk-score"
7470
>
7571
Learn more about the IP risk score on our Knowledge Base.
7672
</a>
@@ -106,24 +102,6 @@ These are named `GeoIP2-IP-Risk-Blocks-IPv4.csv` and
106102
- [GeoIP2-IP-Risk-Test.mmdb](https://github.com/maxmind/MaxMind-DB/blob/main/test-data/GeoIP2-IP-Risk-Test.mmdb)
107103
{{</ mmdb-example-files >}}
108104

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-
123105
## Database Changes
124106

125107
{{< database-changes product="IP Risk" >}}
126-
127-
## APIs and Third-Party Integrations
128-
129-
{{< snippet "snippets/geoip-db-apis.md" >}}

content/geoip/docs/databases/static-ip-score.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ for assistance.
1515

1616
## Binary Database
1717

18-
{{< snippet "snippets/binary-databases.md" >}}
18+
You can also use the mmdbinspect tool (in beta), a command line interface built
19+
with Go, to look up one or more IPs from one or more MMDB databases and receive
20+
output in a parsable JSON format.
1921

2022
## CSV Database
2123

@@ -51,12 +53,6 @@ These are named `GeoIP2-Static-IP-Score-Blocks-IPv4.csv` and
5153
this column to start/end IPs or start/end integers. See
5254
<a href="#conversion-utility">the conversion utility section</a> for
5355
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>
6056
</td>
6157
</tr>
6258

@@ -74,7 +70,7 @@ These are named `GeoIP2-Static-IP-Score-Blocks-IPv4.csv` and
7470
represents the same user over time.
7571
<br />
7672
<a
77-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP6XQC228W34VCJV88P"
73+
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#static-ip-scoring"
7874
>
7975
Learn more about the static IP score on our Knowledge Base.
8076
</a>
@@ -110,24 +106,6 @@ These are named `GeoIP2-Static-IP-Score-Blocks-IPv4.csv` and
110106
- [GeoIP2-Static-IP-Score-Test.mmdb](https://github.com/maxmind/MaxMind-DB/blob/main/test-data/GeoIP2-Static-IP-Score-Test.mmdb)
111107
{{</ mmdb-example-files >}}
112108

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-
127109
## Database Changes
128110

129111
{{< database-changes product="Static IP Score" >}}
130-
131-
## APIs and Third-Party Integrations
132-
133-
{{< snippet "snippets/geoip-db-apis.md" >}}

content/geoip/docs/databases/user-count.md

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ for assistance.
1717

1818
## Binary Database
1919

20-
{{< snippet "snippets/binary-databases.md" >}}
20+
You can also use the mmdbinspect tool (in beta), a command line interface built
21+
with Go, to look up one or more IPs from one or more MMDB databases and receive
22+
output in a parsable JSON format.
2123

2224
## CSV Database
2325

@@ -59,12 +61,6 @@ in the IPv6 file will be `null`. {{</ alert >}}
5961
this column to start/end IPs or start/end integers. See
6062
<a href="#conversion-utility">the conversion utility section</a> for
6163
details.
62-
<br />
63-
<a
64-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FN989KWHZG902R63XSJ786RK"
65-
>
66-
Learn more about the network column on our Knowledge Base.
67-
</a>
6864
</td>
6965
</tr>
7066

@@ -77,7 +73,7 @@ in the IPv6 file will be `null`. {{</ alert >}}
7773
normalized value.
7874
<br />
7975
<a
80-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP68K7MXP0H3EJ273ED"
76+
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#user-counts"
8177
>
8278
Learn more about the normalization and values of the user count on
8379
our Knowledge Base.
@@ -96,7 +92,7 @@ in the IPv6 file will be `null`. {{</ alert >}}
9692
users but rather a normalized value.
9793
<br />
9894
<a
99-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP68K7MXP0H3EJ273ED"
95+
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#user-counts"
10096
>
10197
Learn more about the normalization and values of the user count on
10298
our Knowledge Base.
@@ -117,7 +113,7 @@ in the IPv6 file will be `null`. {{</ alert >}}
117113
number of IP addresses.
118114
<br />
119115
<a
120-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP68K7MXP0H3EJ273ED"
116+
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#user-counts"
121117
>
122118
Learn more about the normalization and values of the user count on
123119
our Knowledge Base.
@@ -138,7 +134,7 @@ in the IPv6 file will be `null`. {{</ alert >}}
138134
number of IP addresses.
139135
<br />
140136
<a
141-
href="https://support.maxmind.com/hc/en-us/articles/4408200231067-IP-Network-Data#h_01FRRHZZP68K7MXP0H3EJ273ED"
137+
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#user-counts"
142138
>
143139
Learn more about the normalization and values of the user count on
144140
our Knowledge Base.
@@ -173,24 +169,6 @@ in the IPv6 file will be `null`. {{</ alert >}}
173169
- [GeoIP2-User-Count-Test.mmdb](https://github.com/maxmind/MaxMind-DB/blob/main/test-data/GeoIP2-User-Count-Test.mmdb)
174170
{{</ mmdb-example-files >}}
175171

176-
<!-- ## Database Sizes -->
177-
178-
<!-- prettier-ignore-start -->
179-
180-
<!-- {{< db-sizes-table dateRange="August to October 2024" >}}
181-
- databaseName: "GeoIP User Count"
182-
csvSizeRange: "TBD"
183-
mmdbSizeRange: "TBD"
184-
ipv4Range: "TBD"
185-
ipv6Range: "TBD"
186-
{{< /db-sizes-table >}} -->
187-
188-
<!-- prettier-ignore-end -->
189-
190172
## Database Changes
191173

192174
{{< database-changes product="User Count" >}}
193-
194-
## APIs and Third-Party Integrations
195-
196-
{{< snippet "snippets/geoip-db-apis.md" >}}

0 commit comments

Comments
 (0)