SardineCon SF/2026

Learn More
AI & emerging fraud4 分で読めます

Telemetry tamperingとは?

SUBSCRIBE

Telemetry tampering is faking the device and signal data your identity and risk checks depend on, spoofing GPS, sensors, the camera feed, or app attestation. Instead of forging the documents sitting on top, it poisons the inputs your models trust, so a risky session can look perfectly clean.

What is telemetry tampering?

Telemetry tampering is the manipulation of the signal data a device reports about itself. Your identity and risk checks quietly depend on a stream of device telemetry: location, sensor readings, the camera feed, and attestations that the app and operating system are genuine. Tampering fakes those inputs so they say whatever the attacker needs them to say.

The important distinction is that it attacks a lower layer than document or identity fraud. Rather than forging the thing on top, a fake ID, a stolen credential, it poisons the foundation the whole decision rests on. If your model believes a spoofed location, a fabricated sensor reading, or an injected camera stream, then everything it concludes from those inputs is compromised.

That makes telemetry tampering a quiet, systemic threat. There may be no obviously bad document or transaction to catch, because the session was engineered to look clean at the signal level. It frequently underpins other attacks, giving a deepfake a believable device to run on or letting a fraudulent session mimic a trusted one.

What gets spoofed

Attackers target the specific signals your checks trust most:

Signal

How it is faked and why

Location

Spoofed GPS or network location to appear in an expected place and dodge geo rules.

Sensors

Fabricated motion, orientation, or accelerometer data to mimic a real handheld device.

Camera feed

Injected video or images fed into the feed so a deepfake looks like a live capture.

App and OS attestation

Emulators, rooted or jailbroken devices, and tampering tools that hide their true state.

What it looks like in practice

In practice

A risk analyst reviews a session that scored clean and cannot see why it feels wrong. The location is in-region, the device looks like a normal phone, and the selfie passed. Nothing on the surface says fraud. Then the device signals get a closer look, and the picture falls apart: the accelerometer reports the phone is perfectly still while the location data shows it moving down a street, two things that cannot both be true.

Digging further, the app attestation flags an emulator wearing the fingerprint of a common phone, and the camera feed shows the hallmarks of an injected stream rather than a real sensor. Every top-layer check passed because the inputs underneath them were fabricated. The fraud was not in the document; it was in the telemetry the model had trusted without question.

Why it undermines everything above it

The reason telemetry tampering is so dangerous is that it corrupts the evidence your other controls rely on. A liveness check trusts the camera feed. A geo rule trusts the location. A device-reputation model trusts the device fingerprint. Poison those inputs and each control above dutifully reaches a confident, wrong conclusion, with no bad document or transaction to flag.

The defense is to verify the device itself before believing what it reports. Device attestation and integrity checks look for emulators, rooted or jailbroken phones, injection tools, and signal readings that are inconsistent or physically impossible, like a device that is both still and moving. The core principle is simple: if an input can be tampered with, do not take it at face value; confirm the device is genuine first, then trust its signals accordingly.

What to watch in the data

  • Impossible sensor states. Readings that contradict each other, such as a stationary accelerometer paired with moving location data.
  • Emulators and rooted devices. Attestation flags for emulation, rooting, jailbreaking, or hooking frameworks that mask the real device state.
  • Injected camera feeds. Video or images lacking genuine sensor characteristics, a sign of an injected rather than captured stream.
  • Spoofed location. GPS that jumps, does not match network signals, or sits implausibly relative to other evidence.
  • Too-clean sessions. Everything passing perfectly while the underlying device signals are inconsistent or suspiciously uniform.

Quick questions

How is this different from document fraud?

Document fraud forges the thing on top, like an ID. Telemetry tampering fakes the device signals underneath, so the session looks clean even without a forged document, corrupting the inputs your models trust.

What is app attestation?

Attestation is a check that the app and operating system are genuine and unmodified, running on a real device rather than an emulator or a rooted phone. Tampering tools try to defeat or fake it.

Why is a still-but-moving device a red flag?

A real phone in someone's hand produces consistent sensor and location data. When the accelerometer says stationary but location shows movement, the signals are fabricated and inconsistent, which no genuine device would report.

How does it enable deepfakes?

Injecting a camera feed is a form of telemetry tampering. It lets a deepfake reach a liveness check as if it were a live capture, which is why device integrity and injection detection go hand in hand.

Can I detect it from the transaction alone?

Usually not. The transaction may look normal because the fraud is in the signals, not the payment. You need device-level attestation and integrity checks to catch it.

What is the guiding rule?

Do not take signals at face value. If an input can be tampered with, verify the device is genuine before you believe what it reports, then weight its signals accordingly.

Go deeper

Telemetry tamperingと併せて知っておきたい用語