Data Filtering System Using Specificity Analysis for Threat Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing systems fail to effectively detect and filter potentially harmful electronic data, such as spam, viruses, and malware, which can compromise network security by unauthorized access and spread dangerous content.

Innovation Solution

A filtering system comprising an interface, extraction generators, specificity generators, and a filter generator that extracts identifiers and attributes from electronic data, calculates specificity, and creates filters based on thresholds to detect and block harmful data by analyzing and normalizing identifiers and attributes, and applying filters to prevent delivery of threatening content.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional filtering methods are used to detect harmful electronic data, then the system structure remains simple, but the detection accuracy and reliability are insufficient

Engineering Contradiction:
Improvedetection accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The filtering system is divided into multiple specialized generators: extraction generators for identifying data characteristics, specificity generators for calculating unique identifiers, and filter generators for creating detection rules. Each component handles a specific aspect of the filtering process, improving overall detection accuracy while maintaining manageable complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces a new dimension of analysis by calculating specificity values based on multiple attributes simultaneously. Instead of relying on single-attribute filtering, the system evaluates combinations of attributes (subject, body, attachments, headers) to generate composite specificity scores, enabling more accurate detection of harmful data patterns.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If comprehensive attribute analysis is performed on electronic data, then detection precision improves, but processing time and computational resources increase

Engineering Contradiction:
Improveattribute matching precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary extraction of key attributes (subject, body, attachments, headers) and calculates specificity values before the actual filtering decision. By pre-processing and storing these characteristic values, the system avoids redundant analysis during the filtering phase, reducing processing time while maintaining high detection precision.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system applies different levels of analysis to different parts of the electronic data. Critical fields like subject lines and attachment names receive more intensive specificity analysis, while less critical portions undergo lighter processing. This selective approach maintains high precision for key indicators while reducing overall computational burden.

Inventive Principle:
Principle #3Local quality

3Reliability

If strict filtering criteria are applied to block harmful data, then security reliability improves, but the loss of legitimate data increases

Engineering Contradiction:
Improvesecurity reliabilityVSAvoidlegitimate data loss
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The system dynamically adjusts filtering parameters based on calculated specificity values. Instead of applying fixed strict criteria to all data, the system modifies filtering thresholds according to the unique specificity profile of each electronic data item. This adaptive approach maintains high security reliability for truly harmful data while preserving legitimate communications that happen to share some superficial characteristics with harmful data.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20230006970A1System and method for detecting potentially harmful data
Publication Date: 2023.01.05 ZIXCORP SYST
  • US20230006970A1 patent drawing
  • US20230006970A1 patent drawing
  • US20230006970A1 patent drawing

AI summary

A method includes receiving electronic data, extracting a first identifier from the electronic data, extracting first attributes from the electronic data, and searching a database for identifiers that match the first identifier to determine a number of matching identifiers. The method also includes determining that the number of matching identifiers exceeds a first threshold and searching the database for attributes associated with each of the matching identifiers to determine a subset of matching attributes. The method further includes calculating a specificity for the subset of matching attributes, determining that the specificity of the subset of matching attributes is less than or equal to a second threshold, and creating a filter based at least in part on the determination that the specificity of the subset of matching attributes is less than or equal to the second threshold.