Skip to content

Commit 6097779

Browse files
committed
Update Binary Database section
1 parent 6a28aae commit 6097779

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

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

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

1818
## Binary Database
1919

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.
20+
Binary databases make use of the
21+
[MaxMind DB file format](https://maxmind.github.io/MaxMind-DB/).
22+
23+
You can use the [mmdbinspect tool](https://github.com/maxmind/mmdbinspect) (in
24+
beta), a command line interface built with Go, to look up one or more IPs from
25+
one or more MMDB databases and receive output in a parsable JSON format.
2326

2427
## CSV Database
2528

@@ -66,7 +69,7 @@ These are named `GeoIP2-IP-Risk-Blocks-IPv4.csv` and
6669
ranges from 0.01 to 99. A higher score indicates a higher risk.
6770
<br />
6871
<a
69-
href="https://support.maxmind.com/knowledge-base/articles/minfraud-ip-risk-score"
72+
href="https://support.maxmind.com/knowledge-base/articles/minfraud-ip-risk-score"
7073
>
7174
Learn more about the IP risk score on our Knowledge Base.
7275
</a>

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

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

1616
## Binary Database
1717

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.
18+
Binary databases make use of the
19+
[MaxMind DB file format](https://maxmind.github.io/MaxMind-DB/).
20+
21+
You can use the [mmdbinspect tool](https://github.com/maxmind/mmdbinspect) (in
22+
beta), a command line interface built with Go, to look up one or more IPs from
23+
one or more MMDB databases and receive output in a parsable JSON format.
2124

2225
## CSV Database
2326

@@ -70,7 +73,7 @@ These are named `GeoIP2-Static-IP-Score-Blocks-IPv4.csv` and
7073
represents the same user over time.
7174
<br />
7275
<a
73-
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#static-ip-scoring"
76+
href="https://support.maxmind.com/knowledge-base/articles/maxmind-user-context-data#static-ip-scoring"
7477
>
7578
Learn more about the static IP score on our Knowledge Base.
7679
</a>

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

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

1818
## Binary Database
1919

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.
20+
Binary databases make use of the
21+
[MaxMind DB file format](https://maxmind.github.io/MaxMind-DB/).
22+
23+
You can use the [mmdbinspect tool](https://github.com/maxmind/mmdbinspect) (in
24+
beta), a command line interface built with Go, to look up one or more IPs from
25+
one or more MMDB databases and receive output in a parsable JSON format.
2326

2427
## CSV Database
2528

0 commit comments

Comments
 (0)