---
title: Device Tampering Verification node
description: Evaluate a device tampering score to determine whether a device has been rooted, jailbroken, or otherwise poses a security risk.
component: platform
version: 7.5
page_id: platform:auth-node-ref:device-tampering-verification
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/device-tampering-verification.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-device-tampering-verification.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
---

# Device Tampering Verification node

Specifies a threshold for deciding if the device has been tampered with; for example, if it has been rooted or jailbroken.

The device scores between zero and one, based on the likelihood that is has been tampered with or may pose a security risk. For example, an emulator scores the maximum of `1`.

Use this node with the [Device Profile Collector node](device-profile-collector.html) to retrieve the tampering score from the device.

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | Yes        |

## Outcomes

* `Not Tampered`

* `Tampered`

Evaluation continues along the `Not Tampered` path if the device scores less than or equal to the configured threshold; otherwise, evaluation continues along the `Tampered` path.

## Properties

| Property        | Usage                                                                                                                                                                                                                                                                                                                   |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Score Threshold | Specifies the score threshold for determining if a device has been tampered with. Enter a decimal fraction, between `0` and `1`; for example, `0.75`.The higher the score returned from the device, the more likely the device is jailbroken, rooted, or is a potential security risk.Emulators score the maximum; `1`. |
