<!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>Cryptography as a dual-faceted instrument of security and vulnerability</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maksim Iavich</string-name>
          <email>miavich@cu.edu.ge</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergei Simonovi</string-name>
          <email>s_simonovi@cu.edu.ge</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tetiana Okhrimenko</string-name>
          <email>t.okhrimenko@nau.edu.ua</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CPITS-II 2024: Workshop on Cybersecurity Providing in Information and Telecommunication Systems II</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Caucasus University</institution>
          ,
          <addr-line>1 Paata Saakadze str., 0102 Tbilisi</addr-line>
          ,
          <country country="GE">Georgia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>National Aviation University</institution>
          ,
          <addr-line>1 Lubomyra Guzara ave., 03058 Kyiv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <fpage>378</fpage>
      <lpage>384</lpage>
      <abstract>
        <p>Cryptography is an important field dedicated to securing data transmission through advanced algorithms and techniques. Everyday applications of cryptographic algorithms such as TLS for encrypted web traffic and Diffie-Hellman or RSA for secure remote server management showcase their critical role in protecting information. However, the same cryptographic techniques that protect data can also be misused by malicious actors for malicious purposes. This research focuses on analyzing the innovative applications of cryptographic methods in both safeguarding data and facilitating cyberattacks, emphasizing the dual-edged nature of these technologies in the evolving landscape of cybersecurity. The research underscores the critical need to recognize encrypted traffic as a significant threat and provides targeted recommendations for improving defensive and offensive strategies.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;cryptography</kwd>
        <kwd>IDS</kwd>
        <kwd>DLP</kwd>
        <kwd>penetration testing</kwd>
        <kwd>1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        In our everyday life, we utilize cryptographic methods and
algorithms to secure the data and prevent eavesdropping.
This can be achieved with various algorithms, for example:
TLS, RSA, AES, and many more. With the help of
cryptography, we can be almost sure that even if our data is
stolen, it cannot be read by the threat actor. Though, this
also works in the opposite direction: if the malicious user
sends malicious data over the encrypted channel, the
socalled blue team will struggle with identifying such traffic,
as without decrypting the traffic, it is rather problematic to
conclude, whether it is malicious indeed or not. The
development of machine learning can help with the
problem: the artificial intelligence is trained on the datasets
and learns to identify the malicious encrypted traffic,
though, if the attacker utilizes self-written encryption or
obfuscation algorithm, the artificial intelligence will fail to
spot it, as the data signature will be unmatched. This
situation causes the dilemma: cryptography, a savoir of
confidentiality, can be used as a double-edged sword to hide
malicious traffic and data transfers. Cryptography can be
used to hide the following attacks: web-based attacks,
reverse shells and remote code execution, and data
exfiltration. This paper discusses the effectiveness of
network Intrusion Detection Systems (IDS) and Data Loss
Prevention (DLP) tools against encrypted malicious traffic.
The paper also discusses the nested encryption, and
obfuscation techniques and their usage in penetration tests
[
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1–3</xref>
        ].
The objective of this research is also to conduct
experimental evaluations to assess the effectiveness of
defensive software in detecting and mitigating encrypted
malicious traffic. Additionally, the study aims to explore the
dual role of cryptography as both a defensive mechanism
and a tool exploited by penetration testers and cybersecurity
criminals. By examining how cryptographic techniques are
employed in both safeguarding and attacking digital
systems, this research seeks to provide insights into the
strengths and limitations of current cybersecurity defenses
in the face of sophisticated encryption-based threats [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
The research also aims to show the critical need to recognize
encrypted traffic as a significant threat and to provide
targeted recommendations for improving defensive and
offensive strategies.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Review of the literature</title>
      <p>
        Cryptographic methods are pivotal for ensuring data
security, employing algorithms such as Transport Layer
Security (TLS), RSA, and Advanced Encryption Standard
(AES) to protect information from unauthorized access
[
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. These techniques are essential in maintaining
confidentiality and integrity in data transmission. Despite
their effectiveness, encrypted communication poses
significant challenges to network security, particularly in
detecting malicious activities. Traditional IDS and DLP tools
often struggle with encrypted traffic, as these systems
require decryption to analyze the content, making detection
of malicious activities complex [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ].
      </p>
      <p>0000-0002-3109-7971 (M. Iavich);
0009-0000-0124-2931 (S. Simonovi);
0000-0001-9036-6556 (T.Okhrimenko)
© 2024 Copyright for this paper by its authors. Use permitted under
Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>As a result, current cybersecurity measures face significant
challenges:</p>
      <p>Inadequate Detection: Traditional IDS and DLP
systems frequently fail to identify malicious
activities within encrypted traffic, leading to
potential blind spots in network security.</p>
      <p>Complex Analysis: Even when encrypted threats
are detected, the difficulty in decrypting and
analyzing the traffic impedes the ability to
understand and mitigate attacks effectively.</p>
      <p>Advanced Obfuscation: Attackers' use of nested
encryption and proprietary obfuscation
techniques introduces additional layers of
complexity, making it difficult for security
professionals to reconstruct attack timelines and
assess the full scope of threats.</p>
      <p>This problem needs a critical evaluation of how current
defensive technologies must be improved to address these
challenges. There is a serious need to create and implement
advanced detection techniques that can efficiently handle
encrypted malicious traffic and ensure that cybersecurity
defenses can keep pace with evolving threats.</p>
      <sec id="sec-2-1">
        <title>4. Laboratory</title>
        <p>To validate the hypothesis regarding the effectiveness
of encrypted malicious traffic, we constructed a virtual
laboratory comprising several key components. The setup
included:</p>
        <p>VirtualBox is the hypervisor, providing the
virtualization environment necessary for the lab.
Kali Linux serves as the attacker machine,
equipped with tools for executing and managing
attacks.
pfSense 2.7.0 is configured as the router and
firewall, facilitating network traffic management
and security.</p>
        <p>Ubuntu 22.04.3 runs Suricata 6.0.4 as the network
IDS and Damn Vulnerable Web Application
(DVWA) as the target vulnerable software.</p>
        <p>
          Machine learning and artificial intelligence have emerged as
potential solutions to enhance detection capabilities. These
technologies can identify patterns and anomalies in
network traffic, even when encrypted [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. However, their
effectiveness is compromised when attackers employ
custom encryption or obfuscation techniques, which can
render traffic patterns unrecognizable and evade detection
[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. This illustrates a critical challenge: while cryptography
ensures data confidentiality, it can also be leveraged to
obscure malicious activities.
        </p>
        <p>
          The use of cryptography in concealing cyberattacks is
increasingly prevalent. Attackers can exploit encryption to
hide various types of malicious activities, including
webbased attacks, reverse shells, remote code execution, and
data exfiltration [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Techniques such as nested encryption
and obfuscation further complicate the detection and
analysis of malicious traffic, presenting substantial
challenges for defensive strategies [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. To address these
issues, research suggests integrating SSL certificates into
IDS solutions, employing anomaly-based and Indicator of
Compromise (IOC) detection, and deploying Endpoint
Detection and Response (EDR) systems to enhance overall
security [
          <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
          ].
        </p>
        <p>
          Recent studies have also explored obfuscation
techniques that challenge malware detection and analysis.
Techniques such as code obfuscation and metamorphism
are used to hide malware from detection systems,
complicating the analysis and remediation process [
          <xref ref-type="bibr" rid="ref15 ref16 ref17">15–17</xref>
          ].
These methods demonstrate how attackers can leverage
encryption and obfuscation to enhance the stealth of their
activities, further emphasizing the need for advanced
defensive strategies.
        </p>
        <p>
          The authors of the papers also emphasize the necessity
for adaptive defensive and offensive strategies to keep pace
with evolving cryptographic threats [
          <xref ref-type="bibr" rid="ref18 ref19 ref20 ref21">18–21</xref>
          ]. Recognizing
encrypted traffic as a significant threat and developing
targeted recommendations for improving detection and
response capabilities are essential for strengthening
cybersecurity posture in the face of sophisticated
encryption-based threats [
          <xref ref-type="bibr" rid="ref21 ref22 ref23 ref24 ref25">21–25</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Problem statement</title>
      <p>The increasing number and complexity of cyber threats and
the prevalence of cryptographic techniques in securing
communications have created a significant challenge for
cybersecurity protection measures. While encryption
technologies such as TLS, RSA, and AES are essential for
securing data from unauthorized access, they also can pose
serious difficulties in the detection and analysis of malicious
activities conducted over encrypted channels.</p>
      <p>The main issue appears from the dual role of
cryptography: while it protects legitimate data, it also
allows attackers to obfuscate malicious payloads, rendering
traditional IDS and DLP tools less effective. These systems
often struggle to analyze encrypted traffic comprehensively,
as they are unable to inspect the content without decrypting
it. This limitation is exacerbated when attackers employ
advanced techniques such as nested encryption or custom
obfuscation algorithms, which further obscure the nature of
the malicious traffic and complicate the reconstruction of
attack sequences.
1.
2.
3.



</p>
      <p>The network topology of this virtual laboratory is
depicted in Fig. 1.</p>
      <p>The goal is to emulate the global network environment,
where the victim machine is located behind the NAT router,
and the attacker machine is outside of the victim’s local
network. Kali Linux is a part of 192.168.1.0/24 network and
has a network interface in a “bridged” mode.</p>
      <p>The victim host is a part of 172.16.0.0/24 network and
has a network interface in an “internal network” mode.</p>
      <p>PfSense plays the role of a NAT router and is a part of
both networks, having two network interfaces: WAN
(192.168.1.150, works in a “bridged network mode”) and
LAN (172.16.0.1, works in an “internal network” mode).</p>
      <p>To make a victim server reachable from 192.168.1.0/24
network, the port forwarding rules for ports 80 and 443 are
added on PfSense. Also, “block private networks” checkbox
is unchecked. All egress traffic is permitted, all ingress
traffic, except port forwarding, is prohibited.</p>
      <p>The second experiment is running the SQL injection over
HTTPS. To perform this, a self-signed SSL certificate will be
generated. The Apache will be configured to use a domain
name “dvwa.local”. The according line (192.168.1.150
dvwa.local) will be added to the “/etc/hosts” on Kali Linux.
This will solve the problem with IP hostnames over the NAT.
The virtual host configuration file can be seen in Fig. 4.</p>
      <p>When running the attack, Suricata can detect the
attack no more, as the payload is encrypted with SSL.
This can be seen in Figs 5 and 6. Timestamps are
included.</p>
      <p>
        The victim machine uses apache2 2.4.52 and Suricata
6.0.4. Suricata uses custom rules and the rules are taken
from the following GitHub repository [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
      </p>
      <sec id="sec-3-1">
        <title>5. Experiments</title>
        <p>In the virtual laboratory, the following experiments
were executed:



</p>
        <sec id="sec-3-1-1">
          <title>Running SQL injection over HTTP. Running SQL injection over HTTPS. Running reverse shell over the unencrypted socket.</title>
          <p>Running reverse shell over the encrypted
socket.</p>
          <p>The first experiment is running the SQL injection
over HTTP. Being straightforward, the attack signature
is well known, and as it is unencrypted, is easily detected
by the IDS. The results of the attack can be observed in
Figs. 2 and 3.
The third experiment involves running the reverse shell
over the unencrypted socket. To perform this,
“command injection” tab in DVWA will be used. The
payload running the reverse shell will be
bash -c "bash -i &gt;&amp; /dev/tcp/192.168.1.100/443 0&gt;&amp;1"
where 192.168.1.100 is an address of the Kali Linux
and 443 is a port on which the attacker will “catch” the
shell. Even if the payload is run over HTTPS, the new
unencrypted connection opens between a victim and the
attacker.</p>
          <p>The Suricata rule to detect the malicious traffic is:
alert tcp any any -&gt; any any (msg:”WHOAMI
issued”; flow:not_established,to_server;
content:”whoami”; nocase; sid:4000006; rev:1;)</p>
          <p>The results of the attack and the detection are
depicted in Figs. 7 and 8. Timestamps are included.
The fourth experiment involves running the reverse
shell over the encrypted socket. To perform this, “socat”
tool will be used. The encryption is achieved using a
selfsigned certificate generated by “openssl”. Results of the
attack can be observed in Figs. 9, 10, and 11.</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>6. Results discussions</title>
        <p>The research presented in this paper explores the
effectiveness of cryptography as a tool for executing
attacks and evaluates the efficacy of IDS in defending
against such attacks when they occur over encrypted
channels. The study demonstrates that encrypted traffic
can effectively evade detection by widely used IDS
software, such as “Suricata.” While these IDS systems
may be capable of detecting the presence of payloads,
they face significant challenges in analyzing the attack
timeline and reconstructing the sequence of actions
performed by the attacker.</p>
        <p>The paper highlights that even if an IDS identifies the
payload, the complexity of analyzing the attack
increases considerably when dealing with encrypted
traffic. The challenge is further exacerbated by
techniques like nested encryption. For instance, the
research describes a scenario where a blue team
successfully obtained the certificate used for encrypting
the data. However, upon decrypting the malicious
traffic, they discovered that the data had been further
scrambled using an unknown algorithm, complicating
the process of understanding and mitigating the attack.</p>
        <p>The findings underscore the potential threats posed
by any encrypted traffic, which can be exceedingly
difficult to detect and analyze using traditional security
tools. This reveals a critical gap in current cybersecurity
measures and highlights the need for more advanced
techniques to address the evolving challenges posed by
encrypted attack vectors.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>7. Conclusions</title>
      <p>In conclusion, the research presented in this
whitepaper underscores the dual role of cryptography as
both a protective measure and a potential attack tool,
highlighting significant limitations in the efficacy of
traditional IDS when faced with encrypted traffic. The
study provides substantial evidence that
wellestablished IDS solutions, such as Suricata, can be
bypassed by encrypted communications. Furthermore,
even if such encrypted payloads are detected, the
process of reconstructing the attack timeline and
understanding the sequence of actions undertaken by
the attacker remains profoundly challenging,
particularly when nested encryption techniques are
employed.</p>
      <p>The findings of this research emphasize the critical
need to acknowledge encrypted traffic as a sophisticated
threat that traditional security tools may inadequately
address. To mitigate these challenges, the whitepaper
offers specific recommendations for both blue and red
team practitioners:</p>
      <p>For Blue Team Members:</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work was supported by the Shota Rustaveli
National Foundation of Georgia (SRNSFG)
(NFR-2214060).




</p>
      <sec id="sec-5-1">
        <title>Import SSL Certificates: Integrate SSL certificates used by web servers into IDS solutions to enhance visibility and detection capabilities.</title>
        <p>Enable Advanced Detection Techniques:
Implement anomaly-based and Indicator of
Compromise-based detection methods to
improve the identification of malicious
activities.</p>
        <p>Deploy Endpoint Detection and Response
(EDR): Utilize EDR solutions on both servers
and client systems to strengthen endpoint
protection and response mechanisms.</p>
      </sec>
      <sec id="sec-5-2">
        <title>Leverage Encrypted Channels: Use encrypted channels to execute payloads and attacks, making it more challenging for IDS systems to detect and analyze the traffic.</title>
        <p>Apply Nested Encryption: Employ nested
encryption strategies to further complicate
detection efforts and hinder the blue team's
ability to reconstruct attack sequences.</p>
      </sec>
      <sec id="sec-5-3">
        <title>For Red Team Members:</title>
        <p>By applying these recommendations, organizations can
greatly enhance their preparedness and responsiveness
to the evolving threats posed by encrypted traffic,
therefore improving their overall cybersecurity level in
an increasingly complex threat landscape.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Marusenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sokolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Skladannyi</surname>
          </string-name>
          , Social Engineering Penetration Testing in Higher Education Institutions, Advances in Computer Science for Engineering and
          <string-name>
            <surname>Education</surname>
            <given-names>VI</given-names>
          </string-name>
          , vol.
          <volume>181</volume>
          (
          <year>2023</year>
          )
          <fpage>1132</fpage>
          -
          <lpage>1147</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Marusenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sokolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Buriachok</surname>
          </string-name>
          ,
          <article-title>Experimental Evaluation of Phishing Attack on High School Students, Advances in Computer Science for Engineering and Education III, vol</article-title>
          .
          <volume>1247</volume>
          (
          <year>2020</year>
          )
          <fpage>668</fpage>
          -
          <lpage>680</lpage>
          . doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -3030-55506- 1_
          <fpage>59</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Marusenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sokolov</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Bogachuk</surname>
          </string-name>
          ,
          <article-title>Method of Obtaining Data from Open Scientific Sources</article-title>
          and Social Engineering Attack Simulation,
          <source>Advances in Artificial Systems for Logistics Engineering</source>
          , vol.
          <volume>135</volume>
          (
          <year>2022</year>
          )
          <fpage>583</fpage>
          -
          <lpage>594</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -04809- 8_
          <fpage>53</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Chernenko</surname>
          </string-name>
          , et al.,
          <article-title>Encryption Method for Systems with Limited Computing Resources</article-title>
          ,
          <source>in: Workshop on Cybersecurity Providing in Information and Telecommunication Systems, CPITS</source>
          , vol.
          <volume>3288</volume>
          (
          <year>2022</year>
          )
          <fpage>142</fpage>
          -
          <lpage>148</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>I. Ristic</given-names>
            ,
            <surname>Bulletproof</surname>
          </string-name>
          <string-name>
            <surname>SSL</surname>
          </string-name>
          and
          <article-title>TLS: Understanding and deploying SSL/TLS and PKI to secure servers and web applications</article-title>
          .
          <source>Feisty Duck</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          , et al.,
          <article-title>Comparison and Hybrid Implementation of Blowfish, Twofish and</article-title>
          RSA Cryptosystems,
          <source>in: IEEE 2nd Ukraine Conf. on Electrical and Computer</source>
          Engineering (UKRCON) (
          <year>2019</year>
          )
          <fpage>970</fpage>
          -
          <lpage>974</lpage>
          , doi: 10.1109/UKRCON.
          <year>2019</year>
          .
          <volume>8880005</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R.</given-names>
            <surname>Oppliger</surname>
          </string-name>
          ,
          <source>SSL and TLS: Theory and Practice</source>
          . Artech
          <string-name>
            <surname>House</surname>
          </string-name>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Ashoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gore</surname>
          </string-name>
          ,
          <article-title>Importance of Intrusion Detection System (IDS</article-title>
          ),
          <source>International Journal of Scientific and Engineering Research</source>
          , vol.
          <volume>2</volume>
          , no.
          <issue>1</issue>
          (
          <issue>2011</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>O.</given-names>
            <surname>Depren</surname>
          </string-name>
          , et al.,
          <article-title>An Intelligent Intrusion Detection System (IDS) for Anomaly and Misuse Detection in Computer Networks</article-title>
          ,
          <source>Expert systems with Applications</source>
          , vol.
          <volume>29</volume>
          , no.
          <issue>4</issue>
          (
          <year>2005</year>
          )
          <fpage>713</fpage>
          -
          <lpage>722</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H. J.</given-names>
            <surname>Liao</surname>
          </string-name>
          , et al.,
          <article-title>Intrusion Detection System: A Comprehensive Review</article-title>
          ,
          <source>Journal of Network and Computer Applications</source>
          , vol.
          <volume>36</volume>
          , no.
          <issue>1</issue>
          (
          <year>2013</year>
          )
          <fpage>16</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Day</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Burns</surname>
          </string-name>
          ,
          <string-name>
            <surname>A Performance</surname>
          </string-name>
          <article-title>Analysis of Snort and Suricata Network Intrusion Detection and Prevention Engines</article-title>
          ,
          <source>in: 5th International Conference on Digital Society</source>
          , Gosier, Guadeloupe (
          <year>2011</year>
          )
          <fpage>187</fpage>
          -
          <lpage>192</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Donadio</surname>
          </string-name>
          , G. Guerard,
          <string-name>
            <given-names>S. B.</given-names>
            <surname>Amor</surname>
          </string-name>
          ,
          <article-title>Collection of the Main Anti-Virus Detection and Bypass Techniques</article-title>
          ,
          <source>in: Network and System Security: 15th International Conference (NSS)</source>
          (
          <year>2021</year>
          )
          <fpage>222</fpage>
          -
          <lpage>237</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>E.</given-names>
            <surname>Albin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. C.</given-names>
            <surname>Rowe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Realistic</given-names>
            <surname>Experimental</surname>
          </string-name>
          <article-title>Comparison of the Suricata and Snort IntrusionDetection Systems</article-title>
          , in: 26th
          <source>International Conference on Advanced Information Networking and Applications Workshops</source>
          (
          <year>2012</year>
          )
          <fpage>122</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>K.</given-names>
            <surname>Wong</surname>
          </string-name>
          , et al.,
          <article-title>Enhancing Suricata Intrusion Detection System for Cyber Security in SCADA Networks</article-title>
          ,
          <source>in: IEEE 30th Canadian Conference on Electrical and Computer</source>
          Engineering (CCECE) (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kuhn</surname>
          </string-name>
          ,
          <article-title>Data Loss Prevention</article-title>
          .
          <source>IT Professional</source>
          , vol.
          <volume>12</volume>
          , no.
          <issue>2</issue>
          (
          <year>2010</year>
          )
          <fpage>10</fpage>
          -
          <lpage>13</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Alneyadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Sithirasenan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Muthukkumarasamy</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          <article-title>Survey on Data Leakage Prevention Systems</article-title>
          ,
          <source>Journal of Network and Computer Applications</source>
          , vol.
          <volume>62</volume>
          (
          <year>2016</year>
          )
          <fpage>137</fpage>
          -
          <lpage>152</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Challenge of Malware Analysis: Malware Obfuscation Techniques</article-title>
          ,
          <source>International Journal of Information Security Science</source>
          , vol.
          <volume>7</volume>
          , no.
          <issue>3</issue>
          (
          <year>2018</year>
          )
          <fpage>100</fpage>
          -
          <lpage>110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>I.</given-names>
            <surname>You</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yim</surname>
          </string-name>
          ,
          <article-title>Malware Obfuscation Techniques: A Brief Survey</article-title>
          , in: International Conference on Broadband,
          <source>Wireless Computing, Communication and Applications</source>
          (
          <year>2010</year>
          )
          <fpage>297</fpage>
          -
          <lpage>300</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>B. B.</given-names>
            <surname>Rad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Masrom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ibrahim</surname>
          </string-name>
          , Camouflage in Malware: From Encryption to Metamorphism,
          <source>International Journal of Computer Science and Network Security</source>
          , vol.
          <volume>12</volume>
          , no.
          <issue>8</issue>
          (
          <year>2012</year>
          )
          <fpage>74</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>D.</given-names>
            <surname>Maiorca</surname>
          </string-name>
          , et al.,
          <source>Stealth Attacks: An Extended Insight into the Obfuscation Effects on Android Malware, Computers &amp; Security</source>
          , vol.
          <volume>51</volume>
          (
          <year>2015</year>
          )
          <fpage>16</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>D.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Yener</surname>
          </string-name>
          ,
          <article-title>Generation &amp; Evaluation of Adversarial Examples for Malware Obfuscation</article-title>
          ,
          <source>in: 18th IEEE International Conference on Machine Learning and Applications (ICMLA)</source>
          (
          <year>2019</year>
          )
          <fpage>1283</fpage>
          -
          <lpage>1290</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M.</given-names>
            <surname>Christodorescu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jha</surname>
          </string-name>
          , Testing Malware Detectors.
          <source>ACM SIGSOFT Software Engineering Notes</source>
          , vol.
          <volume>29</volume>
          , no.
          <issue>4</issue>
          (
          <year>2004</year>
          )
          <fpage>34</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>M. I.</given-names>
            <surname>Sharif</surname>
          </string-name>
          , et al.,
          <source>Impeding Malware Analysis Using Conditional Code Obfuscation</source>
          , in: NDSS (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>G.</given-names>
            <surname>Canfora</surname>
          </string-name>
          , et al.,
          <source>Obfuscation Techniques against Signature-based Detection: A Case Study, in: Mobile Systems Technologies Workshop (MST)</source>
          (
          <year>2015</year>
          )
          <fpage>21</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jintcharadze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          ,
          <article-title>Hybrid Implementation of Twofish, AES, ElGamal</article-title>
          and RSA Cryptosystems, in: IEEE
          <string-name>
            <surname>East-West</surname>
            <given-names>Design</given-names>
          </string-name>
          &amp; Test
          <string-name>
            <surname>Symposium</surname>
          </string-name>
          (EWDTS) (
          <year>2020</year>
          ). doi:
          <volume>10</volume>
          .1109/ ewdts50664.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>M.</given-names>
            <surname>Daffa</surname>
          </string-name>
          , Suricata
          <string-name>
            <surname>Rules</surname>
          </string-name>
          (
          <year>2023</year>
          ). URL: https://github.com/daffainfo/suricata-rules
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>