From 4b1b1588b855d27bfba30069b2f8acdb7850f6c3 Mon Sep 17 00:00:00 2001 From: Christopher Luna Date: Mon, 4 Dec 2023 10:42:26 -0500 Subject: [PATCH 1/2] ISP output can be used in custom rules --- content/minfraud/release-notes/2023.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/minfraud/release-notes/2023.mdx b/content/minfraud/release-notes/2023.mdx index 4601723be..912a08e97 100644 --- a/content/minfraud/release-notes/2023.mdx +++ b/content/minfraud/release-notes/2023.mdx @@ -7,6 +7,22 @@ title: minFraud Release Notes Subscribe to the [minFraud release notes RSS feed](/minfraud/release-notes/rss.xml). + + +You can now use the `ip_address/traits/isp` output in minFraud custom rules, +with the following operators: matches, does not match, contains, does not +contain. + +Filtering transactions by ISP can be especially helpful if you notice certain +ISPs are more likely to be associated with fraudulent behavior. + +You can select the ISP output as a parameter in custom rules by selecting +minFraud outputs > ISP when defining a new condition for a custom rule. + +- [Learn more about setting custom rule conditions on our Knowledge Base.](https://support.maxmind.com/hc/en-us/articles/4408362750875#h_01HBNQ01QST1MPM481ZW520R7J) + + + We are releasing a bug fix to our static IP scoring system today. From 0cba8a0164e6b18b21ba14a086779ed530403f5a Mon Sep 17 00:00:00 2001 From: Christopher Luna Date: Mon, 4 Dec 2023 11:04:42 -0500 Subject: [PATCH 2/2] Add leading slash --- content/minfraud/release-notes/2023.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/minfraud/release-notes/2023.mdx b/content/minfraud/release-notes/2023.mdx index 912a08e97..e17bdfd92 100644 --- a/content/minfraud/release-notes/2023.mdx +++ b/content/minfraud/release-notes/2023.mdx @@ -9,7 +9,7 @@ Subscribe to the [minFraud release notes RSS feed](/minfraud/release-notes/rss.x -You can now use the `ip_address/traits/isp` output in minFraud custom rules, +You can now use the `/ip_address/traits/isp` output in minFraud custom rules, with the following operators: matches, does not match, contains, does not contain.