Method and system for detecting and defending multichannel network intrusion
An intrusion detection and network technology, applied in the field of network communication, can solve problems such as slow calculation convergence speed, inability to adapt to DDOS attack classification and calculation, etc., to achieve the effect of improving system resource occupancy rate, increasing real-time performance, and efficient positioning and searching
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2012-07-04
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to network communication, detection and protection of network attacks, in particular to a network multi-path intrusion detection and defense method and system. Background technique
[0002] For the network monitoring part, domestic and foreign mainly focus on capturing data packets on the network through some standard function libraries, calling network card devices, etc. The specific classification can be roughly divided into network bypass monitoring part and operating system monitoring part.
[0003] Network bypass monitoring: The monitoring program is used in different ways in different operating systems. In the Windows environment, there are 3 options to choose from to realize network monitoring by programming. The details are as follows:
[0004] (1) Raw Socket (raw socket), originally one of the most popular network programming interfaces on Unix, and later Microsoft introduced it into Windows and realized it.
[0005] (2...
Examples
Embodiment Construction
[0062] Now in conjunction with embodiment, accompanying drawing, the present invention will be further described:
[0063] The first part of the kernel access monitoring program
[0064] For DDOS distributed denial-of-service attacks in the network, as well as for the control of some hosts, we can use the monitoring in the kernel to resist some external attacks.
[0065] 1.1 Structure and interface model
[0066] Existing projects are loaded in the driver mode, and the core module mainly deals with file access control. You can understand the position of the kernel driver access monitoring system in the existing security module through a complete security module:
[0067] From figure 2 We can see that several modules in the user application layer obtain the support of various modules in the kernel through the kernel interface, such as the file monitoring module, which controls file IO access through the kernel monitoring module in the kernel space, and then feeds back to the...