<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Building Defensive Self-Knowledge Using Embedded Machine Learning in Avionics</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Julien DEPAILLAT</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Philippe BAUMARD</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pierre PARADINAS</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Conservatoire National des Arts et Métiers (CNAM)</institution>
          ,
          <addr-line>CEDRIC</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Conservatoire National des Arts et Métiers (CNAM), CEDRIC-ESDR3C &amp; AKHEROS</institution>
          ,
          <addr-line>Ph Student</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Conservatoire National des Arts et Métiers (CNAM)</institution>
          ,
          <addr-line>ESDR3C</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <fpage>55</fpage>
      <lpage>70</lpage>
      <abstract>
        <p>With the increasing demand for smart and connected devices (IoT) and embedded systems have become an integral part of our daily lives. However, this also brings new challenges in terms of security, as these systems often deal with sensitive data and / or perform critical operations. Machine learning techniques have emerged as a promising solution for enhancing the security of embedded systems. By leveraging large amounts of data, machine learning algorithms can identify patterns and anomalies that may indicate a security breach and trigger appropriate responses in real-time. In this article we will provide an overview of the use of machine learning in securing embedded systems highlighting its benefits, potential challenges while discussing some of the recent research in this area.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Embedded Systems</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>HIDS</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The security of Internet of Things (IoTs) and embedded systems is a major concern in today’s
world. With the proliferation of connected devices, these systems are prime targets for
cybercriminals looking to exploit their vulnerabilities to gain access to sensitive data or to conduct
broader attacks against critical infrastructure.</p>
      <p>
        In recent years, there have been numerous cyber-attacks on industrial and energy systems,
further demonstrating the security challenges facing IoTs and embedded systems. Among the
most famous are Stuxnet, which targeted Iranian industrial systems and slowed down their
nuclear program [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], BlackEnergy and Industroyer targeting the Ukrainian electrical network
[
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ], TRITON discovered in a petrochemical complex in Saudi Arabia targeting the Triconex
Schneider Electric responsible for the security of the installations [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] or Mirai infecting thousands
of IoTs in order to provoke Distributed Denial of Service (DDoS) attacks [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Vulnerabilities can be found at diferent layers, including the hardware, network and software
layers. Hardware layer vulnerabilities are dificult to patch and can be exploited by attackers
who have physical access to the device [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Attacks on the network layer include attacks on the communication radio, which can lead
to man-in-the-middle attacks or eavesdropping [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The software layer contains the operating
system, drivers, and applications that use the previous layers to create value, and is also not
free of attacks. For example, the infamous Mirai botnet attack targeted devices with known
default passwords and resulted in massive DDoS attacks [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        Various countermeasures have been proposed to provide attack prevention [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], including
password protection, data encryption, and restricted access control. However, the efectiveness
of these countermeasures has been limited, as many IoT devices still contain vulnerabilities that
can potentially be exploited via software updates [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Extensive research has been conducted on ways to protect against these attacks.
Protection methods can be grouped into two categories: prevention and tolerance methods [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Prevention methods aim to eliminate program vulnerabilities and prevent certain types of
attacks, while tolerance methods detect attacks and ofer system recovery to stop the attack in
progress. Previous research has examined various protection methods such as StackGuard [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
and software/hardware-based Control Flow Integrity (CFI) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], which have limitations that
make them controllable [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Some text proposes a methodology to implement a
performancebased classification system that adopts a remote attestation mechanism to protect IoT devices
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Other proposed protection methods include code obfuscation [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], memory encryption [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ],
monitoring timers [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] or secure boot [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. The use of Physically Unclonable Functions (PUFs)
for authentication is not consistent with the testing approach because it requires hardware
modifications [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>In this article we will first present the context and then focus on Intrusion Detection System
(IDS) based on machine learning techniques and their performance on embedded applications.
Finally, we will present the experiment we are conducting to develop a Host-based Intrusion
Detection System (HIDS) based on behavioral incongruity to detect attacks targeting a Flight
Management System (FMS) application.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Context</title>
      <p>
        The use of embedded systems in various domains, such as transportation, health, and industry,
has been increasing, which leads to the need for secure and resilient systems. In avionics, safety
is a top priority. On-board systems must be reliable and robust to ensure proper operation of the
aircraft and to guarantee the safety of passengers and crew. Due to their physical isolation, strict
protocols and proprietary software, these systems have long been considered unassailable. As
mentioned in the introduction, the multiplication of attacks and propagation vectors have called
into question this consideration. Indeed, the director of the European Union Aviation Safety
Agency (EASA), Patrick Ky announced in 2015 that « Believing that air transport is safe from this
kind of threat is tantamount to veiling the face » [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Indeed, taking into account the strategic
stakes represented by aviation, military and civilian, we understand that this sector can be a
prime target for attackers. Their motivations can be many and varied: intention to harm, theft of
information, profit, promotion of political objectives ("hacktivist" motivations), etc. Therefore, it
is important to guard against external attacks, carried out on “classic” information systems and
networks, but also internal attacks which may come from malicious intentional acts, afecting
in particular the production, update and deployment chains or unintended uses of embedded
systems. One approach to achieving this goal is intrusion detection, which involves detecting
and preventing malicious and malevolent behavior. More and more studies are emerging on the
possibilities of integrating IDS in order to protect them [
        <xref ref-type="bibr" rid="ref18 ref19 ref20">18, 19, 20</xref>
        ].
      </p>
      <sec id="sec-2-1">
        <title>2.1. What are Intrusion Detection System</title>
        <p>
          IDS are increasingly popular computer security tools [
          <xref ref-type="bibr" rid="ref18 ref19 ref20">18, 19, 20</xref>
          ] to protect embedded systems
against potential threats. An IDS is a software or hardware device that monitors the activities
of a computer system or network to detect attempts at intrusion, exploitation or security
breach. They mainly consist of a data collection module and a detection module. There are two
types based on their placement and the data they collect: Network-based Intrusion Detection
System (NIDS) and HIDS.
        </p>
        <p>The NIDS collection modules are placed at strategic locations on the network, for example on a
router in a subnet, a Demilitarized Zone (DMZ) or on a firewall ensuring the connection between
the internal network and the Internet network. This type of IDS collects data such as source and
destination IP addresses, ports used, communication protocols and packet information (content,
size, frequency).</p>
        <p>The HIDS collection modules are placed directly on the terminals to be monitored, such as
servers, workstations or in our case embedded systems. They analyze application data, files, log
data, system data, etc.</p>
        <p>Each of them is also diferentiated according to their method of detection. There are again
two categories: signature-based IDS and anomaly-based IDS.</p>
        <p>The former uses a detection method based on the comparison of collected data with a
preestablished signature base that represents known malicious behavior and is used to detect
attacks in real time.</p>
        <p>The latter, based on anomalies, are increasingly used in embedded systems. They seek to
define a set of models that will characterize the observed system. Once this characterization
has been established, anomaly detection is done via a comparison of the current behavior with
respect to the latter. If too much deviation is calculated, this means that an intrusion attempt or
a security violation is in progress. This method has a major advantage over the signature-based
method. Indeed, a new attack or a variant will have an unknown, diferent signature, and will
therefore not be detected by the IDS based on signatures. On the other hand, these attacks will
cause a change in the functioning of the system and its application and create a deviation from
the normal behavior, therefore generating an alert for those based on anomalies.</p>
        <p>Embedded defensive learning therefore consists of training artificial intelligence algorithms
to detect and react to anomalies and potential attacks on embedded systems. This type of
learning uses machine learning techniques to create patterns of normal system behavior and
then uses them to detect potential anomalies.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Using Machine Learning to Build Defense Knowledge of Embedded</title>
      </sec>
      <sec id="sec-2-3">
        <title>Systems</title>
        <p>
          To enhance intrusion detection capabilities, the theory of incongruity can be used in
machineto-machine interactions, including in embedded systems. The theory involves constructing a
learning module that calculates self-congruity and self-incongruity values for each machine,
node, or component to detect their own behavior inconsistencies, incongruities, or dissonances.
This can be used for forensic analysis and to search for dormant threats such as Advanced
Persistent Threats (APTs). The patent application proposed by Baumard [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] advocates for an
autonomous system for incongruous behavior detection in machine-to-machine interactions
without using a previously built normative rule of behavior. However, Bourdon et al. [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]
suggests that using statistical analysis or machine learning in combination with other detection
methods can enhance detection capabilities, while addressing scalability and standardization
issues. Bourdon et al. [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] also discusses the implementation and improvement of a platform for
intrusion detection in connected objects based on hardware counters analysis, thus highlighting
the need for compatibility with the characteristics of the objects studied. Overall, the theory of
incongruity can be valuable for enhancing intrusion detection capabilities in embedded systems,
but further research on its efectiveness in comparison to other detection methods is needed
[
          <xref ref-type="bibr" rid="ref16 ref21 ref22 ref23">16, 21, 22, 23</xref>
          ].
        </p>
        <p>
          A performance-and machine-learning-based classification system has also been proposed as
a runtime attack detection method based on program behavior, hardware performance counters,
and machine learning [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. An experimental approach to detecting behavioral anomalies using
hardware performance counters was also explored, and was conducted on platforms with
representative IoT devices in a real-world industrial environment [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Developing an embedded Host-based Intrusion Detection</title>
    </sec>
    <sec id="sec-4">
      <title>System</title>
      <p>
        Before building an embedded HIDS it is important to highlight the constraints related to this
domain in order to be sure not to interfere with its proper functioning. We define here the five
main criteria for choosing an anomaly detection technique suitable for avionics:
• Real-Time: the HIDS must not disturb the normal execution cycle of the application. The
technique used must be able to process all the data recorded during one execution cycle of
the monitored application. The machine learning algorithm must be optimized to ensure
that the processing of data and the production of results are carried out in less than 5% of
the total cycle time [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
• Memory footprint: memory resources are generally chosen according to the application
and the desired goal. The margin in terms of available memory is therefore often small. It
may be necessary to use compression methods in order to store the models, process the
data and generate the results. It is also advisable to choose a machine learning algorithm
that is not memory intensive.
• Detection capacity: the HIDS must detect anomalies with a low or zero rate of false alerts
(false positives) for the highest possible rate of true alerts (true positives). Furthermore,
the results generated must be understandable and easily interpretable in order to be
exploitable by an operator in flight.
• Ofline: the HIDS must be able to operate without a connection to an external network in
order to ensure the best possible protection during operations in areas without internet
access. This increases security since no changes can be made remotely.
• Intellectual property: the HIDS must be able to create behavioral models of the system
without functional knowledge of the application. No changes to existing code should also
be necessary.
      </p>
      <p>An embedded HIDS must therefore respect constraints of time, storage space, limited
communication capacity in addition to a minimal modification of the existing one. Indeed, it will
in all cases be necessary to add a component or to integrate the HIDS directly into the system
environment in order to be able to learn behaviors and detect anomalies.</p>
      <sec id="sec-4-1">
        <title>3.1. The collection module</title>
        <p>In order to be able to create its model set and start monitoring the system, the HIDS must be
fed with data. As stated previously, it is necessary to respect performance criteria and not
modify the existing one. The collection module must therefore be an extremely fast part in
terms of execution time. In order not to clutter up the memory space, the collected data must
be processed as quickly as possible in order to be destroyed and leave space for the following
data. In any case, it will be necessary to allocate a fixed memory space dedicated to this storage.
If the allocated space is full and new data arrives, it is necessary to define the behavior to adopt.
As a general rule, we preferred to ignore the new data and wait for a new execution cycle of the
application to continue the analysis in the most consistent way possible. Embedded applications,
especially in the avionics field, are generally deterministic, which means that it always produces
the same results for the same input in a known period of time, facilitating this process. To agree
to the point of non-modification, it is necessary to collect events not provided by the application
and generalizable to all on-board systems. There are several categories:
• Hardware Performance Counters (HPCs)
• OS errors
• System / API calls
• Communications / IO
• Memory</p>
        <p>
          Each of these categories provides diferent information about system activity. Some may
be easier to implement than others, notably HPCs and OS errors which can be used for other
activities such as Health Monitoring and do not require so no change to the system. The studies
by Boyer [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] and Bourdon [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] are based on the use of HPCs to detect anomalies. They put
forward certain precautions: pay attention to changes of context which can disturb the reading
of the counters, the diference between processors which do not all have the same counters or
even the operating system used, two executions in a diferent environment will not give rise
to the same evolutions. In addition, the number of simultaneous readings of HPCs is limited
depending on the processor, so you must first choose the most relevant counters for each
application. OS errors include ARINC 653 error codes (in avionics), missed deadlines, numeric
errors, or illegal requests [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. The information provided by this data alone is insuficient to
efectively detect intrusions.
        </p>
        <p>
          The system calls provide very interesting information to characterize the behavior of an
application. In the case of a deterministic one, we expect to find the same sequences of calls at
similar frequencies. According to Kadar [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] it is an eficient way to detect intrusions; detection
accuracy is generally above 90%, despite a high false positive rate, which can easily reach 15%
in recent research. These rates depend of course on the learning algorithm used as well as the
settings chosen and can therefore be improved by using the right combinations. Furthermore, it
is possible to recover the arguments used or the values of the memory pointers on each call
in order to enrich the learning. In a similar principle, observing API calls provides valuable
information about its execution. These calls have the advantage of ofering better portability
from one system to another regardless of its architecture, in particular in the avionics which
are based on the ARINC 653 [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] standard.
        </p>
        <p>
          communication data can also be useful for detecting anomalies, such as unauthorized
connection attempts or malformed data packets. Embedded systems often communicate via specific
protocols, such as the CAN [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] protocol used in the automotive industry, and monitoring these
protocols can help detect attacks specific to them. Communication biases represent privileged
access for an attacker. By monitoring the IO data, we can obtain a characterization of the
interactions between the various components of the system, which can help detect compatibility
or configuration problems [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. It can also improve system performance by identifying
bottlenecks or ineficiencies in input/output and communication processes. Generally, embedded
systems are connected to several sensors that provide various measurements of elements such
as temperature, pressure, acceleration, speed, etc. By correlating this type of data to system
calls, the coverage and robustness of learning are considerably increased.
        </p>
        <p>
          Finally, a last category can be considered: memory. It contains all the data being processed in
the system, including program instructions being executed and temporary data. By monitoring
memory, it can detect anomalies such as incorrect memory accesses, bufer overflows, attempts
to inject malicious code, or memory leaks [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ]. It can detect suspicious or malicious behavior,
such as attempts to install malicious software, to take control of the system or to alter the
data handled by the application degrading its integrity [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. However, it is more complex to
implement and requires very special attention so as not to disturb the proper functioning of the
system.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>3.2. The learning / detection module</title>
        <p>This module represents the heart of the HIDS. It will be in charge of learning the models
characterizing the application, which will then allow anomalies to be detected. As with the
collection module, it should be as optimized as possible in order to respect the technical
constraints associated with the system that hosts it. The choice of technique and learning
algorithm is very important. There are 3 techniques: supervised, unsupervised and
semisupervised learning.</p>
        <p>
          Supervised learning [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] is a machine learning technique where a statistical model is trained
from a set of labeled data. In this type of learning, the model must predict an output based
on known inputs and outputs. These known outputs, or labels, are provided in the training
dataset. The learning process consists of adjusting the parameters of the model to minimize the
deviation between the predicted outputs and the known labels. Once the model has been trained
on a dataset, it can be used to make predictions on new data. Supervised learning is commonly
used in applications such as image classification, email spam detection, speech recognition,
or real estate value prediction. Commonly used algorithms for supervised learning include
decision trees, neural networks, Support Vector Machine (SVM), and random forests.
        </p>
        <p>
          Unsupervised learning [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ] focuses on creating patterns and structures from unlabeled or
previously annotated data. It can be used for data classification, image segmentation, anomaly
detection, dimensionality reduction, product recommendation, clustering analysis and other
data analysis tasks. Commonly used algorithms for unsupervised learning include k-means,
selfencoding neural networks, convolutional neural networks, Boltzmann machines [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ], Hopfield
neural networks [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ], and Principal component analysis (PCA).
        </p>
        <p>
          Finally, semi-supervised learning [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ] is a combination of the elements of supervised and
unsupervised learning. In this type of learning, the model is trained on a dataset containing
both labeled and unlabeled data. In the embedded context, it is assumed that the execution
environment is healthy, which constitutes the labeled data to guide learning. It is also possible
to integrate known attack datasets into the learning to improve its robustness. However, it
is impossible to ensure that all cases of attacks will be tested. Semi-supervised learning is
particularly useful when labeled data is expensive or dificult to obtain. This makes it a good
choice for the embedded domain since learning does not necessarily need an attack to establish
normal behavior. Commonly used algorithms include labeling propagation methods, mixture
models, neural networks, and semi-supervised SVMs. These algorithms can be adapted to work
with diferent types of data, such as text, image, and sequence data.
        </p>
        <p>
          Once the technique has been selected, it is necessary to choose the machine learning algorithm
adapted to the on-board criteria. Sayadi [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ], whose study is mainly based on the use of HPCs,
ofers a performance comparison of diferent machine learning algorithms on the detection of
Rootkit, Backdoor and Trojan (table 1) as well as their hardware cost (table 2).
        </p>
        <p>The presented algorithms belong to 5 diferent families:
• Probabilistic graphs : BayesNet
• Neural networks : MLP
• Rule systems : OneR, JRip
• Decision Trees : J48, REPTree
• Machine Support Vectors : SMO</p>
        <p>
          Bayesian Networks (BayesNets) belong to the class of probabilistic graphical models, which
are a category of machine learning that use graphs to represent probabilistic relationships
between variables. In a BayesNet, the nodes represent the variables (here the HPCs) and the
arcs the probabilistic dependencies between the variables. They are based on Bayes’ theorem
[
          <xref ref-type="bibr" rid="ref36">36</xref>
          ] and use conditional probability methods to evaluate probabilities and predictions.
        </p>
        <p>
          Multi-Layer Perceptron (MLP) are a type of forward propagation (or feedforward) neural
network composed of multiple layers of neurons, where each neuron in one layer is connected
to all neurons in the next layer [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ]. MLP are particularly suitable for nonlinear classification
and prediction tasks.
        </p>
        <p>
          OneR [
          <xref ref-type="bibr" rid="ref38">38</xref>
          ] is a type of simple and interpretable algorithm that uses a single rule to predict the
class of a new example. It works by choosing the input variable that provides the best prediction
for each class and then uses that variable to create a decision rule. This rule is then used to
predict the class of new examples. They are widely used for their simplicity and interpretability
but can be less accurate than other more complex algorithms.
        </p>
        <p>
          In the JRip algorithm [
          <xref ref-type="bibr" rid="ref39">39</xref>
          ] the training data is divided into an increasing set and a pruning
set. First, an initial set of rules is trained on the growing set, using a heuristic method. This
over-sized rule-set is then repeatedly simplified by applying a set of pruning operators. At each
simplification step, the pruning operator chosen is the one that produces the greatest error
reduction on the pruning set. The simplification step ends when applying a pruning operator
would increase the error on the pruning set.
        </p>
        <p>
          J48 is a decision tree-based algorithm [
          <xref ref-type="bibr" rid="ref39">39</xref>
          ] that uses a divide and conquer approach to generate
a decision tree from input data. The decision tree is a tree structure in which each internal
node represents an input variable, each branch represents a value of this variable and each leaf
represents an output class.
        </p>
        <p>
          Like other decision tree-based algorithms, REPTrees generate a decision tree from the input
data, using a divide and conquer approach [
          <xref ref-type="bibr" rid="ref40">40</xref>
          ]. The particularity of REPTrees is that they use
a regression technique to decide on the optimal division of the nodes of the tree. REPTrees
are often used for their simplicity and speed, but can sufer from over-fitting and have lower
performance than other more complex algorithms for high-dimensional classification problems.
        </p>
        <p>
          SVM are algorithms that learn to classify data by finding the decision boundary that maximizes
the margin between the two classes. The Sequential Minimal Optimization (SMO) is a specific
optimization method to solve the margin optimization problem of SVM in an eficient way [
          <xref ref-type="bibr" rid="ref41">41</xref>
          ].
SVM and SMO are appreciated for their ability to generalize previously unseen data and for
their robustness against noise.
        </p>
        <p>Based on table 1, we can see that the MLP performs better for the detection of Rootkits and
Backdoors, whileBayesNet, OneR and SMO dominate for Trojans. The JRip, J48 and REPTree
algorithms are far behind in this category. On average, we find that algorithms based on long
and complex learning give the most relevant results. However, according to the table 2 they are
also the most demanding in terms of execution time and memory used. Although very accurate,
MLP has the highest latency and highest memory usage, so it doesn’t seem to be suitable for
critical embedded system. SMO has the best detection results. However, it also has the second
most significant impact in terms of execution time. BayesNet seems like a good compromise.
They have a very good detection score, an acceptable execution time and a moderate memory
impact.</p>
        <p>It is important to note that no particular optimization has been made to the implementation
of these algorithms. It is therefore possible to make improvements on the execution time and
the memory cost. Moreover, depending on the characteristics of the platform and its end goal,
it is also possible to choose to optimize one to the detriment of the other.</p>
        <p>Once the algorithm is defined, all that remains is to adapt it to the platform. Learning is the
most costly part in terms of resources. If this is too important, it is possible to collect the selected
data and perform the learning on a conventional computer. It will then sufice to transfer the
models to the platform so that the detection module can use them as a normal basis.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. The experimentation</title>
      <sec id="sec-5-1">
        <title>4.1. Context</title>
        <p>
          To develop our HIDS, we have set up a collaboration with a leading European company that
develops Real-Time Operating System (RTOS) used in the avionics field. In order to get as close
as possible to reality, we will monitor a FMS application, provided by another leading European
company that provides systems and applications in this field. A FMS is an on-board computer
used for automatic navigation and guidance, presentation of information, management of
aircraft systems, eficient management of fuel and reduction of operating costs [
          <xref ref-type="bibr" rid="ref42">42</xref>
          ]. This FMS
already works on our partner’s RTOS and will therefore be embedded on a T2080 board. It is
largely used in the avionics world for this type of application. It has a 4-core processor clocked
at 1.8GHz sharing a 2MB L2 cache memory. The Operating System (OS) allows us to define the
priority of each application, their order and duration of execution as well as the core(s) used.
The FMS application requires 2 cores, so we will use 1 core to perform data collection, machine
learning and detection and 1 core to execute our attacks. To validate our experiment we will
use 3 criteria:
        </p>
        <p>• The operations of the application must not be disturbed by system modifications, data
collection and the HIDS.
• The monitored application must not be modified in any way to adapt to changes made to
the OS or to the HIDS.</p>
        <p>• A maximum attack detection rate for a false positive rate of 0%.</p>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Objectives and implementation</title>
        <p>In order to carry out this experiment, it is necessary to define the objectives to be achieved
as well as the various actions to be undertaken. The main objective of this experiment is to
determine if a HIDS based on a machine learning algorithm is viable for detecting intrusions on
an embedded system. The second objective is to know the cost of it in terms of performance in
order to establish the minimum resources required for its proper functioning. The third will
be to determine which actions, human and automatic, could be taken in the event of detection
of an attack. Finally, we will seek to assess the degree of portability of this algorithm to other
embedded systems / applications. To set up this experiment it will be necessary to carry out the
following tasks:
• Modify the OS in order to be able to collect the data necessary for model learning and
attack detection (syscall, HPCs, timestamp, context, etc.).
• Choose the machine learning algorithm to use.
• Develop the HIDS using this algorithm so that it is compatible with the embedded OS.
• Optimize the HIDS so that it is embeddable, the least greedy and the fastest possible.
• Create normal usage scenarios of the application covering its functionalities as much as
possible.
• Run these scenarios in order to create the models characterizing the proper functioning
of the application.
• Create attack scenarios to disrupt the proper functioning of the application and system.
• Run these scenarios to assess the detection capabilities of the HIDS.</p>
      </sec>
      <sec id="sec-5-3">
        <title>4.3. The attacks to detect</title>
        <p>
          In agreement with the teams of our collaborators, we have drawn up a list of attacks that will
be put in place to assess the detection capabilities of the HIDS:
• Pre-loaded attacks: code added in the binary application before uploading to the
platform. Corruption of the on-board application set (modification of certain functionalities:
trajectory calculation, GPS position, etc.).
• Spoofing attacks on sensors [
          <xref ref-type="bibr" rid="ref43">43</xref>
          ] feeding the FMS: here, we will seek to know if it is
possible to determine that an attack is in progress on one or more external systems on
which it the monitored one depends. Indeed, if inconsistent data between them is provided
to the FMS, this can lead to unusual actions of the application symbolized by aberrant
values in terms of syscall and values of the monitored HPCs.
        </p>
        <p>
          • Injection attacks: random code, control-flow hijacking [
          <xref ref-type="bibr" rid="ref44">44</xref>
          ].
• Passive attacks: side-channel attack on the micro-architecture. Variant of Spectre [
          <xref ref-type="bibr" rid="ref45">45</xref>
          ]
(memory leak of the application, particularly "cache timing").
• Active attacks: fault injection attacks on the micro-architecture. Rowhammer [
          <xref ref-type="bibr" rid="ref46">46</xref>
          ] and
variant like Blacksmith [
          <xref ref-type="bibr" rid="ref47">47</xref>
          ]. Based on errors in the Dynamic Random Access Memory
(DRAM), memory cells can change values influenced by the activity of neighboring cells,
an attacker can illegitimately modify a memory space without having access to it.
The following attacks will not be taken into account:
• Passive physical attacks, without interaction with the system: laser attack [
          <xref ref-type="bibr" rid="ref48">48</xref>
          ], hidden
channel attacks [
          <xref ref-type="bibr" rid="ref49">49</xref>
          ] on electromagnetic emissions, etc.
• Attack compromising the security of the OS: if the OS is compromised it is a safe bet that
the HIDS which depends on it will be compromised too.
• Attacks compromising the system boot-chain: if the boot sequence is compromised, this
means that the OS is compromised and so is the HIDS.
        </p>
        <p>For all attacks we will consider that the opponent has succeeded, by some means, in making
the desired changes to the platform / application without being detected. We will not seek to
determine which intrusion vector was used using the HIDS even if, according to the modifications
made, the details provided during the analysis and detection would allow it.</p>
      </sec>
      <sec id="sec-5-4">
        <title>4.4. Current progress</title>
        <p>Currently, the modifications of the OS in order to gather the syscalls, HPCs (6 diferent),
timestamp have been made. Furthermore, we have already been able to assess the impact of this
collection in terms of execution time on the application. These results are shown in figure 1. On
this graph, we distinguish the time required on the ordinate to collect the number of elements
indicated on the abscissa. There is an additional cost in execution time varying from 82ns to
113ns knowing that 99.8% remains below 100ns and 0.2% above.</p>
        <p>
          The HIDS is based on the incongruity work carried out by Baumard [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] and mentioned in
part 2.2. This HIDS uses a learning algorithm based on dynamic Bayesian networks presented
by Hourbracq [
          <xref ref-type="bibr" rid="ref50">50</xref>
          ]. These are classic Bayesian networks, as presented in part 3.2, but whose
nodes {(),  = 1 . . . }, representing discrete random variables, are indexed by the discrete
time . Therefore they are Bayesian networks evolving during the execution of the application
and not frozen once established. This has several advantages over the BayesNet, namely:
• A lower number of models to explain the diferent aspects of the application.
• The generated models are more robust.
        </p>
        <p>• Infrequent behaviors with values that can be considered outliers stand out much more.</p>
        <p>The HIDS is written in C respecting the POSIX standard allowing it a fairly easy portability.
However for the needs of this experiment and in order to be compliant with the specifics of the
OS and the avionics certifications, the code had to be adjusted. In addition to this adjustment,
large optimizations have been made to address the resource restrictions of embedded systems.
It occupies 150kB and uses 22MB of RAM. These 22MB constitute the maximum size that will be
necessary for the detection phase. Note that it may vary if we decide to expand the number of
training samples. Here it is the required memory to load the behavioral models learned on the
20 flights resulting from the diferent learning scenarios that we have established. The flights
have a duration ranging from 30 minutes to 1 hour and 30 minutes. We also plan to test on
long-haul flights. The needed learning time is less than the duration of each flight, even if the
lower the number of models, the longer the learning will be. Indeed, reinforcing an existing
model takes longer than creating a new one.</p>
      </sec>
      <sec id="sec-5-5">
        <title>4.5. Next steps</title>
        <p>The next steps will be to compare the models obtained with unaltered flights not used during
the learning phase in order to ensure that no alert is generated and that the models can explain
the flights.</p>
        <p>Subsequently, it will be necessary to set up the scenarios for the attacks set out in 4.3 in
order to evaluate the detection capacity of the HIDS. in order to accurately determine when the
attack occurs it will be necessary to add information not used by the HIDS to calculate the false
positive rate and make the necessary adjustments so that it is 0%.</p>
        <p>Finally, depending on the obtained results, we can assess the possible actions to be taken in
the event of an attack. However, it should be borne in mind that in this area automatic actions
will be limited and should not conflict with flight safety rules.</p>
      </sec>
      <sec id="sec-5-6">
        <title>4.6. Current conclusions of the experimentation</title>
        <p>With the progress currently made, we have succeeded in developing a HIDS allowing the creation
of models characterizing an embedded avionics application. The additional cost necessary for
the operation of the HIDS was deemed minimal by our supplier, recognized in this field, and no
modification to the application was made, thus validating the first 2 criteria. Although it is a
specific platform, the results obtained are encouraging as to the possibility of porting it to other
embedded systems.</p>
        <p>All that remains now is the step of constructing the attacks to evaluate the detection capacity
of the HIDS and to conclude our study. If it is validated, we will be able to consider deploying
the HIDS on a larger number of similar devices since the generated models can be transposed
from one system to another as long as they share the same technical characteristics.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Conclusion</title>
      <p>In summary, the literature highlights the security challenges of IoTs and embedded systems and
the need for efective ways to protect against attacks. Various protection methods exist and
implementation steps of a HIDS using machine learning has been proposed. The use of this
technology can greatly help to detect various and unknown attack without the need of external
database nor human intervention. It can greatly improve embedded systems cyber-security.
However, more research is needed to ensure that protection for IoTs and embedded systems is
efective, eficient, and adaptable to changing security threats.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Langner</surname>
          </string-name>
          , Stuxnet:
          <article-title>Dissecting a cyberwarfare weapon</article-title>
          ,
          <source>IEEE Security &amp; Privacy</source>
          <volume>9</volume>
          (
          <year>2011</year>
          )
          <fpage>49</fpage>
          -
          <lpage>51</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Cherepanov</surname>
          </string-name>
          ,
          <article-title>BlackEnergy by the SSHBearDoor: attacks against Ukrainian news media</article-title>
          and electric industry,
          <year>2016</year>
          . URL: https://www.welivesecurity.com/
          <year>2016</year>
          /01/03/ blackenergy-sshbeardoor-details
          <article-title>-2015-attacks-ukrainian-news-media-electric-industry/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Cherepanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lipovsky</surname>
          </string-name>
          , Industroyer:
          <article-title>Biggest threat to industrial control systems since Stuxnet</article-title>
          , ESET
          <volume>12</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A. D.</given-names>
            <surname>Pinto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dragoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Carcano</surname>
          </string-name>
          ,
          <string-name>
            <surname>TRITON:</surname>
          </string-name>
          <article-title>The first ICS cyber attack on safety instrument systems, Black Hat USA (</article-title>
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Antonakakis</surname>
          </string-name>
          ,
          <article-title>Understanding the Mirai Botnet, USENIX security symposium (</article-title>
          <year>2017</year>
          )
          <fpage>1093</fpage>
          -
          <lpage>1110</lpage>
          . URL: https://www.usenix.org/conference/usenixsecurity17/technical-sessions/ presentation/antonakakis.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Boyer</surname>
          </string-name>
          , Étude et conception de méthodes de
          <article-title>protection face aux attaques par corruption de mémoire pour systèmes embarqués dans le contexte de l'Internet des Objets</article-title>
          , Université Montpellier (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bhushan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sahoo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Rai</surname>
          </string-name>
          ,
          <article-title>Man-in-the-middle attack in wireless and compu- ter networking - a review</article-title>
          ,
          <source>3rd International Conference on Advances in Computing, Communication Automation (ICACCA) 5</source>
          (
          <issue>2017</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Makkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ghoneim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hossain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Garg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alrashoud</surname>
          </string-name>
          ,
          <article-title>An Eficient Spam Detection Technique for IoT Devices using Machine Learning</article-title>
          ,
          <source>IEEE Transactions on Industrial Informatics</source>
          <volume>17</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Cowan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Maier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hintony</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Walpole</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bakke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Beattie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Grier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wagle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , Stackguard:
          <article-title>Automatic adaptive detection and prevention of bufer-overflow attacks</article-title>
          ,
          <source>USENIX Security Symposium</source>
          (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Budiu</surname>
          </string-name>
          , Úlfar Erlingsson,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ligatti</surname>
          </string-name>
          ,
          <article-title>Control-flow integrity</article-title>
          , ACM Conference on Computer and Communications
          <string-name>
            <surname>Security</surname>
          </string-name>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R. V.</given-names>
            <surname>Steiner</surname>
          </string-name>
          , E. Lupu,
          <article-title>Attestation in wireless sensor networks : A survey, ACM Computing Surveys (CSUR) 49 (</article-title>
          <year>2016</year>
          )
          <fpage>1</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Suresh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sankaran</surname>
          </string-name>
          ,
          <article-title>Power Profiling and Analysis of Code Obfuscation for Embedded Devices</article-title>
          ,
          <source>in: 2020 IEEE 17th India Council International Conference (INDICON)</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . doi:
          <volume>10</volume>
          .1109/INDICON49873.
          <year>2020</year>
          .
          <volume>9342447</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Henson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , Memory Encryption:
          <article-title>A Survey of Existing Techniques</article-title>
          ,
          <source>ACM Comput. Surv</source>
          .
          <volume>46</volume>
          (
          <year>2014</year>
          ). URL: https://doi.org/10.1145/2566673. doi:
          <volume>10</volume>
          .1145/2566673.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Seo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lysecky</surname>
          </string-name>
          ,
          <article-title>Timing-based anomaly detection in embedded systems</article-title>
          ,
          <source>in: The 20th Asia and South Pacific Design Automation Conference</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>809</fpage>
          -
          <lpage>814</lpage>
          . doi:
          <volume>10</volume>
          . 1109/ASPDAC.
          <year>2015</year>
          .
          <volume>7059110</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Rashmi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karthikeyan</surname>
          </string-name>
          ,
          <article-title>Secure boot of Embedded Applications -</article-title>
          A Review, in: 2018 Second International Conference on Electronics,
          <source>Communication and Aerospace Technology (ICECA)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>291</fpage>
          -
          <lpage>298</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICECA.
          <year>2018</year>
          .
          <volume>8474730</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bourdon</surname>
          </string-name>
          ,
          <article-title>Détection d'intrusion basée sur l'analyse de compteurs matériels pour des objets connectés</article-title>
          , INSA de Toulouse (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>B.</given-names>
            <surname>Trévidic</surname>
          </string-name>
          ,
          <string-name>
            <surname>L</surname>
          </string-name>
          '
          <article-title>Agence européenne de sécurité aérienne alerte contre le risque de cyber-attaque, Les Echos (</article-title>
          <year>2015</year>
          ). URL: https://www.lesechos.fr/
          <year>2015</year>
          /10/ lagence-europeenne-de
          <article-title>-securite-aerienne-alerte-contre-le-risque-</article-title>
          <string-name>
            <surname>de-</surname>
          </string-name>
          cyber-attaque-
          <volume>277334</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Damien</surname>
          </string-name>
          ,
          <article-title>Sécurité par analyse comportementale de fonctions embarquées sur plateformes avioniques modulaires intégrées</article-title>
          , Theses, INSA de Toulouse,
          <year>2020</year>
          . URL: https://hal.laas.fr/ tel-02953842.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>M.-K. Yoon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Mohan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>J.-E.</given-names>
          </string-name>
          <string-name>
            <surname>Kim</surname>
          </string-name>
          , L. Sha,
          <article-title>SecureCore: A multicore-based intrusion detection architecture for real-time embedded systems</article-title>
          ,
          <source>in: 2013 IEEE 19th Real-Time and Embedded Technology and Applications Symposium (RTAS)</source>
          ,
          <year>2013</year>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>32</lpage>
          . doi:
          <volume>10</volume>
          . 1109/RTAS.
          <year>2013</year>
          .
          <volume>6531076</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>I.</given-names>
            <surname>Studnia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Laarouchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kaaniche</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Nicomette</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Alata</surname>
          </string-name>
          ,
          <article-title>A language-based intrusion detection approach for automotive embedded networks</article-title>
          ,
          <source>International Journal of Embedded Systems</source>
          <volume>10</volume>
          (
          <year>2018</year>
          )
          <article-title>1</article-title>
          . doi:
          <volume>10</volume>
          .1504/IJES.
          <year>2018</year>
          .
          <volume>10010488</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>P.</given-names>
            <surname>Baumard</surname>
          </string-name>
          , Autonomous detection of incongruous behaviors,
          <source>European Patent Application 2 922 268 A1</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Smaha</surname>
          </string-name>
          ,
          <string-name>
            <surname>Haystack :</surname>
          </string-name>
          <article-title>An intrusion detection system</article-title>
          ,
          <source>Fourth Aerospace Computer Security Applications Conference</source>
          <volume>44</volume>
          (
          <year>1988</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chiba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Abghour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Moussaid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rida</surname>
          </string-name>
          ,
          <article-title>Intelligent approach to build a Deep Neural Network based IDS for cloud environment using combination of machine learning algorithms</article-title>
          ,
          <source>Computers &amp; Security</source>
          <volume>86</volume>
          (
          <year>2021</year>
          )
          <fpage>291</fpage>
          -
          <lpage>317</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>P.</given-names>
            <surname>Parkinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kinnan</surname>
          </string-name>
          ,
          <article-title>Safety-critical software development for integrated modular avionics</article-title>
          ,
          <source>Embedded System Engineering</source>
          <volume>11</volume>
          (
          <year>2003</year>
          )
          <fpage>40</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kadar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tverdyshev</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Fohler, System Calls Instrumentation for Intrusion Detection in Embedded Mixed-Criticality Systems</article-title>
          , in: M.
          <string-name>
            <surname>Asplund</surname>
          </string-name>
          , M. Paulitsch (Eds.), 4th International Workshop on Security and
          <article-title>Dependability of Critical Embedded Real-Time Systems (CERTS</article-title>
          <year>2019</year>
          ), volume
          <volume>73</volume>
          of OpenAccess Series in Informatics (OASIcs),
          <source>Schloss DagstuhlLeibniz-Zentrum fuer Informatik</source>
          , Dagstuhl, Germany,
          <year>2019</year>
          , pp.
          <volume>2</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>2</lpage>
          :
          <fpage>13</fpage>
          . URL: http: //drops.dagstuhl.de/opus/volltexte/2019/10893. doi:
          <volume>10</volume>
          .4230/OASIcs.CERTS.
          <year>2019</year>
          .
          <volume>2</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>K.</given-names>
            <surname>Ismail</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Muharam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pratama</surname>
          </string-name>
          ,
          <article-title>Design of CAN Bus for Research Applications Purpose Hybrid Electric Vehicle Using ARM Microcontroller</article-title>
          ,
          <source>Energy Procedia</source>
          <volume>68</volume>
          (
          <year>2015</year>
          )
          <fpage>288</fpage>
          -
          <lpage>296</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/S1876610215005640. doi:https: //doi.org/10.1016/j.egypro.
          <year>2015</year>
          .
          <volume>03</volume>
          .258, 2nd International Conference on Sustainable Energy Engineering and
          <article-title>Application (ICSEEA) 2014 Sustainable Energy for Green Mobility</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>S.</given-names>
            <surname>Jena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <source>Embedded Sensors for Health Monitoring of an Aircraft</source>
          , Springer Singapore, Singapore,
          <year>2019</year>
          , pp.
          <fpage>77</fpage>
          -
          <lpage>91</lpage>
          . URL: https://doi.org/10.1007/
          <fpage>978</fpage>
          -981-13-3290-
          <issue>6</issue>
          _5. doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -981-13-3290-
          <issue>6</issue>
          _
          <fpage>5</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>P.</given-names>
            <surname>Weisberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wiseman</surname>
          </string-name>
          ,
          <article-title>Eficient memory control for avionics and embedded systems</article-title>
          ,
          <source>International Journal of Embedded Systems</source>
          <volume>5</volume>
          (
          <year>2013</year>
          )
          <fpage>225</fpage>
          -
          <lpage>238</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>M.-K. Yoon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Mohan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Sha</surname>
          </string-name>
          , Memory Heat Map:
          <article-title>Anomaly Detection in Real-Time Embedded Systems Using Memory Behavior</article-title>
          ,
          <source>in: Proceedings of the 52nd Annual Design Automation Conference</source>
          , DAC '15,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2015</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . URL: https://doi.org/10.1145/2744769.2744869. doi:
          <volume>10</volume>
          .1145/2744769. 2744869.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>T.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Gradus</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. J. Rosellini,</surname>
          </string-name>
          <article-title>Supervised Machine Learning: A Brief Primer</article-title>
          ,
          <source>Behavior Therapy</source>
          <volume>51</volume>
          (
          <year>2020</year>
          )
          <fpage>675</fpage>
          -
          <lpage>687</lpage>
          . URL: https://www.sciencedirect.com/science/article/ pii/S0005789420300678. doi:https://doi.org/10.1016/j.beth.
          <year>2020</year>
          .
          <volume>05</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>R.</given-names>
            <surname>Gentleman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. J.</given-names>
            <surname>Carey</surname>
          </string-name>
          ,
          <source>Unsupervised Machine Learning</source>
          , Springer New York, New York, NY,
          <year>2008</year>
          , pp.
          <fpage>137</fpage>
          -
          <lpage>157</lpage>
          . URL: https://doi.org/10.1007/978-0-
          <fpage>387</fpage>
          -77240-0_
          <fpage>10</fpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-0-
          <fpage>387</fpage>
          -77240-0_
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>N.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ding,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <article-title>An overview on Restricted Boltzmann Machines</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>275</volume>
          (
          <year>2018</year>
          )
          <fpage>1186</fpage>
          -
          <lpage>1199</lpage>
          . URL: https://www.sciencedirect.com/science/article/ pii/S0925231217315849. doi:https://doi.org/10.1016/j.neucom.
          <year>2017</year>
          .
          <volume>09</volume>
          .065.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>G.</given-names>
            <surname>Joya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Atencia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sandoval</surname>
          </string-name>
          ,
          <article-title>Hopfield neural networks for optimization: study of the diferent dynamics</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>43</volume>
          (
          <year>2002</year>
          )
          <fpage>219</fpage>
          -
          <lpage>237</lpage>
          . URL: https:// www.sciencedirect.com/science/article/pii/S092523120100337X. doi:https://doi.org/ 10.1016/S0925-
          <volume>2312</volume>
          (
          <issue>01</issue>
          )
          <fpage>00337</fpage>
          -X,
          <article-title>selected engineering applications of neural networks</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Z.-H. Zhou</surname>
          </string-name>
          ,
          <string-name>
            <surname>Semi-Supervised</surname>
            <given-names>Learning</given-names>
          </string-name>
          , Springer Singapore, Singapore,
          <year>2021</year>
          , pp.
          <fpage>315</fpage>
          -
          <lpage>341</lpage>
          . URL: https://doi.org/10.1007/
          <fpage>978</fpage>
          -981-
          <fpage>15</fpage>
          -1967-
          <volume>3</volume>
          _
          <fpage>13</fpage>
          . doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -981-
          <fpage>15</fpage>
          -1967-
          <volume>3</volume>
          _
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>H.</given-names>
            <surname>Sayadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. M.</given-names>
            <surname>Makrani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Randive</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Manoj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rafatirad</surname>
          </string-name>
          ,
          <string-name>
            <surname>H. Homayoun,</surname>
          </string-name>
          <article-title>Customized Machine Learning-Based Hardware-Assisted Malware Detection in Embedded Devices</article-title>
          ,
          <source>in: 2018 17th IEEE International Conference On Trust, Security And Privacy In Computing And Communications/ 12th IEEE International Conference On Big Data Science</source>
          And Engineering (TrustCom/BigDataSE),
          <year>2018</year>
          , pp.
          <fpage>1685</fpage>
          -
          <lpage>1688</lpage>
          . doi:
          <volume>10</volume>
          .1109/TrustCom/ BigDataSE.
          <year>2018</year>
          .
          <volume>00251</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>J.</given-names>
            <surname>Joyce</surname>
          </string-name>
          , Bayes' Theorem, in: E. N.
          <string-name>
            <surname>Zalta</surname>
          </string-name>
          (Ed.),
          <source>The Stanford Encyclopedia of Philosophy</source>
          , Fall 2021 ed., Metaphysics Research Lab, Stanford University,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>M.</given-names>
            <surname>Gardner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dorling</surname>
          </string-name>
          ,
          <article-title>Artificial neural networks (the multilayer perceptron)-a review of applications in the atmospheric sciences</article-title>
          ,
          <source>Atmospheric Environment</source>
          <volume>32</volume>
          (
          <year>1998</year>
          )
          <fpage>2627</fpage>
          -
          <lpage>2636</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/S1352231097004470. doi:https: //doi.org/10.1016/S1352-
          <volume>2310</volume>
          (
          <issue>97</issue>
          )
          <fpage>00447</fpage>
          -
          <lpage>0</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Muda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Yassin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. N.</given-names>
            <surname>Sulaiman</surname>
          </string-name>
          ,
          <string-name>
            <surname>N. I. Udzir</surname>
          </string-name>
          ,
          <article-title>Intrusion detection based on k-means clustering and OneR classification</article-title>
          ,
          <source>in: 2011 7th International Conference on Information Assurance and Security (IAS)</source>
          ,
          <year>2011</year>
          , pp.
          <fpage>192</fpage>
          -
          <lpage>197</lpage>
          . doi:
          <volume>10</volume>
          .1109/ISIAS.
          <year>2011</year>
          .
          <volume>6122818</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rajput</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. P.</given-names>
            <surname>Aharwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dubey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saxena</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Raghuvanshi, J48 and JRIP rules for e-governance data</article-title>
          ,
          <source>International Journal of Computer Science and Security (IJCSS) 5</source>
          (
          <year>2011</year>
          )
          <fpage>201</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kalmegh</surname>
          </string-name>
          ,
          <article-title>Analysis of weka data mining algorithm reptree, simple cart and randomtree for classification of indian news</article-title>
          ,
          <source>International Journal of Innovative Science, Engineering &amp; Technology</source>
          <volume>2</volume>
          (
          <year>2015</year>
          )
          <fpage>438</fpage>
          -
          <lpage>446</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shevade</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Keerthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bhattacharyya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Murthy</surname>
          </string-name>
          ,
          <article-title>Improvements to the SMO algorithm for SVM regression</article-title>
          ,
          <source>IEEE Transactions on Neural Networks</source>
          <volume>11</volume>
          (
          <year>2000</year>
          )
          <fpage>1188</fpage>
          -
          <lpage>1193</lpage>
          . doi:
          <volume>10</volume>
          . 1109/72.870050.
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>R. P. G.</given-names>
            <surname>Collinson</surname>
          </string-name>
          ,
          <source>Autopilots and flight management systems</source>
          , Springer Netherlands, Dordrecht,
          <year>1996</year>
          , pp.
          <fpage>366</fpage>
          -
          <lpage>405</lpage>
          . URL: https://doi.org/10.1007/
          <fpage>978</fpage>
          -94-011-0007-
          <issue>6</issue>
          _8. doi:
          <volume>10</volume>
          . 1007/
          <fpage>978</fpage>
          -94-011-0007-
          <issue>6</issue>
          _
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>D.</given-names>
            <surname>Davidson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jellinek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ristenpart</surname>
          </string-name>
          ,
          <article-title>Controlling UAVs with Sensor Input Spoofing Attacks</article-title>
          ,
          <source>in: 10th USENIX Workshop on Ofensive Technologies (WOOT 16)</source>
          , USENIX Association, Austin, TX,
          <year>2016</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . URL: https://www.usenix.org/conference/ woot16/workshop-program/presentation/davidson.
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>N.</given-names>
            <surname>Carlini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barresi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Payer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Wagner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. R.</given-names>
            <surname>Gross</surname>
          </string-name>
          ,
          <string-name>
            <surname>Control-Flow Bending</surname>
          </string-name>
          :
          <article-title>On the Efectiveness of Control-Flow Integrity</article-title>
          ,
          <source>in: 24th USENIX Security Symposium (USENIX Security 15)</source>
          , USENIX Association, Washington, D.C.,
          <year>2015</year>
          , pp.
          <fpage>161</fpage>
          -
          <lpage>176</lpage>
          . URL: https://www. usenix.org/conference/usenixsecurity15/technical-sessions/presentation/carlini.
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>P.</given-names>
            <surname>Kocher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Horn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fogh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Genkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gruss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Haas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hamburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lipp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mangard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Prescher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schwarz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yarom</surname>
          </string-name>
          , Spectre Attacks:
          <article-title>Exploiting Speculative Execution</article-title>
          ,
          <source>in: 2019 IEEE Symposium on Security and Privacy (SP)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          . doi:
          <volume>10</volume>
          .1109/SP.
          <year>2019</year>
          .
          <volume>00002</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>O.</given-names>
            <surname>Mutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <source>RowHammer: A Retrospective</source>
          ,
          <year>2019</year>
          . arXiv:
          <year>1904</year>
          .09724.
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>P.</given-names>
            <surname>Jattke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Van Der Veen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Frigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gunter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Razavi</surname>
          </string-name>
          , BLACKSMITH:
          <article-title>Scalable Rowhammering in the Frequency Domain</article-title>
          ,
          <source>in: 2022 IEEE Symposium on Security and Privacy (SP)</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>716</fpage>
          -
          <lpage>734</lpage>
          . doi:
          <volume>10</volume>
          .1109/SP46214.
          <year>2022</year>
          .
          <volume>9833772</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <surname>J.-M. Dutertre</surname>
            , S. De Castro,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Sarafianos</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Boher</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Rouzeyre</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Lisart</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Damiens</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Candelier</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-L. Flottes</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Di</surname>
            <given-names>Natale</given-names>
          </string-name>
          ,
          <article-title>Laser attacks on integrated circuits: From CMOS to FD-SOI</article-title>
          ,
          <source>in: 2014 9th IEEE International Conference on Design &amp; Technology of Integrated Systems in Nanoscale Era (DTIS)</source>
          ,
          <year>2014</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . doi:
          <volume>10</volume>
          .1109/DTIS.
          <year>2014</year>
          .
          <volume>6850664</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>T.</given-names>
            <surname>Neubert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Vielhauer</surname>
          </string-name>
          ,
          <article-title>Kill Chain Attack Modelling for Hidden Channel Attack Scenarios in Industrial Control Systems</article-title>
          , IFAC-PapersOnLine
          <volume>53</volume>
          (
          <year>2020</year>
          )
          <fpage>11074</fpage>
          -
          <lpage>11080</lpage>
          . URL: https: //www.sciencedirect.com/science/article/pii/S2405896320305231. doi:https://doi.org/ 10.1016/j.ifacol.
          <year>2020</year>
          .
          <volume>12</volume>
          .246, 21st IFAC World Congress.
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hourbracq</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.-H.</given-names>
            <surname>Wuillemin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gonzales</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Baumard</surname>
          </string-name>
          ,
          <article-title>Apprentissage et sélection de réseaux bayésiens dynamiques pour les processus online non stationnaires</article-title>
          ,
          <source>Revue des Sciences et Technologies de l'Information - Série RIA : Revue d'Intelligence Artificielle</source>
          <volume>32</volume>
          (
          <year>2018</year>
          ) pp.
          <fpage>75</fpage>
          -
          <lpage>109</lpage>
          . URL: https://cnam.hal.science/hal-03228681.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>