• 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).
  • The Rules Engine API is now available! The Rules Engine enables you to distill complex OSINT signal data into desired actions in real time. This is only available to paying customers.
  • 443ID supports CLI so you can try out our products, including the Risk Score, Rules Engine, and Signal Intelligence!
  • The Signals Intelligence API is now available! Provide an email, IP, and/or phone number - and the API will tell you everything we know. Use this to spot outside risks to your organization.
  • We published new phone signals! These provide metadata for any phone number you provide (carrier, origination info, etc.)