Skip to content

Commit b2b9bdb

Browse files
committed
Migrate geoip and minfraud landing pages
1 parent 6692c51 commit b2b9bdb

File tree

2 files changed

+238
-4
lines changed

2 files changed

+238
-4
lines changed

content/geoip/_index.md

Lines changed: 179 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,183 @@
11
---
22
draft: false
3-
title: GeoIP and GeoLite
3+
title: GeoIP and GeoLite2
44
---
55

6-
## TODO
7-
MaxMind’s GeoIP2 and GeoLite2 IP intelligence products and services are used to discover information about a specific IP address. We provide free and paid web services, subscription-based downloadable databases, and free downloadable databases.
6+
MaxMind’s GeoIP and GeoLite2 IP intelligence products and services are used to
7+
discover information about a specific IP address. We provide free and paid web
8+
services, subscription-based downloadable databases, and free downloadable
9+
databases.
10+
11+
## GeoIP Products and Services
12+
13+
GeoIP IP intelligence products and services can provide data on geolocation,
14+
network information, anonymizer status, and more. Learn about the different
15+
kinds of
16+
[geolocation data](https://support.maxmind.com/hc/en-us/articles/4407630528795-Choose-the-Right-Geolocation-Product)
17+
and
18+
[IP intelligence data](https://support.maxmind.com/hc/en-us/articles/4408200217371-Choose-the-IP-Intelligence-Data-you-Need)
19+
in GeoIP products and services on our knowledge base.
20+
21+
{{< rawhtml >}}
22+
<div class="table">
23+
<table>
24+
<thead>
25+
<tr>
26+
<th></th>
27+
<th>Binary Database</th>
28+
<th>CSV Database</th>
29+
<th>Web Service&#42;</th>
30+
</tr>
31+
</thead>
32+
<tbody>
33+
<tr>
34+
<td>City and Country</td>
35+
<td>
36+
<a href="/geoip/docs/databases/city-and-country/#binary-databases">Docs</a>
37+
</td>
38+
<td>
39+
<a href="/geoip/docs/databases/city-and-country/#csv-databases">Docs</a>
40+
</td>
41+
<td>
42+
<a href="/geoip/docs/web-services">Docs</a>
43+
</td>
44+
</tr>
45+
<tr>
46+
<td>ISP</td>
47+
<td>
48+
<a href="/geoip/docs/databases/isp/#binary-databases">Docs</a>
49+
</td>
50+
<td>
51+
<a href="/geoip/docs/databases/isp/#csv-databases">Docs</a>
52+
</td>
53+
<td>
54+
Included in GeoIP City Plus and Insights web services.
55+
</td>
56+
</tr>
57+
<tr>
58+
<td>Domain</td>
59+
<td>
60+
<a href="/geoip/docs/databases/domain/#binary-databases">Docs</a>
61+
</td>
62+
<td>
63+
<a href="/geoip/docs/databases/domain/#csv-databases">Docs</a>
64+
</td>
65+
<td>
66+
Included in GeoIP City Plus and Insights web services.
67+
</td>
68+
</tr>
69+
<tr>
70+
<td>Connection Type</td>
71+
<td>
72+
<a href="/geoip/docs/databases/connection-type/#binary-databases">Docs</a>
73+
</td>
74+
<td>
75+
<a href="/geoip/docs/databases/connection-type/#csv-databases">Docs</a>
76+
</td>
77+
<td>
78+
Comparable data included in the GeoIP Insights web service.
79+
</td>
80+
</tr>
81+
<tr>
82+
<td>Enterprise</td>
83+
<td>
84+
<a href="/geoip/docs/databases/enterprise/#binary-databases">Docs</a>
85+
</td>
86+
<td>
87+
<a href="/geoip/docs/databases/enterprise/#csv-databases">Docs</a>
88+
</td>
89+
<td>
90+
Comparable data included in the GeoIP Insights web service.
91+
</td>
92+
</tr>
93+
<tr>
94+
<td>Anonymous</td>
95+
<td>
96+
<a href="/geoip/docs/databases/anonymous-ip/#binary-database">Docs</a>
97+
</td>
98+
<td>
99+
<a href="/geoip/docs/databases/anonymous-ip/#csv-databases">Docs</a>
100+
</td>
101+
<td>
102+
Included in the GeoIP Insights web service.
103+
</td>
104+
</tr>
105+
<tr>
106+
<td>Insights&#42;&#42;</td>
107+
<td>
108+
&bull;
109+
</td>
110+
<td>
111+
&bull;
112+
</td>
113+
<td>
114+
<a href="/geoip/docs/web-services">Docs</a>
115+
</td>
116+
</tr>
117+
<tr>
118+
<td colspan="4">
119+
* GeoIP web services provide more accurate geolocation than our
120+
equivalent databases. <a href="https://support.maxmind.com/hc/en-us/articles/4407630528795-Choose-the-Right-Geolocation-Product#h_01FJMQXVWPSDRGPC1TG8NYQZ6E">Learn more about the differences between GeoIP
121+
web services and databases on our knowledge
122+
base</a>.
123+
<br/>
124+
** The GeoIP Insights web service contains comparable
125+
data to all of the databases and web services listed above.
126+
</td>
127+
</tr>
128+
</tbody>
129+
</table>
130+
</div>
131+
{{</ rawhtml >}}
132+
133+
## GeoLite Databases and Services
134+
135+
GeoLite2 databases and web services provide free geolocation and limited network
136+
data for IP addresses. This data is less accurate than the data in our paid,
137+
GeoIP products and services. You must
138+
[sign up for a free GeoLite2 account](https://www.maxmind.com/en/geolite2/signup)
139+
in order to download GeoLite2 databases or query the GeoLite2 web services.
140+
GeoLite2 uses the same integration methods and documentation as GeoIP (linked
141+
below), with a few minor modifications. It is recommended that you get started
142+
by [reading about GeoLite2](/geoip/geolite2-free-geolocation-data).
143+
144+
{{< rawhtml >}}
145+
<div class="table">
146+
<table>
147+
<thead>
148+
<tr>
149+
<th></th>
150+
<th>Binary Database</th>
151+
<th>CSV Database</th>
152+
<th>Web Service</th>
153+
</tr>
154+
</thead>
155+
<tbody>
156+
<tr>
157+
<td>City and Country</td>
158+
<td>
159+
<a href="/geoip/docs/databases/city-and-country/#binary-databases">Docs</a>
160+
</td>
161+
<td>
162+
<a href="/geoip/docs/databases/city-and-country/#csv-databases">Docs</a>
163+
</td>
164+
<td>
165+
<a href="/geoip/docs/web-services">Docs</a>
166+
</td>
167+
</tr>
168+
<tr>
169+
<td>ASN</td>
170+
<td>
171+
<a href="/geoip/docs/databases/asn/#binary-databases">Docs</a>
172+
</td>
173+
<td>
174+
<a href="/geoip/docs/databases/asn/#csv-databases">Docs</a>
175+
</td>
176+
<td>
177+
Included in the GeoLite2 City Web Service.
178+
</td>
179+
</tr>
180+
</tbody>
181+
</table>
182+
</div>
183+
{{</ rawhtml >}}

content/minfraud/_index.md

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,63 @@ draft: false
33
title: minFraud Web Services
44
---
55

6-
## TODO
6+
{{< alert info >}}
7+
If you are a minFraud Legacy customer, please refer to our
8+
[minFraud Legacy documentation](/minfraud/minfraud-legacy).
9+
10+
If you are Proxy Detection Legacy customer, please refer to our
11+
[Proxy Detection Legacy documentation](/minfraud/proxy-detection).
12+
{{</ alert >}}
13+
714
minFraud is our transaction risk API, consisting of the minFraud Score, Insights and Factors services.
15+
16+
## Guides
17+
18+
{{< link-group/container >}}
19+
{{< link-group/card
20+
heading="Evaluate a Transaction"
21+
href="/minfraud/evaluate-a-transaction"
22+
>}}
23+
Start evaluating your transactions by installing, configuring, and using a minFraud client API.
24+
{{</ link-group/card >}}
25+
26+
{{< link-group/card
27+
heading="Report Transactions"
28+
href="/minfraud/report-a-transaction"
29+
>}}
30+
Use the Report Transaction API to report chargebacks, false positives, suspected fraud, or spam/abuse.
31+
{{</ link-group/card >}}
32+
33+
34+
{{< link-group/card
35+
heading="Integrate Device Tracking"
36+
href="/minfraud/track-devices"
37+
>}}
38+
Capture more data and catch more fraud using our JavaScript device tracking library.
39+
{{</ link-group/card >}}
40+
{{</ link-group/container >}}
41+
42+
## Resources
43+
44+
{{< link-group/container >}}
45+
{{< link-group/card
46+
heading="API Documentation"
47+
href="/minfraud/api-documentation"
48+
>}}
49+
Learn about each minFraud service's request and response objects.
50+
{{</ link-group/card >}}
51+
52+
{{< link-group/card
53+
heading="Release Notes"
54+
href="/minfraud/release-notes"
55+
>}}
56+
Review minFraud release notes to understand changes to the minFraud API.
57+
{{</ link-group/card >}}
58+
59+
{{< link-group/card
60+
heading="Knowledge Base"
61+
href="https://support.maxmind.com/hc/en-us/categories/1260801482329-minFraud-Web-Services"
62+
>}}
63+
Consult our knowledge base for articles about using minFraud.
64+
{{</ link-group/card >}}
65+
{{</ link-group/container >}}

0 commit comments

Comments
 (0)