Mobile Call Reputation Scoring for Real-Time Fraud Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Users of mobile phones are vulnerable to fraudulent calls, particularly phishing attacks, where attackers pose as financial institutions to obtain sensitive information, leading to significant financial and personal losses.

Innovation Solution

A mobile telephone system equipped with a hardware platform, processor, memory, and telecommunication transceiver, which includes instructions to analyze incoming and outgoing calls, assign a predicted local reputation with a legitimacy confidence score, and take actions such as terminating or continuing the call based on the score.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If real-time call analysis is performed to detect fraudulent calls, then call security is improved, but processing time and system complexity increase

Engineering Contradiction:
Improvecall securityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system performs preliminary analysis of call metadata (caller ID, calling patterns, device information) before the call is fully established. This preliminary action allows the system to identify high-risk calls early and apply more intensive analysis only when necessary, reducing overall system complexity while maintaining security.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The fraud detection system is segmented into multiple independent modules: metadata analysis module, live call analysis module, machine learning classification module, and action execution module. Each module handles specific tasks independently, making the overall system more manageable and less complex while maintaining comprehensive security coverage.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If comprehensive call analysis is performed on all calls, then fraud detection accuracy is improved, but processing speed decreases

Engineering Contradiction:
Improvefraud detection accuracyVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSSpeed

Solution Approach 1:

The system applies partial analysis to all calls (metadata only) and excessive/detailed analysis only to suspicious calls identified by the preliminary screening. This selective approach maintains high detection accuracy for fraudulent calls while preserving processing speed for legitimate calls that require minimal analysis.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The system dynamically changes analysis parameters based on risk assessment. For low-risk calls, only basic metadata parameters are analyzed quickly. For high-risk calls, the system transitions to analyzing additional parameters such as voice patterns, call content, and behavioral indicators, achieving high accuracy when needed without slowing down overall processing.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If automated call termination is implemented for fraudulent calls, then user protection is improved, but false positive rate may increase

Engineering Contradiction:
Improveuser protectionVSAvoidfalse positive rate
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system incorporates feedback loops where user responses to fraud warnings are captured and used to refine future detection accuracy. When users mark terminated calls as false positives or confirm fraud detections, this feedback trains the machine learning models to reduce false positives while maintaining strong user protection.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

Before automatic termination, the system performs preliminary verification steps including cross-referencing call metadata with known fraud databases, analyzing calling patterns against established fraud signatures, and providing users with warning information and verification opportunities. This preliminary action reduces false positives by ensuring high-confidence detections before automated termination occurs.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12348671B2Fraudulent call detection
Publication Date: 2025.07.01 MCAFEE LLC
  • US12348671B2 patent drawing
  • US12348671B2 patent drawing
  • US12348671B2 patent drawing

AI summary

There is disclosed in one example a mobile telephone, including: a hardware platform including a processor and a memory; a telecommunication transceiver; and instructions encoded within the memory to instruct the processor to: identify a call made via the telecommunication transceiver; analyze the call and assign the call a predicted local reputation according to the analysis, including a legitimacy confidence score; if the legitimacy confidence score is less than a first threshold, terminate the call; if the legitimacy confidence score is greater than a second threshold, cease analysis of the call; and if the legitimacy confidence score is between the first and second thresholds, continue analysis of the call.