<!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>BETH Dataset: Real Cybersecurity Data for Unsupervised Anomaly Detection Research</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Kate Highnam</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kai Arulkumaran</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zachary Hanif</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicholas R. Jennings</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Imperial College London</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Loughborough University</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>The Alan Turing Institute</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Maryland</institution>
          ,
          <addr-line>College Park</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <abstract>
        <p>We present the BETH cybersecurity dataset for anomaly detection and out-of-distribution analysis. With real “anomalies” collected using a novel low-level tracking system, our dataset contains over eight million data points tracking 23 hosts. Each host has captured benign activity and, at most, a single attack, enabling cleaner behavioural analysis. In addition to being one of the most modern and extensive cybersecurity datasets available, BETH enables the development of anomaly detection algorithms on heterogeneously-structured real-world data, with clear downstream applications. We give details on the data collection, suggestions on pre-processing, and analysis with initial anomaly detection benchmarks on a subset of the data.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Copyright © 2021 for this paper by its authors. Use permitted under Creative Commons</p>
      <p>License Attribution 4.0 International (CC BY 4.0).</p>
      <p>Proceedings of the Conference on Applied Machine Learning for Information Security, 2021
using a novel honeypot tracking system, our dataset has the following properties that make it
attractive for the development of robust ML methods: 1) at over eight million data points, this
is one of the largest cyber security datasets available; 2) it contains modern host activity and
attacks; 3) it is fully labelled (for verification); 4) it contains highly structured but heterogeneous
features; and 5) each host contains benign activity and at most a single malicious user, which
is ideal for behavioural analysis and other research tasks. In addition to the described dataset,
further data is currently being collected and analysed to add alternative attack vectors to the
dataset.</p>
      <p>
        There are several existing cybersecurity datasets commonly used in ML research: the KDD
Cup 1999 Data [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], the 1998 DARPA Intrusion Detection Evaluation Dataset [
        <xref ref-type="bibr" rid="ref10 ref14">11, 15</xref>
        ], the ISCX
IDS 2012 dataset [
        <xref ref-type="bibr" rid="ref28">29</xref>
        ], and the NSL-KDD dataset [
        <xref ref-type="bibr" rid="ref29">30</xref>
        ]. The KDD’99 data is an abstracted view
of network activity from the DAPRA’98 data; the NSL-KDD dataset is the same as the KDD’99
Data after, primarily, removing duplicates. Each includes millions of records of realistic activity
for enterprise applications, with labels for attacks or benign activity. The KDD1999, NSL-KDD,
and ISCX datasets contain network traffic, while the DARPA1998 dataset also includes limited
process calls. However, these datasets are at best almost a decade old, and are collected on
in-premise servers. In contrast, BETH contains modern host activity and activity collected from
cloud services, making it relevant for current real-world deployments. In addition, some datasets
include artificial user activity [
        <xref ref-type="bibr" rid="ref28">29</xref>
        ] while BETH contains only real activity. BETH is also one of
the few datasets to include both kernel-process and network logs, providing a holistic view of
malicious behaviour. Refer to Table 1 for further comparison between BETH and these other
cybersecurity datasets.
      </p>
      <p>
        This paper begins with a description of the data collection process and the relevance of
the available features. We then perform an analysis of the first set of kernel-level process logs
collected, including anomaly detection benchmarks2. Our benchmarks include both traditional
baselines [
        <xref ref-type="bibr" rid="ref15 ref25 ref27">26, 28, 16</xref>
        ], as well as a state-of-the-art deep-learning-based method [
        <xref ref-type="bibr" rid="ref20">21</xref>
        ]. In summary,
the isolation forest (iForest) [
        <xref ref-type="bibr" rid="ref15">16</xref>
        ] archives the highest area under the receiver operating
characteristic (AUROC) on the initial, labelled subset of our data. We believe the scale and range
of attacks available in our full dataset will pose a challenge for all current anomaly detection
methods.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>The BETH Dataset</title>
      <p>The BETH dataset currently represents 8,004,918 events collected over 23 stand-alone honeypots,
running for about five non-contiguous hours on a major cloud provider. For benchmarking and
discussion, we selected the initial subset of the process logs. This subset was further divided
into training, validation, and testing sets with a rough 60/20/20 split based on host, quantity
of logs generated, and the activity logged. Only the test set includes malicious activity, as
expected when training unsupervised anomaly detection models. Table 2 provides a summary
of the dataset, while Table 3 and Table 4 provide a description of the kernel-process and DNS
log features, respectively.</p>
      <p>In this section, we first detail the log collection methodology, followed by a description of
the overall dataset. The final subsection discusses potential research questions that could be
investigated using our dataset.
2.1</p>
      <sec id="sec-2-1">
        <title>Collection Methodology</title>
        <p>The challenge of crafting a honeypot is two-fold: make it tempting enough to infiltrate, and
track activity without being detected. The former is typically done by providing “free” resources
to an attacker, i.e., easily accessible computer power. Our implementation currently runs hosts
2https://github.com/jinxmirror13/BETH_Dataset_Analysis
d c
u u
o r 6 6 6 6 3
l t</p>
        <p>s
C a</p>
        <p>m
N o 6 6 6 6 3 h</p>
        <p>r c
e i n
l v e
p n b
e
r
u
t
r
f
n</p>
        <p>I
k
r t
o n
w e
t m
e n
im E
S
e o
K r</p>
        <p>P
l
a
i
t s
i t
in s
r o
se y r</p>
        <p>t u h 8 4 1 31 23
U i o f</p>
        <p>v o
e i 6 6 6 6 3 g
l t n
g c i #</p>
        <p>d
in A u</p>
        <p>l
S c t</p>
        <p>in se
d , b % % %</p>
        <p>s u 8 6 6 %
et ic go s .8 .5 .5 00
l f 6 6 6 1</p>
        <p>o 6 1 1
a f
e f
r a 3 3 3 3 6 s</p>
        <p>s
-c r ec %
e T o
R r</p>
        <p>p 8 8
le ssse l-reen ethng ,44316 ,76898 ,76898 ,7014 ,1940
n e k L 7 1 1 ,1 ,0
r c 3 6 6 6 3 1 8
,ed sseed secrdo secrdo slfow sseperdm secrdo iirttssecca settaaD iiranngT iiltaadoV isetngT sebtuoT ltaoT
t r r r r r S
z t m n n no co n h
e a p a
iS tS co ilo io il B io lc
o B il ill ilm G:1 ill rea
N G m m 2 18 m8 n</p>
        <p>e
4 2</p>
        <p>G
+
7</p>
        <p>&amp;</p>
        <p>]
] 9
e 11 ] ]0 [2
m [</p>
        <p>[8 [3 2
a 8 1
n m R N 99 99 D 02 H
irsao ecnh ithw seta 1PA 19D -DK ISD EBT
p b d ta R D SL X
m le e A K</p>
        <p>D</p>
        <p>D</p>
        <p>N C</p>
        <p>S</p>
        <p>I
:
2
e
l
b
a
T</p>
        <p>l
n a
t
timestamp Seconds since system boot
processId* Integer label for the process spawning this log
threadId Integer label for the thread spawning this log
parentProcessId* Parent’s integer label for the process spawning this log
userId* Login integer ID of user spawning this log
mountNamespace* Set mounting restrictions this process log works within
processName String command executed
hostName Name of host server
eventId* ID for the event generating this log
eventName Name of the event generating this log
argsNum* Length of args
returnValue* Value returned from this event log (usually 0)
stackAddresses memory values relevant to the process
args List of arguments passed to this process
sus Binary label as a suspicious event (1 is suspicious, 0 is not)
evil Binary label as a known malicious event (0 is benign, 1 is not)
with a single ssh vulnerability: any password will be accepted to login. This is enough to entrap
automated, naive SSH scanning and brute force methods. In the future we plan to deploy hosts
with other vulnerabilities, with which we hope to observe other attack vectors.</p>
        <p>
          To log activity in real time, each host runs Ubuntu 18.04 with a Docker container [
          <xref ref-type="bibr" rid="ref19">20</xref>
          ]. This
encapsulates our two-sensor monitoring system utilising the extended Berkeley Packet Filter
(eBPF) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] which runs isolated programs in a Linux kernel sandbox to directly monitor the
packets that it processes. Due to various checks and restrictions placed on the design of these
programs, they can be placed in a live kernel without needing to restart it. The eBPF enables
tracking of any user-level activity at pre-specified points.
        </p>
        <p>The first sensor is set to listen and exfiltrate relevant data packets resulting from internal
activity. In particular, this sensor tracks all Linux system calls to create, clone, and kill processes.
The second sensor logs network traffic, specifically DNS queries and responses from all processes
on the host machine, including those processes running within the hosted Docker containers.
When the desired packet appears, it is parsed out to pre-defined fields and then transmitted to
a collection server.</p>
        <p>These process and network data packets are gathered on a separate node hosting a message
queue server. Sensor clients connect to this server and transmit their individual data packets
as events occur, without batching. This allows the collection and re-transmission of data at an
atomic level. The data is then stored locally in two correlated files with respective logs, allowing
analysts to understand both local and network effects that occur jointly.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Dataset Characteristics</title>
        <p>The dataset is composed of two sensor logs: kernel-level process calls and network traffic. As the
initial benchmark subset only includes process logs, this section only covers these; a description
of the network logs can be found in Table 4.</p>
        <p>Each process call consists of 14 raw features and 2 labels, described in Table 3. These
largely contain categorical features with some containing large integers, necessitating further
processing. Thus, for our benchmarking, we converted several fields to binary variables based
on field expertise, as described in Appendix A. We note that this conversion process creates
more duplicates due to the removal of critical fields, such as processName and args, which have
no widely-accepted encoding scheme for any machine learning model to utilise. There are some
inherent duplicates which we keep within the dataset prior to conversion for the accuracy of real
logs and to not limit users of the data.</p>
        <p>Each record in the process logs and DNS logs was manually labelled suspicious (sus) or evil
to assist post-training analysis3. Logs marked suspicious indicate unusual activity or outliers in
the data distribution, such as an external userId with a systemd process4, infrequent daemon
process calls (e.g. acpid or accounts-daemon), or calls to close processes that we did not observe
as being started. Evil5 indicates a malicious external presence not inherent to the system, such
as a bash execution call to list the computer’s memory information, remove other users’ ssh
access, or un-tar an added file. Events marked evil are considered “out of distribution,” as they
are generated from a data distribution not seen during training.</p>
        <p>A subset of the kernel process logs were divided into a typical 60/20/20 split for training,
validation, and testing, based on the amount of activity recorded, and evil labels from each
host. As is typical in unsupervised anomaly detection, our training and validation sets are each
composed of logs generated from multiple hosts which only recorded activity from the OS and
cloud infrastructure management. Because there are no signs of infiltration in these process logs,
activity resulting from these hosts is considered benign and the events generated by the OS and
cloud infrastructure management to be “in-distribution”.</p>
        <p>Our initial testing dataset contains all activity on a single exploited host, including its
3These labels are provided from a single reviewer and should not be solely relied upon for industry systems.
4In the scope of our honeypot any external user traffic is suspicious, but some of these events were initiated
by the cloud provider.</p>
        <p>5We note that presence in this dataset does not constitute a “conviction”, as no real damage was done.
(a) Fitted on Training and transformed Testing
(b) Same as (a), coloured with evil labels</p>
        <p>OS and cloud infrastructure management. The first attack we logged is an attempt to setup
a botnet; more details are available in Appendix B. The full dataset contains other malicious
activity performed within our honeypots, including cryptomining and lateral movement (between
servers). These various attacks may also be compared to answer alternative research questions
with our data, as discussed in Subsection 2.3. As each exploited host only contains a single
staged attack, with no artificial noise in the benign activity, BETH is one of the cleanest cyber
security datasets available to distinguish between malicious and benign activity.</p>
        <p>
          As an initial investigation of the data, we visualised the (pre-processed) training and testing
datasets with uniform manifold approximation and projection (UMAP) [
          <xref ref-type="bibr" rid="ref18">19</xref>
          ]. UMAP was first
fitted to the training set before being used to project the testing set into the same space. As
can be seen in Figure 1, the data from both sets forms several large clusters in the centre,
surrounded by many smaller clusters, with both benign and malicious activity spread across the
entire space. The first image shows significant overlap between the training and testing sets. The
second image shows that evil events appear in distinct areas. This indicates that unsupervised
methods could potentially detect a large portion of the “anomalous” events.
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Research Questions</title>
        <p>
          The BETH dataset could answer other cyber security questions than just OoD analysis. Unlike
logs within real deployed systems that contain no labels for malicious events, our BETH dataset
contains (recently recorded) real data with labels. One use for this dataset would be to profile the
attacker or malware’s behaviour [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. For instance, the known evil events could form a unique
fingerprint, a method of uniquely identifying the tactic used by the attacker, to link an attack
to its family or appropriate resolution strategy [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. One could also use graph analysis of process
relationships to find malicious cliques [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], or use time series analysis of execution sequences to
profile process names (processName) on a modern OS. This latter topic is particularly interesting
as some attackers rename malicious processes to benign process names to trick systems into
running malicious code. The logs would present a benign process name, even if the arguments
or events were inconsistent with normal activity.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Anomaly Detection Baselines</title>
      <p>
        In this section, we provide anomaly detection benchmarks on our initial subset of logs. We chose
both standard anomaly detection baselines [
        <xref ref-type="bibr" rid="ref22 ref31">23, 32</xref>
        ], which includes robust covariance [
        <xref ref-type="bibr" rid="ref25">26</xref>
        ],
oneclass support vector machine (SVM) [
        <xref ref-type="bibr" rid="ref27">28</xref>
        ] and iForest [
        <xref ref-type="bibr" rid="ref15">16</xref>
        ], as well as density of states estimation
(DoSE) [
        <xref ref-type="bibr" rid="ref20">21</xref>
        ], which is based on deep generative models. As per [
        <xref ref-type="bibr" rid="ref20">21</xref>
        ], we report AUROC, using
an ensemble of 5 models for each method.
      </p>
      <p>
        Robust covariance [
        <xref ref-type="bibr" rid="ref25">26</xref>
        ] fits an “ellipsoid with the smallest volume or with the smallest
covariance determinant” [
        <xref ref-type="bibr" rid="ref23">24</xref>
        ] around the central data points; the tightness is controlled assuming
a given level of contamination with anomalies (which we set to 0:05). The anomalies are then
scored using the Mahalanobis distance. Similarly, the one-class SVM fits a hyperplane to
discriminate between the support of the in-distribution data and OoD data [
        <xref ref-type="bibr" rid="ref27">28</xref>
        ]. As kernelised SVMs
scale with O(N 2) and our data subsets are substantial in size, we instead utilised scikit-learn’s
linear SVM with stochastic gradient descent, after whitening the data. In contrast to the other
methods, the iForest [
        <xref ref-type="bibr" rid="ref15">16</xref>
        ] tries to characterise anomalous points in the data distribution using
an ensemble of “isolation trees”.
      </p>
      <p>
        Given the scale of the dataset, we also considered DL-based OoD detection methods. In
particular, DoSE uses summary statistics (such as the log-likelihood or posterior entropy),
calculated over the training set by a trained generative model, in order to characterise the “typical
set”. In our work we train a variational autoencoder (VAE) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], consisting of two 2-layer neural
networks with 64 hidden units and ReLU activation functions for the encoder and decoder. The
first layer of the encoder concatenates learned embeddings of all input features. The final layer
of the decoder outputs a set of logits for categorical distributions for all features. We use a
2D latent representation. Each VAE is trained using the AdamW optimiser [
        <xref ref-type="bibr" rid="ref17">18</xref>
        ] with learning
rate 0.003 and a weight decay of 0.1; early stopping was used with the validation loss. We
picked the hidden size 2 f64; 128; 256g, learning rate 2 f0:003; 0:0003; 0:00003g, and weight
decay 2 f0; 0:01; 0:1g, using a grid search on the validation loss. Other than modelling the
observations as a product of categorical distributions, our setup is largely the same as the original
paper [
        <xref ref-type="bibr" rid="ref20">21</xref>
        ]. However, due to the size of the training set, we were only able to use DoSE with a
linear one-class SVM trained using SGD (as opposed to a kernel SVM).
      </p>
      <p>As seen in Table 5, the iForest performs best at differentiating sus events from the benign
in our testing dataset. We attribute this to the small set of discrete features available and the
conspicuous nature of the attack. DL-based models are less competitive on these sets of features,
but have the potential to deal with more raw categorical and even text-based features, which
we hope to explore in future work. Finally, we note that imbalanced labelling, summarised in
Table 6, necessitates further investigation of what each model predicts is benign or not.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>In this paper, we present our BETH cybersecurity dataset for anomaly detection and OoD
analysis. The data was sourced from our novel honeypot tracking system recording both
kernellevel process events and DNS network traffic. It contains real-world attacks in the presence of
benign modern OS and cloud provider traffic, without the added complexity of noisy artificial
user activity. This cleanliness is ideal for OoD analysis, such that each host in the dataset
only contains one or two data-generating distributions. We also include baselines for anomaly
detection trained on a subset of the BETH dataset: robust covariance, one-class SVM, iForest,
and DoSE-SVM (with a VAE).</p>
      <p>For future work, we plan to collect and publish more attacks for alternative testing datasets.
This will also allow investigations in comparing attacks or perhaps testing in a continual learning
setting.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgements</title>
      <p>We are thankful for the many incredible academics who supported this work. Dr. Arinbjörn
Kolbeinsson inspired the included UMAP visualisations. Professor Sergio Maffeis provided
incredible advise on the presentation and edits to the paper. Also, thank you to the reviewers for
their positive feedback.</p>
      <p>This work was also supported by The Alan Turing Institute, during an author’s
participation in the Turing Enrichment Program (October 2021 - June 2022), under the EPSRC grant
EP/N510129/1.</p>
      <p>arXiv preprint
[10] A. Krizhevsky, V. Nair, and G. Hinton. Cifar-10 (canadian institute for advanced research).</p>
      <p>URL http://www.cs.toronto.edu/~kriz/cifar.html.</p>
      <p>A</p>
    </sec>
    <sec id="sec-6">
      <title>Pre-Processing</title>
      <p>In this section, we provide more details on the raw features in the dataset, as well as
preprocessing suggestions, which we used in our baselines:</p>
      <p>timestamp: We left this field out to consider the dataset as a sample from a distribution
rather than time series. We recommend using the values as they are or also leave them out,
depending on the method chosen.</p>
      <p>processId: Process IDs 0, 1, and 2 are meaningful since these are always values used by the
OS, but otherwise a random number is assigned to the process upon creation. We recommend
replacing processId with a binary variable indicating whether or not processID is 0, 1, or 2.</p>
      <p>threadId: While this value did not appear useful in our analysis, it might suggest how to
link process calls if obfuscated in the system. No conversion is recommended at this time.
parentProcessId: Same as processId, the same mapping to a binary variable should suffice.
userId: The default in Linux systems is to assign OS activity to some number below 1000
(typically 0). As users login, they are assigned IDs starting at 1000, incrementally. This can be
altered by a user, but none of the current logs gave evidence an attacker did this. We used a
binary variable to indicate userId &lt; 1000 or userId 1000. Alternatively, one could use an
ordinal mapping that buckets all userId &lt; 1000 at zero and then increment upwards for each
new user. Also, no more than four logins were viewed per host in our current datasets.</p>
      <p>mountNamespace: This field is somewhat consistent across our hosts and determines the
access a certain process has to various mount points. The most common value for this feature is
4026531840 or 0xF0000000, which is for the mnt/ directory where all manually mounted points
are linked. It is noted that all logs with userId 1000 had a mountNamespace of 4026531840,
while some OS userId traffic used different mountNamespace values. We converted this feature
into a binary mapping for whether or not mountNamespace = 4026531840.</p>
      <p>processName: This is a string field of variable length (ranging from one to fifteen characters).
When manually analysing the data, this was a critical field in conjunction with the eventName.</p>
      <p>For our baselines, we refrained from utilising this, although the model should be given an
encoding of this using a hash or ability to learn a useful encoding on its own. It is noted
that attackers can easily change the processName to override a benign one so their traffic looks
regular. This was not observed within the current dataset.</p>
      <p>hostName: This field is useful for grouping the dataset into related subsets of data generated
from the same honeypot. The name of the host name does not transfer between the model
development subsets described in this paper.</p>
      <p>eventId: Linux systems assign an integer corresponding to the eventName. We include this
field as-is for our benchmarks.</p>
      <p>eventName: Event names uniquely map to eventId, so we drop it from training.
argsNum: This raw feature is included as-is, since, at this time, adequately parsing args
requires either more sophisticated pre-processing or a more complex ML model.</p>
      <p>returnValue: This is also called the exit status and can be used to determine whether a
call completed successfully or not. Mappings for this can vary, as this value is decided between
the parent and child process. We mapped returnValue into three values based on the common
usage of the field: -1 when negative (error), 0 when zero (success), and 1 when positive (success
and signalling something to the parent process).</p>
      <p>stackAddresses: It is difficult to clearly relate this feature during manual analysis and the
large values within a variable size list make processing automatically difficult without encoding
or learning an extra embedding. Thus this field was dropped from training our baselines.</p>
      <p>args: There are many options in this variable list of dictionaries. For simplicity, we refrain
from utilising any of these values. However, more features can and should be created for future
work.</p>
      <p>Finally, BETH contains two binary, manually-labelled flags: sus and evil. Examples and
the explanation of how these labels were created are detailed in Section 2.2. A breakdown of
these labels within the subsets for model development is given in Table 6.</p>
    </sec>
    <sec id="sec-7">
      <title>Testing Dataset Details</title>
      <p>This testing dataset was extracted from a single honeypot. The overall attack appears to be
instantiating a botnet node. The timeline of the events recorded is provided in Figure 2; this is
the typical attack pattern. The server is initially accessed, it may run a few setup operations
in the environment to send some details to its Command and Control (C2) for a customised
attack, it sleeps for a while, intermittently checks in with the C2 or a clock, and then launches
its attack until complete.</p>
      <p>In this case, the honeypot is first accessed at around 411 seconds from booting. Several
thousand lines are then recorded in the process logs denoting the setup of the new user profile.
This happens within milliseconds; these are detailed logs of everything the OS does during the
short pause before the terminal opens for user entry when ssh-ing into a server. This user then
sleeps, pausing all user activity for some number of seconds. This appears to happen at random
intervals—a more sophisticated technique than using consistent intervals—of which the latter
would give a clear signature of automated activity.</p>
      <p>After a few minutes, it sets up an SFTP server to download a file called dota3.tar.gz
(known botnet malware) and scopes out the system using common commands such as whoami,
ls, and cat /proc/cpuinfo. After about 7.5 minutes, it unpacks the dota3.tar.gz and runs
over a hundred threads, all attempting to connect with different servers.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>D.</given-names>
            <surname>Brumley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Caballero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Newsome</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Song</surname>
          </string-name>
          .
          <article-title>Towards automatic discovery of deviations in binary implementations with applications to error detection and fingerprint generation</article-title>
          .
          <source>In USENIX Security Symposium, page 15</source>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Islam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Haswell</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Bridges</surname>
          </string-name>
          .
          <article-title>Automated ransomware behavior analysis: Pattern extraction and early detection</article-title>
          .
          <source>In International Conference on Science of Cyber Security</source>
          , pages
          <fpage>199</fpage>
          -
          <lpage>214</lpage>
          . Springer,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Cohen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Afshar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tapson</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <surname>A. Van Schaik. Emnist:</surname>
          </string-name>
          <article-title>Extending mnist to handwritten letters</article-title>
          .
          <source>In 2017 International Joint Conference on Neural Networks (IJCNN)</source>
          , pages
          <fpage>2921</fpage>
          -
          <lpage>2926</lpage>
          . IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Elhadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Maarof</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Osman</surname>
          </string-name>
          .
          <article-title>Malware detection based on hybrid signature behaviour application programming interface call graph</article-title>
          .
          <source>American Journal of Applied Sciences</source>
          ,
          <volume>9</volume>
          (
          <issue>3</issue>
          ):
          <fpage>283</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>B. Gregg.</surname>
          </string-name>
          <article-title>BPF Performance Tools: Linux System and Application Observability</article-title>
          .
          <source>AddisonWesley Professional, 1st edition</source>
          ,
          <year>2019</year>
          . ISBN 0136554822.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hendrycks</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Dietterich</surname>
          </string-name>
          .
          <article-title>Benchmarking neural network robustness to common corruptions and perturbations</article-title>
          .
          <source>Proceedings of the International Conference on Learning Representations</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hendrycks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Wallace</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dziedzic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Krishnan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Song</surname>
          </string-name>
          .
          <article-title>Pretrained transformers improve out-of-distribution robustness</article-title>
          .
          <source>arXiv preprint arXiv:2004.06100</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hettich</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bay</surname>
          </string-name>
          .
          <article-title>The uci kdd archive</article-title>
          [http://kdd. ics. uci. edu]. irvine, ca: University of california.
          <source>Department of Information and Computer Science</source>
          ,
          <volume>152</volume>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Kingma</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Welling</surname>
          </string-name>
          . arXiv:
          <volume>1312</volume>
          .6114,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Labs</surname>
          </string-name>
          .
          <source>1998 darpa intrusion detection evaluation dataset</source>
          ,
          <year>1998</year>
          . URL https://www. ll.mit.edu/r-d/datasets/1998-darpa
          <article-title>-intrusion-detection-evaluation-dataset.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>K.</given-names>
            <surname>Lang</surname>
          </string-name>
          . Newsweeder:
          <article-title>Learning to filter netnews</article-title>
          .
          <source>In Machine Learning Proceedings</source>
          <year>1995</year>
          , pages
          <fpage>331</fpage>
          -
          <lpage>339</lpage>
          . Elsevier,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Y.</given-names>
            <surname>LeCun</surname>
          </string-name>
          , L. Bottou,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Haffner</surname>
          </string-name>
          .
          <article-title>Gradient-based learning applied to document recognition</article-title>
          .
          <source>Proceedings of the IEEE</source>
          ,
          <volume>86</volume>
          (
          <issue>11</issue>
          ):
          <fpage>2278</fpage>
          -
          <lpage>2324</lpage>
          ,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>D. D.</given-names>
            <surname>Lewis</surname>
          </string-name>
          . Reuters-21578
          <source>text categorization collection data set</source>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R. P.</given-names>
            <surname>Lippmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Fried</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Graf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Haines</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Kendall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>McClung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Weber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Webster</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Wyschogrod</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Cunningham</surname>
          </string-name>
          , et al.
          <article-title>Evaluating intrusion detection systems: The 1998 darpa off-line intrusion detection evaluation</article-title>
          .
          <source>In Proceedings DARPA Information Survivability Conference and Exposition. DISCEX'00</source>
          , volume
          <volume>2</volume>
          , pages
          <fpage>12</fpage>
          -
          <lpage>26</lpage>
          . IEEE,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>F. T.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. M.</given-names>
            <surname>Ting</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Z.-H.</given-names>
            <surname>Zhou</surname>
          </string-name>
          .
          <article-title>Isolation forest</article-title>
          . In 2008 eighth ieee international
          <source>conference on data mining</source>
          , pages
          <fpage>413</fpage>
          -
          <lpage>422</lpage>
          . IEEE,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Tang</surname>
          </string-name>
          .
          <article-title>Deep learning face attributes in the wild</article-title>
          .
          <source>In Proceedings of International Conference on Computer Vision</source>
          (ICCV),
          <year>December 2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>I.</given-names>
            <surname>Loshchilov</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Hutter</surname>
          </string-name>
          .
          <article-title>Fixing weight decay regularization in adam</article-title>
          .
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>L.</given-names>
            <surname>McInnes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Healy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Melville</surname>
          </string-name>
          . Umap:
          <article-title>Uniform manifold approximation and projection for dimension reduction</article-title>
          ,
          <year>2018</year>
          . URL http://arxiv.org/abs/
          <year>1802</year>
          .03426. cite arxiv:
          <year>1802</year>
          .03426Comment: Reference implementation available at http://github.com/lmcinnes/umap.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>D.</given-names>
            <surname>Merkel</surname>
          </string-name>
          .
          <article-title>Docker: lightweight linux containers for consistent development and deployment</article-title>
          .
          <source>Linux journal</source>
          ,
          <year>2014</year>
          (
          <volume>239</volume>
          ):
          <fpage>2</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>W.</given-names>
            <surname>Morningstar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gallagher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lakshminarayanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alemi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Dillon</surname>
          </string-name>
          .
          <article-title>Density of states estimation for out of distribution detection</article-title>
          .
          <source>In International Conference on Artificial Intelligence and Statistics</source>
          , pages
          <fpage>3232</fpage>
          -
          <lpage>3240</lpage>
          . PMLR,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ovadia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Fertig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Nado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Sculley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Nowozin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. V.</given-names>
            <surname>Dillon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Lakshminarayanan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Snoek</surname>
          </string-name>
          .
          <article-title>Can you trust your model's uncertainty? evaluating predictive uncertainty under dataset shift</article-title>
          .
          <source>arXiv preprint arXiv:1906.02530</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>F.</given-names>
            <surname>Pedregosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Varoquaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gramfort</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Michel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Thirion</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Grisel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Blondel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Prettenhofer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Dubourg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Vanderplas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Passos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cournapeau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Brucher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Perrot</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Duchesnay</surname>
          </string-name>
          .
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>12</volume>
          :
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>D.</given-names>
            <surname>Peña</surname>
          </string-name>
          and
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Prieto</surname>
          </string-name>
          .
          <article-title>Multivariate outlier detection and robust covariance matrix estimation</article-title>
          .
          <source>Technometrics</source>
          ,
          <volume>43</volume>
          (
          <issue>3</issue>
          ):
          <fpage>286</fpage>
          -
          <lpage>310</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ring</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wunderlich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Scheuring</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Landes</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Hotho</surname>
          </string-name>
          .
          <article-title>A survey of network-based intrusion detection data sets</article-title>
          .
          <source>Computers &amp; Security</source>
          ,
          <volume>86</volume>
          :
          <fpage>147</fpage>
          -
          <lpage>167</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Rousseeuw</surname>
          </string-name>
          .
          <article-title>Least median of squares regression</article-title>
          .
          <source>Journal of the American statistical association</source>
          ,
          <volume>79</volume>
          (
          <issue>388</issue>
          ):
          <fpage>871</fpage>
          -
          <lpage>880</lpage>
          ,
          <year>1984</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>O.</given-names>
            <surname>Russakovsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Krause</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Satheesh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karpathy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khosla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. C.</given-names>
            <surname>Berg</surname>
          </string-name>
          , and L.
          <string-name>
            <surname>Fei-Fei. ImageNet Large Scale Visual Recognition Challenge</surname>
          </string-name>
          .
          <source>International Journal of Computer Vision (IJCV)</source>
          ,
          <volume>115</volume>
          (
          <issue>3</issue>
          ):
          <fpage>211</fpage>
          -
          <lpage>252</lpage>
          ,
          <year>2015</year>
          . doi:
          <volume>10</volume>
          .1007/s11263-015-0816-y.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>B.</given-names>
            <surname>Schölkopf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. C.</given-names>
            <surname>Platt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shawe-Taylor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Smola</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Williamson</surname>
          </string-name>
          .
          <article-title>Estimating the support of a high-dimensional distribution</article-title>
          .
          <source>Neural computation</source>
          ,
          <volume>13</volume>
          (
          <issue>7</issue>
          ):
          <fpage>1443</fpage>
          -
          <lpage>1471</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>A.</given-names>
            <surname>Shiravi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Shiravi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tavallaee</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Ghorbani</surname>
          </string-name>
          .
          <article-title>Toward developing a systematic approach to generate benchmark datasets for intrusion detection</article-title>
          .
          <source>Computers &amp; Security</source>
          ,
          <volume>31</volume>
          (
          <issue>3</issue>
          ):
          <fpage>357</fpage>
          -
          <lpage>374</lpage>
          ,
          <year>2012</year>
          . ISSN 0167-
          <fpage>4048</fpage>
          . doi: https://doi.org/10.1016/j.cose.
          <year>2011</year>
          .
          <volume>12</volume>
          .012. URL https://www.sciencedirect.com/science/article/pii/S0167404811001672.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>M.</given-names>
            <surname>Tavallaee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Bagheri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Ghorbani</surname>
          </string-name>
          .
          <article-title>A detailed analysis of the kdd cup 99 data set</article-title>
          .
          <source>In 2009 IEEE symposium on computational intelligence for security and defense applications</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>H.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Rasul</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Vollgraf</surname>
          </string-name>
          .
          <article-title>Fashion-mnist: a novel image dataset for benchmarking machine learning algorithms</article-title>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>S. W.</given-names>
            <surname>Yahaya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lotfi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Mahmud</surname>
          </string-name>
          .
          <article-title>Towards a data-driven adaptive anomaly detection system for human activity</article-title>
          .
          <source>Pattern Recognition Letters</source>
          ,
          <volume>145</volume>
          :
          <fpage>200</fpage>
          -
          <lpage>207</lpage>
          ,
          <year>2021</year>
          . ISSN 0167-
          <fpage>8655</fpage>
          . doi: https://doi.org/10.1016/j.patrec.
          <year>2021</year>
          .
          <volume>02</volume>
          .006. URL https://www. sciencedirect.com/science/article/pii/S0167865521000611.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>