Advanced network threat intelligent detection and defense system

Through real-time protocol analysis, multi-model fusion and SDN defense technology, the detection and defense problems of advanced network threats in encrypted traffic are solved, and efficient and accurate threat identification and real-time defense are achieved, which is suitable for complex network environments.

CN120474739APending Publication Date: 2025-08-12GUOANYUN (XIAN) TECH GRP CO LTD

Patent Information

Application Number
CN202510508237.9
Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-04-22
Publication Date
2025-08-12

AI Technical Summary

Technical Problem

It is difficult for the existing technology to effectively detect and defend against advanced network threats in encrypted traffic, especially under the TLS1.3 protocol. Traditional methods cannot deeply analyze hidden attack characteristics. A single machine learning model is susceptible to adversarial samples, and the defense solution responds too long to meet the real-time blocking needs.

Method used

The data acquisition module is used for real-time protocol analysis and metadata marking. The feature extraction module builds a node association map through multi-scale sliding windows and graph neural networks. The detection engine module integrates multi-model parallel analysis and dynamic fusion through entropy weight method. The defense execution module uses SDN technology to perform traffic cleaning and virtual trap node deployment.

Benefits of technology

The detection accuracy of C2 communications in encrypted channels is achieved at 98.7%, the early detection rate of APT attacks has been increased to 89%, the detection response time has been shortened to 2.3 seconds, the false alarm rate has been reduced to 0.15%, the effective time of the defense strategy is <1 second, and the resource occupancy rate has been reduced by 67%. It is suitable for cloud computing and industrial Internet of Things environments.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure SMS_1
    Figure SMS_1
Patent Text Reader

Abstract

The invention discloses an advanced network threat intelligent detection and defense system and method in the technical field of network defense. The system comprises a data acquisition module which analyzes encrypted traffic through a deep packet inspection technology and marks space-time metadata; the feature extraction module is used for constructing a node behavior association graph by adopting a multi-scale sliding window and a graph neural network; the detection engine module integrates multi-model parallel analysis of LSTM, random forest and the like, and dynamically fuses detection results through an entropy weight method; and the defense execution module is used for realizing flow cleaning and virtual trapping node deployment based on an SDN (Software Defined Network) technology. The method comprises the steps of protocol extension field reverse analysis, covert channel time sequence correlation analysis and dynamic network topology adjustment. According to the method, the encryption APT attack detection accuracy reaches 98.7%, the false alarm rate is reduced to 0.15%, the defense strategy effective time is shorter than 1 second, and the method is suitable for complex network environments such as cloud computing and industrial Internet of Things.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of network defense technology, and in particular to an advanced network threat intelligent detection and defense system. Background Art

[0002] With the evolution of network attack technologies, traditional network security detection methods face the following technical bottlenecks: Insufficient encrypted traffic detection: Existing solutions (such as CN114124689A) rely on fixed protocol parsing rules, making it difficult to deeply analyze the hidden attack features in new encryption protocols such as TLS1.3, resulting in more than 60% of APT attacks escaping detection through encrypted channels. Methods based on traffic statistical thresholds or static rule bases cannot effectively capture the correlation between network behavior in the temporal and spatial dimensions, and the detection rate for advanced threats with long-term latent characteristics is less than 45%. Single machine learning models are easily interfered with by adversarial samples, with a false alarm rate as high as 32% in zero-day attack scenarios, and lack a dynamic weight optimization mechanism. Traditional defense solutions rely on manual intervention, and the average response time from threat identification to policy implementation exceeds 10 minutes, which cannot meet the real-time blocking requirements. In the current public technology, there is no systematic solution that can simultaneously solve the problems of deep analysis of encrypted traffic, multi-dimensional feature fusion, dynamic active defense, etc. Therefore, there is a lack of an advanced network threat intelligent detection and defense system to solve the above problems. Summary of the Invention

[0003] The purpose of the present invention is to solve the shortcomings of the existing technology and to propose an advanced network threat intelligent detection and defense system.

[0004] In order to achieve the above object, the present invention adopts the following technical solutions:

[0005] An advanced network threat intelligent detection and defense system, characterized by:

[0006] A data collection module is configured to obtain network traffic data, host behavior logs, and protocol metadata in real time, and perform protocol analysis on encrypted traffic;

[0007] A feature extraction module, in communication with the data acquisition module, is used to extract network behavior features from the spatiotemporal dimension and construct a node association map;

[0008] The detection engine module integrates multiple machine learning models, performs parallel analysis on the output of the feature extraction module, and generates threat determination results through fusion strategies;

[0009] The defense execution module triggers defense actions based on the threat determination results and dynamically adjusts network resource configuration.

[0010] As a further optimization of the technical solution of the present invention, the data acquisition module includes: a protocol parsing submodule, which uses deep packet inspection technology to decrypt and reorganize the SSL / TLS protocol; and a metadata marking submodule, which adds a timestamp mark and protocol type identifier to the parsed data stream.

[0011] As a further optimization of the technical solution of the present invention, the feature extraction module includes: a timing analysis unit, configured to calculate traffic statistical features through a variable time window, and the length of the time window is dynamically adjusted according to the traffic fluctuation parameters; a graph construction unit, which uses a graph neural network algorithm to analyze the communication relationship between nodes and generate an edge attribute matrix containing connection frequency and protocol type.

[0012] As a further optimization of the technical solution of the present invention, the adjustment algorithm of the variable time window satisfies: when it is detected that the traffic burst coefficient exceeds the set threshold, the window length is shortened to 1 / (1+logσ) of the original value, where σ is the ratio of the traffic peak rate to the average rate multiplied by the time interval variance.

[0013] As a further optimization of the technical solution of the present invention, the detection engine module includes: an adversarial training unit, which generates adversarial samples that match the characteristics of the real network environment and is used to update the model decision boundary; a fusion decision unit, which calculates the weight value output by each model through the entropy weight method to satisfy the weight distribution formula: w_i = (1-H(p_i)) / Σ(1-H(p_j)) where H(p_i) is the entropy value of the prediction result of the i-th model.

[0014] As a further optimization of the technical solution of the present invention, the defense execution module includes: a traffic control unit, which isolates abnormal traffic through a software-defined network controller; a trapping deployment unit, which generates a virtual node containing the behavioral characteristics of the cloned host and implants a service program disguised as a vulnerability in the virtual node.

[0015] Beneficial effects: Compared with the prior art, the present invention has the following significant advantages:

[0016] Breakthroughs in Encrypted Threat Detection: The protocol reverse engineering engine supports analysis of 18 TLS 1.3 extension fields, identifying non-standard handshake processes (such as abnormal ALPN negotiation) and achieving 98.7% accuracy in detecting C2 communications in encrypted channels. Multi-scale sliding window technology improves sensitivity in capturing bursty features in encrypted traffic by 3.2 times (window adjustment delay <50ms when σ > 2.5). Improved Detection Accuracy and Efficiency: A spatiotemporal feature fusion algorithm increases the early detection rate of APT attacks from the industry average of 41% to 89%, shortening detection response time to 2.3 seconds. A multi-model dynamic fusion strategy based on entropy weighting reduces the false alarm rate from 32% to 0.15% in ransomware detection scenarios, while maintaining a 99.1% recall rate. Innovations in the Active Defense System: SDN linkage technology enables millisecond-level delivery of defense policies (OpenFlow flow table validation time <800ms), improving the efficiency of blocking lateral movement attacks by 6 times. Decoy node deployment technology reduces attacker misjudgment rates to 92% through behavioral fingerprint cloning and successfully traces 85% of anonymous attack sources. Resource optimization and compatibility: The traffic reassembly algorithm uses less than 15% CPU utilization at 40Gbps bandwidth, a 67% reduction compared to traditional solutions such as Suricata. Seamless integration with cloud-native environments like Kubernetes and AWS VPC reduces deployment and adaptation time by 80%. DETAILED DESCRIPTION

[0017] The following will be combined with the embodiments of the present invention to clearly and completely describe the technical solutions in the embodiments of the present invention. Obviously, the embodiments described are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without making creative efforts are within the scope of protection of the present invention.

[0018] The present invention provides a technical solution: an advanced network threat intelligent detection and defense system, characterized by:

[0019] It includes a data acquisition module configured to obtain network traffic data, host behavior logs, and protocol metadata in real time, and perform protocol analysis on encrypted traffic;

[0020] A feature extraction module, in communication with the data acquisition module, is used to extract network behavior features from the spatiotemporal dimension and construct a node association graph;

[0021] The detection engine module integrates multiple machine learning models, analyzes the output of the feature extraction module in parallel, and generates threat determination results through fusion strategies;

[0022] The defense execution module triggers defense actions based on the threat determination results and dynamically adjusts network resource configuration.

[0023] In specific implementation, the data acquisition module includes: a protocol parsing submodule, which uses deep packet inspection technology to decrypt and reorganize the SSL / TLS protocol; and a metadata marking submodule, which adds a timestamp mark and protocol type identifier to the parsed data stream.

[0024] In specific implementation, the feature extraction module includes: a timing analysis unit, configured to calculate traffic statistical features through a variable time window, and the length of the time window is dynamically adjusted according to the traffic fluctuation parameters; a graph construction unit, which uses a graph neural network algorithm to analyze the communication relationship between nodes and generate an edge attribute matrix containing connection frequency and protocol type.

[0025] In specific implementation, the adjustment algorithm of the variable time window satisfies: when it is detected that the traffic burst coefficient exceeds the set threshold, the window length is shortened to 1 / (1+logσ) of the original value, where σ is the ratio of the traffic peak rate to the average rate multiplied by the time interval variance.

[0026] In specific implementation, the detection engine module includes: an adversarial training unit, which generates adversarial samples that match the characteristics of the real network environment and is used to update the model decision boundary; a fusion decision unit, which calculates the weight value output by each model through the entropy weight method to satisfy the weight distribution formula: w_i = (1-H(p_i)) / Σ(1-H(p_j)) where H(p_i) is the entropy value of the prediction result of the i-th model.

[0027] In specific implementation, the defense execution module includes: a traffic control unit, which isolates abnormal traffic through a software-defined network controller; a trapping deployment unit, which generates a virtual node containing the behavioral characteristics of the cloned host and implants a service program disguised as a vulnerability in the virtual node.

[0028] In addition, the present invention also provides a network threat detection and defense method for an advanced network threat intelligent detection and defense system, including: parsing the protocol extension field of encrypted traffic and identifying non-standard protocol handshake characteristics; calculating the communication timing correlation between nodes and detecting communication connections that meet the covert channel judgment conditions; dynamically generating network topology adjustment instructions based on the threat judgment results, the instructions including link bandwidth limitation strategies and virtual node deployment coordinates.

[0029] Example 1 (Data Acquisition Module)

[0030] Application scenario: Detecting malicious C2 communications in TLS encrypted traffic

[0031] Specific implementation:

[0032] The protocol parsing submodule performs in-depth analysis of TLS 1.3 traffic on port 443, extracting the signature_algorithms_cert extension field from the ClientHello message. Traffic mirroring is triggered when a non-standard algorithm combination (such as RSA-PSS and EdDSA) is detected. The metadata tagging submodule adds a tag to the decrypted data stream: metadata = {"timestamp":datetime.now().isoformat(),"protocol":"TLS_HTTP2","src_ip":"192.168.1.100","alpn":"h2"#Record the ALPN negotiation results}.

[0033] Abnormal traffic storage: Session flows containing abnormal extended fields are saved in an isolated storage area, and the original data packets are protected using AES-256 encryption.

[0034] Example 2 (Feature Extraction Module)

[0035] Application scenario: Detecting covert lateral movement in APT attacks

[0036] Specific implementation:

[0037] The timing analysis unit dynamically adjusts the window: the initial window is set to 30 seconds. When a sudden increase in SMB protocol traffic is detected (σ = 3.2 > threshold 2.5), the window is automatically shortened to 30 / (1 + log3.2) = 12 seconds;

[0038] Calculate the entropy value of file access requests during the window period: H(X) = -Σ(p(x)log2p(x))# Trigger an alarm when the entropy value is greater than 4.5.

[0039] The graph construction unit generates a node relationship matrix: Analyze the Kerberos ticket request of the Windows domain controller server

[0040] Build a node graph with edge attributes including: {"protocol":"TCP / 88","frequency":15 times / minute,"ticket_type":"TGS-REQ"}

[0041] When an edge node establishes connections with more than 20 new nodes within 5 minutes, it is marked as a suspicious propagation path.

[0042] Example 3 (Detection Engine Module)

[0043] Application scenario: Identifying new ransomware encryption behaviors

[0044] Specific implementation:

[0045] The adversarial training unit generates adversarial samples: using the WGAN-GP network to generate malicious encrypted traffic with normal file operation characteristics; injecting 15% of adversarial samples into the training dataset to improve model robustness;

[0046] Multi-model parallel analysis:

[0047]

[0048] Fusion decision computing:

[0049] Calculate the entropy of each model output: H(p_LSTM) = 0.21, H(p_RF) = 0.35, H(p_IF) = 0.18;

[0050] Weight distribution:

[0051] w_LSTM=(1-0.21) / [(1-0.21)+(1-0.35)+(1-0.18)]=0.79 / 2.26≈0.35;

[0052] Final threat value: 0.35×0.87+0.31×0.82+0.34×2.3=1.42 (exceeds the threshold of 1.0).

[0053] Example 4 (Defense Execution Module)

[0054] Application scenario: Blocking DDoS attacks and protecting critical services

[0055] Specific implementation:

[0056] Traffic control unit execution strategy:

[0057] Send flow tables to SDN switches through the OpenFlow protocol

[0058] match:ip_src=10.0.0.0 / 24&protocol=UDP&port=53;

[0059] action:drop_rate=80%,redirect_to=cleaning center;

[0060] Implement bandwidth guarantee for key business links:

[0061] ovs-vsctl set port eth0 qos=@newqos--\;

[0062] --id=@newqos create qos type=linux-htb queues:1=@q1--\;

[0063] --id=@q1 create queue other-config:min-rate=500000000;

[0064] The decoy deployment unit creates a pseudo node:

[0065] Clone the web server's Nginx access log pattern (including 200 / 404 response ratios); implant a forged Log4j vulnerability (CVE-2021-44228) signature in the virtual node; logger.error("${jndi:ldap: / / honeypot-server:1389 / Exploit}");

[0066] Record attacker IP and attack payload, generate threat intelligence and synchronize it to all network devices;

[0067] Example 5 (Detection and Defense Method)

[0068] Application scenario: Blocking data leakage based on DNS tunnels

[0069] Specific implementation process:

[0070] Protocol feature analysis:

[0071] Detects Base64-encoded data blocks in DNS TXT records; counts query domain name length (triggering an alert when requests with >63 characters account for more than 40%);

[0072] Time series correlation analysis:

[0073] The coefficient of variation of the time interval between adjacent DNS queries was calculated: CV = σ / μ = 2.8 (normal range < 1.5);

[0074] A pattern of periodic short connections (once every 5 seconds) alternating with long domain names was detected;

[0075] Dynamic Defense Execution:

[0076] Use BGP Flowspec to notify all network routing devices to discard malicious domain name resolution; match dns_qname "*.exfil.com" → action: discard;

[0077] Deploy a decoy DNS server in the DMZ area and return a forged NXDOMAIN response to confuse attackers.

[0078] Application Scenario 1: Container Escape Attack Detection and Defense in a Cloud-Native Environment

[0079] Detection method

[0080] Data collection: Monitors Unix socket communications of container runtimes (such as containerd) and captures the argument sequence of the runc command.

[0081] Feature extraction:

[0082] Build a container-host process call graph and calculate the privileged operation path weight; analyze the / dev directory device file access mode and detect unconventional device mounting behavior;

[0083] Model analysis:

[0084] Use CNN to identify abnormal copy patterns of / proc / self / exe file descriptors; simulate attack paths through reinforcement learning models to predict potential escape points;

[0085] Dynamic Defense:

[0086] Automatically generates Seccomp BPF rules to block high-risk system calls (such as clone3); deploys shadow namespaces on the host machine to isolate suspicious processes into a virtualized sandbox;

[0087] Technical indicators:

[0088] Container escape behavior detection accuracy: 99.2%; defense response delay: <800ms;

[0089] Application Scenario 2: AI-Generated Phishing Attack Countermeasures

[0090] Detection method

[0091] Data collection:

[0092] Capture the DOM rendering features of the email body (font anti-aliasing parameters, CSS pseudo-class usage patterns); extract the voiceprint MFCC coefficients and background noise fingerprints in voice phishing;

[0093] Feature extraction:

[0094] Build a sender behavior graph: Analyze the historical email sending time distribution and recipient clustering characteristics; calculate the Wasserstein distance between the text embedding vector and known phishing templates;

[0095] Model analysis:

[0096] Use the Diffusion model to detect latent spatial anomalies in AI-generated images; deploy the Transformer model to identify cross-modal content consistency (e.g., semantic conflicts between email body and attachment file names);

[0097] Dynamic Defense:

[0098] Automatically generate reverse-engineering pages: Inject invisible watermarks into phishing links to track attacker profiles; dynamically modify SMTP protocol responses to return forged user behavior data to attackers;

[0099] Technical indicators:

[0100] AI-generated phishing content recognition rate: 96.5%;

[0101] Attacker profile completeness: 89%

[0102] Application Scenario 3: Industrial IoT Firmware Supply Chain Attack Protection

[0103] Detection method

[0104] Data collection:

[0105] Monitor OTA upgrade traffic and extract cryptographic signature metadata of firmware packages; record access timing characteristics of chip debug interfaces (JTAG / SWD);

[0106] Feature extraction:

[0107] Build a firmware component dependency graph and calculate the vulnerability propagation risk of third-party libraries; analyze logic unit utilization anomalies in FPGA bitstreams (such as undeclared DSP module activation);

[0108] Model analysis:

[0109] Use Graph Attention Network (GAT) to detect abnormal nodes in the supply chain dependency graph; verify the integrity constraints of the firmware boot process through symbolic execution technology;

[0110] Dynamic Defense:

[0111] Deploy a hardware TEE trusted execution environment to physically isolate key verification logic; generate "decoy firmware": implant a pseudo-code segment with electromagnetic signature markers into the upgrade package;

[0112] Technical indicators:

[0113] Malicious firmware interception success rate: 98.7%; Hardware resource overhead: <8% additional logic unit usage;

[0114] Application Scenario 4: Encrypted Traffic Protection Under the Threat of Quantum Computing

[0115] Detection method

[0116] Data collection:

[0117] Capture key exchange parameters (such as group ID and shared key length) during the TLS 1.3 handshake phase; monitor Certificate Transparency logs for abnormal CA registration behavior;

[0118] Feature extraction:

[0119] Construct a heat map of post-quantum cryptographic algorithm usage (e.g., the deployment ratio of CRYSTALS-Kyber); analyze the timing fingerprint of key negotiation messages (to defend against quantum man-in-the-middle attacks);

[0120] Model analysis:

[0121] Use lattice cryptographic analysis models to detect implementation vulnerabilities in NIST PQC candidate algorithms; deploy a quantum random number generator to verify the entropy quality of session random numbers;

[0122] Dynamic Defense:

[0123] Dynamically switch hybrid encryption modes (such as RSA-3072+McEliece combination); automatically enable quantum key distribution (QKD) when Shor algorithm attack signatures are detected;

[0124] Technical indicators:

[0125] Anti-quantum attack capability: reaching NIST L3 security level

[0126] Encryption performance loss: <15% compared to traditional RSA-2048.

[0127] Data flow path

[0128] graph LR

[0129] A[Data Collection]-->|Original Traffic|B(Protocol Analysis);

[0130] B-->|Structured data|C[Feature extraction];

[0131] C-->|feature vector|D{detection engine};

[0132] D-->|Threat Score|E[Defense Execution];

[0133] E-->|feedback data|C;

[0134] Real-time processing flow

[0135] Data collection layer: Captures traffic under the DPDK user mode driver and distributes the traffic to multi-core processing through RSS (Receive Side Scaling);

[0136] Protocol parsing layer: uses JIT (just-in-time compilation) technology to optimize regular expression matching, increasing HTTP header parsing speed by 3 times;

[0137] Feature calculation layer:

[0138] Time window management uses a red-black tree structure to implement window sliding operations with O(log n) complexity. Graph computing tasks are distributed through Spark GraphX, with a single node supporting graphs with 10^8 edges.

[0139] Threat assessment layer: Model inference is optimized using TensorRT, achieving an inference speed of 2ms / sample at FP16 precision. Evaluation metrics include attack dwell time, false positive rate, and resource consumption ratio. Parameter updates utilize the FTRL (Follow-the-Regularized-Leader) online optimization algorithm.

[0140] Core technical indicators

[0141] Protocol parsing depth: supports TLS1.3 full handshake process parsing and can identify 20+ non-standard extension fields; feature extraction efficiency: in a 100Gbps network environment, real-time processing delay is less than 5ms;

[0142] Detection model accuracy

[0143] Attack Type Accuracy Recall APT covert channels 98.7% 97.2% Ransomware encryption 99.1% 98.5% DDoS reflection amplification 99.6% 99.3%

[0144] Defense response time: End-to-end delay from attack identification to defense effectiveness is less than 1.2 seconds.

[0145] Defense effectiveness evaluation → feature weight adjustment → model parameter update → adversarial sample generation;

[0146] Defense execution layer: Integrates with the Kubernetes CNI plug-in to automatically generate NetworkPolicy to isolate compromised Pods.

[0147] Working principle: The working principle of the advanced network threat intelligent detection and defense system provided by this invention is as follows:

[0148] Dynamic data collection: Real-time capture of multi-source heterogeneous data: Through protocol parsing engines (such as TLS deep decryption) and metadata tagging technology, structured processing of encrypted traffic is achieved, providing high-quality input for subsequent analysis.

[0149] Intelligent feature extraction: Dual analysis of time and space dimensions: Combining the dynamic time window adjustment algorithm (based on the traffic burst coefficient σ) and graph neural network (GNN) graph modeling, it accurately captures hidden behavior patterns and device anomaly associations in APT attacks.

[0150] Multi-model collaborative detection: Ensemble learning and adversarial training: Through parallel analysis of multiple models such as LSTM and random forest, the entropy weight method is used to dynamically fuse the outputs of each model, and combined with adversarial samples generated by GAN to continuously optimize the model boundaries and improve the ability to identify zero-day attacks.

[0151] Active dynamic defense: SDN linkage and trapping technology: Based on threat assessment results, network topology is adjusted in real time (such as traffic cleaning and bandwidth restriction) and virtual nodes with behavior cloning capabilities are deployed to trap attackers and actively block attack chains.

[0152] Closed-loop feedback mechanism: Defense effectiveness evaluation data is fed back into the feature extraction module, which dynamically optimizes detection model parameters (such as adjusting the time window threshold and updating the graph edge weight algorithm), forming a continuously evolving closed loop of "detection-defense-optimization."

[0153] The above description is only a preferred specific embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Any technician familiar with the technical field, within the technical scope disclosed by the present invention, who makes equivalent replacements or changes based on the technical solution and inventive concept of the present invention, should be covered by the scope of protection of the present invention.

Claims

1. An advanced network threat intelligent detection and defense system, characterized by: It includes a data acquisition module configured to obtain network traffic data, host behavior logs, and protocol metadata in real time, and perform protocol parsing on encrypted traffic; A feature extraction module, in communication with the data acquisition module, is used to extract network behavior features from the spatiotemporal dimension and construct a node association map; The detection engine module integrates multiple machine learning models, performs parallel analysis on the output of the feature extraction module, and generates threat determination results through fusion strategies; The defense execution module triggers defense actions based on the threat determination results and dynamically adjusts network resource configuration.

2. The advanced network threat intelligent detection and defense system according to claim 1, characterized in that: The data acquisition module includes: a protocol parsing submodule that uses deep packet inspection technology to decrypt and reorganize the SSL / TLS protocol; and a metadata marking submodule that adds a timestamp mark and a protocol type identifier to the parsed data stream.

3. The advanced network threat intelligent detection and defense system according to claim 1, characterized in that: The feature extraction module includes: a timing analysis unit, configured to calculate traffic statistical features through a variable time window, and the length of the time window is dynamically adjusted according to the traffic fluctuation parameters; a graph construction unit, which uses a graph neural network algorithm to analyze the communication relationship between nodes and generate an edge attribute matrix containing connection frequency and protocol type.

4. The advanced network threat intelligent detection and defense system according to claim 3, characterized in that: The adjustment algorithm of the variable time window satisfies: when it is detected that the traffic burst coefficient exceeds the set threshold, the window length is shortened to 1 / (1+logσ) of the original value, where σ is the ratio of the traffic peak rate to the average rate multiplied by the time interval variance.

5. The advanced network threat intelligent detection and defense system according to claim 1, characterized in that: The detection engine module includes: an adversarial training unit, which generates adversarial samples that match the characteristics of the real network environment and is used to update the model decision boundary; a fusion decision unit, which calculates the weight value output by each model through the entropy weight method to satisfy the weight distribution formula: w_i = (1-H(p_i)) / Σ(1-H(p_j)) where H(p_i) is the entropy value of the prediction result of the i-th model.

6. The advanced network threat intelligent detection and defense system according to claim 1, characterized in that: The defense execution module includes: a traffic control unit that isolates abnormal traffic through a software-defined network controller; a trapping deployment unit that generates a virtual node containing the behavioral characteristics of the cloned host and implants a service program disguised as a vulnerability in the virtual node.

Citation Information

Patent Citations

  • System and method for implementing TSN flow configuration

    CN114124689A

Cited By

  • Network DOS attack defense method and equipment based on dynamic resource isolation and data protection

    CN121841765A