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.
| Category | Description |
|---|---|
| Sensor insights | These attributes give you access to motion and environmental sensor data, to support advanced behavioural or situational analysis: magnetometer, gravity, barometer. |
| Network context | These 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 integrity | These attributes enable you to detect signs of tampering or unsafe configurations that may indicate a compromised device: isDeveloperMode, isOverlayDetected. |
| Locale & environment | These 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.