Traffic Pattern Analysis for Infectious Message Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current anti-virus systems are ineffective during the 'time zero' window when a new virus emerges, as they rely on pre-existing virus signatures, leading to vulnerability and high rates of false positives in detecting infectious messages, especially when attackers disguise executable files or exploit non-traditional file types.

Innovation Solution

Implementing a message analysis system that evaluates individual message characteristics using a combination of tests such as signature matching, file name, character, bit pattern, N-gram, and probabilistic finite state automata tests, along with traffic analysis to classify messages as legitimate, suspicious, or infectious, and prevent the spread of infectious messages by quarantining or deleting them.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If virus signature-based detection is used, then detection accuracy for known viruses is improved, but vulnerability during time zero window increases

Engineering Contradiction:
Improvedetection accuracyVSAvoidvulnerability during time zero
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system performs preliminary actions by collecting and analyzing traffic patterns before a virus outbreak occurs. It establishes baseline communication patterns, file transfer frequencies, and email volumes during normal operation, enabling detection of anomalies that indicate emerging threats without requiring pre-existing virus signatures.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback mechanisms by continuously monitoring network traffic and comparing current patterns against historical baselines. When deviations exceed thresholds, the system generates alerts and can automatically respond by blocking suspicious traffic, creating a closed-loop system that adapts to new threats in real-time.

Inventive Principle:
Principle #23Feedback

2Reliability

If content filter is used to identify executable attachments, then time zero detection capability is improved, but false positive rate increases

Engineering Contradiction:
Improvetime zero detection capabilityVSAvoidfalse positive rate
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The system segments the detection process into multiple independent analysis components: traffic volume analysis, pattern matching, statistical deviation detection, and behavioral analysis. Each component evaluates specific aspects of network traffic separately, and only when multiple segments indicate suspicion does the system flag a message, reducing false positives while maintaining detection capability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically adjusts detection parameters such as threshold values, analysis windows, and sensitivity levels based on current network conditions and historical data. During normal operation, thresholds are set to minimize false positives; during suspected outbreak periods, sensitivity increases to catch emerging threats, allowing the system to adapt its detection criteria rather than using fixed rules.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If attachment nature is disguised, then virus transmission is improved, but detection accuracy deteriorates

Engineering Contradiction:
Improvevirus transmission efficiencyVSAvoiddetection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system introduces intermediary analysis layers that examine the relationship between message metadata, attachment properties, and communication patterns. Rather than relying solely on file extensions or content signatures, it analyzes the intermediary context such as sender-recipient relationships, timing patterns, and network flow characteristics to detect disguised threats.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system adds another dimension to detection by moving from static file analysis to dynamic behavioral analysis. Instead of examining only the attachment's inherent properties, it analyzes the attachment in the context of network traffic flows, communication patterns, and temporal sequences, detecting threats through their behavioral signature rather than their apparent form.

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

Data Source

PatentUS8122508B2Analyzing traffic patterns to detect infectious messages
Publication Date: 2012.02.21 QUEST SOFTWARE INC
  • US8122508B2 patent drawing
  • US8122508B2 patent drawing
  • US8122508B2 patent drawing

AI summary

Managing electronic messages comprises receiving a message, forwarding the message, determining that the forwarded message is infectious after the message has been forwarded and preventing the infectious forwarded message from spreading.