Method And System For Confidential String-matching And Deep Packet Inspection

AHMED; Shariq Khalil ;   et al.

Patent Application Summary

U.S. patent application number 17/235388 was filed with the patent office on 2021-10-28 for method and system for confidential string-matching and deep packet inspection. The applicant listed for this patent is SHIELD Crypto Systems Inc.. Invention is credited to Shariq Khalil AHMED, Joshua CALAFATO, Glenn GULAK, Alhassan KHEDR, Yousef SADROSSADAT, Yeqi SHI, Achinth VENKATRAMAN.

Application Number20210336770 17/235388
Document ID /
Family ID1000005666755
Filed Date2021-10-28

United States Patent Application 20210336770
Kind Code A1
AHMED; Shariq Khalil ;   et al. October 28, 2021

METHOD AND SYSTEM FOR CONFIDENTIAL STRING-MATCHING AND DEEP PACKET INSPECTION

Abstract

Provided is a system and method for confidential string-matching and confidential deep-packet inspection. The method includes: receiving encrypted ciphertexts from a first computing device; windowing a text corpus and applying a hash; performing binning and splitting on the corpus set of hashes; performing batching on the binned and split corpus set of hashes; determining match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes; and communicating the match ciphertexts to the first computing device, the confidential string matching determinable by the first computing device by: decrypting the match ciphertexts, determining from the decryption output, if the hash value for each pattern window matches the hash value for any corpus windows and if the matched windows are adjacent in the corpus.


Inventors: AHMED; Shariq Khalil; (Mississauga, CA) ; SADROSSADAT; Yousef; (North York, CA) ; SHI; Yeqi; (Toronto, CA) ; CALAFATO; Joshua; (Toronto, CA) ; VENKATRAMAN; Achinth; (Brampton, CA) ; KHEDR; Alhassan; (Toronto, CA) ; GULAK; Glenn; (Etobicoke, CA)
Applicant:
Name City State Country Type

SHIELD Crypto Systems Inc.

Toronto

CA
Family ID: 1000005666755
Appl. No.: 17/235388
Filed: April 20, 2021

Related U.S. Patent Documents

Application Number Filing Date Patent Number
63013758 Apr 22, 2020

Current U.S. Class: 1/1
Current CPC Class: H04L 9/3026 20130101; H04L 9/0643 20130101; H04L 9/008 20130101; H04L 9/085 20130101
International Class: H04L 9/06 20060101 H04L009/06; H04L 9/00 20060101 H04L009/00; H04L 9/30 20060101 H04L009/30; H04L 9/08 20060101 H04L009/08

Claims



1. A method for confidential string-matching of input patterns to a corpus, each input pattern comprises elements from an alphabet, the corpus comprises elements from the alphabet, the method executed on at least one processing unit of a second computing device, the method comprising: receiving encrypted ciphertexts from a first computing device; windowing the corpus and applying a hash function on the corpus windows to form a corpus set of hashes; performing binning on the corpus set of hashes; performing batching on the binned corpus set of hashes; determining match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes; and communicating the match ciphertexts to the first computing device to determine the confidential string matching.

2. The method of claim 1, wherein the first computing device determines the confidential string matching by: decrypting the match ciphertexts, and determining, from the output of the decryption, if the hash value for each pattern window matches the hash value for any corpus windows and if the matched windows are adjacent in the corpus.

3. The method of claim 1, wherein the first computing device having determined the encrypted ciphertexts by: determining a hashed set from windowing the input patterns and determining hash values for each pattern window; performing binning by placing items in the hashed set into a table; batching the elements of the table into polynomials; and performing encryption on the polynomials to generate the encrypted ciphertexts;

4. The method of claim 1, wherein performing the binning comprises mapping all elements in the corpus set of hashes to one of a plurality of bins, and splitting the elements in each of the bins into one of a plurality of sub-bins.

5. The method of claim 4, wherein performing the batching comprises determining coefficients of a polynomial for each sub-bin, and batching the coefficients of each polynomial into a plaintext polynomial.

6. The method of claim 5, wherein evaluating the homomorphic encryption circuit comprises homomorphically evaluating a function comprising a combination of the ciphertexts and the plaintext polynomials associated with each of the sub-bins.

7. The method of claim 6, further comprising performing compression on the evaluated function.

8. The method claim 6, wherein the homomorphic encryption comprises an indistinguishability under chosen-plaintext attack (IND-CPA) secure homomorphic encryption scheme, and wherein the parameters for the IND-CPA secure homomorphic encryption scheme are communicated between the second computing device and the first computing device.

9. The method of claim 1, wherein evaluating the homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes further determines a label ciphertext that encodes a set of these locations of the match ciphertexts.

10. A system for confidential string-matching of input patterns to a corpus, each input pattern comprises elements from an alphabet, the corpus comprises elements from the alphabet, the system comprises at least one processing unit and a data storage media in communication with the at least one processing unit, the at least one processing unit and the data storage media part of a second computing device, the at least one processing unit configured to execute: a second input module to receive encrypted ciphertexts from a first computing device; a second pre-processing module to window the corpus and applying a hash function on the corpus windows to form a corpus set of hashes, to perform binning on the corpus set of hashes, and to perform batching on the binned corpus set of hashes; a homomorphic evaluation module to determine match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes; and a network interface to communicate the match ciphertexts to the first computing device to determine the confidential string matching.

11. The system of claim 10, wherein the first computing device comprises at least one processing unit, and wherein determining the confidential string matching is performed by executing on the at least one processing unit: decrypting the match ciphertexts, and determining, from the output of the decryption, if the hash value for each pattern window matches the hash value for any corpus windows and if the matched windows are adjacent in the corpus.

12. The system of claim 11, wherein the first computing device having determined the encrypted ciphertexts by executing on the at least one processing unit: determining a hashed set from windowing the input patterns and determining hash values for each pattern window; performing binning by placing items in the hashed set into a table; batching the elements of the table into polynomials; and performing encryption on the polynomials to generate the encrypted ciphertexts;

13. The system of claim 10, wherein performing the binning comprises mapping all elements in the corpus set of hashes to one of a plurality of bins, and splitting the elements in each of the bins into one of a plurality of sub-bins.

14. The system of claim 13, wherein performing the batching comprises determining coefficients of a polynomial for each sub-bin, and batching the coefficients of each polynomial into a plaintext polynomial.

15. The system of claim 14, wherein evaluating the homomorphic encryption circuit comprises homomorphically evaluating a function comprising a combination of the ciphertexts and the plaintext polynomials associated with each of the sub-bins.

16. The system of claim 15, wherein the homomorphic evaluation module further performs compression on the evaluated function.

17. The system of claim 15, wherein the homomorphic encryption comprises an indistinguishability under chosen-plaintext attack (IND-CPA) secure homomorphic encryption scheme, and wherein the parameters for the IND-CPA secure homomorphic encryption scheme are communicated between the second computing device and the first computing device.

18. The system of claim 10, wherein evaluating the homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes further determines a label ciphertext that encodes a set of these locations of the match ciphertexts.

19. A method for confidential deep-packet inspection of input signatures to traffic over a network, the input signatures comprise elements from an alphabet, the method executed on at least one processing unit of a second computing device, the method comprising: second input module receiving encrypted ciphertexts from a first computing device, the first computing device having determined the encrypted ciphertexts by: determining a hashed set from windowing the input signatures and determining hash values for each signature window, performing binning by placing items in the hashed set into a table, batching the elements of the table into polynomials, and performing encryption on the polynomials to generate the encrypted ciphertexts; buffering the network traffic in a specified time interval to form a list of packets, each packet comprising a packet body and a packet 5-tuple, the packet body and the packet 5-tuple comprise elements from the alphabet; windowing each packet body and applying a hash function on the packet windows to form a packet set of hashes; performing binning and splitting on the packet set of hashes; performing batching on the binned and split packet set of hashes; determining match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched packet set of hashes; and communicating the match ciphertexts and the packet 5-tuples to the first computing device, the confidential deep-packet inspection determinable by the first computing device by: decrypting the match ciphertexts, determining, from the output of the decryption, if the hash value for each signature window matches the hash value for any packet windows, determining if the matched windows are adjacent in a packet, and determining the associated 5-tuple from the received packet 5-tuples.

20. The method of claim 19, wherein performing the binning comprises mapping all elements in the corpus set of hashes to one of a plurality of bins, and splitting the elements in each of the bins into one of a plurality of sub-bins, wherein performing the batching comprises determining coefficients of a polynomial for each sub-bin, and batching the coefficients of each polynomial into a plaintext polynomial, and wherein evaluating the homomorphic encryption circuit comprises homomorphically evaluating a function comprising a combination of the ciphertexts and the plaintext polynomials associated with each of the sub-bins.
Description



TECHNICAL FIELD

[0001] The following relates generally to data processing, and more specifically, to a method and system for confidential string-matching and deep packet inspection.

BACKGROUND

[0002] String-matching is a common data processing problem of searching for a pattern of characters within a body of text. The general string-matching approaches do not generally apply any security or privacy features. Confidential string-matching is a variation of the problem where the pattern and the result must remain confidential in an execution environment. In confidential string-matching, the character pattern is encrypted and sent over to a host who performs the confidential string-matching on a body of text. The result of such matching remains confidential, and in many cases, the host does not learn whether there was a match or not. Only the party which has the private key can decrypt and see the match results. This is a significantly harder technical challenge than the general string-matching problem.

SUMMARY

[0003] In an aspect there is provided a method for confidential string-matching of input patterns to a corpus, each input pattern comprises elements from an alphabet, the corpus comprises elements from the alphabet, the method executed on at least one processing unit of a second computing device, the method comprising: receiving encrypted ciphertexts from a first computing device; windowing the corpus and applying a hash function on the corpus windows to form a corpus set of hashes; performing binning on the corpus set of hashes; performing batching on the binned corpus set of hashes; determining match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes; and communicating the match ciphertexts to the first computing device to determine the confidential string matching.

[0004] In a particular case of the method, the first computing device determines the confidential string matching by: decrypting the match ciphertexts, and determining, from the output of the decryption, if the hash value for each pattern window matches the hash value for any corpus windows and if the matched windows are adjacent in the corpus.

[0005] In another case of the method, the first computing device having determined the encrypted ciphertexts by: determining a hashed set from windowing the input patterns and determining hash values for each pattern window; performing binning by placing items in the hashed set into a table; batching the elements of the table into polynomials; and performing encryption on the polynomials to generate the encrypted ciphertexts;

[0006] In yet another case of the method, performing the binning comprises mapping all elements in the corpus set of hashes to one of a plurality of bins, and splitting the elements in each of the bins into one of a plurality of sub-bins.

[0007] In yet another case of the method, performing the batching comprises determining coefficients of a polynomial for each sub-bin, and batching the coefficients of each polynomial into a plaintext polynomial.

[0008] In yet another case of the method, evaluating the homomorphic encryption circuit comprises homomorphically evaluating a function comprising a combination of the ciphertexts and the plaintext polynomials associated with each of the sub-bins.

[0009] In yet another case of the method, the method further comprising performing compression on the evaluated function.

[0010] In yet another case of the method, the homomorphic encryption comprises an indistinguishability under chosen-plaintext attack (IND-CPA) secure homomorphic encryption scheme, and wherein the parameters for the IND-CPA secure homomorphic encryption scheme are communicated between the second computing device and the first computing device.

[0011] In yet another case of the method, evaluating the homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes further determines a label ciphertext that encodes a set of these locations of the match ciphertexts.

[0012] In another aspect, there is provided a system for confidential string-matching of input patterns to a corpus, each input pattern comprises elements from an alphabet, the corpus comprises elements from the alphabet, the system comprises at least one processing unit and a data storage media in communication with the at least one processing unit, the at least one processing unit and the data storage media part of a second computing device, the at least one processing unit configured to execute: a second input module to receive encrypted ciphertexts from a first computing device; a second pre-processing module to window the corpus and applying a hash function on the corpus windows to form a corpus set of hashes, to perform binning on the corpus set of hashes, and to perform batching on the binned corpus set of hashes; a homomorphic evaluation module to determine match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes; and a network interface to communicate the match ciphertexts to the first computing device to determine the confidential string matching.

[0013] In a particular case of the system, the first computing device comprises at least one processing unit, and wherein determining the confidential string matching is performed by executing on the at least one processing unit: decrypting the match ciphertexts, and determining, from the output of the decryption, if the hash value for each pattern window matches the hash value for any corpus windows and if the matched windows are adjacent in the corpus.

[0014] In another case of the system, the first computing device having determined the encrypted ciphertexts by executing on the at least one processing unit: determining a hashed set from windowing the input patterns and determining hash values for each pattern window; performing binning by placing items in the hashed set into a table; batching the elements of the table into polynomials; and performing encryption on the polynomials to generate the encrypted ciphertexts;

[0015] In yet another case of the system, performing the binning comprises mapping all elements in the corpus set of hashes to one of a plurality of bins, and splitting the elements in each of the bins into one of a plurality of sub-bins.

[0016] In yet another case of the system, performing the batching comprises determining coefficients of a polynomial for each sub-bin, and batching the coefficients of each polynomial into a plaintext polynomial.

[0017] In yet another case of the system, evaluating the homomorphic encryption circuit comprises homomorphically evaluating a function comprising a combination of the ciphertexts and the plaintext polynomials associated with each of the sub-bins.

[0018] In yet another case of the system, the homomorphic evaluation module further performs compression on the evaluated function.

[0019] In yet another case of the system, the homomorphic encryption comprises an indistinguishability under chosen-plaintext attack (IND-CPA) secure homomorphic encryption scheme, and wherein the parameters for the IND-CPA secure homomorphic encryption scheme are communicated between the second computing device and the first computing device.

[0020] In yet another case of the system, evaluating the homomorphic encryption circuit between the encrypted ciphertexts and the batched corpus set of hashes further determines a label ciphertext that encodes a set of these locations of the match ciphertexts.

[0021] In another aspect, there is provided a method for confidential deep-packet inspection of input signatures to traffic over a network, the input signatures comprise elements from an alphabet, the method executed on at least one processing unit of a second computing device, the method comprising: second input module receiving encrypted ciphertexts from a first computing device, the first computing device having determined the encrypted ciphertexts by: determining a hashed set from windowing the input signatures and determining hash values for each signature window, performing binning by placing items in the hashed set into a table, batching the elements of the table into polynomials, and performing encryption on the polynomials to generate the encrypted ciphertexts; buffering the network traffic in a specified time interval to form a list of packets, each packet comprising a packet body and a packet 5-tuple, the packet body and the packet 5-tuple comprise elements from the alphabet; windowing each packet body and applying a hash function on the packet windows to form a packet set of hashes; performing binning and splitting on the packet set of hashes; performing batching on the binned and split packet set of hashes; determining match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched packet set of hashes; and communicating the match ciphertexts and the packet 5-tuples to the first computing device, the confidential deep-packet inspection determinable by the first computing device by: decrypting the match ciphertexts, determining, from the output of the decryption, if the hash value for each signature window matches the hash value for any packet windows, determining if the matched windows are adjacent in a packet, and determining the associated 5-tuple from the received packet 5-tuples.

[0022] In another aspect, there is provided a system for confidential deep-packet inspection of input signatures to traffic over a network, the input signatures comprise elements from an alphabet, the system comprises at least one processing unit and a data storage media in communication with the at least one processing unit, the at least one processing unit and the data storage media part of a second computing device, the at least one processing unit configured to execute: a second input module to receive encrypted ciphertexts from a first computing device, the first computing device having determined the encrypted ciphertexts by determining a hashed set from windowing the input signatures and determining hash values for each signature window, performing binning by placing items in the hashed set into a table, batching the elements of the table into polynomials, and performing encryption on the polynomials to generate the encrypted ciphertexts; a packet module to buffer the network traffic in a specified time interval to form a list of packets, each packet comprising a packet body and a packet 5-tuple, the packet body and the packet 5-tuple comprise elements from the alphabet, and to window each packet body and applying a hash function on the packet windows to form a packet set of hashes; a second pre-processing module to perform binning and splitting on the packet set of hashes, and to perform batching on the binned and split packet set of hashes; a homomorphic evaluation module to determine match ciphertexts by evaluating a homomorphic encryption circuit between the encrypted ciphertexts and the batched packet set of hashes; and a network interface to communicate the match ciphertexts and the packet 5-tuples to the first computing device, the confidential deep-packet inspection determinable by the first computing device by: decrypting the match ciphertexts, determining, from the output of the decryption, if the hash value for each signature window matches the hash value for any packet windows, determining if the matched windows are adjacent in a packet, and determining the associated 5-tuple from the received packet 5-tuples.

[0023] These and other embodiments are contemplated and described herein. It will be appreciated that the foregoing summary sets out representative aspects of systems and methods to assist skilled readers in understanding the following detailed description.

BRIEF DESCRIPTION OF THE DRAWINGS

[0024] The features of the invention will become more apparent in the following detailed description in which reference is made to the appended drawings wherein:

[0025] FIG. 1 is a schematic diagram of a system for confidential string-matching, in accordance with an embodiment;

[0026] FIG. 2 is a schematic diagram showing an example embodiment of a first computing device of the system of FIG. 1;

[0027] FIG. 3 is a schematic diagram showing an example embodiment of a second computing device of the system of FIG. 1;

[0028] FIG. 4 is a diagrammatic example of binning and batching in labelled PSI protocol;

[0029] FIG. 5 is a diagrammatic example of splitting in labelled PSI protocol;

[0030] FIG. 6 illustrates a diagram of an example high-level overview of an approach to confidential string-matching by the system of FIG. 1;

[0031] FIGS. 7A and 7B are a flowchart of a method for confidential string-matching, in accordance with an embodiment;

[0032] FIG. 8 illustrates a diagram of an example high-level overview of an approach to confidential deep packet inspection by the system of FIG. 1;

[0033] FIGS. 9A and 9B are a flowchart of a method for confidential deep packet inspection using confidential string-matching, in accordance with an embodiment; and

[0034] FIG. 10 is a diagram showing an example of confidential string-matching with R-extension.

DETAILED DESCRIPTION

[0035] Embodiments will now be described with reference to the figures. For simplicity and clarity of illustration, where considered appropriate, reference numerals may be repeated among the Figures to indicate corresponding or analogous elements. In addition, numerous specific details are set forth in order to provide a thorough understanding of the embodiments described herein. However, it will be understood by those of ordinary skill in the art that the embodiments described herein may be practiced without these specific details. In other instances, well-known methods, procedures and components have not been described in detail so as not to obscure the embodiments described herein. Also, the description is not to be considered as limiting the scope of the embodiments described herein.

[0036] Various terms used throughout the present description may be read and understood as follows, unless the context indicates otherwise: "or" as used throughout is inclusive, as though written "and/or"; singular articles and pronouns as used throughout include their plural forms, and vice versa; similarly, gendered pronouns include their counterpart pronouns so that pronouns should not be understood as limiting anything described herein to use, implementation, performance, etc. by a single gender; "exemplary" should be understood as "illustrative" or "exemplifying" and not necessarily as "preferred" over other embodiments. Further definitions for terms may be set out herein; these may apply to prior and subsequent instances of those terms, as will be understood from a reading of the present description.

[0037] Any module, unit, component, server, computer, terminal, engine or device exemplified herein that executes instructions may include or otherwise have access to computer readable media such as storage media, computer storage media, or data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape. Computer storage media may include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. Examples of computer storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by an application, module, or both. Any such computer storage media may be part of the device or accessible or connectable thereto. Further, unless the context clearly indicates otherwise, any processor or controller set out herein may be implemented as a singular processor, as a plurality of processors, as a multi-core and/or multi-threaded processors, or the like. The plurality of processors may be arrayed or distributed, and any processing function referred to herein may be carried out by one or by a plurality of processors, even though a single processor may be exemplified. Any method, application or module herein described may be implemented using computer readable/executable instructions that may be stored or otherwise held by such computer readable media and executed by the one or more processors.

[0038] The following relates generally to data processing, and more specifically, to a method and system for confidential string-matching and deep packet inspection.

[0039] The string-matching problem of searching for instances of a pattern within a body of text is a problem with multiple deterministic and approximate approaches for both the single-pattern and multiple-pattern variants of the problem. In an example, the string matching operation is an important operation in the field of bioinformatics.

[0040] A naive approach consists of performing a character-wise string comparison between an input pattern and every possible pattern-sized substring in the body of text by creating a window with a size equal to the pattern size and sliding this window over the text one character at a time. In a variation of this approach, a fingerprint for the pattern can be generated and for each of the possible pattern-sized substrings in the body. A fingerprint is an identifier that attempts to uniquely identify a string but is smaller in size than the string itself. The pattern fingerprint is compared to all other fingerprints and a character-wise comparison is performed only if the fingerprints match. The efficiency of this approach depends on two ideas: [0041] 1) The fingerprint comparison being faster than character-wise string comparison; and [0042] 2) The fingerprinting approach producing highly unique fingerprints to reduce character-wise string comparisons between strings that do not match.

[0043] Generalized versions of the fingerprinting approach allow for multiple-pattern searches by fingerprinting fixed-size substrings for all patterns and text.

[0044] A particular approach to single-pattern matching exploits the idea that while sliding the pattern on the text, instead of sliding the pattern window by one character like in the naive solution, multi-character slides can be made based on knowledge from comparing just the tail character from the text in the window with characters in the pattern. This allows for sub-linear performance with respect to the text length.

[0045] A particular approach to multiple-pattern searches involves the use of a finite-state machine that allows for simultaneous matching of all patterns; thus, reducing the performance impact stemming from searching for multiple patterns. The state machine is constructed using characters from all patterns with links representing the order of characters in the patterns. Supplementary links can be used for fast transition between failed string matches during traversing.

[0046] A substantial problem with the above approaches is that progression during execution is reliant upon knowing the partial results of comparisons between pattern data and text data. Therefore, the above approaches cannot be trivially transformed into a form where the data of the pattern or the result remains confidential during execution; thus, failing to satisfy general constraints of confidential string-matching.

[0047] A Private Set Intersection (PSI) problem is a problem where two parties, the Receiver and the Sender, each own a private set of text and the Receiver only learns an intersection between the two sets while the Sender learns nothing.

[0048] One approach to the PSI problem involves the use of Oblivious Pseudo Random Functions (OPRF), where the Sender holds the key for OPRF. In this approach, the Receiver applies OPRF, by performing the OPRF protocol with Sender, on its set Y to form a new set Y'. The Sender applies OPRF to its own set X locally and sends the new set X' to the Receiver. The Receiver can now find the intersection of the new sets X' and Y', therefore learning the intersection of the set X and Y. The Sender learns nothing. Due to requiring sending of the sets, this approach is inefficient communication-wise; especially when the sets are unbalanced in size.

[0049] Another approach to the PSI problem involves using Homomorphic Encryption (HE) to solve an unbalanced PSI problem more efficiently. It transforms the element comparisons into arithmetic circuits that can be evaluated with HE operations. It also has optimizations for efficient mapping and comparison of the sets in HE-compatible structures.

[0050] While the above approaches to the PSI problem effectively allow for searching contents of a confidential set in another set, while keeping the result confidential, these approaches accept as inputs databases with well defined fields. Thus, these approaches cannot be applied directly to perform string-matching where one searches for one or more occurrences of a string in a larger string. Moreover, the multiple-pattern variant of string-matching complicates these approaches even further.

[0051] For deep packet inspection (DPI), network intrusion systems are deployed as middleboxes on networks that inspect the traffic and enforce a set of rules based on the pattern data in the traffic. These rules consist of a set of actions to perform based on whether a set of signatures exist in the network traffic. Encrypted Network Traffic Searching is the problem of executing searches for signatures on network traffic that utilize communication protocols that encrypt the traffic content for privacy and security.

[0052] Some approaches for DPI involve middleboxes that function by decrypting the encrypted traffic before performing the search for signatures. Other approaches utilize purpose-built encryption schemes to allow for searching while keeping the traffic and the signatures confidential. Some other approaches even allow for the actions within the rules to remain confidential until the middlebox needs to perform them. The issue with these approaches is that, while they provide an effective form of matching signatures that are encrypted, they require the network traffic to be encrypted as well. More importantly, instead of keeping the results of the search confidential, they expose the results in order to compute or perform actions from the respective rule; hence, failing the requirements for confidential string-matching.

[0053] In the following disclosure, the following notation will be referred to: [0054] For string-matching specifically: P is a pattern set known by the Receiver; s is a text corpus known by the Sender. [0055] For DPI specifically: Z is a signature set known by an Agency (Receiver in a Secure Environment); D is a packet set known by the Host (Sender in an Insecure Environment) containing ordered pairs of (a,b) where a is a packet body and b is a corresponding packet 5-tuple. [0056] .gamma. is a minimum possible length for s and for items in P, Z, D.sub.a. [0057] .omega. is a size of a rolling hash window to apply to s and items in P, Z, D.sub.a where .omega..ltoreq..gamma.. [0058] X is the Sender/Host's set of fingerprints while Y is the Receiver/Agency's set. It is assumed that N.sub.X N.sub.Y. [0059] .sigma. is a bit length of items in X and Y. [0060] l represents a label of an element in X. [0061] n is a ring dimension in HE (a power of 2). [0062] q is a ciphertext modulus. [0063] t is a plaintext modulus. [0064] F.sub.t is a field for a plaintext polynomial. [0065] .kappa. denotes a computational security parameter. [0066] .lamda. denotes a statistical security parameter. [0067] m is a number of bins in a hash table. [0068] .alpha. is a number of partitions that a Host/Sender set X is split into. [0069] .psi. is a maximum number of elements in a bin of a hash table, after .alpha.-splitting.

[0070] A particular approach to string-matching is called the Rabin-Karp algorithm, which takes advantage of fingerprinting to reduce the amount of character-level comparisons involved in a naive string-matching approach. For a pattern string p and a text string s, a determination of a fingerprint for p and the fingerprints for each p-sized substring in s are made. The fingerprint of p is compared to each fingerprint from s, only comparing characters between the strings when their respective fingerprints match. This approach generally performs better than the naive approach because of the selection of a fingerprinting algorithm that can provide, for example, the following properties: [0071] 1) Virtual Uniqueness: The probability of generating the same fingerprint for two different strings should ideally be negligible. The higher this probability of collision is, the more character-level comparisons need to be performed due to the possibility of false positives. [0072] 2) Efficient Computation: The fingerprint calculation and comparison for string of size m should be considerably more efficient than the character-by-character comparison of two strings of size m (not represented as fingerprints). [0073] 3) Computation Reuse: The calculation of the fingerprint for substring .zeta..sub.i in s should be significantly accelerated if provided with the fingerprint for substring .zeta..sub.i-1 in s.

[0074] Generally, fingerprinting algorithms, such as hash functions, only satisfy properties 1 and 2 with some cryptographic variants failing to even satisfy property 2. In contrast, a rolling hash, such as the Rabin fingerprint, is generally able to satisfy all three properties adequately. The Rabin fingerprint treats the input string as a polynomial of bits (a polynomial over Galois field GF(2)) and generates the hash by dividing the input by a pre-selected irreducible polynomial (over GF(2)). The ability to update the Rabin fingerprint using only the entry and exit bytes allows it to satisfy property 3. This leads to higher efficiency for large pattern lengths since the complexity of the fingerprints for the large patterns is effectively the same as complexity for the short pattern fingerprint calculations; i.e., the complexity of the fingerprint determination is constant with respect to pattern length.

[0075] Additionally, character-level string comparison may also be excluded if the fingerprinting algorithm satisfies virtual uniqueness and the level of false positives received is tolerable for an intended application. The exclusion of character-level string comparison also allows for a parallel implementation in hardware as the algorithm never needs to revisit the data in s if it is being streamed in.

[0076] For single-pattern string-matching, the Rabin-Karp algorithm is usually slower than other algorithms, such as Knuth-Morris-Pratt, as these algorithms gain more information about s for every mismatch and adapt accordingly. Rabin-Karp also suffers from having a worst case behaviour equivalent to the naive approach if the fingerprinting algorithm has high collision probability. However, for multi-pattern string-matching, the Rabin-Karp algorithm may be more appropriate because it compares fingerprints for many patterns. It may additionally compress the pattern fingerprints into a Bloom Filter for constant-time approximate fingerprint comparison at the cost of higher false-positive probability. To adapt for differing lengths of patterns, fingerprints of substrings in s need to be generated for each pattern length. Alternatively, a more generalized version of the algorithm can be used which makes use of rolling windows. In this version, fingerprints of window-sized substrings of s and each p.di-elect cons.P, are generated and compared (where P is the pattern set and s is the text string). The window size is selected to be smaller than or equal to size of the shortest p.

[0077] Labelled private set intersection (PSI) is a protocol that allows two parties, Sender and Receiver, to perform private set intersection on their respective sets. The Receiver is assumed to hold a set (in an example, a list of customer names). The Sender is assumed to hold another set, where each element in the set is associated with a label. This label can represent any construct, in this example, ranging from a data field associated with each customer name to a handle for objects (such as documents, images, or the like). The Labelled PSI protocol returns to the Receiver, the intersection of the Sender's and Receiver's set, and the corresponding labels of the intersection. This protocol leverages HE, such that the computation and communication will generally reveal no information about the result to the Sender.

[0078] To perform the PSI protocol, the intersection of two sets is performed by evaluating a "Match Function":

F(x)=(x*(x-y.sub.1)*(x-y.sub.2)* . . . *(x-y.sub.N.sub.Y)

where x is an element in the Receiver's Set, and y.sub.1, y.sub.2, . . . , y.sub.N.sub.Y are all elements in the Sender's set. It can be seen that when x exists in the Sender's set, F(x) will output zero, otherwise it is an arbitrary value.

[0079] The corresponding labels for the intersection are obtained by evaluating a "Label Function":

G(x)={l if x exists in set; arbitrary_value otherwise}

[0080] G(x) is created by interpolating a polynomial on all pairs of (y.sub.i, l.sub.i), where y.sub.i is an element in the Sender's set and l.sub.i is its associated label. So when x exists in the Sender's set, G(x) will output the corresponding label; otherwise it will output an arbitrary value.

[0081] The encrypted results of F(x) and G(x) are sent back to the Receiver for decryption. When F(x) is zero, the element exists in the set, and that G(x) is the correct label associated with that element; otherwise the value in G(x) is an arbitrary value. The above procedure is repeated for each element in the Receiver's set to find the entire intersection and associated labels. The above procedure can be directly mapped to HE by encoding an element x into a ciphertext, and mathematical operations in F(x) and G(x) are performed using corresponding HE mathematical operations.

[0082] In some cases, the Labelled PSI procedure can use a variety of techniques to reduce the communication and computation costs, including binning, batching, windowing, and splitting.

[0083] For batching, each query element is encoded in a single ciphertext. However, depending on the choice of HE security parameters, each ciphertext can hold many coefficients based on the degree of the polynomial encoded. The mathematical operations on the HE ciphertext are performed coefficient-wise, therefore the evaluation of Match Function and Label Function can be applied to all coefficients of a ciphertext simultaneously. Batching the query elements reduces the communication cost and memory footprint significantly.

[0084] Binning is a technique to reduce the search space for a query in Labelled PSI. In a basic case, each Match Function and Label Function evaluation is effectively searching an element in the entire Sender's set. To reduce the search space, the Sender and Receiver agree upon a set of hash functions, then the Sender places its elements into a set of bins by hashing each element. Similarly, the Receiver will use the same set of hash functions to perform hashing on its set to form its own set of bins. In some cases, cuckoo-hashing can be used instead of regular hashing to distribute across the hash table more densely so that the space in the query ciphertext can be used more effectively. The effect of binning is that an element in the Receiver's bin can only exist in the corresponding Sender's bin, so a search need only be conducted in corresponding bins instead of the entire set. Binning can be combined with batching to perform multiple Match and Label evaluations with a single query ciphertext as long as the Receiver's database elements are placed into different bins (with no collisions), as illustrated in the example of FIG. 4.

[0085] The Splitting technique is used to break up each bin into a smaller bins, and a query is performed on each of the smaller bins. The results are collected from the different sub-bins, as illustrated in the example of FIG. 5. The effect of splitting is three-fold: [0086] Query on each smaller bin is independent from one another, thus can be parallelized. [0087] Splitting helps reducing the bin load of each bin, which can result in a smaller-sized interpolation to create G(x). [0088] Smaller bin load leads to less noise growth when evaluating F(x) and G(x).

[0089] However, the splitting technique will generally increase the number of result ciphertexts by the same factor .alpha..

[0090] The match function F(x) can be expanded as follows:

F(x)=(x-y.sub.1)*(x-y.sub.2)* . . . *(x-y.sub..psi.)=a.sub.1+a.sub.2x+a.sub.3x.sup.2+ . . . +.sub..psi.+1x.sup..psi.

The a.sub.1, a.sub.2, a.sub.3, . . . , a.sub..psi.+1 are coefficients of the powers of x after the expansion, which depend only on individual bins from the Sender's set. This minimizes the number of consecutive multiplications required in ciphertext given that some or all the powers of x (i.e. x, x.sup.2, x.sup.3, . . . , x.sup..psi.) can be pre-computed in plaintext and encrypted individually at the Receiver before sending to the Sender.

[0091] The Receiver sends the query ciphertext x to the Sender. To avoid the Sender needing to exponentiate the query ciphertext, the Receiver computes the powers of the query in plaintext and encrypts them before sending it to the Sender. However, sending all powers of x can become prohibitively large for communication. The Receiver can choose to send windows of x instead, e.g. x, x.sup.2, x.sup.4, x.sup.8, . . . . The Sender can then compute the missing powers.

[0092] In most cases, HE operations, such as addition and multiplication, incur noise growth on the ciphertexts. Excessive noise growth can result in decryption failure. The splitting and binning operations can be used to decrease the degree of F(x) and G(x) polynomial functions.

[0093] In some cases, some parts of the protocol can be pre-computed to speed up subsequent processing, for example online processing. Among these parts are: [0094] Coefficients of Match Function after expansion F(x): a.sub.1, a.sub.2, a.sub.3, . . . , a.sub..psi.+1 [0095] Coefficient of Interpolation Polynomial G(x): k.sub.1, k.sub.2, k.sub.3, . . . , k.sub..psi.+1 [0096] Powers of query ciphertext x: x, x.sup.2, x.sup.3, . . . , x.sup..psi.

[0097] In the present embodiments, any suitable homomorphic encryption (HE) can be used; for example, Fully Homomorphic Encryption (FHE), Somewhat Homomorphic Encryption (SHE), Levelled Homomorphic Encryption (LHE), Partial Homomorphic Encryption (PHE), and the like.

[0098] Advantageously, embodiments of the present disclosure provide confidential string-matching protocol using HE; such as integrating the Rabin-Karp algorithm and Labelled PSI protocol to form the confidential string-matching protocol. Additionally, embodiments of the present disclosure provide confidential deep packet inspection using HE by applying multiple optimization techniques such that the confidential string-matching protocol can be used in deep packet inspection over network traffic. Additionally, embodiments of the present disclosure provide compression techniques to reduce the size of the encrypted results, which results in a reduced communication overhead. Additionally, embodiments of the present disclosure provide multiple parallelization and pipelining optimizations to enable use in practical applications.

[0099] In embodiments of the present disclosure, the Rabin Karp algorithm and the Labelled PSI are integrated by fingerprinting the substrings of the patterns and the text corpus, encoding the location of each fingerprint in the text corpus as a label, and performing Labelled PSI on the two fingerprint sets to obtain the matched fingerprints and their locations in the original text string. These results can be post-processed to know which pattern matched where in the text. This integration advantageously enables confidential string-matching using HE.

[0100] The string-matching protocol of embodiments described herein can be utilized in inspecting network packets in an insecure environment. Embodiments of the present disclosure also provide optimization techniques to provide an approach that can be run over high speed networks without leaking, (1) the set of signatures being searched for and (2) whether there was a match or not.

[0101] The Labelled PSI protocol can contain an .alpha.-splitting optimization to reduce the search space; however, generally at a cost of a times larger result size. As the results are all encrypted, the amount of ciphertexts the protocol generates may become prohibitive in a practical setting. Embodiments of the present disclosure provide a technique to compress the number of result ciphertexts to achieve higher efficiency in real applications.

[0102] Embodiments of the present disclosure exploit the fact that the a pairs of ciphertext results from the splitting approach generally contain the same information as the single pair of ciphertext results obtained without splitting. Therefore, they are compressible from an information theory perspective. This fact can be used to construct an arithmetic circuit that operates on the original result ciphertexts to reduce the results to a constant number of ciphertexts with respect to the length of text string being searched.

[0103] Embodiments of the present disclosure leverage parallelization, multi-threading, GPU computing, and pipelining techniques to enable practical, high-performance confidential string-matching. These techniques can be used to accelerate and schedule multiple sections of the approach, for example, without the loss of generality, polynomial interpolation, and HE operations.

[0104] Referring now to FIG. 1, a system 100 for confidential string-matching, in accordance with an embodiment, is shown. In this embodiment, the system 100 includes a first computing device 102 (in the confidential string matching embodiment, referred to as a Receiver) and a second computing device 152 (in the confidential string matching embodiment, referred to as a Sender) communicating over a network 130 (for example, a local area network or the Internet). The computing devices can be any suitable device; for example, a desktop computer, a laptop computer, a smartphone, a tablet computer, a mobile device, a smartwatch, or the like. In further embodiments, aspects or functions of the system can be run on further computing devices, such as a separate server. In some embodiments, the components of the Receiver computing device 102 and the Sender computing device 152 are each stored by and executed on a single computer system. In other embodiments, the components of the Receiver computing device 102 and the Sender computing device 152 are each distributed among two or more computer systems that may be locally or remotely distributed.

[0105] FIG. 2 shows an example embodiment of the first computing device 102 including various physical and logical components. As shown, the first computing device 102 has a number of physical and logical components, including a central processing unit ("CPU") 110 (comprising one or more processors), random access memory ("RAM") 104, an input interface 106, an output interface 108, a network interface 114, non-volatile storage 112, and a local bus 114 enabling CPU 110 to communicate with the other components. CPU 110 executes an operating system, and various modules, as described below in greater detail. RAM 104 provides relatively responsive volatile storage to CPU 110. The input interface 106 enables an administrator or user to provide input via an input device, for example a keyboard and mouse. The output interface 108 outputs information to output devices, such as a display and/or speakers. The network interface 114 permits communication with other systems, such as the Sender 152 over the network 130, or other computing devices and servers remotely located from the system 100, such as for a typical cloud-based access model. Non-volatile storage 112 stores the operating system and programs, including computer-executable instructions for implementing the operating system and modules, as well as any data used by these services. Additional stored data, as described below, can be stored in a database 116. During operation of the system 100, the operating system, the modules, and the related data may be retrieved from the non-volatile storage 112 and placed in RAM 104 to facilitate execution. In an embodiment, the first computing device 102 further includes a number of conceptual modules, including a first input module 118, a first pre-processing module 120, and a post-processing module 122. In some cases, the modules 118, 120, 122 can be executed on the CPU 110. In further cases, some of the functions of the modules 118, 120, 122 can be executed on a server, on cloud computing resources, or other devices. In some cases, some or all of the functions of any of the modules 118, 120, 122 can be run on other modules.

[0106] FIG. 3 shows an example embodiment of the second computing device 152 including various physical and logical components. As shown, similar to the first computing device 102, the second computing device 152 has a number of physical and logical components, including a central processing unit ("CPU") 160 (comprising one or more processors), random access memory ("RAM") 154, an input interface 156, an output interface 158, a network interface 154, non-volatile storage 162, and a local bus 164 enabling CPU 160 to communicate with the other components. CPU 160 executes an operating system, and various modules, as described below in greater detail. RAM 154 provides relatively responsive volatile storage to CPU 160. The input interface 156 enables an administrator or user to provide input via an input device, for example a keyboard and mouse. The output interface 158 outputs information to output devices, such as a display and/or speakers. The network interface 164 permits communication with other systems, such as the second computing device 152 over the network 130, or other computing devices and servers remotely located from the system 100, such as for a typical cloud-based access model. Non-volatile storage 162 stores the operating system and programs, including computer-executable instructions for implementing the operating system and modules, as well as any data used by these services. Additional stored data, as described below, can be stored in a database 166. During operation of the system 100, the operating system, the modules, and the related data may be retrieved from the non-volatile storage 162 and placed in RAM 154 to facilitate execution. In an embodiment, the Receiver 102 further includes a number of conceptual modules, including a second input module 168, a second pre-processing module 170, a homomorphic evaluation module 172, and a packet module 174. In some cases, the modules 168, 170, 172, 174 can be executed on the CPU 160. In further cases, some of the functions of the modules 168, 170, 172, 174 can be executed on a server, on cloud computing resources, or other devices. In some cases, some or all of the functions of any of the modules 168, 170, 172, 174 can be run on other modules.

[0107] In further cases, the CPU 110, 160 can be a combination of multi-core CPU and GPU to achieve high performance. Alternatively, the CPU 110, 160 can be implemented on custom ASICs and/or FPGAs.

[0108] In further cases, the network 130 data stream can be statistically de-multiplexed into multiple streams and fed to identical hardware units. This can lead to higher processing capacity and therefore ability to handle higher input bandwidth.

[0109] The system 100 is able to perform confidential string-matching as a variation of the string-matching problem in which a character pattern is encrypted and sent over to a Sender that performs the confidential string-matching on a body of text. It is a general requirement that the result of such matching must remain confidential and the Sender cannot learn whether there was a match or not. Only the party which has the private key can decrypt and see the match results. In some examples, confidential string-matching is particularly useful in the following scenarios: [0110] A Digital Safety Deposit Box: confidential string-matching can be used by a digital container that can store sensitive documents (e.g., Passports, Security Certificates, Land Deeds, etc.) in an encrypted or unencrypted format, such that the owner can perform a search with encrypted queries on the contents of the documents (or indexes or metadata) without revealing the queries or the results. [0111] Confidential web search: confidential string-matching can be used by a web search engine that can perform searches on website indexes without the website host being aware of the query string or the results, protecting the privacy of the user. [0112] Confidential access to a database: confidential string-matching can be used to permit access to a database that is public, while hiding the query and result. [0113] Confidential access to an encrypted database: confidential string-matching can be used to securely access an encrypted database. whereas an example, the United States Security and Exchange Commission (SEC) authority may wish to do secure insider trading audits on metadata associated with encrypted commodity trading data. [0114] IP theft detection: confidential string-matching can be used by an agency to perform a search for unpublished or protected Intellectual Property they own to check for leaks or infringements without revealing information to the search execution space. [0115] Confidential Search Engine: confidential string-matching can be used to perform encrypted queries on encrypted or plaintext data and the result remains encrypted and can only be decrypted by the owner of the private key. [0116] Confidential R&D or Legal Document Search: confidential string-matching can be used to securely search patent metadata and abstracts protecting the privacy of company R&D teams and legal teams for the purpose of not revealing the specific technical subject matter of interest or under development by the company. [0117] Confidential Geolocation Quarantine Compliance: In an epidemic, confidential string-matching can be used by a user who is to be quarantined at home. Where their cell phone GPS coordinates can be encrypted and used as a pattern in confidential string matching to verify against their home, doctor's office, hospital, or pharmacist geolocations to securely verify that they are fulfilling their quarantine obligations. [0118] Contact Tracing: Confidential string matching can be used to find the intersection of GPS coordinates (or equivalent location specifier). This can be useful for finding people and/or objects (e.g., autos, trucks, shipping containers, and the like) that were in close proximity to a person and/or location of interest (e.g., a person who has infectious disease).

[0119] For string-matching to be secure and confidential, the confidentiality of the patterns and the match results generally need to remain secure and confidential during runtime. In order to achieve this utilizing Homomorphic Encryption (HE), the confidential string-matching algorithm can be represented using arithmetic circuits. For a confidential pattern p and non-confidential (or confidential) text s, an expression that can be used is:

f(p)=(p.sub.1-s.sub.i)*(p.sub.2-s.sub.(i+1))*(p.sub.3-s.sub.(i+2))* . . . *(p.sub.N.sub.p-s.sub.(i+N.sub.p.sub.))

where p.sub.i and s.sub.i represents the i.sup.th character in a string p and s, respectively. This expression is to be determined for each i, where 1.ltoreq.i.ltoreq.N.sub.s-N.sub.p+1; which means the result size is proportional to the length of s. The length of p is non-confidential. The circuit depth is proportional to the length of p. Without even considering multi-pattern searches, the HE operation performance and ciphertext size of other approaches quickly make the above expression impractical as the length of p or s is increased. Advantageously, embodiments of the present disclosure provide a more efficient approach in order to be used in practical applications.

[0120] The matching component of string-matching algorithms, such as Knuth-Morris-Pratt (KM) and Boyer-Moore (BM), is defined by the representation and traversal of complex structures; such as deterministic finite automatons (DFA). Representation and traversal of these structures as an arithmetic circuit, while ensuring the pattern remains confidential, is difficult and non-trivial. Meanwhile, the matching component of the Rabin-Karp (RK) algorithm, described herein, includes an approach that can be used to integrate with HE. If the fingerprint algorithm in RK can offer negligible collision probability, the character-level search could effectively be discarded. The matching component could then be described as a search for a fingerprint (of p) in a set of fingerprints (from s). Enforcing the requirement of keeping p confidential turns this into the Private Set Intersection (PSI) problem where at least one set is required to be private (in some cases, both sets can get encrypted if needed). For the case of unbalanced PSI, where one set is much smaller than the other, the system 100 can advantageously integrate RK with the Labelled PSI to implement confidential string-matching.

[0121] FIG. 6 illustrates a diagram of an example high-level overview of an approach to confidential string-matching by the system 100. In this approach, in addition to knowing whether p exists in s, the system 100 can also identify the locations in s where p matched. The label in the labelled PSI algorithm is used to encode the set of these locations as a label. Additionally, since the system 100 addresses the multi-pattern confidential string-matching problem, a generalized version of Rabin-Karp can be used. In a particular case, this involves rolling a fixed-size window over each pattern p in P and generating a fingerprint for each unique window to form the confidential set of fingerprints, Y. The same rolling window process can be applied to the body of text s, to form the non-confidential set of fingerprints X. This process effectively translates to searching for windows from each p instead of searching for p itself. To account for this, in most cases, a post-decryption step can be performed. In this step, if all windows for a p matched, then the locations of these windows are compared to check if the matched windows were consecutively adjacent in s; hence, confirming whether p exists in s. If the locations in s are not a requirement of the problem and some level of false positives are tolerable in the intended application, then the label encoding and offset comparison can be excluded in order to save on computation and communication at the cost of potential false positives.

[0122] In some embodiments, to determine input transformations, for each pattern p.di-elect cons.P, a fixed-size window .omega. is rolled over p, giving (len(p)-len(w)+1) fingerprints for each p (where the function len(a) returns the length of the string a). Each fingerprint can be treated as an element in the Receiver's set Y; and thus forms the Receiver's set Y. Additionally, a fixed-size window .omega. can be rolled over text s, giving (len(s)-len(w)+1) fingerprints. Each fingerprint can be treated as an element in the Sender's set X. At the same time, the label of each element is the set of locations (offsets) of each fingerprint in s. The label may contain multiple locations since a pattern can occur multiple times in the text. This step forms the Sender's set X. The Labelled PSI protocol can be formed for X and Y.

[0123] The result from running Labelled PSI gives the matched fingerprints and associated locations in s. Matched patterns and respective locations in s can then be determined. The Receiver can re-roll the window over each of pattern p.di-elect cons.P, and check if all fingerprints from a pattern are matched. If not, then this pattern is not found in text s. If they were all matched, there can be a probabilistic or deterministic implementation. For the probabilistic implementation, the pattern is matched in text with some probability, and the match locations are the locations of the first fingerprint of the pattern. For the deterministic implementation, the locations of these fingerprints are checked to determine if they are consecutively adjacent. If so, then the pattern is found in those locations in the text.

[0124] As described herein, one of the optimizations performed for the labelled PSI is to split each of the bins into a smaller bins in order to further reduce the search space per bin; which reduces the degree of the F(x) and G(x) polynomial functions. This optimization is performed at the cost of generating a more F(x) and G(x) polynomial functions and computing a pairs of result ciphertexts instead of a single pair of ciphertexts (one per polynomial) for each query ciphertext. In confidential string-matching, these result ciphertexts are sent back to the Receiver for decryption. In order for the protocol to be practical, the collective size of the results should be smaller than the text corpus s being searched upon. Unfortunately, in order to keep F(x) and G(x) construction practical, the split factor .alpha. must scale with the length of s; making the protocol impractical for longer s.

[0125] The optimization performed by the system 100 to address the above technical challenge is based on the observation that, advantageously, the a pairs of ciphertext results from the splitting approach contain the same information as the single pair of ciphertext results obtained without splitting. Therefore, it is compressible from an information theory perspective. This stems from the notion that results from both approaches are still solving the same problem. The system 100 takes advantage of the above idea to use an arithmetic circuit that operates on the evaluations of all the F(x) and G(x) (previously known as the result ciphertexts) to reduce the results to a constant number of ciphertext with respect to the length of s.

[0126] For match result comparison, in the labelled PSI protocol, for a query x, the function F(x) evaluates to a 0 if the respective coefficient in x matched in the Sender's bin or to an arbitrary value if there is no match. This implies that for each query ciphertext, the set of match ciphertext results can be compressed to a single ciphertext by a multiplication of the results:

U(x)=F.sub.1(x)*F.sub.2(x)* . . . *F.sub.a(x)

where F.sub.i(x) is the evaluation of a F(x) polynomial for the i.sup.th bin in the smaller a set of bins.

[0127] For label result comparison, in the labelled PSI protocol, for a query x, the function G(x) evaluates to the label of the respective coefficient in x if it matched in the bin (if the respective coefficient in F(x) is 0); else it evaluates to an arbitrary value. Observe that for a search in a single bin, only one of the items in the respective bin can match as items in a bin are unique. When the bin is split into smaller bins, only one of the smaller bins can match. This implies that for each query coefficient, only one of the respective coefficients from all the F(x) for each bin will be 0. This property can be exploited by the system 100 to reduce the label ciphertext results:

H(x)=G.sub.1(x)*F.sup.1(x)+G.sub.2(x)*F.sup.2(x)+ . . . +G.sub.a(x)*F.sup..alpha.(x)

where F.sup.k(x)=.PI..sub.i=1,i.noteq.k.sup.a F.sub.i(x) and G.sub.i(x) is the evaluation of a G(x) polynomial for the i.sup.th bin in the smaller a set of bins.

[0128] For each query coefficient, the respective coefficient in H(x) will contain an arbitrary value if x did not match in the bin, otherwise it will contain the label for x multiplied by a constant. A separate ciphertext Q(x) is determined, which holds the constant for each query coefficient:

Q(x)=F.sup.1(x)+F.sup.2(x)+ . . . +F.sup..alpha.(x)

[0129] To extract the label, the multiplicative inverse of decrypted Q(x) is multiplied by the decrypted H(x):

Label=H(x)G.sup.-1(x)

[0130] FIGS. 7A and 7B illustrate a flowchart diagram of a method for confidential string-matching 200, in accordance with an embodiment. In some cases, the alphabet .SIGMA. can consist of 0 and 1 (.SIGMA.={0,1}). In other cases, the alphabet can comprise any suitable set of digits (including negative), characters, and/or symbols as part of the alphabet. It is appreciated that at least some of the order and necessity of the steps and limitations of the method 200 can be varied or changed as appropriate, while retaining the technical contributions of the method 200.

[0131] At block 202, the first input module 118 receives an input pattern set P.OR right..SIGMA.*, for example, from the input interface 106, the database 116, or the network interface 114. The input pattern comprises a set of patterns P, where each pattern consists of elements from the alphabet and has minimum length .gamma..

[0132] At blocks 206 to 216, the first pre-processing module 120 performs pre-processing for the Receiver. In some cases, this pre-processing can take place offline, when the first computing device 102 is not necessarily connected to the network 130. At block 206, the first pre-processing module 120 performs windowing by, for all p.di-elect cons.P, determining the hash values for each .omega.-sized window of p, to form set Y={h.sub.1(w.sub.p)|.A-inverted.w.sub.p.di-elect cons.p, .A-inverted.p.di-elect cons.P}. In most cases, the Receiver and the Sender communicate to agree upon, or use a predetermined value for, a first hash function h.sub.1 which maps an .omega.-sized window to a value in the range [0, 2.sup..sigma.) (h.sub.1: {0,1}.sup.w[2.sup..sigma.]). Thus, for all patterns in pattern set P, the pre-processing module 120 determines the hash values with the first hash function h.sub.1 for each .omega.-sized window of the pattern, to form the set of hashes Y.

[0133] In an example, the co parameter can be selected as less than or equal to the shortest pattern string. In such example, for a specific .omega., it can be assumed that there is a window that can hold co characters. The first co characters are selected, then the window is shifted by one or more characters those co characters are formed as part of the window. This is repeated until the end of p is reached.

[0134] At block 208, the first pre-processing module 120 performs binning. The parameter m which represents the number of bins, and a second hash function h.sub.2 which maps a value in the range [0, 2.sup..sigma.) to a value in the range [1,m], are agreed upon to place all items from Y into a table C with m bins. In most cases, the Receiver and the Sender communicate to agree upon, or use a predetermined value for, the parameter m that represents the number of bins, and the second hash function h.sub.2: [2.sup..sigma.][m], to place all the items from Y into the table C with m bins. In further cases, the second hash function h.sub.2 maps an .omega.-sized window to the parameter m that represents the number of bins (h.sub.2: {0,1}.sup.w[m]). Such cases can considerably reduce the collision rate and allow for better parameter set selection.

[0135] At block 210, the first pre-processing module 120 selects HE parameters. The Receiver and the Sender communicate to agree upon, or use a predetermined value for, parameters (n,q,t) for an indistinguishability under chosen-plaintext attack (IND-CPA) secure HE scheme for the chosen .kappa. and .lamda.. t is selected to be large enough so that each element in Y (represented by .sigma. bits) can be fit into log.sub.2t bits so that log.sub.2t>.sigma..

[0136] At block 212, the first pre-processing module 120 performs batching by interpreting the table C as a 2D array of m rows, where each row represents elements from a single bin. In some cases, for each column of the 2D array, the pre-processing module 120 batches the m elements into plaintext polynomials Y.sub.b. Each plaintext polynomial can be treated as a batch b. While use of the polynomials are not strictly required, they are useful for computational efficiency. In some cases, each ciphertext can encrypt only one element; however, this will be inefficient because the same ciphertext can be used to encrypt a polynomial; the polynomial capable of containing many elements (e.g., tens of thousands of elements).

[0137] At block 214, the first pre-processing module 120 determines powers of Y.sub.b. For each Y.sub.b, the pre-processing module 120 determines all the powers of Y.sub.b from 1 to .psi. (represented by a set {(Y.sub.b).sup.k|.A-inverted.k.di-elect cons.[1,.psi.]}), where .psi. is the maximum power of Y.sub.b as agreed upon by the Receiver and the Sender.

[0138] At block 216, the first pre-processing module 120 performs encryption. For each Y.sub.b, the pre-processing module 120 uses, for example, HE.Encrypt to encrypt each power, (Y.sub.b).sup.k, to generate ciphertexts: c.sub.b.sup.k=HE. Encrypt((Y.sub.b).sup.k). At block 218, the network interface 114 communicates the ciphertexts to the Sender.

[0139] At block 220, the second input module 168 receives a text corpus s.di-elect cons..SIGMA.*, for example, from the input interface 156, the database 166, or the network interface 164. The text corpus s comprises elements from the alphabet and is of minimum length .gamma..

[0140] At blocks 222 to 230, the second pre-processing module 170 performs pre-processing for the Sender. In some cases, this pre-processing can take place offline, when the second computing device 152 is not necessarily connected to the network 130. At block 222, the second pre-processing module 170 performs windowing. Hash values are computed for each co-sized window of s, to form set of hashes X using agreed upon the first hash function h.sub.1 which maps an .omega.-sized window to a value in the range [0, 2.sup..sigma.); i.e., set X={h.sub.1(w.sub.s)|.A-inverted.w.sub.s.di-elect cons.s} using the agreed upon the first hash function h.sub.1: {0,1}.sup.w[2.sup..sigma.].

[0141] At block 224, the second pre-processing module 170 performs binning. The parameter m and the second hash function h.sub.2 as agreed upon, which maps a value in the range [0, 2.sup..sigma.) to a value in the range [1,m], h.sub.2: [2.sup..sigma.][m], to place all items from X into table T with m bins. In further cases, the second hash function h.sub.2 maps an .omega.-sized window to the parameter m that represents the number of bins (h.sub.2: {0,1}.sup.w[m]). Such cases can considerably reduce the collision rate and allow for better parameter set selection.

[0142] At block 226, the second pre-processing module 170 performs splitting. For each bin in T, the second pre-processing module 170 splits it into .alpha. sub-bins of size at most .psi., denoted as T[i,1], . . . , T[i,.alpha.]; where T[i,j] is the j.sup.th sub-bin in the i.sup.th bin.

[0143] At block 228, the second pre-processing module 170 determines coefficients. For each sub-bin T[i,j], the second pre-processing module 170 matches the polynomial by determining a symmetric polynomial F.sub.i,j over F.sub.t such that F.sub.i,j(x)=0 only if x exists in T[i,j]; i.e., x.di-elect cons.T[i,j]. For each sub-bin T[i,j], the second pre-processing module 170 interpolates the polynomial G.sub.i,j over F.sub.t; such that G.sub.i,j(x)=l.sub.x only if x exists in T[i,j]; i.e., x.di-elect cons.T[i,j]. Where l.sub.x is a set of locations {o.sub.1, o.sub.2, . . . o.sub.i} from s where the respective window that hashes to x (w.sub.x) exists.

[0144] At block 230, the second pre-processing module 170 performs batching. The polynomials F.sub.i,j are interpreted as a matrix, where i indexes the row and j indexes the column. The second pre-processing module 170 batches the k.sup.th coefficient of each polynomial in a column into one plaintext polynomial F.sub.j,k, which denotes the plaintext polynomial for the k.sup.th coefficient in the j.sup.th sub-bin. The second pre-processing module 170 performs the same batching on the label polynomials G.sub.i,j to form the batched plaintext polynomials G.sub.j,k.

[0145] At blocks 232 to 234, the homomorphic evaluation module 172 determines the matching for the Sender homomorphically and compresses the results. At block 232, for the b.sup.th batch received from the Receiver, the homomorphic evaluation module 172 homomorphically evaluates the HE circuit. For each sub-bin, the homomorphic evaluation module 172 homomorphically evaluates the function: f.sub.b,j=F.sub.j,1+.SIGMA..sub.k=1.sup..psi.c.sub.b.sup.k-F.sub.j,k+1. The same operation can be repeated for G.sub.b,j and the label ciphertexts g.sub.b,j can be denoted as such.

[0146] At block 234, for the b.sup.th batch received from the Receiver, the homomorphic evaluation module 172 performs compression. As described herein, the homomorphic evaluation module 172 compresses f.sub.b,j and g.sub.b,j by evaluating:

u.sub.b=.PI..sub.j=1.sup..alpha.f.sub.b,j (a)

v.sub.b,j=.PI..sub.i=1,i.noteq.j.sup..alpha.f.sub.b,i (b)

q.sub.b=.SIGMA..sub.j=1.sup..alpha.v.sub.b,j (c)

h.sub.b=.SIGMA..sub.j=1.sup..alpha.g.sub.b,j. (d)

[0147] At block 235, the network interface 164 communicates the match ciphertext u.sub.b, and in some cases, the label ciphertext q.sub.b and the ciphertext h.sub.b to the Receiver. In some cases, u.sub.b and q.sub.b can be determined in a depth-optimal manner by the use of a multiplication tree.

[0148] At blocks 236 to 240, the post-processing module 122 determines and outputs a result for the confidential string-matching. In some cases, this post-processing can take place offline, when the first computing device 102 is not necessarily connected to the network 130. At block 236, the post-processing module 122 performs decryption. For the b.sup.th batch, the post-processing module 122 uses, for example, HE.Decrypt on the ciphertext u.sub.b to obtain r.sub.b, which can be interpreted as a vector of n elements in F.sub.t. As such, it forms the corresponding label vector:

l.sub.b=(HE.Decrypt(q.sub.b)).sup.-1HE.Decrypt(h.sub.b)

[0149] At block 238, the post-processing module 122 performs query-to-results mapping. For each query vector Y.sub.b, there is a corresponding match vector r.sub.b and label vector l.sub.b. The coefficients from each Y.sub.b vector collectively form the set Y. A table M is formed that is indexed by a coefficient from Y.sub.b and returns a respective coefficient from r.sub.b. Thus, the coefficients from each r.sub.b are used to form a table M such that M[Y.sub.b[i]]=r.sub.b[i] for all batches, where i.di-elect cons.[0,n]. The same approach can be performed to form a table L that is indexed by a coefficient from Y.sub.b and returns a respective coefficient from l.sub.b. Thus, the coefficients from each l.sub.b can be used to form a table L such that L[Y.sub.b[i]]=l.sub.b[i] for all batches.

[0150] At block 240, the post-processing module 122 determines the result for the confidential string-matching. For each p.di-elect cons.P, the post-processing module 122 determines hash values for each .omega.-sized window of p with the first hash function h.sub.1, similar to block 206. Thus, an ordered set H={.eta.=h.sub.1(w.sub.1)|.A-inverted.w.sub.p.di-elect cons.p} is formed. The pattern p, and the corresponding intersection set O (the locations), are outputted if and only if: (1) the windows from p exist in s (i.e., indexing into M with all hashes in H returns 0); and (2) the windows from p are found located in the same order adjacently in s (i.e., if there exists a subset of locations returned from indexing into L with all hashes in H that are consecutively adjacent with respect to each other). These conditions can be denoted as:

M .function. [ .eta. i ] = 0 .times. .A-inverted. .times. .eta. i .di-elect cons. H .times. .times. and .times. .times. i = 1 N H .times. sub .function. ( L .function. [ .eta. i ] , i - 1 ) .noteq. .0. ##EQU00001##

where sub(S,n)={s-n|.A-inverted.s.di-elect cons.S}.

[0151] Thus, for each query polynomial, the post-processing module 122 determines a match polynomial and, in some cases, a label polynomial. Each of the coefficients generally represent an independent query (search for respective fingerprints). If the respective fingerprint matched, then the corresponding coefficient in the match polynomial will be zero; and the corresponding coefficient in the label polynomial will contain a list of locations where such fingerprint was located. In order to link the window-fingerprint search to the overall pattern search, tables M and L are used, which contain the match results and label results, respectively, for all the query polynomials. Then for each pattern, the post-processing module 122 determines the pattern's respective window-fingerprints and checks the results for the window-fingerprints in M and L. If the window-fingerprints are all 0 in M (representing that they all were found), then the post-processing module 122 checks if these windows exist adjacent to each other in s, in the same order they are in the respective pattern, using locations from L for each window in the pattern. Hence, the post-processing module 122 checks if there is any location where the location of the first window equals the location of the second window minus one, which equals the location of the third window minus two, and so on, for all the windows of the respective pattern.

[0152] In a further embodiment, the system 100 can be used for a type of confidential string-matching referred to as confidential deep packet inspection (DPI). Generally, DPI is a type of data processing that inspects, in detail, the data being sent over a computer network. In many approaches, DPI consists of searching for signatures in a network data stream and executing rules based on the results. It is beneficial to be able to perform DPI on some network traffic in an insecure environment where the signatures being searched for and the results must remain confidential. Such a system should ideally be able to perform DPI in a practical manner at high network speed. These requirements present a substantial technical challenge and can be referred to as the confidential DPI problem.

[0153] Advantageously, the system 100 can be used to substantially address the security and efficiency constraints of the confidential DPI problem; for example, by transforming the string-matching problem described herein into the confidential DPI problem. In the confidential DPI problem, the first computing device 102 (in this embodiment, referred to as an Agency) holds a set of signatures to be kept private, and the second computing device 152 (in this embodiment, referred to as a Host) receives a continuous stream of packets. This stream is segmented according to a fixed time-interval, and DPI is performed on each segment. DPI on each segment is mapped to the confidential string-matching protocol, described herein, to leverage its performance and efficiency (where the Agency is the Receiver and the Host is the Sender). Here the Agency is in a "Secure Environment" and the Host may be in an "Insecure Environment". In practice, this embodiment has been determined to be able to process many signatures (e.g., tens of thousands) against a high-speed network (e.g., Gbps). This embodiment can have many applications, for example: [0154] Critical Infrastructure Monitoring: Governments can monitor the networks of their critical infrastructures (e.g., mobility, power, nuclear, communication, water supply, and the like) from attacks coming from suspicious or threatening sources (e.g., hackers, dark web, nation state attacks, and the like). Signatures identifying these sources can be encrypted and placed in network nodes inside the critical infrastructure networks for continuous monitoring and intrusion detection. [0155] IP Protection: Confidential DPI can be integrated into network boundary firewalls to be aware of Intellectual Property leaving the protected network (data exfiltration). [0156] Anti-terrorism and Dark Web Surveillance: An agency can perform inspection on a network without revealing sensitive signatures or results to the public. [0157] Money Laundering Monitoring: An agency can perform monitoring on networks suspected of money laundering traffic. [0158] Insider Trading Monitoring: An agency can perform monitoring on private networks suspected of insider trading traffic without exposing the data on the private networks (e.g., a government can mandate DPI on internal networks of technology companies).

[0159] The confidential string-matching problem, described above, and the confidential DPI problem share many similarities. They search for a set of patterns in a collection of strings. Described herein is how the confidential string-matching problem can be mapped to the confidential DPI problem. FIG. 8 illustrates a diagram of an example high-level overview of an approach to addressing the Confidential DPI problem by the system 100.

[0160] The Agency's signature set Z.OR right..SIGMA.* can be directly treated as the pattern set P in confidential string-matching, described herein. Observe that instead of a text string s, the DPI problem has a continuous stream of packets, where each packet contains a packet body and its packet 5-tuple. This stream can be segmented using a time interval. The problem can be resolved for each segment one-by-one. As the stream of packets is continuous, the collection of the segments can be pipelined with the determination on collected segments. For each segment, instead of one string to search in the confidential string-matching protocol, in confidential DPI there will be multiple strings to search. Therefore, all packet bodies are fingerprinted across all packets in the segment.

[0161] In the confidential DPI problem, the Agency needs to know which signature matched which packet (5-tuple) and where it matched within the packet (packet offset). This implies that for each query, the Host needs to return the set of packet 5-tuple and offsets where the query matched. The packet offsets can be encoded into the label ciphertext in the same way as the location in the confidential string-matching problem. However, in an example, in Internet Protocol version 4 (IPv4), a single packet 5-tuple can be 13 bytes; which in the HE approach used in the confidential string-matching problem requires multiple (e.g. four) ciphertext coefficients to store, leading to additional multiple label ciphertexts per match for each query ciphertext. Also, since the system 100 does not know how many matches will happen, it can be assumed that there are the maximum matches, and that this many label ciphertexts can be sent. In some cases, to avoid sending a large quantity of label ciphertext, the Host sends back 5-tuples for all packets unencrypted. The label ciphertexts can, in addition to the packet offsets, contain a set of IDs to identify each matched packet. Once the Agency decrypts the label ciphertext, it can use the ID to obtain the 5-tuple from the packet 5-tuple list. Therefore, during interpolation, each location in the label for a fingerprint is of the form .omega.={ID.sub.packet.parallel.offset}. Note that concatenation of the ID and offset in this order allows the adjacency checking in the string-matching system to function unmodified; i.e., the system 100 can check if two windows are adjacent to each in the same packet. After the Host performs string-matching, the Agency obtains a list of matched signatures and associated packet IDs and offsets. The packet IDs can be converted to packet 5-tuples by looking them up in the list of 5-tuples.

[0162] The same optimizations applied in the confidential string-matching, described above, can be applied in the confidential DPI; for example, data compression. In some cases, to satisfy the real time processing requirement for DPI, pipelining can be used to break the computation process into multiple stages, where each stage has a full time window for its own processing. This allows the overall process to be fitted within the specified time window.

[0163] FIGS. 9A and 9B illustrate a flowchart diagram of a method for confidential deep packet inspection using confidential string-matching 900, in accordance with an embodiment. In some cases, the alphabet .SIGMA. can consist of 0 and 1 (.SIGMA.={0,1}). In other cases, the alphabet can comprise any suitable set of digits (including negative), characters, and/or symbols as part of the alphabet.

[0164] At block 902, the first input module 118 receives an input signature set Z.OR right..SIGMA.*, for example, from the input interface 106, the database 116, or the network interface 114. The input pattern comprises a set of signatures Z, where each signature consists of elements from the alphabet .SIGMA. and has minimum length .gamma.. Signatures can also be referred to as patterns, as in the method 200.

[0165] Similar to in method 200, except replacing P with Z, the first pre-processing module 120 performs windowing at block 904, the first pre-processing module 120 performs binning at block 906, the first pre-processing module 120 selects HE parameters at block 908, the first pre-processing module 120 performs batching at block 910, the first pre-processing module 120 determines powers at block 912, and the first pre-processing module 120 performs encryption at block 914 to determine encrypted ciphertexts. In some cases, this pre-processing can take place offline, when the first computing device 102 is not necessarily connected to the network 130. At block 915, the network interface 114 communicates the ciphertexts to the second computing device 152.

[0166] At block 916, the packet module 174 buffers the network packets within a specified time interval to form a list of packets D={(a,b)|a.OR right..SIGMA.*, b.OR right..SIGMA.*}; where each element in D is an ordered pair of packet body (a) and packet 5-tuple (b). The packet body and the 5-tuple consists of elements from the alphabet .SIGMA. and have a minimum length .gamma.. After a complete time interval passes, the packet module 174 forwards the collected packets to be processed and starts buffering the packets in the next time interval.

[0167] At block 918, the packet module 174 performs windowing. For all packet bodies in the packets D, it uses Rabin-Karp to hash each .omega.-sized window of the packet bodies, to form set of hashes X using agreed upon first hash function h.sub.1 which maps an .omega.-sized window to a value in the range [0, 2.sup..sigma.). In this way, for all a.di-elect cons.D.sub.a, it uses Rabin-Karp to hash each .omega.-sized window of a, to form set X={h.sub.i(w.sub.d)|.A-inverted.w.sub.a.di-elect cons.a, .A-inverted.a.di-elect cons.D.sub.a} using agreed upon first hash function h.sub.1:{0,1}.sup.w[2.sup..sigma.].

[0168] At block 920, the packet module 174 communicates all packet 5-tuples for the packets D.sub.b to the Agency.

[0169] Similar to in method 200, the second pre-processing module 170 performs binning at block 924 and the second pre-processing module 170 performs splitting at block 926. In some cases, this pre-processing can take place offline, when the second computing device 152 is not necessarily connected to the network 130.

[0170] Similar to in method 200, the second pre-processing module 170 determines coefficients at block 928, except in this embodiment, the second pre-processing module 170 labels polynomials differently. The second pre-processing module 170 interpolates the polynomial G.sub.i,j over F.sub.t such that G.sub.i,j(x)=l.sub.x only if x exists in T[i,j] (G.sub.i,j(x)=l.sub.x.A-inverted.x.di-elect cons.G[i,j]). Where l.sub.x is a set of unique locations for windows that hash to x (w.sub.x) across all packet bodies, D.sub.a. The unique locations are represented by the concatenation .omega.={ID.sub.packet.parallel.offset}. Where ID.sub.packet is the unique identifier of a packet in D, and the offset is the position, of the window that hashes to x, within the packet body. In other words, ID.sub.packet is the unique identifier of a packet in D, and offset is the position of the w.sub.x within the packet body.

[0171] Similar to in method 200, the second pre-processing module 170 performs batching at block 930. Also similar to method 200, the homomorphic evaluation module 172 determines intersection by, for the b.sup.th batch received, homomorphically evaluating the HE circuit at block 932. For each sub-bin, the homomorphic evaluation module 172 homomorphically evaluates the function: f.sub.b,j=F.sub.j,1+.SIGMA..sub.k=1.sup..psi.c.sub.b.sup.kF.sub.j,k+1. And performs the same operation for G.sub.b,j and the label ciphertexts g.sub.b,j are denoted as such. At block 936, for the b.sup.th batch received, the homomorphic evaluation module 172 performs compression. Similar to in method 200, at block 937, the network interface 164 communicates the match ciphertext u.sub.b, the label ciphertext q.sub.b, and the ciphertext h.sub.b to the Agency. In some cases, u.sub.b and q.sub.b can be determined in a depth-optimal manner by the use of a multiplication tree.

[0172] Similar to in method 200, except replacing P with Z, the post-processing module 122 performs decryption at block 938 and the post-processing module 122 performs query-to-results mapping at block 940.

[0173] At block 942, the post-processing module 122 determines the result for the confidential DPI. For each z E Z, block 940 will return a .omega.={ID.sub.packet.parallel.offset} for every location where z matched in the packet bodies of D. For each .omega., the post-processing module 122 retrieves the 5-tuple from the list of 5-tuples received earlier using the ID.sub.packet. In some cases, the above post-processing can take place offline, when the first computing device 102 is not necessarily connected to the network 130.

[0174] At block 944, the post-processing module 122 outputs the 5-tuple and the offset. The output includes D.sub.a.andgate.Z and the 5-tuple D.sub.b corresponding to it, as well as the offsets of these signatures within the packets. In this way, the Agency outputs the signatures that are found in any of the packet bodies, the corresponding 5-tuple for those packets, as well as the offsets within the packets where the signatures matched.

[0175] In further cases, the system 100 can be used in, for example, network Intrusion Detection System (IDS), Intrusion Prevention System (IPS), and Network Security Monitoring (NSM) engine (e.g. Snort and Suricata).

[0176] In further embodiments, the system 100 can be used for regular expression (RegEx) patterns by windowing the pattern around the RegEx characters, finding those patterns and their respective offsets, and performing some post-decryption logic using the offsets to find if the RegEx matched. For a regular expression to be supported, each contiguous set of non-RegEx characters in a pattern is expected to be equal to or larger than the window size.

[0177] In an example for the "." wildcard: [0178] RegEx Pattern: "abc.efg" [0179] Text Body: "xyzabcyefgzxyz" [0180] Window Size .omega.: 3 A search can be performed for "abc" and "efg" resulting in offset 3 and 7 respectively. If "abc" has offset x and "efg" has offset x+4, then the RegEx pattern is satisfied.

[0181] In another example for the ".*" wildcard quantification: [0182] RegEx Pattern: "abc.*efg" [0183] Text Body: "xyzabcyxzyb53dfxfefgzxyz" [0184] Window Size .omega.: 3 A search can be performed for "abc" and "efg" resulting in offset 3 and 17 respectively. If "abc" has offset x and "efg" has offset x+k, where k>=.omega., then the RegEx pattern is satisfied.

[0185] In another example for the "?" quantifier: [0186] RegEx Pattern: "abcy?efg" [0187] Text Body: "xyzabcyefgzxyz" [0188] Window Size .omega.: 3

[0189] A search can be performed for "abc", "bcy", "efg" resulting in offset 3, 4 and 7 respectively. If "abc" has offset x and only if the following conditions is true: (1) "efg" has offset x+4 and "bcy" has an offset x+1, and (2) "efg" has offset x+3, then the RegEx pattern is satisfied.

[0190] In another example for the "*" quantifier: [0191] RegEx Pattern: "abcy*efg" [0192] Text Body: "xyzabcyyyyyyyyyyefgzxyz" [0193] Window Size .omega.: 3

[0194] A search can be performed for "abc" and "efg" resulting in offset 3 and 17 respectively. A search should also be performed for the possible windows that would result in the RegEx pattern match, namely: "bcy", "cyy", "yyy", "yye", "yef". Using the offsets for these windows from the search, it can be extrapolated, the information about the contents in the text body between any "abc" and "efg" windows; and hence, determine if the RegEx pattern is satisfied. The "+" as well as the "{n}", "{min,}" and "{min, max}" quantifiers can be handled in a similar way.

[0195] In another example for the "I" construct for "or" with grouping "Q": [0196] RegEx Pattern: "abc(mno|pqrs)efg" [0197] Text Body: "xyzabcmnoefgzxyz" [0198] Window Size .omega.: 3

[0199] A search can be performed for {"abc", "efg"} as well as the windows in grouping {"mno", "pqr", "qrs"} resulting in offset 3, 9, 4, .0., .0. respectively. If "abc" has offset x and one of the following is true: (1) "mno" has offset x+1 and "efg" has offset x+k, where k==len("mno"), and (2) "pqr" has offset x+1, "qrs" has offset x+2 and "efg" has offset x+j, where j==len("pqrs"), then the RegEx pattern is satisfied.

[0200] In another embodiment, the system 100 can remove the windowing on the patterns. Instead of searching for fingerprints of the windows from a pattern, the system 100 can search for the fingerprint of the whole pattern. In this case, the system 100 can generate a single fingerprint for each pattern. The system 100 can also generate a fingerprint for each substring in the text corpus that has the potential to match with any of the patterns. This implies that a range is to be defined for the possible pattern length [.gamma.,.upsilon.], and translates to creating fingerprints for all substrings in the text corpus that have length in the range [.gamma.,.upsilon.].

[0201] This above approach allows for exact matches (assuming negligible collision probability) of the patterns without the need for offsets; as now there is no need to verify adjacency of the windows from a pattern as in the prior. It also allows for smaller label size because the system 100 is now matching fingerprints of a pattern. The label will indicate the locations of the full pattern as opposed to locations of a window from the pattern. This translates to potentially less locations as window sizes are smaller than the patterns; and therefore, have higher probability for matching. This also means generally no false negatives due to the scenario where all matched locations for the pattern fit in the label (of pre-determined size). Whereas in the windowing approach, the matched locations for a window of the pattern may not fit in the label. However, this can come at the cost of N.sub.x, the size of the set of fingerprints from text corpus, increasing with the pattern length range; i.e., N.sub.x .varies.(.upsilon.-.gamma.). Therefore, this approach is particularly apt when the pattern length range is small and the bandwidth for the label ciphertext is limited. This approach is also particularly applicable to confidential DPI, as described herein, with a fingerprint generated and searched, for each signature.

[0202] In another embodiment of string-matching, the patterns can be windowed in a different way. Instead of fingerprinting each possible .omega.-sized substring in a pattern, the system 100 only fingerprints the non-overlapping .omega.-sized substrings in the pattern; i.e., the pattern is segmented into .omega.-sized substrings. For patterns where the pattern size is not divisible by .omega., the last window of the pattern can overlap. This is advantageous for scenarios where window size is much smaller than average pattern length as it substantially reduces the Receiver's fingerprint set Y size; i.e., it reduces the number of windows to search for. In this embodiment, if the offsets are not communicated (i.e., the probabilistic result interpretation is used), then the probability of getting a false positive (the windows of a pattern exists in the text corpus, but the pattern itself does not) is substantially higher. The aspects of this embodiment can also be compatible with a variation of the confidential DPI embodiment.

[0203] As an example, the pattern "abcdef", using the embodiment of method 200, the windows will be: [0204] "abc" [0205] "bcd" [0206] "cde" [0207] "def" If the pattern exists in the text corpus, offsets for the window will be x, x+1, x+2 and x+3 respectively.

[0208] In the above embodiment, the system 100 only needs to search for non-overlapping windows: [0209] "abc" [0210] "def" If the pattern exists in the text corpus, offsets for the windows will be x and x+3 respectively; which fully defines that "abcdef" existed in a text corpus at location x.

[0211] In another embodiment, an R-extension can be used for the string-matching. For the probabilistic implementation described herein, the probability of getting false positives (cases where a match is falsely reported for a pattern that does not exist in the text corpus) can be substantially reduced by incorporating window adjacency information into the query. Doing so will result in the Sender effectively searching for the full pattern instead of substrings from the pattern.

[0212] False positives generally come from the loss of adjacency information between windows when the patterns (and text corpus) are windowed and fingerprinted into a set X (& Y). In this embodiment, the window adjacency information can be incorporated by foregoing the formation of set X and Y and combining the windowing and binning as follows: [0213] As the window is rolled across the patterns, for each window (w.sub.p), the window's fingerprint (h.sub.1(w.sub.p)) is inserted into the first table at location h.sub.2(h.sub.1(w.sub.p)) and the successive window's fingerprint (in the pattern) is inserted in each subsequent table at the same location h.sub.2(h.sub.1(w.sub.p)). Therefore, the first table is identical to the table described with respect to the other embodiments, while the other tables contain information about (R-1) windows that are adjacent to windows with fingerprints in the first table. [0214] Instead of a single ciphertext representing a query batch, a query batch is represented with R ciphertexts as there are R tables instead of a single table. [0215] The same windowing and binning can be applied on the text corpus to create R tables with fingerprints of windows from the text corpus. In this variation, the system 100 can then attempt to match both the windows and their adjacent windows by mapping the R query ciphertexts to the R respective tables. The results from the search on each table are added together such that a match only occurs if both the window and its adjacent windows are found in the text corpus. Thus, for a pattern containing exactly R windows, the probability of false positives is significantly reduced. [0216] For the case where a window does not have R-1 adjacent windows in the pattern, zeroes can be used to denote "no window" in the subsequent tables. A zero can be added to every bin on the text corpus side (before alpha splitting) so that a search for zero in any of the bins will result in a match; and therefore, will not factor into the addition of the results. Thus, translating to a significant reduction in the probability of false positives for patterns with less than R windows. [0217] For the case where a pattern has more than R windows, the results from each set of R (or less) windows from the pattern can be combined together. The overall probability of false positives will be lower compared to the method 200 but higher compared to the case where the pattern has R or less windows. [0218] If the location of the patterns in the text corpus is required, the embodiment of method 200 using labels remains unchanged; i.e., the system 100 only needs to evaluate the label results for the first ciphertext in the R ciphertexts batch. The G (x) interpolation polynomial is not constructed for any bins in the tables besides the first table on the text corpus side.

[0219] FIG. 10 illustrates an example of the R-extension embodiment. FIG. 10 shows an example of confidential string-matching with R-extension using h.sub.1 for fingerprinting windows and h.sub.2 for binning the fingerprints to form query ciphertexts and tables to search. The pattern "abcde" is windowed across the R query ciphertexts so that the results for the search of "abc", "bcd" and "cde" can be added together; only returning a match if they were adjacent in the text corpus. The figure also highlights that the pattern "deab" is not found even though the windows "dea" and "eab" exist separately in the text corpus. Note that the "*" character in the figure denotes an arbitrary non-zero value, which depending on the context, can indicate "no match" or "don't care".

[0220] As shown in FIG. 10, the pattern "abcd" occupies three rows across the query ciphertext to find if "abcde", "bcde" and "cde" exist in the corpus respectively. From a matching perspective, this is redundant and the rows to search for "bcde" and "cde" can be removed as the search for the pattern is complete with just the first row. However, when the location of the pattern is also needed (achieved via labels), the other rows will be required as the first row will return all locations where "abc" exists instead of only the locations where "abcde" exist. Combining the locations from "bcde" and "cde" will give the locations where only the pattern exists.

[0221] In some cases, the text body (or network traffic in case of DPI) can be treated confidential as well. This can be very useful in the case that the text body and the queries are encrypted using the same key pair (public and secret keys). For example, a bank encrypts its sensitive databases and uploads the encrypted contents to the cloud to allow the bank agents to perform encrypted queries on such databases. Additionally, this allows for cloud migration strategies.

[0222] In some cases, the system 100 only requires knowing if a pattern exists in a corpus, not its location or any other metadata associated with its existence. This will eliminate the "Labelled" function altogether and use only the function F(x).

[0223] In some cases, the system 100 can support binary operations (e.g., AND, OR, and the like) between multiple signatures by performing these steps as a post-processing step.

[0224] In some cases, for confidential DPI, the system 100 can enable signature flags based on signature offset within the packet by taking advantage of the packet offset information retrieved by the label.

[0225] In some cases, other techniques (e.g., Chinese Remainder Theorem (CRT) and Single Instruction Multiple Data (SIMD)) can be used to break down the computation on wide integers (for example hundreds or even thousands of bits) into multiple computations over narrower numbers that can fit into computer registers and the processor arithmetic logic unit (for example 64 or 128 bits).

[0226] In some cases, the system 100 can make use of a fixed-sized time interval buffering to enable processing on a continuous stream. The time interval can be variable-sized and adjusted dynamically based on the statistical properties of the input traffic. Additionally, if the input is non-continuous, time interval buffering may not be required.

[0227] In some cases, approaches described herein can be less efficient in terms of communication cost, as the number of result ciphertexts increase by a factor of .alpha.. Instead, the system 100 can remove the factor .alpha. and have larger bins. However, this will increase the interpolation time. This approach can be useful for the case that the text corpus being searched is static. In this case, interpolation can be performed offline.

[0228] In some cases, parallelization and/or pipelining can be not performed. In these cases, the approach may take longer to run, but can allow for running on more platforms (e.g., internet-of-things, embedded, and mobile processors).

[0229] In some cases, the labels can be communicated using: [0230] Private Information Retrieval (PIR): In the case that the desired "labels" are large, for instance files, an alternative approach can be taken. Only the existence of a match is determined along with a unique ID corresponding to the desired "label" using the PSI routine described herein. Note that the unique IDs used should be much smaller than the desired "label". Then, the unique IDs are utilized as keys to retrieve the "label" using an HE private information retrieval (PIR) routine. This approach will be generally more efficient in regards to computation and communication when the "labels" are all similarly large in size. [0231] Oblivious Pseudo Random Function (OPRF): An OPRF can be applied to both the signature windows and the text corpus windows. The OPRF processing can be performed using exponentiation or an oblivious transfer to hash the items on both sides. Additionally, the labels can be encrypted by applying the OPRF hash function. All the encrypted labels can then be communicated back to the Agency as they will be pseudo-random in the Agency's view. Sending all the labels will generally increase the communication cost; however, it is also possible to combine the OPRF technique with the PSI routine.

[0232] In both method 200 and method 900, there is polynomial creation (expansion) and interpolation. There are several approaches that can achieve this, each with different space and time complexities. It is appreciated that at least some of the order and necessity of the steps and limitations of the method 900 can be varied or changed as appropriate, while retaining the technical contributions of the method 900.

[0233] In one such approach for polynomial creation, to create the polynomial using convolution, several smaller convolution operations are performed using all the roots of the polynomial. Each root is placed in an array of size 2 where index 0 is a 1 and index 1 is the negative of the root in the finite field space. Then all the arrays are convolved in sequence.

ArrayofCoefficients=[1,-r.sub.1]*[1,-r.sub.2]*[1,-r.sub.3]* . . . *[1,-r.sub.n]

The time complexity of the convolution is O(n.sup.2).

[0234] In another such approach for polynomial creation, Vieta's algorithm uses the sum of roots and sum of products equations and generalizes them to find all the coefficients of the polynomial. The time complexity of Vieta's algorithm is also O(n.sup.2) but its constant factor is smaller, leading it to be faster in practice.

[0235] In another such approach for polynomial creation, number theoretic transform (NTT) works by transforming the roots of the polynomial into a different space so that the convolution operation is cheaper, making it equivalent to multiplication. This results in massive speedups in time with an overhead cost of converting to and from this space. The time complexity of the NTT algorithm is O(nlog (n)).

[0236] In another such approach for polynomial creation, Kronecker substitution (KS) can be used to treat each array in the convolution as its own second degree polynomial. KS can be used to multiply the polynomials extremely quickly for all pairs of polynomials to generate n/2 third-degree polynomials. This process is repeated with all the third-degree polynomials to generate fifth degree polynomials, and so on, until the coefficients of the final n.sup.th degree polynomial are generated. The time complexity of the best performing KS algorithm is O(nlog (n)) but it has been shown to be faster than NTT up to polynomials of certain degree (e.g., polynomial degree 2.sup.13).

[0237] For polynomial interpolation, a fast implementation is beneficial to realize a practical, high performance implementation. The goal of polynomial interpolation is to fit an n.sup.th order polynomial to n data points. It can be shown that such a polynomial exists and that there is only one polynomial that exactly fits those points. As described below, provided are examples of different approaches for interpolating a polynomial given a set of x and y points.

[0238] In one such approach for polynomial interpolation, a Vandermonde matrix can be used. This approach consists of constructing a linear system of equations and solving them. The system of equations can include:

Xa=Y

where X and Y are known. The vector a can be determined by inverting X:

a=X.sup.-1Y

This gives us the coefficients for the interpolating polynomial however the time complexity of matrix inversion is O(n.sup.3).

[0239] In another such approach for polynomial interpolation, a Lagrange approach can be used. The Lagrange approach of interpolation involves creating basis polynomials L.sub.i(x). Each basis polynomial is constructed so that it goes through 0 for all of the x values except the k.sup.th, for which it has the value 1. Each basis polynomial is then scaled by y, so the basis polynomials go through y for the point in x they correspond to, and zero for all the other points. These polynomials are then added to get the final result. The runtime of this algorithm is O(n.sup.2).

[0240] In another such approach for polynomial interpolation, a Newton approach can be used. The Newton approach of polynomial interpolation relies on computing "divided differences". It is similar to the Lagrange approach in that it is a linear combination of basis functions, but in this case the basis functions are Newton polynomials. The runtime of this algorithm is also O(n.sup.2).

[0241] In another such approach for polynomial interpolation, fast polynomial interpolation over finite field can be used. Fast implementations of the polynomial interpolation algorithm take advantage of the mod space in finite fields. An example of the fast Lagrange approach can be used, which relies on fast polynomial multiplication and division. In addition, it also uses the divide and conquer technique. The complexity of this algorithm is O(n(log n).sup.2). A sub-product tree of weights can be constructed efficiently in order to compute the Lagrange basis functions. The implementation is further optimized by storing and reusing the computed Lagrange basis functions, whenever the set of x values remains constant and only they values are updated.

[0242] In some cases, permutation based hashing can be used for method 200 and method 900. The length of the items that can be encoded into a coefficient of an HE ciphertext is generally limited by the value of the plaintext modulus t. To mitigate this limitation, permutation based hashing can be applied on the items stored in the hash table. This technique compresses the bit string of an item by encoding a portion of its bits into the bin location. The hashing can be applied to signature windows, and packet windows as part of the binning; and consequently, only the compressed windows are encrypted in the ciphertext. The size of the bit length reduction achieved with this hashing technique depends on the number of bins used in the hash table.

[0243] While the above embodiments generally describe communication between two computing devices, such as the first computing device 102 and the second computing device 152, it is understood that the functions of the system 100 can take place on a single computing device. For example, for performing confidential string matching of method 200 on an encrypted database on the computing device.

[0244] In further embodiments, if there is a very large database of patterns P to be searched, the first preprocessing module 120 and/or the second preprocessing module 170 can split up the database into multiple "subsets". Each subset can be treated as a completely independent database to be searched. This advantageously allows for parallelization of the different subsets on different threads or different systems. Additionally, in an example where there are k subsets, and there is an item that cannot be added to any of the subsets due to collisions as a result of hashing (using the first hash function h.sub.1), the first preprocessing module 120 and/or the second preprocessing module 170 can insert this item in subset k+1 (i.e., create a new subset) which can be used to hold colliding items.

[0245] Advantageously, embodiments of the present disclosure leverage homomorphic encryption (HE) to satisfy security constraints of the confidential string-matching problem. The compression technique can be applied in association with hardware acceleration techniques to transform the difficult technical problem into a practical solution.

[0246] Although the invention has been described with reference to certain specific embodiments, various modifications thereof will be apparent to those skilled in the art without departing from the spirit and scope of the invention as outlined in the claims appended hereto. The entire disclosures of all references recited above are incorporated herein by reference.

* * * * *


uspto.report is an independent third-party trademark research tool that is not affiliated, endorsed, or sponsored by the United States Patent and Trademark Office (USPTO) or any other governmental organization. The information provided by uspto.report is based on publicly available data at the time of writing and is intended for informational purposes only.

While we strive to provide accurate and up-to-date information, we do not guarantee the accuracy, completeness, reliability, or suitability of the information displayed on this site. The use of this site is at your own risk. Any reliance you place on such information is therefore strictly at your own risk.

All official trademark data, including owner information, should be verified by visiting the official USPTO website at www.uspto.gov. This site is not intended to replace professional legal advice and should not be used as a substitute for consulting with a legal professional who is knowledgeable about trademark law.

© 2024 USPTO.report | Privacy Policy | Resources | RSS Feed of Trademarks | Trademark Filings Twitter Feed