For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

Extended device risk attributes

· 2 min read

We have extended the set of device risk attributes that can be collected during a transaction. These attributes give you a deeper insight into the state of the device at the time of use.

CategoryDescription
Sensor insightsThese attributes give you access to motion and environmental sensor data, to support advanced behavioural or situational analysis: magnetometer, gravity, barometer.
Network contextThese attributes enable you to evaluate the trust level of the network connection and identify potential spoofing or untrusted Wi-Fi environments: ssid, bssid, isVpnEnabled, isProxyEnabled.
Device integrityThese attributes enable you to detect signs of tampering or unsafe configurations that may indicate a compromised device: isDeveloperMode, isOverlayDetected.
Locale & environmentThese attributes enable you to gain better understanding of the end-user's regional context and time-based patterns for anomaly detection: timeZone, locale.

To collect these new risk attributes, you need to both:

  • Upgrade your mobile app to use version 3.21 of our SDK.
  • Enable them using the MobileID risk data feature in the Signicat Dashboard.
 
Want to learn more?

To learn more, see the Risk attributes Common concepts table in the MobileID API reference documentation.