← Latest papers
💻 computer science

Decentralized AI-Powered Zero-Trust Identity and Access Management Using Blockchain and Deepfake-Resistant Multimodal Biometrics

This paper proposes a Decentralized AI-powered Zero-Trust IAM framework (DAZT-IAM) that integrates permissioned blockchain, self-sovereign identity, and deepfake-resistant multimodal biometrics with continuous risk-adaptive scoring to eliminate single points of failure and counter sophisticated impersonation attacks.

Original authors: Anithalakshmi V¹, Raja P², N Sripriya, M Lavanya

Published 2026-08-11
📖 8 min read🧠 Deep dive

Original authors: Anithalakshmi V¹, Raja P², N Sripriya, M Lavanya

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the internet as a massive, bustling city where everyone is trying to get into different buildings, from cozy coffee shops to high-security vaults. For a long time, security guards at the city gates just checked your ID once when you arrived. If your ID looked good, they let you in and assumed you were safe for the rest of the day, even if you wandered into a restricted area or started acting strangely. But lately, the city has changed. People work from home, use gadgets everywhere, and the "city walls" have disappeared. Now, a new kind of troublemaker has arrived: the "Deepfake." These are digital masterpieces created by computers that can perfectly mimic your face and voice, tricking even the smartest guards into thinking a fake is real. To solve this, scientists are building a new kind of security system called "Zero-Trust." Think of it as a guard who never trusts anyone, not even you, and checks your ID, your voice, and your behavior every single time you try to open a door, no matter where you are in the city.

This paper introduces a new, super-smart security system called DAZT-IAM. It's a bit like a high-tech bouncer club that uses three powerful tools working together: a digital ledger that can't be erased (Blockchain), a team of AI detectives that can spot fake faces and voices (Deepfake Detection), and a "trust meter" that constantly checks if you are still who you say you are. The researchers built this system to stop hackers who steal passwords or use computer-generated fakes to break in. They tested their idea using computer simulations and found that their system is much better at spotting these fake imposters than older methods, while still letting real people in quickly.

The Old Way vs. The New Way

In the old days, getting into a secure system was like showing a key card at the front door. Once the guard swiped it and said "Go," you were free to roam the building. But if someone stole your key card, or if a hacker used a perfect photo of your face to trick the camera, they could walk right in and stay there forever. The paper argues that this "check once, trust forever" model is broken. It relies too much on a single central computer to hold all the keys, which makes it a juicy target for thieves.

The new system, DAZT-IAM, changes the rules completely. It operates on a simple principle: Never trust, always verify. Instead of one big central computer holding all the keys, the system uses a Blockchain. Imagine a giant, public notebook that everyone in the club can see, but no one can erase or change once something is written in it. This notebook holds your digital identity (called a "Decentralized Identifier" or DID). Because this notebook is shared by many computers, there is no single "boss" computer to hack. If a hacker tries to change the notebook to say they are you, the other computers in the network will say, "Nope, that doesn't match," and reject the change.

The AI Bouncer and the "Deepfake" Trap

The most exciting part of this new system is how it handles the "Deepfake" problem. Deepfakes are like digital puppets; computers can now make videos of people saying things they never said or looking like they are doing things they aren't doing. Old security systems often get fooled by these.

The DAZT-IAM system uses a Multimodal Biometric approach. Instead of just checking your face, it checks three things at once:

  1. Your Face: It looks at your video feed.
  2. Your Voice: It listens to what you say.
  3. Your Behavior: It watches how you type or move your mouse.

But here is the clever trick: it has a special "Deepfake Detector" built right in. Think of this detector as a forensic artist who looks for tiny, invisible cracks in the digital painting. Real human faces and voices have natural, tiny imperfections and rhythms. Computer-generated fakes often have tiny glitches in their timing or color patterns that humans can't see but AI can spot. The system analyzes these "frequency-domain artifacts" (fancy words for tiny digital glitches) and checks if the video is moving in a way that looks real over time. If the AI suspects the face or voice is a fake, it immediately lowers your "trust score," even if the face looks perfect.

The "Trust Meter" That Never Sleeps

The third magic ingredient is the Continuous Trust Scoring. In the old system, once you were inside, you were safe. In this new system, the security guard is watching you the whole time.

Imagine you are in a secure room. Every few seconds, the system asks: "Is this still the real person? Is the computer safe? Are you in the right location?" It combines your biometric scores (face, voice, typing) with context clues (like "Is this person suddenly logging in from a different country?"). It calculates a Trust Score between 0 and 1.

  • If your score is high (close to 1), you keep your access.
  • If your score drops (maybe because your typing style changed or the system thinks your session was hijacked), the system doesn't just let you stay. It might ask you to prove who you are again ("Step-up authentication") or kick you out entirely.

This means that even if a hacker steals your password and gets in, the moment they try to do something suspicious or the system notices something is "off," your access is cut off. The paper shows that in their simulations, this continuous checking is what stops "session hijacking" (where a hacker takes over a logged-in session).

What the Numbers Say

The researchers tested their system using simulated data to see how it compared to older methods. Here is what they found:

  • Accuracy: The new system correctly identified real users 98.6% of the time. This is slightly better than a simple password system (91.2%) and a bit better than a system that only checks your face (95.4%).
  • Spotting Fakes: This is where the new system shines. When faced with deepfake attacks, the old "face-only" system only caught 38.7% of them. The new DAZT-IAM system caught 96.1% of the fakes. That is a huge difference!
  • Speed: The new system takes a little longer to make a decision (about 310 milliseconds on average) compared to a simple password check (180 milliseconds). However, the authors note that this delay is still very fast—less than a second—and is a small price to pay for such high security.

The "What If" Scenarios

To make sure their system was actually doing the heavy lifting, the researchers tried taking parts of it away to see what happened. This is called an "ablation study."

  • When they removed the Deepfake Detector, the system's ability to stop attackers dropped significantly. The "Attacker Success Rate" went from a low 2.4% up to 31.8%. This proves that the deepfake detector is the most important part for stopping fake media.
  • When they removed the Continuous Re-scoring (making it check only once at the login), the attacker success rate for session hijacking jumped from 2.4% to 18.3%. This shows that checking only once is not enough; you have to keep checking.

Is It Perfect?

The paper is very honest about what it hasn't solved yet. The results they showed are from simulations, not a real-world test in a giant company. The authors suggest that in the real world, they would need to tune the system carefully so it doesn't accidentally lock out real people (false alarms). They also note that as hackers get better at making deepfakes, the AI detectors will need to keep learning and updating. Additionally, because this system uses blockchain, it works best in a group of trusted organizations (a "permissioned" network) rather than a completely open public internet, which adds some complexity.

The Big Picture

In short, this paper suggests that by combining a tamper-proof digital notebook (Blockchain), a team of AI detectives that can spot digital fakes, and a security guard that never stops watching, we can build a much safer internet. It moves us away from the idea of "one-time keys" and toward a world where your identity is constantly verified, making it incredibly hard for hackers to use stolen passwords or fake faces to break in. While it's not a magic bullet that solves everything instantly, the simulations suggest it's a very strong step forward for keeping our digital lives secure.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →