From 34457d16d6ff93558a5a7e0167841b900cb2815b Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Fri, 16 Aug 2024 09:43:23 +0200 Subject: [PATCH 1/3] docs: update readme --- readme.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 59e4f1c..8694d6c 100644 --- a/readme.md +++ b/readme.md @@ -39,20 +39,30 @@ Fingerprint Pro Plus expands on Fingerprint Pro’s identification via the visit #### Smart Signals -Smart Signals are an extensive set of signals, not used in traditional identification processes, that are used to identify anonymous visitors attempting to perform fraudulent activities enabling you to identify them with confidence while providing a frictionless, positive experience for trusted visitors. +[Smart Signals](https://dev.fingerprint.com/docs/smart-signals-overview) are an extensive set of signals, not used in traditional identification processes, that are used to identify anonymous visitors attempting to perform fraudulent activities enabling you to identify them with confidence while providing a frictionless, positive experience for trusted visitors. - Browser bot detection - Incognito mode detection - IP geolocation - VPN detection -- IP blocklist matching - Browser tamper detection -- Android tamper detection -- Android emulator detection +- Virtual machine detection +- Privacy-focused settings detection +- Developer tools detection +- Remote control tools detection +- IP blocklist matching +- High-activity device detection - Raw device attributes +- Android emulator detection +- Android tamper detection +- Android cloned app detection +- Factory reset detection +- Frida detection +- Geolocation spoofing detection +- Jailbroken iOS device detection +- Suspect score -With Fingerprint Pro Plus - you get access to five smart signals: Browser bot detection, Incognito mode detection, IP blocklist matching, IP geolocation, and VPN detection. The remaining signals are available in Fingerprint Enterprise. - +With Fingerprint Pro Plus you get access to most Smart Signals. High-activity device, IP blocklist matching, and Raw device attributes are only available in Fingerprint Enterprise. ## Related open-source projects @@ -77,7 +87,7 @@ With Fingerprint Pro Plus - you get access to five smart signals: Browser bot de ### Fingerprint Pro Use cases -- [fingerprinthub.com](https://github.com/fingerprintjs/fingerprintjs-pro-use-cases) - Open-source demos of various Fingerprint Pro use cases including payment fraud prevention, promotion abuse prevention, credential stuffing protection, paywall metering, personalization, bot detection and more. +- [demo.fingerprint.com](https://github.com/fingerprintjs/fingerprintjs-pro-use-cases) - Open-source demos of various Fingerprint Pro use cases including payment fraud prevention, promotion abuse prevention, credential stuffing protection, paywall metering, personalization, bot detection and more. --- @@ -122,3 +132,7 @@ Open-source libraries that make it easy to use Fingerprint Pro Server API: - [Integrations and repositories best practices](https://github.com/fingerprintjs/home/wiki/Integrations-and-repositories-best-practices) - [Naming conventions](https://github.com/fingerprintjs/home/wiki/FingerprintJS-Naming-Conventions) - [Checklist for publishing integration](https://github.com/fingerprintjs/home/wiki/Checklist-for-publishing-new-integration) + +## Community + +- [Discord server](https://discord.gg/39EpE2neBg) - Join the Fingerprint community on Discord. From a29a5ab8f6def798199d2556ee4585c727f131c8 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Mon, 26 Aug 2024 10:50:43 +0200 Subject: [PATCH 2/3] docs: readme review fixes --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8694d6c..611b4ce 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ Fingerprint Pro Plus expands on Fingerprint Pro’s identification via the visit #### Smart Signals -[Smart Signals](https://dev.fingerprint.com/docs/smart-signals-overview) are an extensive set of signals, not used in traditional identification processes, that are used to identify anonymous visitors attempting to perform fraudulent activities enabling you to identify them with confidence while providing a frictionless, positive experience for trusted visitors. +[Smart Signals](https://dev.fingerprint.com/docs/smart-signals-overview) are an extensive set of actionable device intelligence signals that you can use to identify suspicious activity even when users are anonymous or visiting your site for the first time. By analyzing these signals and looking for unusual behavior you can make smarter decisions in real time to prevent fraudulent activities while still providing a positive experience for trusted visitors. - Browser bot detection - Incognito mode detection @@ -87,7 +87,7 @@ With Fingerprint Pro Plus you get access to most Smart Signals. High-activity de ### Fingerprint Pro Use cases -- [demo.fingerprint.com](https://github.com/fingerprintjs/fingerprintjs-pro-use-cases) - Open-source demos of various Fingerprint Pro use cases including payment fraud prevention, promotion abuse prevention, credential stuffing protection, paywall metering, personalization, bot detection and more. +- [demo.fingerprint.com](https://demo.fingerprint.com) ([source](https://github.com/fingerprintjs/fingerprintjs-pro-use-cases)) - Open-source demos of various Fingerprint Pro use cases including payment fraud prevention, promotion abuse prevention, credential stuffing protection, paywall metering, personalization, bot detection and more. --- From dd16b4509a2d951992af5e6f21acd275dd31c42c Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 6 Nov 2024 21:57:29 +0000 Subject: [PATCH 3/3] docs(README): remove archived botd-integrations project --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 611b4ce..bee102c 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ With Fingerprint Pro Plus you get access to most Smart Signals. High-activity de ### BotD - open-source bot detection for the web -[Botd](https://github.com/fingerprintjs/botd) is a browser JavaScript library for bot detection that enables you to detect bots and browser automation tools in your web applications. The [BotD integrations](https://github.com/fingerprintjs/botd-integrations) repository contains examples of integrations with cloud platforms. +[Botd](https://github.com/fingerprintjs/botd) is a browser JavaScript library for bot detection that enables you to detect bots and browser automation tools in your web applications. ---