<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rebecca Williams</title>
    <description>The latest articles on DEV Community by Rebecca Williams (@voice-security).</description>
    <link>https://dev.to/voice-security</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4055156%2Ff1580f37-c457-4b73-9934-6eda6a296b12.png</url>
      <title>DEV Community: Rebecca Williams</title>
      <link>https://dev.to/voice-security</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/voice-security"/>
    <language>en</language>
    <item>
      <title>KBA vs. PIN vs. Passive Voice Biometrics: Why Bank Call Centers Are the Weakest Link in 2026</title>
      <dc:creator>Rebecca Williams</dc:creator>
      <pubDate>Mon, 03 Aug 2026 12:51:01 +0000</pubDate>
      <link>https://dev.to/voice-security/kba-vs-pin-vs-passive-voice-biometrics-why-bank-call-centers-are-the-weakest-link-in-2026-1lpm</link>
      <guid>https://dev.to/voice-security/kba-vs-pin-vs-passive-voice-biometrics-why-bank-call-centers-are-the-weakest-link-in-2026-1lpm</guid>
      <description>&lt;p&gt;&lt;strong&gt;Call center authentication is the set of methods a bank uses to verify a caller's identity before granting access to an account or a sensitive action over the phone.&lt;/strong&gt; The three dominant approaches — knowledge-based authentication (KBA), PIN verification, and passive voice biometrics — differ sharply on three things engineers and risk teams actually care about: how much friction they add for the customer, how well they catch fraud, and what they do to average handle time.&lt;/p&gt;

&lt;p&gt;Here's the uncomfortable part. Most banks have hardened every channel except the one carrying their highest-value transactions. Online and mobile moved to device binding, passkeys, and step-up MFA years ago. Meanwhile the phone line — where wire confirmations, account recovery, and card disputes happen — often still runs on security questions a fraudster can buy for a few dollars. Generative voice AI has turned that gap from a theoretical risk into an active, industrialized attack surface.&lt;/p&gt;

&lt;p&gt;This post is a condensed, engineering-oriented walk through the tradeoffs. If you want the full deep dive with the complete regulatory citations, it lives in Matellio's longer guide on &lt;a href="https://www.matellio.com/blog/call-center-authentication-solutions-banks/" rel="noopener noreferrer"&gt;call center authentication solutions for banks&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is the phone channel failing banks?
&lt;/h2&gt;

&lt;p&gt;The value moved, and fraud followed it. The public, verifiable numbers are blunt:&lt;/p&gt;

&lt;p&gt;U.S. consumers reported &lt;strong&gt;$16.6 billion&lt;/strong&gt; in cyber-enabled crime losses in 2024 — up 33% year over year — with phishing/spoofing the single most-reported crime type at 193,407 complaints. (FBI IC3 2024 Internet Crime Report)&lt;br&gt;
Consumers reported &lt;strong&gt;$12.5 billion&lt;/strong&gt; lost to fraud in 2024, up 25%, with imposter scams the second-largest category at $2.95 billion. (FTC Consumer Sentinel Network Data Book 2024)&lt;br&gt;
The phone was the &lt;strong&gt;second most common contact method&lt;/strong&gt; for reported fraud — and victims contacted by phone lost the most per person, a median of roughly &lt;strong&gt;$1,500&lt;/strong&gt;. (FTC, 2024)&lt;/p&gt;

&lt;p&gt;The tools most contact centers still lean on — security questions and PINs — were designed for a world before mass data breaches and before you could clone a voice from a 30-second clip. They're now failing on security and on customer experience at the same time. That's why authentication has quietly become a shared agenda item across the CISO's office, the fraud team, and contact-center operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The three methods, explained
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Knowledge-based authentication (KBA)
&lt;/h3&gt;

&lt;p&gt;KBA asks for something presumed known only to the account holder: date of birth, last four of the SSN, mother's maiden name, a recent transaction amount, or preset security questions. Technically it's a &lt;strong&gt;shared-secret challenge&lt;/strong&gt; — the IVR or agent compares the caller's answer against stored profile data.&lt;/p&gt;

&lt;p&gt;Its fatal flaw is architectural, not fixable with tuning: the "secret" isn't secret anymore. After a decade of breaches, most KBA answers are for sale on data markets or sitting on a social profile. AI voice cloning then lets an attacker deliver those stolen answers convincingly. NIST has formally withdrawn KBA as an acceptable authenticator — yet it's still the default in a surprising number of bank contact centers.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. PIN verification
&lt;/h3&gt;

&lt;p&gt;A PIN (or telephone passcode) is a numeric code tied to the account. Like KBA, it's a "something you know" factor, but with a fixed, higher-entropy value instead of biographical trivia. That makes it stronger than KBA against open-source research — a random 6-digit PIN isn't on anyone's Facebook page.&lt;/p&gt;

&lt;p&gt;But it inherits every shared-secret weakness: PINs get phished, reused, written down, socially engineered out of customers, and dumped in breaches. And a single memorized secret is, by definition, single-factor authentication — which regulators no longer consider adequate for high-risk banking actions.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Passive voice biometrics
&lt;/h3&gt;

&lt;p&gt;Passive voice biometrics authenticates a caller from the physical and behavioral characteristics of their voice — a "something you are" factor — while they speak naturally, with no passphrase and no extra step. During enrollment the platform builds a mathematical voiceprint (vocal-tract shape, cadence, pronunciation). On later calls it scores live audio against that voiceprint in the background, usually returning a match confidence within the first few seconds. Nothing to remember, nothing to type — which is exactly why it wins on both friction and handle time.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The caveat every engineer needs to internalize: a voiceprint match alone can be beaten by a recording or a synthetic clone. Production-grade passive voice biometrics must be paired with liveness detection and synthetic-speech (deepfake) detection, and treated as one signal inside a layered, risk-based decision — never as a standalone "open sesame." That distinction is the whole ballgame against 2026-era voice fraud.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Passive Voice Biometrics vs. KBA vs. PIN — Head-to-Head
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Security factor&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: Something you are (biometric)&lt;/li&gt;
&lt;li&gt;KBA: Something you know (biographical)&lt;/li&gt;
&lt;li&gt;PIN: Something you know (memorized secret)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Customer friction&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: Very low — works silently during natural speech&lt;/li&gt;
&lt;li&gt;KBA: High — question-based; legitimate customers often get locked out&lt;/li&gt;
&lt;li&gt;PIN: Moderate — requires recall and manual entry&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Impact on handle time (AHT)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: Reduces AHT — eliminates the Q&amp;amp;A step entirely&lt;/li&gt;
&lt;li&gt;KBA: Increases AHT — questioning plus failed-KBA escalations&lt;/li&gt;
&lt;li&gt;PIN: Slight increase — prompt, entry, and occasional resets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Fraud resistance&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: High against human impostors; strong when paired with liveness detection&lt;/li&gt;
&lt;li&gt;KBA: Low — answers are widely breached or purchasable&lt;/li&gt;
&lt;li&gt;PIN: Low–moderate — phishable and reusable once stolen&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Deepfake / clone resistance&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: Only reliable with synthetic-speech detection + liveness checks&lt;/li&gt;
&lt;li&gt;KBA: None — a clone can simply read out stolen answers&lt;/li&gt;
&lt;li&gt;PIN: None — a clone can simply read out a stolen PIN&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;U.S. regulatory standing&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: Recognized as a valid biometric factor within MFA&lt;/li&gt;
&lt;li&gt;KBA: Withdrawn by NIST 800-63B&lt;/li&gt;
&lt;li&gt;PIN: Valid, but single-factor only — inadequate as a standalone control&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best role in the stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Passive Voice Biometrics: Primary low-friction factor + ongoing fraud signal&lt;/li&gt;
&lt;li&gt;KBA: Deprecate / retire as a primary control&lt;/li&gt;
&lt;li&gt;PIN: Fallback only — never the sole control&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Bottom line: KBA loses on every axis and has been formally retired by NIST. PIN is a marginal step up but is still one shared secret. Passive voice biometrics wins on friction and handle time and is the strongest identity factor — provided it ships with liveness and deepfake detection inside a layered decision.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What do U.S. regulators actually require?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Two references settle most internal debates:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NIST SP 800-63B (Digital Identity Guidelines, Rev. 4, 2025)&lt;/strong&gt; no longer recognizes KBA as an acceptable authenticator. Its position is that this class of question relies on information that is "private but not secret." Continuing to authenticate high-value phone interactions on security questions means running a control the national standards body has explicitly withdrawn.&lt;br&gt;
*&lt;em&gt;The FFIEC's 2021 guidance *&lt;/em&gt;— Authentication and Access to Financial Institution Services and Systems, conveyed via OCC Bulletin 2021-36 and FDIC FIL-55-2021 — states that single-factor authentication has "shown to be inadequate" for high-risk users and transactions, and directs institutions toward layered security and multi-factor authentication. Examiners increasingly expect the phone channel to meet the same bar as digital.&lt;/p&gt;

&lt;p&gt;Read together, they point one direction: retire KBA as a primary control, stop treating any single memorized secret as sufficient for sensitive calls, and move to layered, risk-based authentication where a biometric factor does the heavy lifting at low friction.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does a resilient architecture look like?
&lt;/h2&gt;

&lt;p&gt;No single factor should be an on/off switch for account access. The durable pattern is a risk-based decision that fuses several signals and only escalates to active challenges when risk is elevated:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Pre-answer risk scoring&lt;/strong&gt; — validate the calling number against network signaling (ANI / spoof detection) and score carrier metadata before the call is routed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.Passive voice biometrics + liveness&lt;/strong&gt; — authenticate the enrolled caller in the background during natural speech, with synthetic-speech detection to defeat clones and recordings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Behavioral and device signals&lt;/strong&gt; — layer in call-pattern and device reputation so a weakness in one control is compensated by another (the FFIEC's layered-security principle, in practice).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.Risk-based step-up&lt;/strong&gt; — reserve extra challenges for genuinely high-risk calls instead of interrogating every legitimate customer.&lt;/p&gt;

&lt;p&gt;The practical constraint is that banks can't rip out and replace a contact center to get here. Modern voice-security platforms deploy as an orchestration layer above existing SIP or cloud telephony, integrating with the IVR and agent desktop rather than replacing them — which lets teams add spoof detection, voice biometrics, and deepfake detection incrementally, usually starting with the highest-risk call flows. For a broader treatment of the threat model and controls across the inbound and outbound channels, Matellio's &lt;a href="https://www.matellio.com/voice-security-for-banks/" rel="noopener noreferrer"&gt;Voice Security for Banks&lt;/a&gt; coverage is a solid reference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key takeaways
&lt;/h2&gt;

&lt;p&gt;KBA is deprecated by the standards body — treat it as technical debt, not a control.&lt;br&gt;
A PIN is one shared secret; useful as a fallback, never as sole proof of identity on high-risk calls.&lt;br&gt;
Passive voice biometrics is the strongest low-friction factor only when paired with liveness and deepfake detection.&lt;br&gt;
The winning design isn't a single factor — it's a layered, risk-based decision that steps up only when risk warrants it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sources&lt;/strong&gt;&lt;br&gt;
FBI IC3 2024 Internet Crime Report — &lt;a href="https://www.ic3.gov/AnnualReport/Reports/2024_IC3Report.pdf" rel="noopener noreferrer"&gt;https://www.ic3.gov/AnnualReport/Reports/2024_IC3Report.pdf&lt;/a&gt;&lt;br&gt;
FTC — 2024 fraud loss data — &lt;a href="https://www.ftc.gov/news-events/news/press-releases/2025/03/new-ftc-data-show-big-jump-reported-losses-fraud-125-billion-2024" rel="noopener noreferrer"&gt;https://www.ftc.gov/news-events/news/press-releases/2025/03/new-ftc-data-show-big-jump-reported-losses-fraud-125-billion-2024&lt;/a&gt;&lt;br&gt;
FTC Consumer Sentinel Network Data Book 2024 — &lt;a href="https://www.ftc.gov/reports/consumer-sentinel-network-data-book-2024" rel="noopener noreferrer"&gt;https://www.ftc.gov/reports/consumer-sentinel-network-data-book-2024&lt;/a&gt;&lt;br&gt;
NIST SP 800-63B, Digital Identity Guidelines (Rev. 4) — &lt;a href="https://pages.nist.gov/800-63-4/sp800-63b.html" rel="noopener noreferrer"&gt;https://pages.nist.gov/800-63-4/sp800-63b.html&lt;/a&gt;&lt;br&gt;
FFIEC — Authentication and Access to Financial Institution Services and Systems (2021) — &lt;a href="https://www.ffiec.gov/sites/default/files/media/press-releases/2021/authentication-and-access-to-financial-institution-services-and-systems.pdf" rel="noopener noreferrer"&gt;https://www.ffiec.gov/sites/default/files/media/press-releases/2021/authentication-and-access-to-financial-institution-services-and-systems.pdf&lt;/a&gt;&lt;br&gt;
OCC Bulletin 2021-36 — &lt;a href="https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-36.html" rel="noopener noreferrer"&gt;https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-36.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is a condensed summary. The full guide — with the complete comparison and regulatory detail — is available in Matellio's &lt;a href="https://www.matellio.com/blog/call-center-authentication-solutions-banks/" rel="noopener noreferrer"&gt;call center authentication solutions&lt;/a&gt; article.&lt;/p&gt;

</description>
      <category>security</category>
      <category>authentication</category>
      <category>banking</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
