<!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>The Internet of Things (IoT): Computational Modeling in Congested and Contested Environments</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nandi O. Leslie</string-name>
          <email>Nandi.O.Leslie.Ctr@mail.mil</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anthony Martone</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Weisman</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Powder Mill Rd</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Adelphi</institution>
          ,
          <addr-line>MD 20783</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>U.S. Army Research Laboratory, Adelphi Laboratory Center</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The breadth and magnitude of the challenges facing computation for human-cyber-physical systems-examples include Internet of Things (IoT) and Internet of Battle Things (IoBT) (Kott et al., 2016)-is staggering. According to CISCO, there will be over 500 billion entities in an IoT environment by 2030 (CISCO, 2016). Many of these entities were previously unidentified as requiring networked communications (Trappe et al., 2015), and network security and system resilience concepts have often been excluded from their system design (Kott et al., 2016). On the battlefield, future warfighter operations and missions will rely more heavily on networked devices designed with autonomous cognitive decision-making capabilities to perform a broad range of tasks, including cognitive sensing, communicating with human warfighters, conducting operations in congested environments, and securely processing and communicating data to other autonomous agents (Adler et al., 2016; Kott et al., 2016). Furthermore, the modeling challenges related to autonomous cyber defense of IoT and IoBT1 in contested and congested environments are complex. That is, the confidentiality, integrity and availability of IoT data combined with proper device functioning-this process is a key aspect of cyber resilience-can each be manipulated by a skilled adversary. Specifically, intrusion detection plays a key role IoT security and resilience: enhancing cyber systems for IoT in regularly congested environments so that the systems autonomously switch functionalities is a rich research area. Detecting cyberattacks that leverage novel methods to exploit previously unidentified (i.e., “zero-day” attacks) is infeasible with signature-based detection models for intrusion prevention or detection systems (IPS/IDS). Here, we narrow our focus to some of the modeling challenges related resilient wireless communications for connected the radio frequency (RF) sensors in contested and congested environments. In this paper, we propose a framework for an autonomous cyber defense agent (ACDA) to enhance intrusion detection for IoT which, in addition to cybersecurity quantification, directly impacts cyber-risk and resilience assessments. This notional agent acts in a mediatory role between the entities in the IoT and some host: monitoring the network traffic with distributed or centralized network controls, preventing cyberattacks with IPS such as firewalls, and detecting anomalous and malicious traffic with anomaly-based, semi-supervised, and unsupervised learning algorithms. For example, the Routing Protocol for Low-Power and Lossy Networks (RPL) is a standard routing protocol for the IoT, and it is known that wireless sensor networks (WSN) using IPv6 over Low-powered Wireless Personal Area Networks (6LoWPAN)-entities, such as cognitive RF sensors-are vulnerable to cyberattacks originating on the Internet and from within the network (Raza et al., 2013). Motivated by Raza et al. (2013), we define a notional framework for an ACDA (see Figure 1) that places an IDS in the router and lightweight IDS modules (Yu and Leslie, 2017) on the entities in the network. Using a semi-supervised learning model, we show that an IDS can effectively detect botnet traffic for the datasets considered that the algorithm has not previously detected. This is critical for our understanding of the applicability of anomaly-based detection algorithms in IDS deployed in an IoBT environment. 1 For the remainder of this paper, we will use the acronym IoT, if IoT, IoBT, or industrial IoT can be used interchangeably.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>IoBT in Contested Environments: Cybersecurity Modeling</title>
      <p>
        In a contested environment, IoT security requires successful autonomous cyber defense which is in part
characterized by detecting cyberattacks and protecting against them. Similarly, network intrusion detection
systems (NIDS) and related algorithms, of necessity, must be fast, of low computational complexity, and have
some degree of autonomy with advanced cognition, where decision-making normally reserved for human
analysts is automatically performed by IoT NIDS
        <xref ref-type="bibr" rid="ref10 ref10 ref13 ref3 ref4">(Kott et al., 2016; Shearer et al., 2017; Yu and Leslie, 2017)</xref>
        .
One of the simplest unsupervised learning algorithms is the k-means algorithm (Lloyd, 1982)—it has several
successful applications to anomaly detection models in NIDS for large-scale enterprise networks
        <xref ref-type="bibr" rid="ref12">(Wang &amp;
Paschalidis, 2015)</xref>
        —and machine learning models with similar properties will be critical to IoT and IoBT
operations in adversarial environments
        <xref ref-type="bibr" rid="ref2 ref9">(Chang et al., 2013; Raza et al., 2013; Kott et al., 2016)</xref>
        . The k-means
algorithm is a clustering algorithm characterized by two iterative steps that produce a Voronoi tessellation of the
feature space: (i) assign training examples to closest centroid; and (ii) (re)compute the mean of each centroid
which is the mean of the training examples assigned to it. Because the k-means algorithm is very simple and
many of its implementation challenges are shared among other unsupervised learning algorithms, we use
kmeans as a representative for anomaly-based detection models in NIDS to stage our discussion of IoT security
modeling, namely, whether the challenges of cyber security and resilience modeling for large-scale networks
have parallels in IoT and IoBT. For example, anomaly-based detection models tend to have high false positive
rates (often misclassifying normal activity as an attack), and signature-based NIDS tend to have high false
negative rates (misclassifying actual attacks).
      </p>
      <p>Host</p>
      <p>Router IDS</p>
      <p>
        Secure communications needed
We further explore these modeling challenges with the Czech Technical University (CTU)-13 botnet packet
capture (pcap) scenarios which provide a labeled, real dataset with background, normal, and malicious traffic,
where each of the thirteen pcap scenarios is characterized by a unique type of botnet (Garcia et al., 2014). In
this study, we focus on three of the thirteen CTU-13 botnet scenarios (see Table 1 for some details about
CTU13 scenarios), where each of the scenarios is a different type of distributed denial of service (DDoS) attack: IDs
4, 10, and 11 (Gu et al., 2008).
UDP
4.75
5,180,852
ICMP
0.26
40,836
We implement a semi-supervised learning algorithm for a NIDS based on the k-means algorithm, where we use
the labels from the training set only in the centroid initialization phase of the algorithm—this centroid
initialization phase occurs before the two main iterative steps of this nearest neighbor model. In addition, prior
to model implementation, we pre-process the IP flow data and characterize each example by the following nine
categorical and quantitative features: duration (in hours), protocols (e.g., TCP, UDP), server IP address, server
port, client IP address, client port, total number of packets, total bytes, and number of client bytes. Additional
pre-processing steps are converting categorical features to quantitative features with one-hot encoding (Garcia
et al., 2014), and then standardizing the feature space. We follow by performing principal component analysis
(PCA) for dimension reduction of the feature space such that 99% of the variance is explained by the principal
components resulting in as much as a 20-dimensional feature space for CTU-13 Scenario ID 11. Using 4-fold
cross validation, we present the k-means prediction performance results for the testing dataset in Table 2, where
k = 2 for the normal and malicious clusters.
0.26
0.0
Although our semi-supervised modeling approach for an ACDA is very simple, we are able to detect cyber
intrusions with success (see Table 2 for prediction performance results), where FPR is 0.0 for scenario ID 4 and
accuracy is above 0.97 for each botnet scenario considered. Nonetheless, modeling challenges exist even for
detecting these botnets with DDoS attack which are masked by high accuracy results and low FPR (see Table
2). Low recall results can be detrimental to IoBT mission success for botnet scenario ID 4 (see Table 2)
indicating a high number of false negatives. NIDS prediction performance must be prioritized to match IoBT
mission needs. In addition, IoBT security must operate efficiently to secure mobile ad hoc networks
(MANETs) and ensure that the computational resource utilization constraints are met
        <xref ref-type="bibr" rid="ref10 ref13 ref2 ref3 ref4">(Chang et al., 2013; Leslie
et al., 2017 b)</xref>
        .
      </p>
      <p>IoBT in Congested Environments: Cognitive Sensor Spectrum Sharing
IoBT security and resilience challenges are multi-faceted—its sensors and communications are interactive,
adaptive, dynamically-configured, and goal-driven. These challenges include effectively and efficiently
operating in a congested environment to develop situational awareness by collecting and refining data (Kott et
al., 2016). The technology needed to develop situational awareness for sensors is an ongoing research
challenge that has been given much attention from the RF sensor community in the application areas of
cognitive radio and cognitive radar (Martone, 2014). Fueled by the ever-growing wireless communication
industry and its need for more frequency bandwidth, regulatory institutions [such as the Federal
Communications Commission (FCC)] are motivated to explore new spectrum access technologies (FCC, 2013;
FCC, 2015). These technologies would allow radio and communications systems to effectively share the
frequency spectrum and mitigate mutual RF interference. This technology is necessary for “blue force” radar
and communication systems to coexist within the IoBT.</p>
      <p>
        An enabling radar technology that could be leveraged for communication system spectrum sharing is the
spectrum sensing, multi-objective optimization (SS-MO) technique
        <xref ref-type="bibr" rid="ref5 ref6">(Martone et al., 2015 a)</xref>
        . SS-MO is a
bandwidth sharing approach, where the radar attempts to identify a sub-band (or channel), within an overall
frequency band of interest, by passively sensing the electromagnetic spectrum. The goal of SS-MO is to
simultaneously maximize radar performance while mitigating mutual interference. To maximize performance
SS-MO uses multi-objective optimization to jointly maximize bandwidth and signal to interference plus noise
(SINR) ratio. A maximum radar bandwidth is required to preserve radar range resolution and resolve closely
spaced targets. SS-MO has been shown to significantly increase SINR
        <xref ref-type="bibr" rid="ref5 ref6 ref7">(Martone et al., 2015 a; Martone et al.,
2016)</xref>
        , mitigate range sidelobes
        <xref ref-type="bibr" rid="ref5 ref6">(Martone et al., 2015 b)</xref>
        , and effectively share the frequency spectrum with
communication systems
        <xref ref-type="bibr" rid="ref8">(Martone et al., 2017)</xref>
        .
      </p>
    </sec>
    <sec id="sec-2">
      <title>Conclusion</title>
      <p>
        Central to the task of an ACDA is defending mission-critical IoBT assets operating in a contested and/or
congested environment so that they are secure and resilient—that is, able to recover from attacks to the physical
and cyber environments. Furthermore, to promote IoT security and situational understanding, the risks of
cyber-attacks must be assessed with predictive computational modeling
        <xref ref-type="bibr" rid="ref10 ref13 ref3 ref4">(Leslie et al., 2017 b)</xref>
        . To communicate
and collaborate on the battlefield and ensure cyber situational awareness and understanding for IoBT entities
(e.g., cognitive RF sensors), enabling technologies and cognitive techniques (such as SS-MO), provide
spectrum access for RF sensors and optimized performance in congested electromagnetic environments.
Researchers will need to continue to fuse these existing technologies with intrusion detection for cyber-risk,
security, and resilience modeling for IoBT.
      </p>
      <sec id="sec-2-1">
        <title>CISCO (2016, June). The Internet of things [web blog post]. Retrieved from</title>
        <p>https://www.cisco.com/c/dam/en/us/products/collateral/se/internet-of-things/at-a-glance-c45731471.pdf.</p>
        <p>Eskin, E., Arnold, A., Prerau, M., Portnoy, L., &amp; Stolfo, S. (2002). A geometric framework for unsupervised
anomaly detection: Detecting intrusions in unlabeled data. Applications of data mining in computer
security, 6, 77-102.</p>
        <p>Federal Communication Commission. (2003, December). Facilitating opportunities for flexible, efficient, and
reliable spectrum use employing cognitive radio technologies (No. FCC 03-322). Washington, DC:
FCC.</p>
        <p>Federal Communication Commission. (2015, April). Amendment of the commission’s rules with regard to
commercial operations in the 3550-3650 MHz band (No. FCC 15-47). Washington, DC: FCC.
Garcia, S., Grill, M., Stiborek, J., &amp; Zunino, A. (2014). An empirical comparison of botnet detection methods.</p>
        <p>Computers &amp; security, 45, 100-123.</p>
        <p>Gu, G., Perdisci, R., Zhang, J., &amp; Lee, W. (2008, July). BotMiner: Clustering Analysis of Network Traffic for
Protocol-and Structure-Independent Botnet Detection. In USENIX security symposium (Vol. 5, No. 2,
pp. 139-154).</p>
        <p>Kott, A., Swami, A., &amp; West, B. J. (2016). The Internet of Battle Things. Computer, 49(12), 70-75.</p>
        <p>Lloyd, S. (1982). Least squares quantization in PCM. IEEE transactions on information theory, 28(2), 129-137.</p>
      </sec>
      <sec id="sec-2-2">
        <title>Martone, A. F. (2014). Cognitive radar demystified. URSI Bulletin, (350), 10-22. Martone, A. F., Gallagher, K. A., Sherbondy, K. D., Ranney, K. I., Dogaru, T. V., Mazzaro, G. J., &amp; Narayanan, R. M. (2015 a). Adaptable bandwidth for harmonic step-frequency radar.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Adler</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dietlein</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hedden</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martone</surname>
            , A., Mitchell,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaghloul</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Govoni</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          (
          <year>2016</year>
          , May).
          <article-title>Trends in radar: a US Army Research Laboratory perspective</article-title>
          .
          <source>In SPIE Defense+ Security</source>
          (pp.
          <year>98290U98290U</year>
          ).
          <source>International Society for Optics and Photonics.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>R. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harang</surname>
            ,
            <given-names>R. E.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Payer</surname>
            ,
            <given-names>G. S.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Extremely lightweight intrusion detection (ELIDe) (No. ARL-CR-</article-title>
          0730).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Leslie</surname>
            ,
            <given-names>N. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harang</surname>
            ,
            <given-names>R. E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knachel</surname>
            ,
            <given-names>L. P.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Kott</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2017</year>
          a).
          <article-title>Statistical models for the number of successful cyber intrusions</article-title>
          .
          <source>The Journal of Defense Modeling and Simulation: Applications</source>
          , Methodology, and Technology, DOI: 10.1177/1548512917715342.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Leslie</surname>
            ,
            <given-names>N. O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marvel</surname>
            ,
            <given-names>L. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Edwards</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Comroe</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shearer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Knachel</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2017</year>
          b).
          <article-title>Modeling approaches for intrusion detection and prevention system return on investment</article-title>
          .
          <source>In SPIE Defense+ Security</source>
          (pp.
          <fpage>1018502</fpage>
          -
          <lpage>1018502</lpage>
          ).
          <source>International Society for Optics and Photonics.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Martone</surname>
            ,
            <given-names>A. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gallagher</surname>
            ,
            <given-names>K. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sherbondy</surname>
            ,
            <given-names>K. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranney</surname>
            ,
            <given-names>K. I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dogaru</surname>
            ,
            <given-names>T. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mazzaro</surname>
            ,
            <given-names>G. J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Narayanan</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          (
          <year>2015</year>
          a).
          <article-title>Adaptable bandwidth for harmonic step-frequency radar</article-title>
          .
          <source>International Journal of Antennas and Propagation.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Martone</surname>
            ,
            <given-names>A.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sherbondy</surname>
            ,
            <given-names>K.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranney</surname>
            ,
            <given-names>K.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dogaru</surname>
            ,
            <given-names>T.V.</given-names>
          </string-name>
          (
          <year>2015</year>
          b).
          <article-title>Passive sensing for adaptable radar bandwidth</article-title>
          .
          <source>Proc. of the 2015 IEEE Int. Radar Conf</source>
          .,
          <string-name>
            <surname>Arlington</surname>
          </string-name>
          , Va, May
          <year>2015</year>
          , pp.
          <fpage>280</fpage>
          -
          <lpage>285</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Martone</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranney</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Sherbondy</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          (
          <year>2016</year>
          , May).
          <article-title>Genetic algorithm for adaptable radar bandwidth</article-title>
          .
          <source>In Radar Conference (RadarConf)</source>
          ,
          <year>2016</year>
          IEEE (pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          ). IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Martone</surname>
            ,
            <given-names>A. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gallagher</surname>
            ,
            <given-names>K. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sherbondy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hedden</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dietlein</surname>
          </string-name>
          , (
          <year>2017</year>
          , in press).
          <article-title>Adaptable waveform design for enhanced detection of moving targets</article-title>
          .
          <source>IET Radar, Sonar &amp; Navigation Journal.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Raza</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wallgren</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Voigt</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>SVELTE: Real-time intrusion detection in the Internet of Things. Ad hoc networks</article-title>
          ,
          <volume>11</volume>
          (
          <issue>8</issue>
          ),
          <fpage>2661</fpage>
          -
          <lpage>2674</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Shearer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leslie</surname>
            ,
            <given-names>N.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritchey</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Braun</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Nelson</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          (
          <year>2017</year>
          ,
          <article-title>October)</article-title>
          .
          <article-title>IDS Alert Prioritization through Supervised Learning</article-title>
          .
          <source>In Proceedings of the NATO Specialists' Meeting on Predictive Analytics and Analysis in the Cyber Domain</source>
          ,
          <fpage>10</fpage>
          -11
          <source>October</source>
          <year>2017</year>
          , Sibiu, Romania. NATO.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Trappe</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Moore</surname>
            ,
            <given-names>R. S.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Low-energy security: Limits and opportunities in the internet of things</article-title>
          .
          <source>IEEE Security &amp; Privacy</source>
          ,
          <volume>13</volume>
          (
          <issue>1</issue>
          ),
          <fpage>14</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Paschalidis</surname>
            ,
            <given-names>I. C.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Statistical traffic anomaly detection in time-varying communication networks</article-title>
          .
          <source>IEEE Transactions on Control of Network Systems</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ),
          <fpage>100</fpage>
          -
          <lpage>111</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Leslie</surname>
            ,
            <given-names>N.O.</given-names>
          </string-name>
          (
          <year>2017</year>
          ,
          <article-title>October)</article-title>
          .
          <article-title>FAST-D: Malware and Intrusion Detection for Mobile Ad Hoc Networks (MANETs)</article-title>
          .
          <source>In NATO Specialist Meeting IST-145 on Predictive Analytics and Analysis in the Cyber Domain. NATO.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>