You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/geoip/release-notes/2025.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,20 @@ outputs: ['html', 'rss']
9
9
[Sign up to be notified](https://comms.maxmind.com/geoip-rss-release-notes)
10
10
whenever a new GeoIP release note is posted. {{</ alert >}}
11
11
12
+
{{< release-note date="2025-11-20" title="IP risk snapshot output added to traits object in the Insights web services">}}
13
+
14
+
We have added the [`ip_risk_snapshot`](https://dev.maxmind.com/geoip/docs/web-services/responses/#schema--response--traits__ip_risk_snapshot) to the traits object in our GeoIP Insights web service and our minFraud Insights and Factors web services. This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.
15
+
16
+
The IP risk snapshot is not a replacement for the minFraud IP risk score (`ip_address/risk`).
17
+
18
+
The IP risk snapshot is based on an analysis of historical risk on the IP address, while the minFraud IP risk score is a responsive data field that generates an IP risk score in real time based on the transactions you send and activity from across the minFraud network.
19
+
20
+
minFraud customers may find the IP risk snapshot output useful to determine whether an IP address is risky based on historical activity versus a current, emerging issue. A lower `traits/ip_risk_snapshot` score combined with a higher minFraud `ip_address/risk` score would mean that the IP address is becoming risky in real time based on the traffic on your and other customers' networks. A high score in both `ip_risk_snapshot` and minFraud IP risk score would mean that the IP address has been risky for a longer time.
21
+
22
+
We plan to update the client APIs soon to reflect this change.
23
+
24
+
{{</ release-note >}}
25
+
12
26
{{< release-note date="2025-11-19" title="New anonymizer data added to web services">}}
13
27
14
28
We have added an [`anonymizer` object](https://dev.maxmind.com/geoip/docs/web-services/responses/#anonymizer) to our web services. This object contains the anonymizer data previously found in the `traits` object together with new outputs.
Copy file name to clipboardExpand all lines: content/minfraud/release-notes/2025.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,22 @@ outputs: ['html', 'rss']
9
9
[Sign up to be notified](https://comms.maxmind.com/minfraud-rss-release-notes)
10
10
whenever a new minFraud release note is posted. {{</ alert >}}
11
11
12
+
{{< release-note date="2025-11-20" title="IP risk snapshot output added to traits object in the Insights web services">}}
13
+
14
+
We have added the [`ip_risk_snapshot`](https://dev.maxmind.com/geoip/docs/web-services/responses/#schema--response--traits__ip_risk_snapshot) to the traits object in our GeoIP Insights web service and our minFraud Insights and Factors web services. This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.
15
+
16
+
The IP risk snapshot is not a replacement for the minFraud IP risk score (`ip_address/risk`).
17
+
18
+
The IP risk snapshot is based on an analysis of historical risk on the IP address, while the minFraud IP risk score is a responsive data field that generates an IP risk score in real time based on the transactions you send and activity from across the minFraud network.
19
+
20
+
minFraud customers may find the IP risk snapshot output useful to determine whether an IP address is risky based on historical activity versus a current, emerging issue. A lower `traits/ip_risk_snapshot` score combined with a higher minFraud `ip_address/risk` score would mean that the IP address is becoming risky in real time based on the traffic on your and other customers' networks. A high score in both `ip_risk_snapshot` and minFraud IP risk score would mean that the IP address has been risky for a longer time.
21
+
22
+
We plan to update the client APIs soon to reflect this change.
23
+
24
+
{{</ release-note >}}
25
+
26
+
27
+
12
28
{{< release-note date="2025-11-19" title="New anonymizer data added to web services">}}
13
29
14
30
We have added an [`anonymizer` object](https://dev.maxmind.com/geoip/docs/web-services/responses/#anonymizer) to our web services. This object contains the anonymizer data previously found in the `traits` object together with new outputs.
0 commit comments