Email Sender Misrepresentation Detection via Header-Body Comparison

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing email processing technologies fail to effectively detect sender misrepresentation in emails, particularly when discrepancies exist between the sender information in the email body or subject and the header, leading to difficulties in identifying suspicious emails.

Innovation Solution

A non-transitory computer-readable medium and email processing device that execute a process for detecting misrepresentation by analyzing text strings in the email body, estimating sender domains from organization names, and comparing them with domains detected from the email header using a correspondence table, allowing for the identification of misrepresentation even in emails without URL links.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If sender information is only detected from email header, then detection process is simple, but misrepresentation cannot be detected when body text contains different sender information

Engineering Contradiction:
Improvesender identification accuracyVSAvoidemail processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The email is divided into two segments for analysis: the header portion and the body text portion. The system separately extracts sender information from both segments and compares them to detect misrepresentation. This segmentation allows comprehensive verification without requiring complete restructuring of the email processing system.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces an intermediary comparison mechanism that acts as a mediator between header-based sender identification and body-text-based sender identification. By using organization name extraction and domain correspondence tables as intermediaries, the system can verify consistency between different sender information sources without directly conflating the two extraction methods.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If URL links are required for sender verification, then verification process is straightforward, but emails without URL links cannot be verified

Engineering Contradiction:
Improveemail type compatibilityVSAvoidsender verification accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The system implements a universal sender verification mechanism that works across multiple email types regardless of whether they contain URL links. By extracting organization names from various text patterns in the email body and comparing them with header information using domain correspondence tables, the system achieves versatile applicability while maintaining verification accuracy for both URL-containing and URL-free emails.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Measurement precision

If comprehensive text analysis is performed on email body, then misrepresentation detection accuracy improves, but processing time increases

Engineering Contradiction:
Improvemisrepresentation detection accuracyVSAvoidemail processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs partial text analysis by focusing specifically on extracting organization names from the email body rather than analyzing the entire text content. This selective approach extracts only the necessary information (organization names and sender references) while ignoring irrelevant content, thereby maintaining high detection accuracy while reducing overall processing time compared to comprehensive text analysis.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11132646B2Non-transitory computer-readable medium and email processing device for misrepresentation handling
Publication Date: 2021.09.28 FUJIFILM BUSINESS INNOVATION CORP
  • US11132646B2 patent drawing
  • US11132646B2 patent drawing
  • US11132646B2 patent drawing

AI summary

An email misrepresentation handling process is executed for an email in a case of a mismatch between first sender information detected by a first detection from a body text or a subject of the email, and second sender information detected by a second detection from a header of the email.