Network Traffic Anomaly Detection Reducing False Positives

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques for detecting data exfiltration events often result in false positives, distracting security personnel and diverting resources from actual malicious network activity.

Innovation Solution

A method and system that normalize traffic data, apply outlier identification techniques based on properties like standard deviation and interquartile range, and use contextual filters to accurately detect data exfiltration events, reducing false positives by distinguishing between benign and malicious network activity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If existing techniques are used to detect data exfiltration events, then detection coverage is achieved, but false positive rate increases

Engineering Contradiction:
Improvedetection accuracyVSAvoidfalse positives
Core Design Contradiction:
ReliabilityVSObject-generated harmful factors

Solution Approach 1:

The patent transforms network traffic data using statistical parameters (mean, standard deviation, interquartile range) and applies normalization techniques to convert raw traffic volumes into standardized scores. This parameter transformation enables more accurate detection by comparing traffic patterns against statistical baselines rather than fixed thresholds, thereby reducing false positives while maintaining detection coverage.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces traditional rule-based detection mechanisms with statistical and machine learning-based anomaly detection. Instead of relying on predefined signatures or simple threshold rules, the system uses z-scores, interquartile range calculations, and contextual filtering algorithms to dynamically identify exfiltration events, significantly improving accuracy and reducing false alarms.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Productivity

If traditional detection methods are applied, then all network traffic is monitored, but security personnel are distracted by false alarms

Engineering Contradiction:
Improvesecurity response efficiencyVSAvoidtime spent on false positives
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The patent implements a feedback mechanism where security personnel can mark detected events as false positives or true positives. This feedback is used to continuously refine the detection model through retraining, improving accuracy over time. The system learns from human expertise to reduce false alarms and enhance detection precision, thereby improving security response efficiency.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent extracts and applies contextual information from multiple sources (user behavior, device characteristics, network conditions) to filter out false positives before presenting alerts to security personnel. By separating true threats from benign traffic using contextual filters and anomaly scoring, the system ensures that security personnel only investigate genuine exfiltration events, eliminating time waste on false alarms.

Inventive Principle:
Principle #2Taking out (Extraction)

3Ease of manufacture

If simple threshold-based detection is used, then implementation is straightforward, but detection precision is insufficient

Engineering Contradiction:
Improvesystem implementation simplicityVSAvoidexfiltration detection accuracy
Core Design Contradiction:
Ease of manufactureVSMeasurement precision

Solution Approach 1:

The patent segments the detection process into distinct modular stages: data collection, normalization, anomaly scoring using multiple statistical methods (z-score, IQR), contextual filtering, and threshold evaluation. Each stage can be independently configured and tuned, maintaining implementation simplicity while achieving high detection precision through the cumulative effect of multiple refinement steps.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12101342B2System and method for monitoring network activity for detecting data exfiltration events
Publication Date: 2024.09.24 RAPID7 INC
  • US12101342B2 patent drawing
  • US12101342B2 patent drawing
  • US12101342B2 patent drawing

AI summary

Disclosed herein are methods, systems, and processes for detecting data exfiltration. A data exfiltration event in a network is detected. Traffic data regarding outgoing traffic of a source in the network associated with the data exfiltration event is received. A logarithmic transformation is applied to the traffic data to generate transformed data. An outlier identification technique is selected based on the transformed data and is executed on the transformed data to determine that the outgoing traffic is indicative of the data exfiltration event. An alert is generated in response to the determination that the outgoing traffic is indicative of the data exfiltration event.