Voice Filter System for Replay Attack Prevention

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current voice authentication systems are vulnerable to replay attacks, where fraudsters record a user's voice and use it for fraudulent transactions, lacking sufficient security measures to prevent such unauthorized access.

Innovation Solution

The system modifies original audio segment data using a predetermined algorithm, creating modified audio segment data that is transmitted to a server, where it is decoded and compared to stored data, ensuring only the original data matches for authentication, thus preventing replay attacks.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If voice authentication is implemented for cardholder verification, then security is improved, but vulnerability to replay attacks increases

Engineering Contradiction:
Improveauthentication securityVSAvoidreplay attack vulnerability
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The system applies audio filtering to the challenge response voice segment before transmission to the server. This preliminary modification of the voice data prevents fraudsters from using simple replay attacks, as the filtered audio cannot be directly reused without knowing the filter parameters.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system changes the parameters of the voice data by applying different audio filters (e.g., pitch shifting, time stretching, equalization) to the challenge response. This transforms the original voice segment into a modified version that maintains authentication validity but cannot be replayed directly, thereby preventing replay attacks while maintaining reliability.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If audio filtering is applied to prevent replay attacks, then security against fraud is improved, but system complexity increases

Engineering Contradiction:
Improvefraud preventionVSAvoidauthentication system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system introduces an audio filter as an intermediary component between the voice capture and authentication verification processes. This filter modifies the voice data in a controlled manner, adding security without requiring complete system redesign. The filter acts as a mediator that transforms the raw voice segment into a secured format suitable for transmission and verification.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The audio filtering is performed in advance on the challenge response before it leaves the client device. This preliminary processing step prevents fraud without requiring complex real-time analysis or multiple verification stages at the server, thereby limiting the increase in overall system complexity while achieving fraud prevention.

Inventive Principle:
Principle #10Preliminary action

3Object-affected harmful factors

If original audio segment data is modified before transmission, then replay attack capability is reduced, but data processing time increases

Engineering Contradiction:
Improvereplay attack capabilityVSAvoidaudio processing time
Core Design Contradiction:
Object-affected harmful factorsVSLoss of time

Solution Approach 1:

The system applies partial modification to the audio data by selecting specific filter parameters and processing only the necessary portions of the voice segment. Rather than completely transforming the audio, the system applies just enough filtering to prevent replay attacks, thereby minimizing the additional processing time while still achieving the security objective.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system efficiently changes audio parameters using optimized filtering algorithms that can be applied quickly. By using standard audio processing techniques (pitch shifting, time scaling) rather than complex transformations, the system reduces the time penalty associated with modifying the audio data while still effectively preventing replay attacks.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS10607225B2Voice filter system
Publication Date: 2020.03.31 VISA INTERNATIONAL SERVICE ASSOCIATION
  • US10607225B2 patent drawing
  • US10607225B2 patent drawing
  • US10607225B2 patent drawing

AI summary

Embodiments of the invention are directed to systems and methods for authentication using audio filtering. In some embodiments, an original audio segment such as a voice segment may be received. The received original audio segment may be modified using a first predetermined algorithm. The modified audio segment may be sent to an authentication server. At the authentication server, the modified audio segment may be reconstructed into the original audio segment using a second predetermined algorithm. The client device may be authenticated for a transaction based at least in part on the reconstructed original audio segment.