We've released the SignalPrint Explorer v2 graph, which makes it easier for you to choose a specific starting point and do a targeted investigation of potentially fraudulent activity.

Highlights include:

  • Introducing the expanding node! When you first load a cluster, we display the direct connections (one degree away). If there are additional nodes, we display a multi-colored ring around the node - so you can walk the graph as you choose while investigating connections.
  • In addition to our Account, Email, IP, and Print info panels, you can now click on a line between an Account and Print node to see the Connection History info panel.
    [block:image]
    {
    "images": [
    {
    "image": [
    "https://files.readme.io/0eb6b0d-Screenshot_2023-09-11_at_12.17.02_PM.png",
    "",
    ""
    ][ "https://files.readme.io/0eb6b0d-Screenshot_2023-09-11_at_12.17.02_PM.png", "", "" ],
    "align": "center"
    }
    ]
    }
    [/block]
  • There's a summary in the bottom left corner that displays the total # of nodes by type. This updates as you (un)select nodes on the graph.
  • In addition to Account and Print nodes, we've introduced email 📧, IP address, and phone number:telephone_receiver: nodes - making it easier to see which identifier details are associated with a given account.
  • It loads faster!

We’ve added two new signals ip.relay and ip.locationID!

ip.relay tells you if this IP is a private relay service IP address (such as Apple relay, Cloud flare, or Akamai). A wonderful addition to our other anonymity detection signals.

ip.locationID gives you a unique identifier assigned to the location by GeoNames.

You’ll also notice that our web app URLs now have a unique ID in them. This is your workspace ID and makes it easy to share links with co-workers when you have multiple workspaces.

You can now see the event type of an event when looking at the event history in the SignalPrint Graph.

We’ve simplified the syntax for signals in the rules engine to make it easier to read and write rules. Everything still works just like it did before, but you’ll notice that you no longer need to prefix some signals with signals.

The risk score API has officially been deprecated so that risk score can be included in our rules engine. You can now check risk scores for the email, ip, phone or all of the above directly in a rule.

Two new features: Track negative login events and easily add your co-workers to your workspace!

Track Negative Events

Every event you send to Verosint can now have a type to track more than just successful sign-ups and logins. We’ve also added a bunch of new signals to the rules engine to make it easy to make decisions based on failed activity.

Types now tracked

Login Success
Login Failure
Verification Success (Identity Proofing)
MFA Failure
MFA Success

New Signals

loginSuccessCount
loginFailureCount
mfaFailureCount
mfaSuccessCount
verificationSuccessCount

These are available over various time ranges Last Hour, Last 24 Hours, Last 7 Days, Last 30 Days, Total.

Multi User Support

You can now easily invite your coworkers to your workspace to manage rules, see signalprint and analyze dashboards. New users can be invited from the Admin settings page and given full admin or read-only privileges. Learn more about managing administrators

A big update to close out the month of May! Adaptive Identity Proofing, Verified Prints, a new dashboard and more.

Adaptive Identify Proofing
Through a partnership with ID Dataweb, we now offer adaptive identity proofing to all customers. Use fraud and risk signals to dynamically proof anyone signing up for your product. Learn more about Adaptive Identity Proofing. Learn more about the partnership.

Verified Prints
Verified prints increase the life of your identity proofing. The SignalPrint used to successfully verify a user's identity is automatically tracked. You can check during any rule if the current print matches the verified print on file to have higher confidence you’re dealing with the real user.

ATO Dashboard
Our new account takeover dashboard gives you insight into key indicators of where account takeovers may be happening in your user base. It’s available now in the Dashboards section.

Custom Tags via API
You can now assign tags to accounts via API or the CLI. Making it even easier to tag banned users, keep track of internal accounts, or any other additional context about an account.

We’ve made sending your event data to Verosint for fraud analysis even easier. You can stream your Auth0 logs directly to us and we will automatically process them. We created a handy guide to learn how to set this up for your account. https://docs.verosint.com/docs/log-file-ingestion

Introducing Fraud Insights!

These dashboards are designed to make it effortless to identify and prevent fraudulent activity among your user base, ensuring your platform remains secure and reliable.

With Fraud Insights, you'll be able to understand the habits and actions of fraudulent users at a glance, helping you prevent future occurrences of fraud. In addition, you can gather more information about specific users and their activities with detailed dashboards for each type of fraud we track. This data can be incredibly beneficial in identifying the root cause of fraudulent behavior and taking the necessary measures to prevent it from happening again.

Additionally, Fraud Insights will allow you to monitor the effectiveness of your prevention measures. By keeping an eye on the data and metrics provided by the dashboards, you'll be confident that your efforts to prevent fraud are working effectively.

Note: the new Fraud Insights dashboards have replaced the usage dashboard.

Risk score now available in our rules engine!

There is now a risk score for each of the identifiers, email, IP, and phone. Additionally, there is a handy blended score available for the whole event. You can use the score just like any other signal in the rules engine.

We added a few more handy signals for you as well!

  • Free Email -- Triggers any time there is an email detected from one of many known free email providers. Especially helpful for businesses wanting to restrict sign ups to non-free email domains.
  • Email Alias -- Triggers any time someone uses the username+1 style alias. This works across multiple providers and captures the most common alias styles such as +, - and .. This is a great way to keep users from referring themselves on your platform multiple times.

Removal of Custom Risk Policies

With the move to Risk Scores being available in rules, we've begun the deprecation of custom risk policies. As a result, you'll notice a few pages no longer in the app (Risk Scoring, Playground, and Evaluator).

The original risk score endpoint continues to be available while we transition current integrations