Technology

Behavioral Biometrics Banking: Device Intelligence in Mobile Apps

|Posted by Hitul Mistry / 31 Aug 26

Reading How Someone Uses Your App, Not Just Who They Claim to Be

Authentication answers a question banks have largely solved: is this the right credential on a known device. The problems that now cost the most money sit outside that question entirely. A genuine customer, on their own phone, correctly authenticated, being talked through a transfer by someone impersonating their bank. Or an account taken over mid-session after every credential check passed.

Behavioural biometrics and device intelligence exist to fill that gap. They do not verify identity better, they describe how a session is being used, which is the only remaining place to look when the credentials are real and the device is genuine. Getting behavioral biometrics banking capability right is largely about honest scope, low overhead, and privacy decisions made before collection starts.

What do behavioural biometrics and device intelligence measure?

Behaviour describes how the human interacts with the app, and device intelligence describes the environment they are doing it in.

Keeping the two separate matters, because they have different reliability, different privacy implications, and different failure modes. Most vendors bundle them, and most banks benefit more from the device side in the first year while the behavioural models mature on their own traffic.

Signal familyExamplesBest used for
Typing dynamicsKeystroke timing, correction frequency, hold durationsAccount takeover, coached-session detection
Touch and gesturePressure, contact area, swipe velocity, scroll rhythmContinuous session consistency
Motion and orientationHow the device is held and moved during useDistinguishing genuine handling from automation
Navigation patternsRoute through the app, dwell times, hesitation on fieldsScam and duress indicators
Device identity and integrityDevice fingerprint, rooting or jailbreak state, emulator detection, app tamperingBlocking automation and cloned environments
Remote access indicatorsScreen sharing or remote control tooling presentVery strong scam signal
Network characteristicsConnection type, proxy and VPN indicators, impossible travelContextual risk

Why is continuous scoring more valuable than a login check?

Because the money leaves at the payment, and the session's risk can change entirely between login and that moment.

A login-time decision is a single observation with no view of what happens next. Continuous scoring lets you evaluate risk at the moment that matters, using everything the session has revealed since it began, including hesitation patterns during payee entry and the presence of remote access tooling that appeared after login. That is exactly the profile of an authorised push payment scam or a mid-session takeover, and it is invisible to any control that fires once at the door. The relationship to intent-based scam detection is direct, and the intervention design for it is covered in authorised push payment fraud prevention.

Which signals give the best return first?

Device integrity and remote access detection, before any behavioural model.

Device-side signals are deterministic, easy to explain, and immediately actionable: an emulator, a tampered app, or an active remote control session is a strong reason to intervene regardless of behaviour. Behavioural models need volume, tuning, and per-population calibration before they earn trust. Sequencing device intelligence first also builds the collection pipeline the behavioural work will need, which makes it the cheaper starting point in both effort and risk.

Is your only risk decision made at login?

Talk to Digiqt about session risk and device intelligence design

Where does this sit in the authentication model?

As a risk input feeding decisions, never as a credential in its own right.

The distinction is not academic. NIST's digital identity guidelines state that biometrics should be used only as part of multi-factor authentication with a physical authenticator, note that biometric characteristics are not secrets and can be captured without the subject's knowledge, and set requirements including a false match rate of one in a thousand or better, presentation attack detection demonstrating at least ninety percent resistance per attack type under ISO/IEC 30107-3, limits of five or ten consecutive failed attempts depending on that detection, and an authenticated protected channel before sample capture. Behavioural signals are weaker than the physiological biometrics those requirements govern, which reinforces the point: treat them as evidence about a session, not as proof of a person.

How do passkeys change the picture?

They remove phishing and credential theft, which makes behavioural signals more important rather than less.

The FIDO Alliance describes passkeys as phishing-resistant credentials based on public key cryptography that replace passwords, distinguishing synced passkeys backed up across a user's devices from device-bound passkeys that never leave one device and offer the highest assurance. Adopting them eliminates a large category of attack. What remains is precisely the category behavioural signals address: the genuine customer, with their genuine passkey, on their genuine device, being deceived. Deploy passkeys for the credential problem and behavioural intelligence for the intent problem, and stop expecting either to solve the other.

What should behavioural signals never be used for?

Sole authorisation, silent denial of service, or inferences about the person rather than the session.

Do not let a behavioural score alone approve a high-value action, because a false negative has no second line of defence. Do not use it to block silently without a route to resolution, because a customer with a new injury, a new phone, or a different posture will fail your model through no fault of theirs. And keep inferences scoped to session risk rather than to characteristics of the individual, which is both an ethical line and, in several jurisdictions, a legal one.

How should the collection layer be built?

As a minimal SDK that computes features on the device and transmits derived signals rather than raw streams.

Send derived features, not raw telemetry. Raw keystroke and touch streams are large, sensitive, and rarely necessary once features are defined, so computing on device reduces both privacy exposure and bandwidth. Set an explicit performance budget for the SDK covering CPU, memory, battery, app size, and startup time, and test it on low-end devices representative of your actual customer base rather than on the newest handset in the office. Then monitor it in production, because an SDK that degrades app responsiveness will cost you more in abandoned sessions than it saves in fraud, and that trade will be invisible unless you measure it.

What must be minimised or kept off the wire?

Anything resembling content, plus any identifier you do not need.

Never collect what is typed, only how it is typed. Keep field-level content out of the pipeline entirely, exclude credential entry from raw capture, and avoid collecting persistent identifiers beyond what your device identity requires. Document what each signal is for, and drop signals nobody uses, because unused sensitive data is pure liability. The segmentation and least-privilege reasoning here follows the same model as this guide to zero-trust security architecture.

How should the scoring service be architected?

As a continuously updated session profile scored in memory, with decisions taken in tens of milliseconds.

Features must be maintained during the session rather than assembled at the decision point, because a payment screen cannot wait for a batch of lookups. Keep the scoring service co-located with the decision path, hold the session profile in memory, and define behaviour for a missing or stale profile so the decision degrades gracefully instead of hanging. The failure modes are identical to any inline scoring path and are set out in this analysis of latency in real-time risk scoring APIs. Feed confirmed fraud outcomes back into features and thresholds quickly, which is the loop described in real-time fraud detection, and use the same score in card-not-present authentication decisions rather than maintaining a second signal set, as covered in 3-D Secure and tokenisation infrastructure.

Assembling session features at the moment a payment is submitted?

Talk to Digiqt about session scoring latency and feature design

Disclosure, lawful basis, minimisation, and retention, all settled with counsel before collection begins.

Behavioural interaction data may be treated as biometric or otherwise sensitive personal data depending on jurisdiction, and some regimes impose specific consent, notice, and retention requirements on biometric identifiers. Decide the lawful basis per market before you write the SDK, because retrofitting consent to a live collection pipeline is far harder than designing for it. Then be explicit in your privacy notice about what is collected and why, keep retention short and defined per signal, minimise identifiers, and support deletion. Where onboarding already captures identity data, keep the two pipelines separate with a clear boundary, since combining behavioural session data with identity verification records raises questions neither system was designed to answer. The identity side of that boundary is covered in this guide to digital onboarding and KYC automation.

How should vendors be evaluated?

On transparency, footprint, data handling, and measured performance against your own traffic.

CriterionWhat to requireWhy it matters
Signal transparencyA documented list of every signal collectedYou cannot write a privacy notice for a black box
Score explainabilityReason codes behind each scoreNeeded for customer complaints and audit
SDK footprintMeasured CPU, battery, size, startup impactProtects conversion on low-end devices
Data residency and retentionWhere data is processed and for how longDetermines regulatory viability per market
Feature and score ownershipYour access to your own features and scoresPrevents lock-in and preserves your history
Proof on your trafficA paid pilot measured against your fraud casesVendor benchmarks reflect someone else's customers
Model update processHow and when models change, and your control over itA silent model change can move your false positive rate overnight

Insist on a pilot measured against your own labelled fraud outcomes. Every vendor's published lift figures come from a different population, and the honest ones will expect the request.

How do you measure whether it works?

By lift over existing controls, false intervention cost, coverage, and app performance impact.

Measure detection lift as additional confirmed fraud caught relative to your existing controls, not as absolute detection, because most of what a new model catches was already being caught. Track false intervention rate and its cost, since behavioural models generate friction for legitimate customers who changed device or circumstance. Report coverage, meaning the share of sessions with a usable profile at the decision point, because low coverage silently limits the value. Watch app performance and abandonment as a control metric rather than an engineering curiosity. And review score stability for individual customers over time, because a model that reclassifies the same person repeatedly will erode trust in every downstream decision.

How should delivery be phased?

Device intelligence first, then collection and shadow scoring, then intervention, then behavioural models.

Deploy device integrity and remote access detection first, since the signals are explainable and immediately useful. Build the collection pipeline and run scoring in shadow mode next, logging decisions without acting on them, which gives you a labelled baseline and a realistic false positive estimate before any customer is affected. Then connect the score to the intervention ladder, starting with warnings and step-up rather than blocks. Then invest in behavioural models tuned on your own population, and only after coverage and stability are proven. Settle the privacy work before phase one rather than in parallel, because it constrains the SDK design and cannot be retrofitted cheaply.

Behavioural biometrics is one of the few fraud technologies that is genuinely invisible to almost every customer and decisive for a small number of sessions. That is the right ambition for it. Treat it as a strong risk signal that improves decisions you already make, keep its privacy footprint small and documented, and stop short of asking it to be an identity control it was never capable of being.

Frequently Asked Questions

What do behavioural biometrics actually measure?

How a person interacts with a device: typing rhythm, touch pressure and size, scroll and swipe dynamics, device orientation habits, and navigation patterns across a session.

Can behavioural biometrics replace authentication?

No. NIST is explicit that biometrics are not secrets and should be used only as part of multi-factor authentication with a physical authenticator. Behavioural signals are risk inputs, not credentials.

What is the difference between behavioural biometrics and device intelligence?

Behaviour describes how the human interacts. Device intelligence describes the environment: device identity, integrity, emulation, remote access tooling, and network characteristics.

Why is continuous scoring more valuable than a login check?

Because the risk in banking apps sits at the payment, not the login. A session can start legitimately and be taken over or coached by a scammer minutes later.

Do passkeys make this unnecessary?

No. Passkeys remove phishing and credential theft, which is a large win, but they cannot tell you the genuine customer is being socially engineered while using their own device.

What latency budget applies to session scoring?

Tens of milliseconds at the decision point, which means features are computed continuously during the session rather than assembled when a payment is submitted.

What are the main privacy obligations?

Behavioural data may be treated as biometric or sensitive personal data in some jurisdictions, so disclosure, lawful basis, minimisation, and retention limits must be settled with counsel before collection starts.

How should vendors be evaluated?

On signal transparency, model explainability, SDK footprint, data residency, false positive behaviour on your own traffic, and whether you retain your own scores and features.

Sources

Read our latest blogs and research

Featured Resources

Technology

Digital Account Opening Platform Design for Fast Completion

How to design a digital account opening platform that completes in minutes, covering where time goes, identity proofing assurance, vendor orchestration, inline screening, fraud controls, and honest funnel metrics.

Read more
Technology

Account Takeover Prevention Banking: Securing Digital Channels

How to design account takeover prevention banking controls across the full attack chain, covering credential defence, contact-detail change risk, in-session detection, call centre exposure, and recovery flows.

Read more
AI

12 ways to implement AI in fraud detection and prevention in the banking industry

The emergence of AI In Fraud Detection And Prevention In The Banking Industry provides new and powerful tools to tackle financial fraud.

Read more

About Us

We are a technology services company focused on enabling businesses to scale through AI-driven transformation. At the intersection of innovation, automation, and design, we help our clients rethink how technology can create real business value.

From AI-powered product development to intelligent automation and custom GenAI solutions, we bring deep technical expertise and a problem-solving mindset to every project. Whether you're a startup or an enterprise, we act as your technology partner, building scalable, future-ready solutions tailored to your industry.

Driven by curiosity and built on trust, we believe in turning complexity into clarity and ideas into impact.

Our key clients

Companies we are associated with

Life99
Edelweiss
Aura
Kotak Securities
Coverfox
Phyllo
Quantify Capital
ArtistOnGo
Unimon Energy

Our Offices

Ahmedabad

B-714, K P Epitome, near Dav International School, Makarba, Ahmedabad, Gujarat 380051

+91 99747 29554

Mumbai

C-20, G Block, WeWork, Enam Sambhav, Bandra-Kurla Complex, Mumbai, Maharashtra 400051

+91 99747 29554

Stockholm

Bäverbäcksgränd 10 12462 Bandhagen, Stockholm, Sweden.

+46 72789 9039

Malaysia

Level 23-1, Premier Suite One Mont Kiara, No 1, Jalan Kiara, Mont Kiara, 50480 Kuala Lumpur

Lewes

16192 Coastal Highway, Lewes, Delaware 19958, USA

software developers ahmedabad
ISO 9001:2015 Certified

Call us

Career: +91 90165 81674

Sales: +91 99747 29554

Email us

Career: hr@digiqt.com

Sales: hitul@digiqt.com

© Digiqt 2026, All Rights Reserved