Skip to content

Commit 5909953

Browse files
authored
Merge pull request #101 from FriendlyCaptcha/blog/risk-intelligence-launch
Add blog for Risk Intelligence launch
2 parents f7a4840 + 59f5e02 commit 5909953

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
slug: product-launch-risk-intelligence
3+
title: "Product Launch: Risk Intelligence"
4+
authors: [gzuidhof, agreenberg]
5+
tags: [product launch, risk intelligence]
6+
---
7+
8+
![Risk Intelligence by Friendly Captcha](./risk-intelligence-launch.jpg)
9+
10+
Today we're announcing the general availability of [**Risk Intelligence**](https://developer.friendlycaptcha.com/docs/v2/risk-intelligence/), a new product that provides information about visitors to your websites to help you make data-driven security decisions.
11+
12+
At Friendly Captcha we assess the risk of traffic to your websites and apps by gathering signals about the
13+
14+
- **Network:** Where are they connecting from?
15+
- **Client:** What are they using to connect? Is this an automated or modified browser?
16+
- **Behavior:** What are their usage patterns?
17+
18+
We use this information for our Captcha product to determine how the difficulty of the Captcha challenge.
19+
20+
With Risk Intelligence, we are sharing this risk data with you so you can use it to make decisions, use it in existing fraud-prevention systems and enrich existing events. For example, based on the suspiciousness of a visitor you can require additional authentication steps to prevent account takeover.
21+
22+
## How does it work?
23+
24+
Risk Intelligence uses the same front-end SDK you are already using for your Captcha integration. You can now call `sdk.riskIntelligence()`, which gives you a Risk Intelligence token. Your back-end server then can send this token to the Friendly Captcha API to receive the Risk Intelligence data.
25+
26+
## Getting started
27+
28+
**Risk Intelligence** is now available _automatically_ for all customers on **Advanced** and **Enterprise** plans. Read more about [use cases for Risk Intelligence](https://developer.friendlycaptcha.com/docs/v2/risk-intelligence/use-cases), or follow our guide to learn [how to get started](https://developer.friendlycaptcha.com/docs/v2/risk-intelligence/getting-started/).
74.4 KB
Loading

0 commit comments

Comments
 (0)