• The SignalPrint Graph in the UI has been updated and decorated with OSINT risk information! You'll see:
    • Email metadata and risk info (e.g., is this Email a Spam account? Breached in the last year? )
    • IP address location, metadata, and risk info (e.g., is this a Bot? VPN?)
    • Phone number metadata and risk info (e.g., is this phone number a DNO?)
  • You can also filter what you see in your SignalPrint Graph view by selecting signals in the Filter View module. For example, do you want to only see accounts and IP's that are bots? Select "Bot" from the Filter View.
  • Now you can create rules using our SignalPrint(TM) signals! Use these signals to create rules based on your customers' SignalPrint history in the UI
  • Added Account ID as a new field to the SignalPrint API events endpoint. This allows you to assign a unique identifier to each customer account. If none is provided, the Account ID defaults to an email or phone number provided. You can use this field to test out specific rules on an Account ID in the Evaluate tab of a rules set.

We added more rules templates! Check out the IP Geofencing or Duration since an Email was Found in a Breach templates.

Happy new year! We've added new functions that you can use in rules.

  • With Geofencing, you can see if a user is located within N miles of a specific location (e.g., signals.ip.geo.isWithin(latitude,longitude, radius in miles))
  • With Duration, you can write rules based on time using daysSince(timestamp) and yearsSince(timestamp) (e.g., Email has been in more than 3 breaches in the last 180 days --> size(signals.email.breachInfo.breaches.filter(breach, daysSince(breach.date) < 180)) > 3)
  • We launched Rules Templates so you don't have to create a rules set from scratch
  • We updated how rules are applied. Each rule in a rule set will now be applied one after another. And if none of the rules apply, then a default outcome will be applied.
  • We've redesigned the UI for app.443id.com to showcase all of our products.
  • Share your rules with other users! To import rules sets, select the (+) button and choose the "Import" option. To export rules, click the "Export Rules Set" button for the rules set you want to share.
  • See out how your rules will work in the UI! Create your rules, then go to the "Evaluate" tab to apply them to a single user.

Creating rules in the UI just got easier! Check out the new design.

  • You can now create rules in the UI. Write up your rules using Google CEL.
  • 2 new dashboards are available for paying customers: Risk Data and Signals Intelligence. These dashboards provide more details on your users beyond what's available in the Identity Risk Report (free version).