Arkose Insights (Option 1)
Overview
Arkose Insights is a premium feature offered by Arkose Labs that enables customers to derive rich insights about a session in real time and use that for various purposes. Some of those are:
- Direct decisions based on one or a combination of those insights.
- Feeding one of a combination of those insights into a downstream fraud detection model.
- Flagging sessions for a review process based on the insights.
How Is Arkose Insights Delivered
After signing up for Arkose Insights, you will see the insights in three different ways:
- Verify API - The Verify v4 API forms the primary way of delivering the attributes that are part of Arkose Insights. You will still receive basic session information via Verify API if you don’t sign up for Arkose Insights. The specific details are provided below in Verify Response Structure.
- Real-Time Logging - Real-Time Logging (or RTL) is a service that sends the events generated throughout an Arkose session to a specified customer's endpoint. These events are used for various purposes - from a full Arkose funnel view to discovering attack points and when attackers gave up.
- Portal Session Explorer - The session explorer feature in Portal allows customers to dig deeper into each session and understand the various aspects of it.
Verify Response Structure
Below is how the Verify API Response is classified.
| Response Structure Section | Description | Availability |
|---|---|---|
| Session Details | This section constitutes the basic session level details such as challenge details, pressure levels, whether the attacker surpassed basic defenses, etc. | All Customers. |
| Fingerprint | This section constitutes of detailed information regarding the following:
| Arkose Insights only. |
| IP Intelligence | This section constitutes of detailed insights on the IP address of the end user. Information in this section can be used to create or enrich workflows such as manual review, auto-rejection, etc. | Arkose Insights only. |
| Session Risk | This section provides the Arkose Risk Score and the associated telltales (or reason codes) that led to the risk score. | All Customers. |
| Aggregations | This section provides raw aggregated data that are typically meant for customer’s Data Science team to use and derive insights from in conjunction with their internal datasets. Arkose aggregates this data from across its platform. | Arkose Insights only. |
| Email Intelligence | This section contains insights and raw aggregated data on email address-based abuse. This is a separate SKU and is not part of Arkose Insights. Although, once the Email Intelligence SKU is purchased, the delivery method of these insights are the same as Arkose Insights. | Needs separate purchase of Email Intelligence service. |
| Data Exchange | This section includes details about the decryption details of the Data Exchange blob if the customer has sent one to Arkose. | All Customers. |
Verify Response Details
To view full detailed responses please view Verify API v4 Response Fields and Examples.
Verify Response JSON Sample Response
To view sample Verify v4 JSON Responses for your subscription type, please go to Sample Verify v4 Responses.
Updated 5 days ago