US20170171222A1 - Reassembly free deep packet inspection for peer to peer networks - Google Patents
Reassembly free deep packet inspection for peer to peer networks Download PDFInfo
- Publication number
- US20170171222A1 US20170171222A1 US14/965,866 US201514965866A US2017171222A1 US 20170171222 A1 US20170171222 A1 US 20170171222A1 US 201514965866 A US201514965866 A US 201514965866A US 2017171222 A1 US2017171222 A1 US 2017171222A1
- Authority
- US
- United States
- Prior art keywords
- data set
- data
- malicious content
- identifying
- state
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000007689 inspection Methods 0.000 title claims abstract description 16
- 238000000034 method Methods 0.000 claims abstract description 34
- 230000000903 blocking effect Effects 0.000 claims description 2
- 238000013507 mapping Methods 0.000 description 16
- 230000008569 process Effects 0.000 description 10
- 238000005516 engineering process Methods 0.000 description 8
- 241000700605 Viruses Species 0.000 description 5
- 238000004891 communication Methods 0.000 description 5
- 230000002093 peripheral effect Effects 0.000 description 4
- 230000001413 cellular effect Effects 0.000 description 3
- 230000009467 reduction Effects 0.000 description 3
- OIRDTQYFTABQOQ-UHTZMRCNSA-N Vidarabine Chemical compound C1=NC=2C(N)=NC=NC=2N1[C@@H]1O[C@H](CO)[C@@H](O)[C@@H]1O OIRDTQYFTABQOQ-UHTZMRCNSA-N 0.000 description 2
- OIRDTQYFTABQOQ-UHFFFAOYSA-N ara-adenosine Natural products Nc1ncnc2n(cnc12)C1OC(CO)C(O)C1O OIRDTQYFTABQOQ-UHFFFAOYSA-N 0.000 description 2
- 101150035354 araA gene Proteins 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000010354 integration Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1408—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/0227—Filtering policies
- H04L63/0254—Stateful filtering
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/16—Implementing security features at a particular protocol layer
- H04L63/168—Implementing security features at a particular protocol layer above the transport layer
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/0227—Filtering policies
- H04L63/0245—Filtering by information in the payload
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1408—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
- H04L63/1416—Event detection, e.g. attack signature detection
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/104—Peer-to-peer [P2P] networks
Definitions
- the present invention is generally directed to reassembly free scanning of files in a peer to peer network. More specifically, the present invention scans file data without reassembling a file even when parts of the file are received out of order.
- the link layer is a layer in the architecture of a computer that includes physical hardware.
- the link layer connects the computer to other computers in a computer network.
- Link layers also are used to transmit data from one computer to another over a computer network.
- the network layer receives data packets from and provides data packets to the link layer.
- the network layer may also receive data in segments from the transport layer and send data in segments to the transport layer. Commonly when the network layer receives a segment of data from the transport layer it will generate a packet or an internet protocol (IP) datagram for transmission to another computer. This process may include encapsulating the segmented data received from the transport layer and adding a header that includes a destination IP address when generating an IP packet. In certain instances more than one IP packet may be associated with a data segment.
- IP internet protocol
- the network layer may also receive IP packets from the link layer and may pass segmented data to the transport layer.
- IP packets When a series of IP packets are used to transport data to a computer, those packets may be received out of order at the network layer.
- the transport layer may re-order the data segments from a plurality of packets before sending the re-ordered data to the application layer.
- Conventionally data received at an application layer must be received in-order (i.e. sequentially). For example, in a client-server environment file data received at the application layer of a client or a server must be in-order before it can be processed. This is because the client-server environment expects received data to be in order.
- TCP Transmission Control Protocol
- UDP User Datagram Protocol
- a server will send a data set or a file sequentially from the application layer to the transport layer, the transport layer may then send that data to the network layer.
- the network layer then packetizes the data and sends a plurality of packets to a client. Even though the packetized data may be sent out of order, data contained in the packets will be re-ordered before that data is received at the application layer at the client. Because of this, application layers at a client or a server in a client-server environment may never receive file data that is out of order.
- P2P networks do not operate in the same way as a client-server environment.
- P2P networks may receive data at an application layer that is out of order. This is because P2P networks fundamentally have a different type of architecture as compared to a client-server environment.
- a computer accessing file data may receive parts of data from a file from a plurality of computers.
- a P2P network is capable of transmitting file data in pieces where each piece of data may be transmitted from a different computer. Because of this a first piece of data received from a first computer may be out of order as compared to a second piece of data received from a second computer. When this occurs the network layer and the transport layer at a receiving computer will not be aware that the first data piece and the second data piece have been received out of order. This is true even when packetized data sent from the first computer (or the second computer) to the receiving computer have been re-ordered.
- the network layer and the transport layer at the receiving computer do not check whether application data received from different peer computers are received in order.
- the network layer and the transport layer are only capable of re-ordering packetized data that has been transmitted from a single source computer to a destination computer.
- P2P networks may also break a file into a number of pieces where each piece may include a pre-determined or specific number of blocks.
- Information relating to a number of pieces that a data file is broken into may be included in metadata (or a metadata file) that is associated with the data file. Once a number of pieces are identified, a file size divided by the number of pieces will correspond to a number of blocks that the file may be broken into in the P2P network.
- Application data that includes interleaved out of order data received at an application layer of a computer system if scanned in the order received may result in missing malicious content contained within the received interleaved data.
- data received out of order may also result in scanning software falsely detecting malicious content. For example, when the character sequence of “car” is associated a virus and two pieces of data that were received out of order where a later piece of data ending with the character “c” is scanned before an earlier piece of data that begins with “ar,” malicious scanning software will falsely identify that these pieces of data include the virus, when they do not.
- the presently claimed invention relates to an apparatus, a method, and a non-transitory computer readable storage medium for deep packet inspection scanning at an application layer of a computer.
- a method of the presently claimed invention may receive a portion of data at an application layer of a computer system after which the received portion of data may be scanned from a first input state at the application layer.
- the method identifies that the data set can include malicious content after the received portion of data has been scanned from the first input state.
- the presently claimed invention may also be implemented as a non-transitory computer readable storage medium where a processor executing instructions out of a memory receives a portion of data at an application layer of a computer system after which the received portion of data may be scanned from a first input state at the application layer.
- the processor executing instructions out of the memory identifies that the data set can include malicious content after the received portion of data has been scanned from the first input state.
- An apparatus of the presently claimed invention may include a network interface that receives information, a memory, and a processor.
- the processor executing instructions out of the memory then receives a portion of a data set at an application layer.
- the received portion of data is then scanned at the application layer from a first input state.
- the processor executing instructions out of the memory then identifies that the data set can include malicious content after the received portion of data has been scanned from the first input state.
- FIG. 1 illustrates computers in a client server environment and computers in a peer to peer network (P2P).
- P2P peer to peer network
- FIG. 2A illustrates an exemplary way in which data parts from a data set may be separated into a plurality of data blocks by computers in a P2P network.
- FIG. 2B illustrates data blocks of a data set that are received out of order at a peer computer.
- FIG. 3 illustrates an exemplary sequence that data blocks that were received out of order at an application layer may be scanned for malicious content without re-ordering and reassembling those data blocks.
- FIG. 4 illustrates a state mapping that includes malicious content.
- FIG. 5 is a block diagram of a device for implementing the present technology.
- the present disclosure relates to an apparatus, a method, and a non-transitory computer readable storage medium for deep packet inspection scanning at an application layer of a computer.
- a method of the presently claimed invention may scan data received at an application layer from a first input state.
- the first input state including information, such as, one or more characters that can be associated with malicious content.
- the method may then identify that the data set may include malicious content when the first input state combined with the scan of the received data matches a known piece of malicious content.
- FIG. 1 illustrates computers in a client server environment and computers in a peer to peer network.
- Client computers C 1 , C 2 , C 3 , C 4 , and C 5 each may communicate with server 120 as indicated by the dark lines connecting each of the client computers with the server 120 in the client server environment 110 of FIG. 1 .
- Line 130 illustrates the server sending data to client computer C 1 .
- servers send application data directly from the server to a client computer in order.
- the peer to peer (P2P) network illustrated 150 in FIG. 1 includes a plurality of peer computers P 1 , P 2 , P 3 , P 4 , and P 5 that may send data directly to each other as illustrated by the dark lines connecting each peer computer with each other peer computer.
- the dashed lines 160 , 170 , and 180 illustrate peer computers P 2 , P 4 , and P 5 sending data to peer computer P 1 .
- data sent from a number of peer computers to a particular peer computer may be data blocks from a data set or file that the particular peer computer P 1 wishes to receive and those data blocks may be received at an application layer on peer computer P 1 in an out of order sequence.
- FIG. 2A illustrates an exemplary way in which data parts from a data set may be separated into a plurality of data blocks by computers in a P2P network.
- a first piece of data Piece 1 from a data set is separated into a first data block B 1 - 1 and a second data block B 1 - 2 .
- FIG. 2A also shows a second piece of data Piece 2 from the data set being separated into a first data block B 2 - 1 and a second data block B 2 - 2 .
- each of these data blocks may reside at any peer computer in the P2P network.
- one or more data blocks of a data set may be sent to a requesting peer computer from a second peer computer, and other data blocks from the data set may be sent to the requesting peer computer from one or more other peer computers.
- FIG. 2B illustrates data blocks of a data set that are received out of order at a peer computer. Note that time in FIG. 2B moves forward from left to right along the “TIME” line in FIG. 2B .
- the ordering of received data blocks of FIG. 2B are: B 2 - 2 , B 1 - 2 , B 2 - 1 , and B 1 - 1 , where the in sequence order of these data blocks are B 1 - 1 , B 1 - 2 , B 2 - 1 , and B 2 - 2 .
- FIG. 3 illustrates an exemplary sequence that data blocks that were received out of order at an application layer may be scanned for malicious content without re-ordering and reassembling those data blocks.
- the data blocks are received in the out of order sequence of B 2 - 2 , B 1 - 2 , B 2 - 1 , and B 1 - 1 .
- Each of the received data blocks are scanned in a manner where each data block scanned has identified input states and output states.
- the identified input states may include a state for each and every possible state that might be associated with malicious content.
- Identified input states include one or more characters in a sequence of characters that match content known to be associated with malicious content.
- the identified input states associated with malicious content include state “c” and the state “ca.”
- malicious code “car” is present in these data blocks.
- the preceding data block ends with the character “c” and the following data block begins with characters “ar” then the malicious code “car” is also present in these data blocks.
- Malicious content “car” may correspond to a rule that identifies “car” as being malicious content.
- malicious code can be associated with one or more different sequences of characters.
- the character sequence of “Apple” may also be associated with malicious content via a rule (R 2 ) that identifies “Apple” as being a virus.
- identified input states may include an empty string “ ”, “A,” “Ap,” “App,” and “Appl.”.
- the scanning process After data block B 2 - 2 is scanned using each of the identified input states in FIG. 3 , the scanning process outputs output states 2 - 2 . Output states 2 - 2 may then be stored in memory for later use. Since the next data block received in FIG. 3 is B 1 - 2 and since data block B 1 - 1 has not yet been scanned, the scanning process once again inputs the identified input states when scanning data block B 1 - 2 , and the scanning process outputs output states 1 - 2 . Output states 1 - 2 may then be stored in memory for later use. FIG. 3 then shows data block B 2 - 1 being received. Note that data block B 1 - 2 in FIG.
- output states 1 - 2 may be input into the scanning process of data block B 2 - 1 from the memory. This is because these two data blocks include contiguous (ordered) data and because output states 1 - 2 were previously stored in memory.
- the outputs of the scanning process of data block B 2 - 1 are output states 2 - 1 .
- the dotted line 310 in FIG. 3 indicates that the output states 2 - 1 may be compared with the identified input states. Any output state 2 - 1 that matches an identified input state may then be used to identify whether the combined data blocks 1 - 2 and 2 - 1 include malicious content.
- the process of storing output states of a scanned data block and correlating those output states to identified input states that may be included in a subsequently received, previously ordered data piece reduces an amount of memory required to identify malicious content in a data set. This is because once an output state from a second piece of data has been identified, a number of identified input states relating to a not yet received first piece of data may be reduced. For example, the second piece of data has the output state “ca,” the identified input states that can include malicious content of “car” are limited to one possible identified input state of “r.” In such instances identified input states including “c,” “a,” “A,” “Ap,” “App,” and “Appl” may be eliminated from concern when “car” and “Apple” are each associated with rules that identify malicious content.
- the storing of output states of a previously scanned data block combined with correlating those output states with identified input states that may be included in a subsequently received, previously ordered data block may be referred to as a “reduction phase” consistent with the present disclosure.
- Processing phases of the present disclosure related to the scanning of a data block may be referred to as a “scanning phase” of the present disclosure.
- Reduction phases and scanning phases may, thus, reduce memory utilization and increase the efficiency of a computer.
- data block B 1 - 1 may be scanned from an initial state (such as a null state) and output states 1 - 1 may be output.
- the dotted line 320 indicates that output states 1 - 1 may be compared with the identified input states when identifying whether the combined data blocks B 1 - 2 and B 2 - 1 include malicious content.
- this process scans data blocks received out of order for malicious content without reassembling the data blocks. Instead a series of identified input states may be used when scanning an out of order packet for malicious content.
- the presently disclosed invention thus, identifies malicious content by comparing output states with identified input states that may be included in a data block that has not yet been received. Later when the out of order data block is received, the out of order data block may be scanned generating one or more output states. When an output state of the out of order packet includes an identified input state of a subsequently ordered data block, the two different data blocks may include malicious content.
- one or more output states associated with different pieces of a data set may be stored in memory where each of these output states may be associated with a possible identified input state associated with yet other pieces of the data set.
- the outstanding piece of the data set may be scanned generating an output state associated with the outstanding piece of the data set.
- each of the output states and possible identified input states may be assembled in a chain when identifying that the data set includes malicious content.
- data block B 2 - 2 when data blocks are received in the order illustrated in FIG. 3 (i.e.: B 2 - 2 , B 1 - 2 , B 2 - 1 , and B 1 - 1 ) where data block B 2 - 2 consists of “pple,” data block B 1 - 2 consists of “aaaa,” B 2 - 1 consists of “araA,” and data block B 1 - 1 consists of “Appc.”
- First data block B 2 - 2 is scanned using the identified input states (i.e. all possible input states that correspond to malicious content) generating output states 2 - 2 .
- output states 2 - 2 may identify that the identified input state of “A” from the not yet received data block B 2 - 1 will indicate that malicious content of “Apple” spans data block B 2 - 1 and B 2 - 2 when data block B 2 - 1 ends with the character “A.” Since data block B 2 - 1 has not yet been received, output states 2 - 2 will identify that the identified input state of “A” preceding data block B 2 - 2 corresponds to malicious content “Apple.”
- Next data block B 1 - 2 is scanned using the identified input states generating output states 1 - 2 .
- rules that identify malicious content as being “car” and “Apple” the character sequences an empty string (i.e. an initial state), “c,” “ca”, “A,” Ap,” “App,” and “Appl” each are identified input states that are associated with malicious content. Since data block B 1 - 2 consists of “aaaa,” the only output state that corresponds to an identified input state that may be associated with malicious content is the empty string (i.e. an initial state). This is because the character sequences of “a,” “aa,” “aaa,” and “aaaa” are not associated with malicious content according to rules that identify “Apple” and “car” as being malicious content.
- data block B 2 - 1 may be scanned from just the empty string.
- the process of reduction identifies that the only identified input state of all of the identified input states that data block B 2 - 1 should be scanned from is the empty string.
- data block B 2 - 1 When data block B 2 - 1 is received, it is scanned from only the empty string. After data block B 2 - 1 is scanned, output states 2 - 1 will be generated. Since data block B 2 - 1 consists of “araA,” the only output state that corresponds to an identified input state is the identified output state of “A.” Since data block B 2 - 2 has already been scanned and identified as including “pple,” malicious content of “Apple” will be detected in the data set when preceding data block B 2 - 1 ends with the character “A.” Since, in this example, the identified input state of “A” precedes data block B 2 - 2 , the malicious content of “Apple” is detected in the data set.
- the present disclosure is not limited to malicious content spanning one or two data blocks, as methods consistent with the present disclosure may detect malicious content that spans any number of data blocks in a data set, including all of the data blocks.
- FIG. 4 illustrates a state mapping that includes malicious content. Whether the mapping moves from one particular state to another particular state depends on the sequence of characters in the data set.
- FIG. 4 illustrates a mapping that moves from an initial state of S 0 to state S 1 when the character “A” is scanned in a data set.
- FIG. 4 also shows the mapping moving from state S 0 to state S 6 when the character “c” is scanned in the data set.
- the mapping will stay in state S 0 .
- FIG. 4 identifies two different rules that identify malicious content.
- the first rule identifies that the character sequence of “Apple” is associated with malicious content and the second rule identifies that the character sequence “car” is associated malicious content.
- FIG. 4 also illustrates the state mapping moving consistent with the present disclosure.
- FIG. 4 illustrates a state mapping moving from state S 1 to state S 2 when a “p” is scanned after an “A,” moving from state S 2 to S 3 when a second “p” is scanned, moving from state S 3 to S 4 when an “1” is scanned, and moving from state S 4 to S 5 when an “e” is scanned.
- state S 5 is identified as item 410 .
- Item 410 indicates that the malicious content “Apple” has been identified according to the first rule in the data set.
- state flow may move from state S 0 to state S 6 when the character “c” is in the data set, then moves to state S 7 when a subsequent character “a” is encountered in sequence in the data set, and then moves from state S 7 to state S 8 when a subsequent character “r” is in the data set.
- state S 8 is identified as item 420 in FIG. 4 .
- Item 420 indicates that malicious content “car” has been detected in the data set.
- each character “c,” “a,” and “r” must be sequential characters in the data set for the state mapping to reach state S 8 .
- the mapping will move from a current state to state S 0 .
- the state mapping moves from state S 6 or S 7 to state S 0 (as indicated by the dotted lines in FIG. 4 )
- malicious content has not been detected in the data set.
- the state mapping moves back to initial state S 0 .
- Dashed lines in FIG. 4 illustrate the state mapping moving from each of states S 1 , S 2 , S 3 , S 4 , and S 5 back to state S 0 .
- states S 1 , S 2 , S 3 , S 4 , and S 5 In order to reach state S 5 each of characters “A,” “p,” “p,” “1,” and “e” must occur in order in the data set.
- malicious content is not detected in the data set and the state mapping moves back to state S 0 .
- FIG. 5 is a block diagram of a device for implementing the present technology.
- FIG. 5 illustrates an exemplary computing system 500 that may be used to implement a computing device for use with the present technology.
- the computing system 500 of FIG. 5 includes one or more processors 510 and memory 520 .
- Main memory 520 may store, in part, instructions and data for execution by processor 510 .
- Main memory can store the executable code when in operation.
- the system 500 of FIG. 5 further includes a storage 520 , which may include mass storage and portable storage, antenna 540 , output devices 550 , user input devices 560 , a display system 570 , and peripheral devices 580 .
- processor unit 510 and main memory 520 may be connected via a local microprocessor bus, and the storage 530 , peripheral device(s) 580 and display system 570 may be connected via one or more input/output (I/O) buses.
- I/O input/output
- Storage device 530 which may include mass storage implemented with a magnetic disk drive or an optical disk drive, may be a non-volatile storage device for storing data and instructions for use by processor unit 510 .
- Storage device 530 can store the system software for implementing embodiments of the present invention for purposes of loading that software into main memory 510 .
- Portable storage device of storage 530 operates in conjunction with a portable non-volatile storage medium, such as a floppy disk, compact disk or Digital video disc, to input and output data and code to and from the computer system 500 of FIG. 5 .
- a portable non-volatile storage medium such as a floppy disk, compact disk or Digital video disc
- the system software for implementing embodiments of the present invention may be stored on such a portable medium and input to the computer system 500 via the portable storage device.
- Antenna 540 may include one or more antennas for communicating wirelessly with another device.
- Antenna 540 may be used, for example, to communicate wirelessly via Wi-Fi, Bluetooth, with a cellular network, or with other wireless protocols and systems.
- the one or more antennas may be controlled by a processor 510 , which may include a controller, to transmit and receive wireless signals.
- processor 510 execute programs stored in memory 520 to control antenna 540 transmit a wireless signal to a cellular network and receive a wireless signal from a cellular network.
- the system 500 as shown in FIG. 5 includes output devices 550 and input device 560 .
- suitable output devices include speakers, printers, network interfaces, and monitors.
- Input devices 560 may include a touch screen, microphone, accelerometers, a camera, and other device.
- Input devices 560 may include an alpha-numeric keypad, such as a keyboard, for inputting alpha-numeric and other information, or a pointing device, such as a mouse, a trackball, stylus, or cursor direction keys.
- Display system 570 may include a liquid crystal display (LCD), LED display, or other suitable display device.
- Display system 570 receives textual and graphical information, and processes the information for output to the display device.
- Peripherals 580 may include any type of computer support device to add additional functionality to the computer system.
- peripheral device(s) 580 may include a modem or a router.
- the components contained in the computer system 500 of FIG. 5 are those typically found in computing system, such as but not limited to a desk top computer, lap top computer, notebook computer, net book computer, tablet computer, smart phone, personal data assistant (PDA), or other computer that may be suitable for use with embodiments of the present invention and are intended to represent a broad category of such computer components that are well known in the art.
- the computer system 500 of FIG. 5 can be a personal computer, hand held computing device, telephone, mobile computing device, workstation, server, minicomputer, mainframe computer, or any other computing device.
- the computer can also include different bus configurations, networked platforms, multi-processor platforms, etc.
- Various operating systems can be used including Unix, Linux, Windows, Macintosh OS, Palm OS, and other suitable operating systems.
- Actions taken when the content included in a data set or file received at an application level at a peer device may vary and may depend on one or more actions identified by a user of the peer computer. In certain instances, user preferred actions may be selected in a user interface displayed on a display at the peer computer. In other instances actions taken after detecting malicious content may be according to a set of pre-defined or default actions set in an application program. Actions that may be taken after detecting malicious content in a data set include, yet are not limited to marking the data set or file as including malicious content, blocking reception of data associated with the data set or file, and resetting one or more TCP connections associated with the data set or file.
- the data set or file When the data set or file is marked as including malicious content, that marking may be stored in a table or database at the peer computer that received and detected the malicious data.
- the data set or file may be identified by a name (i.e. by a filename) or may be identified using a Hash function or checksum of information that identifies the data set. Once a data file has been identified subsequent attempts to download the file may be blocked.
- Hash functions identifying a data set or file may be generated from metadata downloaded from a peer when downloading a portion of a data set.
- the downloaded metadata may include a peer identifier, an internet protocol (IP) address, a domain name, or a port number.
- IP internet protocol
- one or more communication sessions associated with the file may be reset. This may include resetting communications sessions between a plurality of peer computers that are providing parts of the file.
- the presently disclosure is not limited to files received over a peer to peer network as file data received in an interleaved (out of order) sequence at the application level may also be scanned according to the present disclosure.
- interleaved data received using the server message block (SMB) 2.0 standard may be scanned in order without reassembly at the application layer of a computer for malicious content.
- SMB server message block
- Embodiments of the present disclosure may be implemented by a non-transitory computer readable storage medium by a processor executing instructions out of a memory, by a DPI scanner implemented in a field programmable gate array (FPGA).
- a processor executing instructions out of a memory
- a DPI scanner implemented in a field programmable gate array (FPGA).
- FPGA field programmable gate array
- the presently disclosed invention may be implemented in software (i.e. as a non-transitory computer readable storage medium executable by a processor), may be implemented in whole or in part in a field programmable gate array, may be implemented in whole or in part in a hardware state machine, or may be implemented in a combination of hardware and software.
- the various methods may be performed by software operating in conjunction with hardware. For example, instructions executed by a processor, the instructions otherwise stored in a non-transitory computer readable medium such as memory.
- Various interfaces may be implemented—both communications and interface.
- One skilled in the art will appreciate the various requisite components of a mobile device and integration of the same with one or more of the foregoing figures and/or descriptions.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
- Information Transfer Between Computers (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
- Field of the Invention
- The present invention is generally directed to reassembly free scanning of files in a peer to peer network. More specifically, the present invention scans file data without reassembling a file even when parts of the file are received out of order.
- Description of the Related Art
- Data communicated over computer networks today pass through various layers in a computer system architecture. Typically data is received at a network interface of a computer at a link layer. The link layer is a layer in the architecture of a computer that includes physical hardware. The link layer connects the computer to other computers in a computer network. Link layers also are used to transmit data from one computer to another over a computer network.
- Other layers above the link layer in computer system architectures commonly include a network layer, a transport layer, and an application layer. The network layer receives data packets from and provides data packets to the link layer. The network layer may also receive data in segments from the transport layer and send data in segments to the transport layer. Commonly when the network layer receives a segment of data from the transport layer it will generate a packet or an internet protocol (IP) datagram for transmission to another computer. This process may include encapsulating the segmented data received from the transport layer and adding a header that includes a destination IP address when generating an IP packet. In certain instances more than one IP packet may be associated with a data segment. The network layer may also receive IP packets from the link layer and may pass segmented data to the transport layer.
- When a series of IP packets are used to transport data to a computer, those packets may be received out of order at the network layer. When this occurs, the transport layer may re-order the data segments from a plurality of packets before sending the re-ordered data to the application layer. Conventionally data received at an application layer must be received in-order (i.e. sequentially). For example, in a client-server environment file data received at the application layer of a client or a server must be in-order before it can be processed. This is because the client-server environment expects received data to be in order. While communication transferred over a computer network according to the Transmission Control Protocol (TCP) will re-order packets, communications over other transport layer protocols, such as the User Datagram Protocol (UDP) do not.
- Typically in a client-server environment a server will send a data set or a file sequentially from the application layer to the transport layer, the transport layer may then send that data to the network layer. The network layer then packetizes the data and sends a plurality of packets to a client. Even though the packetized data may be sent out of order, data contained in the packets will be re-ordered before that data is received at the application layer at the client. Because of this, application layers at a client or a server in a client-server environment may never receive file data that is out of order.
- Peer to peer (P2P) networks, however, do not operate in the same way as a client-server environment. For example P2P networks may receive data at an application layer that is out of order. This is because P2P networks fundamentally have a different type of architecture as compared to a client-server environment.
- In a P2P network a computer accessing file data may receive parts of data from a file from a plurality of computers. A P2P network is capable of transmitting file data in pieces where each piece of data may be transmitted from a different computer. Because of this a first piece of data received from a first computer may be out of order as compared to a second piece of data received from a second computer. When this occurs the network layer and the transport layer at a receiving computer will not be aware that the first data piece and the second data piece have been received out of order. This is true even when packetized data sent from the first computer (or the second computer) to the receiving computer have been re-ordered. This is because the network layer and the transport layer at the receiving computer do not check whether application data received from different peer computers are received in order. Conventionally, the network layer and the transport layer are only capable of re-ordering packetized data that has been transmitted from a single source computer to a destination computer.
- P2P networks may also break a file into a number of pieces where each piece may include a pre-determined or specific number of blocks. Information relating to a number of pieces that a data file is broken into may be included in metadata (or a metadata file) that is associated with the data file. Once a number of pieces are identified, a file size divided by the number of pieces will correspond to a number of blocks that the file may be broken into in the P2P network.
- Limitations included in the network layers and in the transport layers of computers today mean that file data received at an application layer of a computer cannot easily scan the received data for malicious content (such as computer worms, viruses, or other attacking software). Conventionally the scanning of data for malicious content at the application layer in a P2P network either cannot be done reliably or must be done in an inefficient manner. For example, if data from a file is scanned out of order, the scan can miss a virus contained within the data, because malicious content are characterized by a sequential ordered series of characters, not an out of order series of characters. In another example, when the application layer re-orders received data before scanning it, data from the out of order pieces must be stored until the data pieces can be re-ordered and scanned. Thus, the first example is unreliable and the second example is inefficient.
- Application data that includes interleaved out of order data received at an application layer of a computer system if scanned in the order received may result in missing malicious content contained within the received interleaved data. Furthermore, data received out of order may also result in scanning software falsely detecting malicious content. For example, when the character sequence of “car” is associated a virus and two pieces of data that were received out of order where a later piece of data ending with the character “c” is scanned before an earlier piece of data that begins with “ar,” malicious scanning software will falsely identify that these pieces of data include the virus, when they do not.
- What is needed to increase the reliability and efficiency of P2P networks are systems and methods that scan pieces of data received out of order at an application layer without storing and re-ordering data pieces that have been received out of order. What is also needed are systems and methods that scan interleaved data reliably at an application layer. The reliable scanning of received data at an application level increases the reliability of detecting malicious content while reducing the likelihood that malicious content scanning software will falsely associate received data with malicious content.
- The presently claimed invention relates to an apparatus, a method, and a non-transitory computer readable storage medium for deep packet inspection scanning at an application layer of a computer. A method of the presently claimed invention may receive a portion of data at an application layer of a computer system after which the received portion of data may be scanned from a first input state at the application layer. When the first input state includes a portion of information known to be included in malicious content, the method then identifies that the data set can include malicious content after the received portion of data has been scanned from the first input state.
- The presently claimed invention may also be implemented as a non-transitory computer readable storage medium where a processor executing instructions out of a memory receives a portion of data at an application layer of a computer system after which the received portion of data may be scanned from a first input state at the application layer. When the first input state includes a portion of information known to be included in malicious content, the processor executing instructions out of the memory then identifies that the data set can include malicious content after the received portion of data has been scanned from the first input state.
- An apparatus of the presently claimed invention may include a network interface that receives information, a memory, and a processor. The processor executing instructions out of the memory then receives a portion of a data set at an application layer. The received portion of data is then scanned at the application layer from a first input state. When the first input state includes a portion of information known to be included in a piece of malicious content, the processor executing instructions out of the memory then identifies that the data set can include malicious content after the received portion of data has been scanned from the first input state.
-
FIG. 1 illustrates computers in a client server environment and computers in a peer to peer network (P2P). -
FIG. 2A illustrates an exemplary way in which data parts from a data set may be separated into a plurality of data blocks by computers in a P2P network. -
FIG. 2B illustrates data blocks of a data set that are received out of order at a peer computer. -
FIG. 3 illustrates an exemplary sequence that data blocks that were received out of order at an application layer may be scanned for malicious content without re-ordering and reassembling those data blocks. -
FIG. 4 illustrates a state mapping that includes malicious content. -
FIG. 5 is a block diagram of a device for implementing the present technology. - The present disclosure relates to an apparatus, a method, and a non-transitory computer readable storage medium for deep packet inspection scanning at an application layer of a computer. A method of the presently claimed invention may scan data received at an application layer from a first input state. The first input state including information, such as, one or more characters that can be associated with malicious content. The method may then identify that the data set may include malicious content when the first input state combined with the scan of the received data matches a known piece of malicious content.
-
FIG. 1 illustrates computers in a client server environment and computers in a peer to peer network. Client computers C1, C2, C3, C4, and C5 each may communicate withserver 120 as indicated by the dark lines connecting each of the client computers with theserver 120 in theclient server environment 110 ofFIG. 1 .Line 130 illustrates the server sending data to client computer C1. In client server environment servers send application data directly from the server to a client computer in order. - The peer to peer (P2P) network illustrated 150 in
FIG. 1 includes a plurality of peer computers P1, P2, P3, P4, and P5 that may send data directly to each other as illustrated by the dark lines connecting each peer computer with each other peer computer. The dashedlines -
FIG. 2A illustrates an exemplary way in which data parts from a data set may be separated into a plurality of data blocks by computers in a P2P network. A first piece ofdata Piece 1 from a data set is separated into a first data block B 1-1 and a second data block B 1-2.FIG. 2A also shows a second piece ofdata Piece 2 from the data set being separated into a first data block B 2-1 and a second data block B 2-2. In a P2P network each of these data blocks may reside at any peer computer in the P2P network. In certain instances one or more data blocks of a data set may be sent to a requesting peer computer from a second peer computer, and other data blocks from the data set may be sent to the requesting peer computer from one or more other peer computers. -
FIG. 2B illustrates data blocks of a data set that are received out of order at a peer computer. Note that time inFIG. 2B moves forward from left to right along the “TIME” line inFIG. 2B . The ordering of received data blocks ofFIG. 2B are: B 2-2, B 1-2, B 2-1, and B 1-1, where the in sequence order of these data blocks are B 1-1, B 1-2, B 2-1, and B 2-2. -
FIG. 3 illustrates an exemplary sequence that data blocks that were received out of order at an application layer may be scanned for malicious content without re-ordering and reassembling those data blocks. Here again the data blocks are received in the out of order sequence of B 2-2, B 1-2, B 2-1, and B 1-1. Each of the received data blocks are scanned in a manner where each data block scanned has identified input states and output states. The identified input states may include a state for each and every possible state that might be associated with malicious content. Identified input states include one or more characters in a sequence of characters that match content known to be associated with malicious content. - For example, when malicious content is identified as receiving the character “c” followed by character “a” that is, in turn, followed by character “r,” then the identified input states associated with malicious content include state “c” and the state “ca.” In the instance where a preceding data block ends with characters “ca” and a following data block begins with the character “r,” then malicious code “car” is present in these data blocks. Similarly in the instance where the preceding data block ends with the character “c” and the following data block begins with characters “ar,” then the malicious code “car” is also present in these data blocks. Malicious content “car” may correspond to a rule that identifies “car” as being malicious content.
- In the instance where characters “car” are associated with malicious code by a rule when data block B 2-2 is received and when data block B 2-1 has not yet been received (as in
FIG. 3 .). Identified input states an empty string, “c,” and “ca” will then be used when identifying whether data blocks B 2-2 and B 2-1 can include the malicious code “car.” - In an apparatus consistent with the presently disclosed invention, malicious code can be associated with one or more different sequences of characters. For example, the character sequence of “Apple” may also be associated with malicious content via a rule (R2) that identifies “Apple” as being a virus. In the instance when “Apple” is associated with malicious content, identified input states (sub-states) may include an empty string “ ”, “A,” “Ap,” “App,” and “Appl.”.
- After data block B 2-2 is scanned using each of the identified input states in
FIG. 3 , the scanning process outputs output states 2-2. Output states 2-2 may then be stored in memory for later use. Since the next data block received inFIG. 3 is B 1-2 and since data block B 1-1 has not yet been scanned, the scanning process once again inputs the identified input states when scanning data block B 1-2, and the scanning process outputs output states 1-2. Output states 1-2 may then be stored in memory for later use.FIG. 3 then shows data block B 2-1 being received. Note that data block B 1-2 inFIG. 3 has already been scanned and that output states 1-2 may be input into the scanning process of data block B 2-1 from the memory. This is because these two data blocks include contiguous (ordered) data and because output states 1-2 were previously stored in memory. The outputs of the scanning process of data block B 2-1 are output states 2-1. The dottedline 310 inFIG. 3 indicates that the output states 2-1 may be compared with the identified input states. Any output state 2-1 that matches an identified input state may then be used to identify whether the combined data blocks 1-2 and 2-1 include malicious content. The process of storing output states of a scanned data block and correlating those output states to identified input states that may be included in a subsequently received, previously ordered data piece reduces an amount of memory required to identify malicious content in a data set. This is because once an output state from a second piece of data has been identified, a number of identified input states relating to a not yet received first piece of data may be reduced. For example, the second piece of data has the output state “ca,” the identified input states that can include malicious content of “car” are limited to one possible identified input state of “r.” In such instances identified input states including “c,” “a,” “A,” “Ap,” “App,” and “Appl” may be eliminated from concern when “car” and “Apple” are each associated with rules that identify malicious content. As such, the storing of output states of a previously scanned data block combined with correlating those output states with identified input states that may be included in a subsequently received, previously ordered data block may be referred to as a “reduction phase” consistent with the present disclosure. Processing phases of the present disclosure related to the scanning of a data block may be referred to as a “scanning phase” of the present disclosure. Reduction phases and scanning phases may, thus, reduce memory utilization and increase the efficiency of a computer. - Finally after data block B 1-1 is received, data block B 1-1 may be scanned from an initial state (such as a null state) and output states 1-1 may be output. The dotted
line 320 indicates that output states 1-1 may be compared with the identified input states when identifying whether the combined data blocks B 1-2 and B 2-1 include malicious content. Note that this process scans data blocks received out of order for malicious content without reassembling the data blocks. Instead a series of identified input states may be used when scanning an out of order packet for malicious content. The presently disclosed invention, thus, identifies malicious content by comparing output states with identified input states that may be included in a data block that has not yet been received. Later when the out of order data block is received, the out of order data block may be scanned generating one or more output states. When an output state of the out of order packet includes an identified input state of a subsequently ordered data block, the two different data blocks may include malicious content. - In certain instances one or more output states associated with different pieces of a data set may be stored in memory where each of these output states may be associated with a possible identified input state associated with yet other pieces of the data set. When one or more output states and one or more possible identified input states are stored in memory and an outstanding piece of the data set is received, the outstanding piece of the data set may be scanned generating an output state associated with the outstanding piece of the data set. In such an instance, each of the output states and possible identified input states may be assembled in a chain when identifying that the data set includes malicious content.
- For example, when data blocks are received in the order illustrated in
FIG. 3 (i.e.: B 2-2, B 1-2, B 2-1, and B 1-1) where data block B 2-2 consists of “pple,” data block B 1-2 consists of “aaaa,” B 2-1 consists of “araA,” and data block B 1-1 consists of “Appc.” First data block B 2-2 is scanned using the identified input states (i.e. all possible input states that correspond to malicious content) generating output states 2-2. Since data block B 2-2 consists of “pple,” output states 2-2 may identify that the identified input state of “A” from the not yet received data block B 2-1 will indicate that malicious content of “Apple” spans data block B 2-1 and B 2-2 when data block B 2-1 ends with the character “A.” Since data block B 2-1 has not yet been received, output states 2-2 will identify that the identified input state of “A” preceding data block B 2-2 corresponds to malicious content “Apple.” - Next data block B 1-2 is scanned using the identified input states generating output states 1-2. When rules that identify malicious content as being “car” and “Apple” the character sequences an empty string (i.e. an initial state), “c,” “ca”, “A,” Ap,” “App,” and “Appl” each are identified input states that are associated with malicious content. Since data block B 1-2 consists of “aaaa,” the only output state that corresponds to an identified input state that may be associated with malicious content is the empty string (i.e. an initial state). This is because the character sequences of “a,” “aa,” “aaa,” and “aaaa” are not associated with malicious content according to rules that identify “Apple” and “car” as being malicious content. This means that data block B 2-1 may be scanned from just the empty string. Thus, in this example, the process of reduction identifies that the only identified input state of all of the identified input states that data block B 2-1 should be scanned from is the empty string.
- When data block B 2-1 is received, it is scanned from only the empty string. After data block B 2-1 is scanned, output states 2-1 will be generated. Since data block B 2-1 consists of “araA,” the only output state that corresponds to an identified input state is the identified output state of “A.” Since data block B 2-2 has already been scanned and identified as including “pple,” malicious content of “Apple” will be detected in the data set when preceding data block B 2-1 ends with the character “A.” Since, in this example, the identified input state of “A” precedes data block B 2-2, the malicious content of “Apple” is detected in the data set. Once malicious content has been detected in the data set, the receipt of additional data blocks, such as data block B 1-1, may be blocked. Note also that a chain of only one possible identified input state of “A” of data block B 2-2 and the output state “pple” of output states 2-2 are used to identify malicious content in this example. Note also that only a reduced number of input states coupled with a number of output states 2-2 requires limited storage as compared to storing the data blocks received.
- The present disclosure is not limited to malicious content spanning one or two data blocks, as methods consistent with the present disclosure may detect malicious content that spans any number of data blocks in a data set, including all of the data blocks.
-
FIG. 4 illustrates a state mapping that includes malicious content. Whether the mapping moves from one particular state to another particular state depends on the sequence of characters in the data set.FIG. 4 illustrates a mapping that moves from an initial state of S0 to state S1 when the character “A” is scanned in a data set.FIG. 4 also shows the mapping moving from state S0 to state S6 when the character “c” is scanned in the data set. When the state map is in state S0 and the next character input is not an “A” or a “c”, the mapping will stay in state S0.FIG. 4 identifies two different rules that identify malicious content. Here the first rule identifies that the character sequence of “Apple” is associated with malicious content and the second rule identifies that the character sequence “car” is associated malicious content. -
FIG. 4 also illustrates the state mapping moving consistent with the present disclosure.FIG. 4 illustrates a state mapping moving from state S1 to state S2 when a “p” is scanned after an “A,” moving from state S2 to S3 when a second “p” is scanned, moving from state S3 to S4 when an “1” is scanned, and moving from state S4 to S5 when an “e” is scanned. Note that state S5 is identified asitem 410.Item 410 indicates that the malicious content “Apple” has been identified according to the first rule in the data set. - Similarly state flow may move from state S0 to state S6 when the character “c” is in the data set, then moves to state S7 when a subsequent character “a” is encountered in sequence in the data set, and then moves from state S7 to state S8 when a subsequent character “r” is in the data set. Note that state S8 is identified as
item 420 inFIG. 4 .Item 420 indicates that malicious content “car” has been detected in the data set. Here again each character “c,” “a,” and “r” must be sequential characters in the data set for the state mapping to reach state S8. Whenever a next character identified in the data set does not follow the state mapping, the mapping will move from a current state to state S0. When the state mapping moves from state S6 or S7 to state S0 (as indicated by the dotted lines inFIG. 4 ), malicious content has not been detected in the data set. After state S8 the state mapping moves back to initial state S0. - Dashed lines in
FIG. 4 illustrate the state mapping moving from each of states S1, S2, S3, S4, and S5 back to state S0. In order to reach state S5 each of characters “A,” “p,” “p,” “1,” and “e” must occur in order in the data set. When a character in the data set does not agree with the state mapping, malicious content is not detected in the data set and the state mapping moves back to state S0. -
FIG. 5 is a block diagram of a device for implementing the present technology.FIG. 5 illustrates anexemplary computing system 500 that may be used to implement a computing device for use with the present technology. Thecomputing system 500 ofFIG. 5 includes one ormore processors 510 andmemory 520.Main memory 520 may store, in part, instructions and data for execution byprocessor 510. Main memory can store the executable code when in operation. Thesystem 500 ofFIG. 5 further includes astorage 520, which may include mass storage and portable storage,antenna 540,output devices 550,user input devices 560, adisplay system 570, andperipheral devices 580. - The components shown in
FIG. 5 are depicted as being connected via asingle bus 590. However, the components may be connected through one or more data transport means. For example,processor unit 510 andmain memory 520 may be connected via a local microprocessor bus, and thestorage 530, peripheral device(s) 580 anddisplay system 570 may be connected via one or more input/output (I/O) buses. -
Storage device 530, which may include mass storage implemented with a magnetic disk drive or an optical disk drive, may be a non-volatile storage device for storing data and instructions for use byprocessor unit 510.Storage device 530 can store the system software for implementing embodiments of the present invention for purposes of loading that software intomain memory 510. - Portable storage device of
storage 530 operates in conjunction with a portable non-volatile storage medium, such as a floppy disk, compact disk or Digital video disc, to input and output data and code to and from thecomputer system 500 ofFIG. 5 . The system software for implementing embodiments of the present invention may be stored on such a portable medium and input to thecomputer system 500 via the portable storage device. -
Antenna 540 may include one or more antennas for communicating wirelessly with another device.Antenna 540 may be used, for example, to communicate wirelessly via Wi-Fi, Bluetooth, with a cellular network, or with other wireless protocols and systems. The one or more antennas may be controlled by aprocessor 510, which may include a controller, to transmit and receive wireless signals. For example,processor 510 execute programs stored inmemory 520 to controlantenna 540 transmit a wireless signal to a cellular network and receive a wireless signal from a cellular network. - The
system 500 as shown inFIG. 5 includesoutput devices 550 andinput device 560. Examples of suitable output devices include speakers, printers, network interfaces, and monitors.Input devices 560 may include a touch screen, microphone, accelerometers, a camera, and other device.Input devices 560 may include an alpha-numeric keypad, such as a keyboard, for inputting alpha-numeric and other information, or a pointing device, such as a mouse, a trackball, stylus, or cursor direction keys. -
Display system 570 may include a liquid crystal display (LCD), LED display, or other suitable display device.Display system 570 receives textual and graphical information, and processes the information for output to the display device. -
Peripherals 580 may include any type of computer support device to add additional functionality to the computer system. For example, peripheral device(s) 580 may include a modem or a router. - The components contained in the
computer system 500 ofFIG. 5 are those typically found in computing system, such as but not limited to a desk top computer, lap top computer, notebook computer, net book computer, tablet computer, smart phone, personal data assistant (PDA), or other computer that may be suitable for use with embodiments of the present invention and are intended to represent a broad category of such computer components that are well known in the art. Thus, thecomputer system 500 ofFIG. 5 can be a personal computer, hand held computing device, telephone, mobile computing device, workstation, server, minicomputer, mainframe computer, or any other computing device. The computer can also include different bus configurations, networked platforms, multi-processor platforms, etc. Various operating systems can be used including Unix, Linux, Windows, Macintosh OS, Palm OS, and other suitable operating systems. - Actions taken when the content included in a data set or file received at an application level at a peer device may vary and may depend on one or more actions identified by a user of the peer computer. In certain instances, user preferred actions may be selected in a user interface displayed on a display at the peer computer. In other instances actions taken after detecting malicious content may be according to a set of pre-defined or default actions set in an application program. Actions that may be taken after detecting malicious content in a data set include, yet are not limited to marking the data set or file as including malicious content, blocking reception of data associated with the data set or file, and resetting one or more TCP connections associated with the data set or file.
- When the data set or file is marked as including malicious content, that marking may be stored in a table or database at the peer computer that received and detected the malicious data. The data set or file may be identified by a name (i.e. by a filename) or may be identified using a Hash function or checksum of information that identifies the data set. Once a data file has been identified subsequent attempts to download the file may be blocked.
- Hash functions identifying a data set or file may be generated from metadata downloaded from a peer when downloading a portion of a data set. In certain instances the downloaded metadata may include a peer identifier, an internet protocol (IP) address, a domain name, or a port number.
- As soon as a file is identified as being associated with malicious content, one or more communication sessions associated with the file may be reset. This may include resetting communications sessions between a plurality of peer computers that are providing parts of the file.
- The presently disclosure is not limited to files received over a peer to peer network as file data received in an interleaved (out of order) sequence at the application level may also be scanned according to the present disclosure. For example, interleaved data received using the server message block (SMB) 2.0 standard may be scanned in order without reassembly at the application layer of a computer for malicious content.
- Embodiments of the present disclosure may be implemented by a non-transitory computer readable storage medium by a processor executing instructions out of a memory, by a DPI scanner implemented in a field programmable gate array (FPGA).
- The presently disclosed invention may be implemented in software (i.e. as a non-transitory computer readable storage medium executable by a processor), may be implemented in whole or in part in a field programmable gate array, may be implemented in whole or in part in a hardware state machine, or may be implemented in a combination of hardware and software.
- The various methods may be performed by software operating in conjunction with hardware. For example, instructions executed by a processor, the instructions otherwise stored in a non-transitory computer readable medium such as memory. Various interfaces may be implemented—both communications and interface. One skilled in the art will appreciate the various requisite components of a mobile device and integration of the same with one or more of the foregoing figures and/or descriptions.
- The foregoing detailed description of the technology has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the technology to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. The described embodiments were chosen in order to best explain the principles of the technology, its practical application, and to enable others skilled in the art to utilize the technology in various embodiments and with various modifications as are suited to the particular use contemplated. It is intended that the scope of the technology be defined by the claim.
Claims (20)
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/965,866 US9860259B2 (en) | 2015-12-10 | 2015-12-10 | Reassembly free deep packet inspection for peer to peer networks |
US15/860,623 US10630697B2 (en) | 2015-12-10 | 2018-01-02 | Reassembly free deep packet inspection for peer to peer networks |
US16/853,360 US11005858B2 (en) | 2015-12-10 | 2020-04-20 | Reassembly free deep packet inspection for peer to peer networks |
US17/174,182 US11695784B2 (en) | 2015-12-10 | 2021-02-11 | Reassembly free deep packet inspection for peer to peer networks |
US18/215,669 US12095779B2 (en) | 2015-12-10 | 2023-06-28 | Reassembly free deep packet inspection for peer to peer networks |
US18/887,786 US20250016178A1 (en) | 2015-12-10 | 2024-09-17 | Reassembly free deep packet inspection for peer to peer networks |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/965,866 US9860259B2 (en) | 2015-12-10 | 2015-12-10 | Reassembly free deep packet inspection for peer to peer networks |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/860,623 Continuation US10630697B2 (en) | 2015-12-10 | 2018-01-02 | Reassembly free deep packet inspection for peer to peer networks |
Publications (2)
Publication Number | Publication Date |
---|---|
US20170171222A1 true US20170171222A1 (en) | 2017-06-15 |
US9860259B2 US9860259B2 (en) | 2018-01-02 |
Family
ID=59020295
Family Applications (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/965,866 Active 2036-02-03 US9860259B2 (en) | 2015-12-10 | 2015-12-10 | Reassembly free deep packet inspection for peer to peer networks |
US15/860,623 Active US10630697B2 (en) | 2015-12-10 | 2018-01-02 | Reassembly free deep packet inspection for peer to peer networks |
US16/853,360 Active US11005858B2 (en) | 2015-12-10 | 2020-04-20 | Reassembly free deep packet inspection for peer to peer networks |
US17/174,182 Active US11695784B2 (en) | 2015-12-10 | 2021-02-11 | Reassembly free deep packet inspection for peer to peer networks |
US18/215,669 Active US12095779B2 (en) | 2015-12-10 | 2023-06-28 | Reassembly free deep packet inspection for peer to peer networks |
US18/887,786 Pending US20250016178A1 (en) | 2015-12-10 | 2024-09-17 | Reassembly free deep packet inspection for peer to peer networks |
Family Applications After (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/860,623 Active US10630697B2 (en) | 2015-12-10 | 2018-01-02 | Reassembly free deep packet inspection for peer to peer networks |
US16/853,360 Active US11005858B2 (en) | 2015-12-10 | 2020-04-20 | Reassembly free deep packet inspection for peer to peer networks |
US17/174,182 Active US11695784B2 (en) | 2015-12-10 | 2021-02-11 | Reassembly free deep packet inspection for peer to peer networks |
US18/215,669 Active US12095779B2 (en) | 2015-12-10 | 2023-06-28 | Reassembly free deep packet inspection for peer to peer networks |
US18/887,786 Pending US20250016178A1 (en) | 2015-12-10 | 2024-09-17 | Reassembly free deep packet inspection for peer to peer networks |
Country Status (1)
Country | Link |
---|---|
US (6) | US9860259B2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10491566B2 (en) | 2015-11-10 | 2019-11-26 | Sonicwall Inc. | Firewall informed by web server security policy identifying authorized resources and hosts |
US10630697B2 (en) | 2015-12-10 | 2020-04-21 | Sonicwall Inc. | Reassembly free deep packet inspection for peer to peer networks |
US11182380B2 (en) | 2017-06-30 | 2021-11-23 | Nchain Licensing Ag | Flow control for probabilistic relay in a blockchain network |
Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050108518A1 (en) * | 2003-06-10 | 2005-05-19 | Pandya Ashish A. | Runtime adaptable security processor |
US20080127349A1 (en) * | 2006-11-08 | 2008-05-29 | Ormazabal Gaston S | PREVENTION OF DENIAL OF SERVICE (DoS) ATTACKS ON SESSION INITIATION PROTOCOL (SIP)-BASED SYSTEMS USING METHOD VULNERABILITY FILTERING |
US20090316698A1 (en) * | 2008-06-23 | 2009-12-24 | Lucent Technologies Inc. | Processing of packet fragments |
US20100005118A1 (en) * | 2006-10-10 | 2010-01-07 | Sakir Sezer | Detection of Patterns |
US20110231924A1 (en) * | 2010-03-16 | 2011-09-22 | Devdhar Rakendu | Methods, systems, and computer readable media for providing application layer firewall and integrated deep packet inspection functions for providing early intrusion detection and intrusion prevention at an edge networking device |
US20130074177A1 (en) * | 2008-08-14 | 2013-03-21 | Juniper Networks, Inc. | Routing device having integrated mpls-aware firewall |
US20130291107A1 (en) * | 2012-04-27 | 2013-10-31 | The Irc Company, Inc. | System and Method for Mitigating Application Layer Distributed Denial of Service Attacks Using Human Behavior Analysis |
US8578489B1 (en) * | 2004-10-13 | 2013-11-05 | Sonicwall, Inc. | Method and an apparatus to perform multiple packet payloads analysis |
US20140053239A1 (en) * | 2008-10-09 | 2014-02-20 | Juniper Networks, Inc. | Dynamic access control policy with port restrictions for a network security appliance |
US20140181972A1 (en) * | 2012-04-18 | 2014-06-26 | Zimperium, Inc. | Preventive intrusion device and method for mobile devices |
US20150058916A1 (en) * | 2011-08-31 | 2015-02-26 | Palo Alto Networks, Inc. | Detecting encrypted tunneling traffic |
US20150373167A1 (en) * | 2013-02-11 | 2015-12-24 | Q Telecom Ltd | Communication apparatus |
US9350750B1 (en) * | 2015-04-03 | 2016-05-24 | Area 1 Security, Inc. | Distribution of security rules among sensor computers |
US9557889B2 (en) * | 2009-01-28 | 2017-01-31 | Headwater Partners I Llc | Service plan design, user interfaces, application programming interfaces, and device management |
US20170099310A1 (en) * | 2015-10-05 | 2017-04-06 | Cisco Technology, Inc. | Dynamic deep packet inspection for anomaly detection |
Family Cites Families (58)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9525696B2 (en) * | 2000-09-25 | 2016-12-20 | Blue Coat Systems, Inc. | Systems and methods for processing data flows |
US7206765B2 (en) | 2001-01-17 | 2007-04-17 | Contentguard Holdings, Inc. | System and method for supplying and managing usage rights based on rules |
US6961783B1 (en) | 2001-12-21 | 2005-11-01 | Networks Associates Technology, Inc. | DNS server access control system and method |
US7693830B2 (en) | 2005-08-10 | 2010-04-06 | Google Inc. | Programmable search engine |
US7706378B2 (en) * | 2003-03-13 | 2010-04-27 | Sri International | Method and apparatus for processing network packets |
US7984149B1 (en) | 2004-08-04 | 2011-07-19 | Cisco Technology, Inc. | Method and apparatus for identifying a policy server |
WO2006052714A2 (en) | 2004-11-09 | 2006-05-18 | Jeffory Atkinson | Apparatus and method for protection of communications systems |
US7719966B2 (en) * | 2005-04-13 | 2010-05-18 | Zeugma Systems Inc. | Network element architecture for deep packet inspection |
US8316446B1 (en) | 2005-04-22 | 2012-11-20 | Blue Coat Systems, Inc. | Methods and apparatus for blocking unwanted software downloads |
US7979368B2 (en) * | 2005-07-01 | 2011-07-12 | Crossbeam Systems, Inc. | Systems and methods for processing data flows |
US20070041402A1 (en) * | 2005-08-16 | 2007-02-22 | Microsoft Corporation | Handling protocol non-compliant messages |
US7920572B2 (en) * | 2005-09-20 | 2011-04-05 | Cisco Technology, Inc. | Modifying operation of peer-to-peer networks based on integrating network routing information |
US7966654B2 (en) | 2005-11-22 | 2011-06-21 | Fortinet, Inc. | Computerized system and method for policy-based content filtering |
US8613088B2 (en) * | 2006-02-03 | 2013-12-17 | Cisco Technology, Inc. | Methods and systems to detect an evasion attack |
US20070226362A1 (en) * | 2006-03-21 | 2007-09-27 | At&T Corp. | Monitoring regular expressions on out-of-order streams |
US7849502B1 (en) | 2006-04-29 | 2010-12-07 | Ironport Systems, Inc. | Apparatus for monitoring network traffic |
US8352998B1 (en) | 2006-08-17 | 2013-01-08 | Juniper Networks, Inc. | Policy evaluation in controlled environment |
WO2008109166A1 (en) * | 2007-03-06 | 2008-09-12 | Redback Networks Inc. | Peer-to-peer, gaming, and application traffic detection & treatment |
US7853998B2 (en) * | 2007-03-22 | 2010-12-14 | Mocana Corporation | Firewall propagation |
US8782771B2 (en) * | 2007-06-19 | 2014-07-15 | Rockwell Automation Technologies, Inc. | Real-time industrial firewall |
US8862657B2 (en) | 2008-01-25 | 2014-10-14 | Seven Networks, Inc. | Policy based content service |
US8850567B1 (en) | 2008-02-04 | 2014-09-30 | Trend Micro, Inc. | Unauthorized URL requests detection |
US8234712B2 (en) | 2008-04-11 | 2012-07-31 | International Business Machines Corporation | Executable content filtering |
US8826443B1 (en) | 2008-09-18 | 2014-09-02 | Symantec Corporation | Selective removal of protected content from web requests sent to an interactive website |
US8813221B1 (en) * | 2008-09-25 | 2014-08-19 | Sonicwall, Inc. | Reassembly-free deep packet inspection on multi-core hardware |
CN101741821A (en) | 2008-11-07 | 2010-06-16 | 华为技术有限公司 | Method, media gateway and system for realizing packet filtering |
CN101771627B (en) * | 2009-01-05 | 2015-04-08 | 武汉邮电科学研究院 | Equipment and method for analyzing and controlling node real-time deep packet on internet |
US8856869B1 (en) | 2009-06-22 | 2014-10-07 | NexWavSec Software Inc. | Enforcement of same origin policy for sensitive data |
US8068431B2 (en) * | 2009-07-17 | 2011-11-29 | Satyam Computer Services Limited | System and method for deep packet inspection |
US8380870B2 (en) | 2009-08-05 | 2013-02-19 | Verisign, Inc. | Method and system for filtering of network traffic |
CN101997826A (en) * | 2009-08-28 | 2011-03-30 | 中兴通讯股份有限公司 | Routing methods of control net element, forwarding net element and internet protocol network |
US20110125748A1 (en) * | 2009-11-15 | 2011-05-26 | Solera Networks, Inc. | Method and Apparatus for Real Time Identification and Recording of Artifacts |
US8504682B2 (en) * | 2009-12-17 | 2013-08-06 | Alcatel Lucent | Localization of peer to peer traffic |
EP2543163B1 (en) | 2010-03-05 | 2018-09-26 | Tekelec, Inc. | Methods, systems, and computer readable media for enhanced service detection and policy rule determination |
US9438384B2 (en) * | 2011-03-08 | 2016-09-06 | Qualcomm Incorporated | Providing multiple retransmission policies for a single data stream by mapping differentiated services code point (DSCP) bit fields to media access control protocol data unit (MPDU) bit fields |
US9531758B2 (en) | 2011-03-18 | 2016-12-27 | Zscaler, Inc. | Dynamic user identification and policy enforcement in cloud-based secure web gateways |
US8763072B2 (en) | 2011-05-09 | 2014-06-24 | Symantec Corporation | Preventing inappropriate data transfers based on reputation scores |
EP2536175B1 (en) * | 2011-06-14 | 2014-08-13 | Telefonaktiebolaget L M Ericsson (publ) | Method, apparatus and computer program for a network node including a PCEF for establishing a user plane session |
WO2013101723A1 (en) | 2011-12-27 | 2013-07-04 | Wellpoint, Inc. | Method and system for data pattern matching, masking and removal of sensitive data |
US8942109B2 (en) * | 2012-04-25 | 2015-01-27 | Anritsu Company | Impairment simulation for network communication to enable voice quality degradation estimation |
FR2996328B1 (en) | 2012-09-28 | 2015-09-11 | Inside Secure | METHOD FOR PROTECTING SENSITIVE DATA TRANSMITTED IN AN NFC SYSTEM |
US9100236B1 (en) * | 2012-09-30 | 2015-08-04 | Juniper Networks, Inc. | TCP proxying of network sessions mid-flow |
US20140157405A1 (en) * | 2012-12-04 | 2014-06-05 | Bill Joll | Cyber Behavior Analysis and Detection Method, System and Architecture |
KR102096503B1 (en) | 2013-03-07 | 2020-04-02 | 삼성전자주식회사 | Method and apparatus for controlling traffic in wireless communication system |
WO2014146273A1 (en) * | 2013-03-21 | 2014-09-25 | Telefonaktiebolaget L M Ericsson (Publ) | Streaming service provision support in a p2p-cdn streaming system |
EP2979487B1 (en) * | 2013-03-29 | 2018-11-28 | VID SCALE, Inc. | Early packet loss detection and feedback |
US9246947B2 (en) | 2013-04-03 | 2016-01-26 | Crimson Corporation | Method and apparatus for protecting access to corporate applications from a mobile device |
CN104348677A (en) * | 2013-08-05 | 2015-02-11 | 华为技术有限公司 | Deep packet inspection method and equipment and coprocessor |
WO2015031356A1 (en) | 2013-08-26 | 2015-03-05 | Seven Networks, Inc. | Enhanced caching of domain name system (dns) and reverse dns queries for traffic management for signaling optimization in a mobile network |
US9558287B2 (en) | 2013-09-24 | 2017-01-31 | Sap Portals Israel Ltd. | Automatic removal of inappropriate content |
US9923870B2 (en) * | 2013-12-12 | 2018-03-20 | Nec Corporation | Method and system for analyzing a data flow |
US9848005B2 (en) * | 2014-07-29 | 2017-12-19 | Aruba Networks, Inc. | Client reputation driven role-based access control |
US10057208B2 (en) | 2014-10-31 | 2018-08-21 | Cisco Technology, Inc. | Visibility control for domain name system service discovery |
US20160164826A1 (en) | 2014-12-04 | 2016-06-09 | Cisco Technology, Inc. | Policy Implementation at a Network Element based on Data from an Authoritative Source |
US9544318B2 (en) | 2014-12-23 | 2017-01-10 | Mcafee, Inc. | HTML security gateway |
US10264001B2 (en) | 2015-08-12 | 2019-04-16 | Wizard Tower TechnoServices Ltd. | Method and system for network resource attack detection using a client identifier |
US9723027B2 (en) | 2015-11-10 | 2017-08-01 | Sonicwall Inc. | Firewall informed by web server security policy identifying authorized resources and hosts |
US9860259B2 (en) | 2015-12-10 | 2018-01-02 | Sonicwall Us Holdings Inc. | Reassembly free deep packet inspection for peer to peer networks |
-
2015
- 2015-12-10 US US14/965,866 patent/US9860259B2/en active Active
-
2018
- 2018-01-02 US US15/860,623 patent/US10630697B2/en active Active
-
2020
- 2020-04-20 US US16/853,360 patent/US11005858B2/en active Active
-
2021
- 2021-02-11 US US17/174,182 patent/US11695784B2/en active Active
-
2023
- 2023-06-28 US US18/215,669 patent/US12095779B2/en active Active
-
2024
- 2024-09-17 US US18/887,786 patent/US20250016178A1/en active Pending
Patent Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050108518A1 (en) * | 2003-06-10 | 2005-05-19 | Pandya Ashish A. | Runtime adaptable security processor |
US8578489B1 (en) * | 2004-10-13 | 2013-11-05 | Sonicwall, Inc. | Method and an apparatus to perform multiple packet payloads analysis |
US20100005118A1 (en) * | 2006-10-10 | 2010-01-07 | Sakir Sezer | Detection of Patterns |
US20080127349A1 (en) * | 2006-11-08 | 2008-05-29 | Ormazabal Gaston S | PREVENTION OF DENIAL OF SERVICE (DoS) ATTACKS ON SESSION INITIATION PROTOCOL (SIP)-BASED SYSTEMS USING METHOD VULNERABILITY FILTERING |
US20090316698A1 (en) * | 2008-06-23 | 2009-12-24 | Lucent Technologies Inc. | Processing of packet fragments |
US8320372B2 (en) * | 2008-06-23 | 2012-11-27 | Alcatel Lucent | Processing of packet fragments |
US20130074177A1 (en) * | 2008-08-14 | 2013-03-21 | Juniper Networks, Inc. | Routing device having integrated mpls-aware firewall |
US20140053239A1 (en) * | 2008-10-09 | 2014-02-20 | Juniper Networks, Inc. | Dynamic access control policy with port restrictions for a network security appliance |
US9557889B2 (en) * | 2009-01-28 | 2017-01-31 | Headwater Partners I Llc | Service plan design, user interfaces, application programming interfaces, and device management |
US20110231924A1 (en) * | 2010-03-16 | 2011-09-22 | Devdhar Rakendu | Methods, systems, and computer readable media for providing application layer firewall and integrated deep packet inspection functions for providing early intrusion detection and intrusion prevention at an edge networking device |
US20150058916A1 (en) * | 2011-08-31 | 2015-02-26 | Palo Alto Networks, Inc. | Detecting encrypted tunneling traffic |
US20140181972A1 (en) * | 2012-04-18 | 2014-06-26 | Zimperium, Inc. | Preventive intrusion device and method for mobile devices |
US20130291107A1 (en) * | 2012-04-27 | 2013-10-31 | The Irc Company, Inc. | System and Method for Mitigating Application Layer Distributed Denial of Service Attacks Using Human Behavior Analysis |
US20150373167A1 (en) * | 2013-02-11 | 2015-12-24 | Q Telecom Ltd | Communication apparatus |
US9350750B1 (en) * | 2015-04-03 | 2016-05-24 | Area 1 Security, Inc. | Distribution of security rules among sensor computers |
US20170099310A1 (en) * | 2015-10-05 | 2017-04-06 | Cisco Technology, Inc. | Dynamic deep packet inspection for anomaly detection |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10491566B2 (en) | 2015-11-10 | 2019-11-26 | Sonicwall Inc. | Firewall informed by web server security policy identifying authorized resources and hosts |
US10630697B2 (en) | 2015-12-10 | 2020-04-21 | Sonicwall Inc. | Reassembly free deep packet inspection for peer to peer networks |
US11005858B2 (en) | 2015-12-10 | 2021-05-11 | Sonicwall Inc. | Reassembly free deep packet inspection for peer to peer networks |
US11695784B2 (en) | 2015-12-10 | 2023-07-04 | Sonicwall Inc. | Reassembly free deep packet inspection for peer to peer networks |
US12095779B2 (en) | 2015-12-10 | 2024-09-17 | Sonicwall Inc. | Reassembly free deep packet inspection for peer to peer networks |
US11182380B2 (en) | 2017-06-30 | 2021-11-23 | Nchain Licensing Ag | Flow control for probabilistic relay in a blockchain network |
US11341123B2 (en) | 2017-06-30 | 2022-05-24 | Nchain Licensing Ag | Probabilistic relay for efficient propagation in a blockchain network |
US11609902B2 (en) | 2017-06-30 | 2023-03-21 | Nchain Licensing Ag | Flow control for probabilistic relay in a blockchain network |
US11886426B2 (en) | 2017-06-30 | 2024-01-30 | Nchain Licensing Ag | Probabilistic relay for efficient propagation in a blockchain network |
US12007984B2 (en) | 2017-06-30 | 2024-06-11 | Nchain Licensing Ag | Flow control for probabilistic relay in a blockchain network |
US12265523B2 (en) | 2017-06-30 | 2025-04-01 | Nchain Licensing Ag | Probabilistic relay for efficient propagation in a blockchain network |
Also Published As
Publication number | Publication date |
---|---|
US11695784B2 (en) | 2023-07-04 |
US11005858B2 (en) | 2021-05-11 |
US20250016178A1 (en) | 2025-01-09 |
US12095779B2 (en) | 2024-09-17 |
US20200351280A1 (en) | 2020-11-05 |
US20230336570A1 (en) | 2023-10-19 |
US9860259B2 (en) | 2018-01-02 |
US20180198804A1 (en) | 2018-07-12 |
US10630697B2 (en) | 2020-04-21 |
US20210234873A1 (en) | 2021-07-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12095779B2 (en) | Reassembly free deep packet inspection for peer to peer networks | |
US8819698B2 (en) | Cross-platform web-based native device feature access | |
US20180278580A1 (en) | Dynamic bypass of tls connections matching exclusion list in dpi-ssl in a nat deployment | |
US10142425B2 (en) | Session reliability for a redirected USB device | |
US11716390B2 (en) | Systems and methods for remote management of appliances | |
US20190052651A1 (en) | Real-time prevention of malicious content via dynamic analysis | |
US11677585B2 (en) | Transparent TCP connection tunneling with IP packet filtering | |
US11556607B2 (en) | System and method for abstracted analysis system design for dynamic API scanning service | |
CN106357814B (en) | A file processing method, proxy server and client | |
US9544360B2 (en) | Server-based system, method, and computer program product for scanning data on a client using only a subset of the data | |
CN116530052A (en) | Detection and mitigation of malware via a forwarding proxy server | |
US10742776B1 (en) | Accelerating isochronous endpoints of redirected USB devices | |
US20160248786A1 (en) | Dynamic Remote Malware Scanning | |
US10158662B1 (en) | Scanning for and remediating security risks on lightweight computing devices | |
US20250141844A1 (en) | Methods for protecting resources accessible to a device connected via an authorized device operating as a hotspot | |
CN111200652A (en) | Application identification method, application identification device and computing device | |
CN114598689A (en) | Interactive method and device of IOT (input/output) equipment, computer equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: DELL SOFTWARE INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LING, HUI;YU, CUIPING;CHEN, ZHONG;REEL/FRAME:037379/0237 Effective date: 20151221 |
|
AS | Assignment |
Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SUPPLEMENT TO PATENT SECURITY AGREEMENT (TERM LOAN);ASSIGNORS:DELL SOFTWARE INC.;DELL PRODUCTS L.P.;WYSE TECHNOLOGY L.L.C.;REEL/FRAME:037848/0001 Effective date: 20160212 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT, TEXAS Free format text: SUPPLEMENT TO PATENT SECURITY AGREEMENT (NOTES);ASSIGNORS:DELL SOFTWARE INC.;DELL PRODUCTS L.P.;WYSE TECHNOLOGY L.L.C.;REEL/FRAME:037848/0210 Effective date: 20160212 Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, NORTH CAROLINA Free format text: SUPPLEMENT TO PATENT SECURITY AGREEMENT (ABL);ASSIGNORS:DELL SOFTWARE INC.;DELL PRODUCTS L.P.;WYSE TECHNOLOGY L.L.C.;REEL/FRAME:037847/0843 Effective date: 20160212 Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, NO Free format text: SUPPLEMENT TO PATENT SECURITY AGREEMENT (ABL);ASSIGNORS:DELL SOFTWARE INC.;DELL PRODUCTS L.P.;WYSE TECHNOLOGY L.L.C.;REEL/FRAME:037847/0843 Effective date: 20160212 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH Free format text: SUPPLEMENT TO PATENT SECURITY AGREEMENT (TERM LOAN);ASSIGNORS:DELL SOFTWARE INC.;DELL PRODUCTS L.P.;WYSE TECHNOLOGY L.L.C.;REEL/FRAME:037848/0001 Effective date: 20160212 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SUPPLEMENT TO PATENT SECURITY AGREEMENT (NOTES);ASSIGNORS:DELL SOFTWARE INC.;DELL PRODUCTS L.P.;WYSE TECHNOLOGY L.L.C.;REEL/FRAME:037848/0210 Effective date: 20160212 |
|
AS | Assignment |
Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF REEL 037847 FRAME 0843 (ABL);ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040017/0366 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF REEL 037847 FRAME 0843 (ABL);ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040017/0366 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF REEL 037847 FRAME 0843 (ABL);ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040017/0366 Effective date: 20160907 |
|
AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY AGREEMENT;ASSIGNORS:AVENTAIL LLC;DELL PRODUCTS, L.P.;DELL SOFTWARE INC.;REEL/FRAME:040030/0187 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT, TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:AVENTAIL LLC;DELL PRODUCTS L.P.;DELL SOFTWARE INC.;REEL/FRAME:040039/0642 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF REEL 037848 FRAME 0210 (NOTE);ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040031/0725 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF REEL 037848 FRAME 0001 (TL);ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040028/0152 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF REEL 037848 FRAME 0210 (NOTE);ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040031/0725 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF REEL 037848 FRAME 0001 (TL);ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040028/0152 Effective date: 20160907 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECURITY AGREEMENT;ASSIGNORS:AVENTAIL LLC;DELL PRODUCTS, L.P.;DELL SOFTWARE INC.;REEL/FRAME:040030/0187 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE OF REEL 037848 FRAME 0001 (TL);ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040028/0152 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF REEL 037848 FRAME 0210 (NOTE);ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040031/0725 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SECURITY AGREEMENT;ASSIGNORS:AVENTAIL LLC;DELL PRODUCTS L.P.;DELL SOFTWARE INC.;REEL/FRAME:040039/0642 Effective date: 20160907 |
|
AS | Assignment |
Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:040521/0467 Effective date: 20161031 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST IN CERTAIN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040039/0642);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:040521/0016 Effective date: 20161031 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:040521/0467 Effective date: 20161031 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST IN CERTAIN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040039/0642);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:040521/0016 Effective date: 20161031 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN CERTAIN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040039/0642);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.;REEL/FRAME:040521/0016 Effective date: 20161031 Owner name: DELL PRODUCTS, L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:040521/0467 Effective date: 20161031 |
|
AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NEW YORK Free format text: FIRST LIEN PATENT SECURITY AGREEMENT;ASSIGNOR:DELL SOFTWARE INC.;REEL/FRAME:040581/0850 Effective date: 20161031 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: FIRST LIEN PATENT SECURITY AGREEMENT;ASSIGNOR:DELL SOFTWARE INC.;REEL/FRAME:040581/0850 Effective date: 20161031 |
|
AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NEW YORK Free format text: SECOND LIEN PATENT SECURITY AGREEMENT;ASSIGNOR:DELL SOFTWARE INC.;REEL/FRAME:040587/0624 Effective date: 20161031 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECOND LIEN PATENT SECURITY AGREEMENT;ASSIGNOR:DELL SOFTWARE INC.;REEL/FRAME:040587/0624 Effective date: 20161031 |
|
AS | Assignment |
Owner name: QUEST SOFTWARE INC. (F/K/A DELL SOFTWARE INC.), CALIFORNIA Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE PREVIOUSLY RECORDED AT REEL: 040587 FRAME: 0624. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:044811/0598 Effective date: 20171114 Owner name: QUEST SOFTWARE INC. (F/K/A DELL SOFTWARE INC.), CA Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE PREVIOUSLY RECORDED AT REEL: 040587 FRAME: 0624. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:044811/0598 Effective date: 20171114 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE PREVIOUSLY RECORDED AT REEL: 040587 FRAME: 0624. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:044811/0598 Effective date: 20171114 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: SONICWALL US HOLDINGS INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:QUEST SOFTWARE INC.;REEL/FRAME:045828/0650 Effective date: 20161230 Owner name: QUEST SOFTWARE INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:DELL SOFTWARE INC.;REEL/FRAME:045830/0265 Effective date: 20161101 |
|
AS | Assignment |
Owner name: QUEST SOFTWARE INC. (F/K/A DELL SOFTWARE INC.), CALIFORNIA Free format text: RELEASE OF FIRST LIEN SECURITY INTEREST IN PATENTS RECORDED AT R/F 040581/0850;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT;REEL/FRAME:046211/0735 Effective date: 20180518 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE OF FIRST LIEN SECURITY INTEREST IN PATENTS RECORDED AT R/F 040581/0850;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT;REEL/FRAME:046211/0735 Effective date: 20180518 Owner name: QUEST SOFTWARE INC. (F/K/A DELL SOFTWARE INC.), CA Free format text: RELEASE OF FIRST LIEN SECURITY INTEREST IN PATENTS RECORDED AT R/F 040581/0850;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT;REEL/FRAME:046211/0735 Effective date: 20180518 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FEPP | Fee payment procedure |
Free format text: SURCHARGE FOR LATE PAYMENT, LARGE ENTITY (ORIGINAL EVENT CODE: M1554); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
AS | Assignment |
Owner name: SONICWALL US HOLDINGS INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:QUEST SOFTWARE INC.;REEL/FRAME:059912/0097 Effective date: 20220409 |