<!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>Secure Encrypted Connection on Georgian Website</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Giorgi Akhalaia</string-name>
          <email>g.akhalaia@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maksim Iavich</string-name>
          <email>miavich@cu.edu.ge</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giorgi Iashvili</string-name>
          <email>giashvili@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmytro Prysiazhnyy</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tetiana Smirnova</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Caucasus University</institution>
          ,
          <addr-line>1 Paata Saakadze str., Tbilisi, 0102</addr-line>
          ,
          <country country="GE">Georgia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Georgian Technical University</institution>
          ,
          <addr-line>77 Kostava str., Tbilisi, 0160</addr-line>
          ,
          <country country="GE">Georgia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>National Aviation University</institution>
          ,
          <addr-line>1 Liubomyra Huzara ave., Kyiv, 03058</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Vinnytsia National Technical University</institution>
          ,
          <addr-line>95 Khmelnytske ave., Vinnytsia, 21021</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <fpage>313</fpage>
      <lpage>320</lpage>
      <abstract>
        <p>We make an effort and spend loads of time trying to secure IT infrastructure and services. We hide the entire network segment behind firewalls, DMZs, and other security mechanisms to protect from data breaches and interception. But, one point remainswebsites. They are open targets and are in the first line for attackers. Except for common types of web attacks, like a DoS, a misconfigured webpage is vulnerable for every user connected to it. This article is about how securely Georgian websites are configured, generally concerning HSTS. Which is a powerful protection against MITM attacks. The study covers the main aspect of HSTS parameters, describes major problems in Georgia, and designs how they should be resolved. According to research, only 1% of Georgian websites are served under HSTS. Also, 39% of webpages are accessible via HTTP. The majority of them have HTTPS (HTTP with encryption and verification) support, but because of misconfiguration, users face critical security issues. In very populated cities, like Tbilisi, there are high availability of free wireless networks. This increases the risk of getting intruders and targets in the same network. Which itself doubles the probability of data breach, network sniffing, and so on. The level of user awareness is very low, so it is crucial to maintain web servers so securely, that minimize user-side vulnerabilities.</p>
      </abstract>
      <kwd-group>
        <kwd>1 HSTS</kwd>
        <kwd>preload service</kwd>
        <kwd>website security</kwd>
        <kwd>HTTPS</kwd>
        <kwd>encryption</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Web services have become extremely
popular over the last few years. Thus,
increased web-related threats for both sides:
clients and servers. Talking about web
security usually leads users to think about
HTTPS (HTTP with encryption and
verification). However, redirection from
HTTP to HTTPS does not guarantee secure
communication between the user and the
website [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5">1–5</xref>
        ]. There are techniques for
downgrading HTTPS connection to HTTP,
which is at higher risk of sniffing. Hence,
there was a need for some security
mechanism that would try to compensate for
this vulnerability. In November of 2012, RFC
proposed a standard, known as RFC 6797,
which defined a security mechanism for
websites—HTTP Strict Transport Security
(HSTS) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>HSTS is a kind of security technology
that protects web pages from HTTPS
downgrade, also known as an “SSL strip
attack.” These are types of MITM
(man-inthe-middle) attacks when a hacker stands
between the user and web server and
converts HTTPS connection to HTTP (Fig. 1).
HSTS is a method used by webpages to
announce that it must be accessed only via
HTTPS. When the HSTS policy is declared by
the website, browsers refuse every HTTP
request (Fig. 2). Most modern web browsers
support the HSTS protocol. However,
correctly configured HSTS protocol does not
assure full protection from interception. In
the case of a freshly installed OS or web
browser, there is always a way to grab the
connection. The first attempt to contact the
website can be captured. Because, before the
web browser gets the HSTS directive from a
webpage, by default, it will try to connect via
HTTP.
To override that threat, Google has started
the HSTS preload service. If the website is
submitted for preload service, it will be
hardcoded in web browsers and will not be
accessible via HTTP. Before a connection is
established between the computer and the
webpage, HSTS-compatible web browsers
check their internal HSTS list. If the website
is preloaded, the browser will automatically
use the HTTPS protocol. Google HSTS
preload service is free, but there are some
security requirements for submission:
1. A valid Certificate.
2. Redirection from HTTP to HTTPS.
3. All subdomains must be served over</p>
      <p>HTTPS.
4. Proper configuration of HSTS Header.</p>
      <p>Properly configured HSTS protocol does
not mean total protection from MITM, but it
will significantly secure client-server
conversation.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Survey</title>
      <p>
        An important part of this article is the
security assessment of connections on
Georgian websites. Hence, research was
done on randomly selected Georgian
websites. Hundreds of pages were tested on
HSTS protocol (compatibility and/or
eligibility) during the research. Websites
were tested using the Google online platform
for HSTS preload service status and
eligibility checking [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. During the survey
web pages were checked in the following
parameters:
• Online Transaction/Authorization
availability on the website.
• HTTP / HTTPS access.
• HTTPS Auto Redirection.
• HSTS Header availability.
• If the webpage serves all subdomains
over HTTPS.
• If the HSTS preload service is already
active.
• If the webpage was eligible for HSTS
preload service.
      </p>
      <p>For classifying the Georgian market, the
target group was divided by ownership
(State or Private) and the following
categories: Communication; Education;
Banks and Finances, Healthcare and
Lifestyle; National Centers and Agencies; TV
companies; News; Oil and Petroleum; State
Structures and Services; Entertainment;
Online shopping; Utility payments and other
bills; Bookmakers and other online games;
Adult; Logistics.</p>
      <p>
        The first security parameter was “Online
Transaction/Authorization.” This is very
important because if the user makes a
transaction or authorization on the
webpage, it means personal, sensitive data is
transmitted between the user and the web
server, so this parameter increases the risk
of eavesdropping or other MITM-type
attacks [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13 ref8 ref9">8–13</xref>
        ]. 83% of checked websites
have online transaction and/or
authorization modules (T/A module). The
majority of web pages without a T/A module
(17%) are from informational categories.
The second parameter was if the website
was accessible using HTTP protocol. It
seems quite unserious while in the age of
cyberwar, and cyberterrorism we are
discussing again the existence of HTTP
conversation between web servers and
users, but according to research, 39% of
Georgian websites can be accessed using
HTTP. If we correlate the first two
parameters: websites with the T/A module
and HTTP-accessible webpages we’ll find,
that 36% of the sites with the T/A module
can be accessed via HTTP (Fig.3) [
        <xref ref-type="bibr" rid="ref10 ref12">10, 12</xref>
        ].
So, in 36% of cases, while the user makes
authorization or transaction, sensitive data
is transmitted as a clear text and can be
stolen without the significant effort of a
hacker. 37% of them are operated by state
institutions or structures and 63% are
private business operators (Fig. 4) [
        <xref ref-type="bibr" rid="ref11 ref14">11, 14</xref>
        ].
We would like to mention, that according to
an analysis, 47% of this category does not
have HTTPS support. We mean, there is no
way to connect these servers via HTTPS [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        The next parameter was auto redirection
from HTTP to HTTPS. 31% of webpages are
not configured so, to redirect every HTTP
request to HTTPS. Hence, even if the
webpage has HTTPS support, there is always
a chance to listen to traffic and conversation
between the victim and server computer. If
we analyze websites with T/A modules
concerning HTTP auto redirection enabled
webpages, we’ll see more lack of security.
77% of this category does not make HTTP
redirection (Fig. 5) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
Let’s dig a bit more into the results. There is
one important thing, in 30% of the webpages
with T/A module connection established via
HTTP, because of the misconfigured auto
redirection directive (Fig. 6). To be clearer,
in 30%, connections can be more secure but
without automatic redirection, when user
types “example.com” he/she establishes
HTTP, nonsecure conversation (because
browsers default port is 80, same as HTTP).
So, it’s an extra window for hackers to
intercept conversations and listen, modify,
redirect, or add packets.
      </p>
      <p>
        As it was mentioned above, the main
reason for this study was to check how
properly Georgian webpages (as an
example) are configured on the HSTS
security mechanism and if they are eligible
for HSTS preload service. Study shows that
only 21% of websites have an HSTS
directive in the header (Fig. 7) [
        <xref ref-type="bibr" rid="ref13 ref14 ref15">13–15</xref>
        ].
If we check the target group without an HSTS
header (79%) on HTTPS support, we’ll get
the following results: 73% of them can be
accessed via HTTPS (Fig. 8). But, because of
the missing HSTS directive, there is a huge
window for SSL Strip attack. That’s why the
HSTS header takes so important place after
HTTPS protocol in the security of web
technologies [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
In common cases, developers take care only
about domains and they are not attentive to
subdomains. I mean, usually, only main
domains are served by HTTPS protocol, and
subdomains, or a major part of them, are
left under HTTP. During the survey, there
were cases when the main site was under
HTTPS, but when I was entering the
authorization page, which was on the
subdomain, it was served only via HTTP
[
        <xref ref-type="bibr" rid="ref17 ref18 ref19">17–19</xref>
        ].
      </p>
      <p>
        So, it was a critical breach of
confidentiality. In our cases 43% of a total
of the target group serves all subdomains
over HTTPS (Fig. 9). If we analyze this data
concerning HTTPS-enabled web pages,
we’ll see, that in 28% cases of, the privacy
of the user is violated (Fig. 10).
The last two criteria were about HSTS
preload service. The first one was if the
website had already been preloaded and the
second one was if they were eligible for
Google preload service. Unfortunately, only
1% of Georgian webpages are preloaded and
no one except this 1% was not eligible for
preloading [
        <xref ref-type="bibr" rid="ref20 ref21 ref22">20–22</xref>
        ].
According to the results, it is clear, that there
should be done lots of work to improve the
security level of Georgian Websites. Some
brief explanations about checking security
mechanisms and recommendations will be
described in the following paragraphs [
        <xref ref-type="bibr" rid="ref23 ref24 ref25 ref26">23–
26</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Checking Websites on HSTS</title>
      <p>
        As mentioned above, Google has started the
HSTS preload service. So, they provide an
online platform for checking if the website is
correctly configured on HSTS security
protocol and if it is eligible for preload
service. There is a checklist of HSTS
parameters which support is mandatory
[
        <xref ref-type="bibr" rid="ref18 ref19 ref20 ref21">18–21</xref>
        ].
      </p>
      <p>Before going deep into the HSTS details,
let us see what the HSTS preload directive
looks like.</p>
      <p>
        The very first step before configuring the
HSTS policy is to serve the site with valid
certificates and updated ciphers. If a web
page is accessible via HTTP it should be
configured so, that all requests must be
redirected to HTTPS. If a site has
subdomains they also must be examined and
ensured how properly they work under an
HTTPS connection [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>
        Record: “Strict-Transport-Security:” from
HSTS directive instructs the web browser,
that after that header, every connection to
this page (including subdomains) must be
granted using HTTPS. This directive will be
active for 63072000 seconds after the
browser gets it. If there is no way for an
HTTPS connection, according to the
directive, the connection will be dropped.
Google has recommendations regarding
“mag-age” parameters. They said that in a
deployment process, “max-age” should be
divided into 3 stages: 5 min; 1 week, and 1
month. Developers should monitor the
metrics of the site, and fix any issues that
come up once a developer is confident that
there will be no problems, “max-age” should
be increased to 2 years (63072000 seconds)
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>HSTS protocol is additional protection in
point of certificates. In a default case, when
the CA is expired, and is not valid or the web
browser gives a warning, the connection can
be eavesdropped. But, in case of a correctly
configured HSTS mechanism, the web
browser will not let you access this website
(unless you manually remove the page from
the HSTS list).</p>
      <p>
        There is one very important point that
should be mentioned, if you provide an HSTS
header for www.yourpage.com, it will cover
only www.yourpage.com but not
yourpage.com. This is a common mistake
regarding the HSTS configuration. You
should include a call for the base domain, in
this case for yourpage.com, and add the
“includeSubDomains” parameter for proper
protection [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
      </p>
      <p>If you are going to use Google HSTS
preload service, requirements described by
Google must be continuously satisfied by the
webpage. If you remove the HSTS directive
from the header, the web page will be
automatically submitted for removal form
(from the HSTS preload service). Google
notifies users, that requesting or removing
HSTS preload service may take a long time.
It needs some time to reach new hardcoded
updates to users.</p>
      <p>
        In addition, browsers give the ability to
manually add (or remove) web pages into
the internal HSTS list. Open the browser and
in the URL field type:
“chrome://netinternals/#hsts”. In the place of “chrome,”
you should type your browser vendor. But,
generally, the browser will automatically
correct the first parameter in this URL [
        <xref ref-type="bibr" rid="ref26 ref27 ref28 ref29">26–
29</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>Web services have become significantly
popular over the decade. Therefore,
webrelated threats have been increased.
Security of the websites is very crucial for
end users. So, before deployment of the
security policies, it is very important to
assess website security on the market. Thus,
research was done on the point of HSTS
protocol eligibility. According to the study,
only 1% of Georgian websites are correctly
configured on HSTS and are eligible for
preload service (encrypted and
authenticated). Results show, that in 36% of
cases of authorization or transaction,
sensitive data is transferred as a clear text
and can be sniffed without significant effort
of intruders. 37% of them are operated by
state institutions or structures and 63% are
private business operators.</p>
      <p>In most cases, security policies are
violated because of misconfiguration.
Research shows, that in 77% of websites
with a T/A module auto redirection from
HTTP to HTTPS is not available. According
to the study, only 21% of Georgian web
pages have HSTS directives in the header. So,
in 79% of using web pages, clients are at high
risk of MITM attack. It is very interesting,
that 73% of them have HTTPS support, but
because of missing HSTS directives, they are
vulnerable to SSL Strip attacks. Somehow,
the security of subdomains is left behind by
developers. Following this research, only
43% of Georgian websites serve all
subdomains under HTTPS.</p>
      <p>To conclude overall research, Georgian
websites have critical security issues. Most
of them are caused by misconfiguration.
Submission for Google preload service takes
too much time and has preliminary
requirements. Still, there is another way for
HSTS protection. Users can manually add the
website to the internal HSTS list of browsers.</p>
      <p>HSTS protocol does not guarantee full
protection. There will be always another
weakness, the “open door” for attackers, but
we should add extra protections to minimize
web-based vulnerabilities. For example, an
NTP (Network Time Protocol) attack is used
to compromise the HSTS mechanism. The
next step will be checking how Georgian
websites are protected against NTP attacks.
Hence, cyber security experts should always
work to strengthen the security of
communication. All websites should satisfy
the following requirements:
• Operate under a valid certificate.
• Operate only on HTTPS and should
automatically redirect every HTTP
request to HTTPS.
• All subdomains should be accessible
only via HTTPS.
• A web page should be distributing
properly configured HSTS directives.</p>
      <p>As HSTS protects users and servers from
data breaches (like user credentials,
authorization parameters, personal
information, and so on), the HSTS
mechanism for webpages with a T/A module
should be required by regulations of
“Information Security” and “Personal Data
Protection.”</p>
      <p>For a future work it is very important to
do research and find solutions regarding
different problems identified during this
study, like certificates, redirections,
authorization and so on. In case of Georgian
webpage market, there is a tendency that
should be noticed: when user enters wrong
credentials, in some cases webpage returns
specific error (“invalid username”;
“incorrect password). It should not be
specified, where mistake was made, in
username or in the part of password. It
critically increases risk of brute-forcing. So,
for our future plan, other security elements
of websites should be checked and find
solution how to improve website security of
Georgian market.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Acknowledgments</title>
      <p>The work was conducted as a part of
PHDF19-519 financed by the Shota Rustaveli
National Science Foundation of Georgia.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>V.</given-names>
            <surname>Grechaninov</surname>
          </string-name>
          , et al.,
          <source>Formation of Dependability and Cyber Protection Model in Information Systems of Situational Center, in: Workshop on Emerging Technology Trends on the Smart Industry and the Internet of Things</source>
          , vol.
          <volume>3149</volume>
          (
          <year>2022</year>
          )
          <fpage>107</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.</given-names>
            <surname>Anakhov</surname>
          </string-name>
          , et al.,
          <article-title>Increasing the Functional Network Stability in the Depression Zone of the Hydroelectric Power Station Reservoir</article-title>
          ,
          <source>in: Workshop on Emerging Technology Trends on the Smart Industry and the Internet of Things</source>
          , vol.
          <volume>3149</volume>
          (
          <year>2022</year>
          )
          <fpage>169</fpage>
          -
          <lpage>176</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V.</given-names>
            <surname>Sokolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Skladannyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hulak</surname>
          </string-name>
          ,
          <article-title>Stability Verification of Self-Organized Wireless Networks with Block Encryption</article-title>
          ,
          <source>in: 5th International Workshop on Computer Modeling and Intelligent Systems</source>
          , vol.
          <volume>3137</volume>
          (
          <year>2022</year>
          )
          <fpage>227</fpage>
          -
          <lpage>237</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>V.</given-names>
            <surname>Grechaninov</surname>
          </string-name>
          , et al.,
          <article-title>Decentralized Access Demarcation System Construction in Situational Center Network</article-title>
          ,
          <source>in: Workshop on Cybersecurity Providing in Information and Telecommunication Systems II</source>
          , vol.
          <volume>3188</volume>
          , no.
          <issue>2</issue>
          (
          <year>2022</year>
          )
          <fpage>197</fpage>
          -
          <lpage>206</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>V.</given-names>
            <surname>Buriachok</surname>
          </string-name>
          , et al.,
          <article-title>Invasion Detection Model using Two-Stage Criterion of Detection of Network Anomalies</article-title>
          ,
          <source>in: Workshop on Cybersecurity Providing in Information and Telecommunication Systems</source>
          , vol.
          <volume>2746</volume>
          (
          <year>2020</year>
          )
          <fpage>23</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Hodges</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Jackson</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Barth,
          <article-title>HTTP Strict Transport Security (HSTS)</article-title>
          . RFC,
          <string-name>
            <surname>Proposed Standard</surname>
          </string-name>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Google</surname>
          </string-name>
          .
          <article-title>Online Checking Platform: Google HSTS Preload Service</article-title>
          . https://hstspreload.org/.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Hu</surname>
          </string-name>
          , et al.,
          <source>Statistical Techniques for Detecting Cyberattacks on Computer Networks based on an Analysis of Abnormal Traffic Behavior</source>
          ,
          <source>International Journal of Computer Network and Information Security</source>
          <volume>12</volume>
          (
          <issue>6</issue>
          ) (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Razmjouei</surname>
          </string-name>
          , et al.,
          <source>Ultra-Lightweight Mutual Authentication in the Vehicle Based on Smart Contract Blockchain: Case of MITM Attack, IEEE Sensors J. doi: 10</source>
          .1109/JSEN.
          <year>2020</year>
          .
          <volume>3022536</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Hassan</surname>
          </string-name>
          , et al.,
          <article-title>Detection of Distributed Denial of Service Attacks Using Snort Rules in Cloud Computing &amp; Remote Control Systems</article-title>
          ,
          <source>in: IEEE 5th International Conference on Methods and Systems of Navigation and Motion Control</source>
          (
          <year>2018</year>
          )
          <fpage>283</fpage>
          -
          <lpage>288</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Yaseen</surname>
          </string-name>
          , et al.,
          <article-title>MARC: A Novel Framework for Detecting MITM Attacks in eHealthcare BLE Systems</article-title>
          .
          <source>J. Med</source>
          . Syst.
          <volume>43</volume>
          (
          <issue>324</issue>
          ) (
          <year>2019</year>
          ).
          <source>doi: 10.1007/s10916-019-1440-0.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          , et al.,
          <source>The Novel System of Attacks Detection in 5G, Lecture Notes in Networks and Systems</source>
          <volume>226</volume>
          (
          <year>2021</year>
          )
          <fpage>580</fpage>
          -
          <lpage>591</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          , et al.,
          <article-title>Hybrid Routing for Manin-the-Middle (MITM) Attack Detection in IoT Networks</article-title>
          ,
          <source>in: 29th International Telecommunication Networks and Applications Conference</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . doi:
          <volume>10</volume>
          .1109/ITNAC46935.
          <year>2019</year>
          .
          <volume>9077977</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Prasad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chandra</surname>
          </string-name>
          ,
          <article-title>Defending ARP Spoofing-based MitM Attack using Machine Learning and Device Profiling</article-title>
          ,
          <source>in: Int. Conf. on Computing, Communication, and Intelligent Systems</source>
          (
          <year>2022</year>
          )
          <fpage>978</fpage>
          -
          <lpage>982</lpage>
          , doi: 10.1109/ICCCIS56430.
          <year>2022</year>
          .
          <volume>10037723</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>B. G.</given-names>
            <surname>Raúl</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. M. L. Sevillano</surname>
          </string-name>
          ,
          <article-title>Services cloud under HSTS, Strengths and weakness before an attack of man in the middle MITM</article-title>
          , in: Congreso Internacional de Innovacion y Tendencias en Ingenieria (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          . doi:
          <volume>10</volume>
          .1109/CONIITI.
          <year>2017</year>
          .
          <volume>8273322</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Hu</surname>
          </string-name>
          , et al.,
          <article-title>High-Speed and Secure PRNG for Cryptographic Applications</article-title>
          ,
          <source>Int. J. Comp. Netw. Inf. Secur</source>
          .
          <volume>12</volume>
          (
          <issue>3</issue>
          ) (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>K.</given-names>
            <surname>Krombholz</surname>
          </string-name>
          , et al.,
          <string-name>
            <surname>If</surname>
            <given-names>HTTPS</given-names>
          </string-name>
          <article-title>Were Secure, I Wouldn't Need 2FA, End User and Administrator Mental Models of HTTPS</article-title>
          ,
          <source>in: IEEE Symposium on Security and Privacy</source>
          (
          <year>2019</year>
          )
          <fpage>246</fpage>
          -
          <lpage>263</lpage>
          . doi:
          <volume>10</volume>
          .1109/SP.
          <year>2019</year>
          .
          <volume>00060</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnatyuk</surname>
          </string-name>
          , et al.,
          <article-title>New Secure Block Cipher for Critical Applications: Design, Implementation, Speed</article-title>
          and
          <string-name>
            <given-names>Security</given-names>
            <surname>Analysis</surname>
          </string-name>
          ,
          <source>Advances in Intelligent Systems and Computing</source>
          <volume>1126</volume>
          (
          <year>2020</year>
          )
          <fpage>93</fpage>
          -
          <lpage>104</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wibowo</surname>
          </string-name>
          ,
          <article-title>Enriching Digital Government Readiness Indicators of RKCI Assessment with Advance Https Assessment Method to Promote Cyber Security Awareness Among Smart Cities in Indonesia</article-title>
          ,
          <source>in: Int. Conf. on ICT for Smart Society</source>
          (
          <year>2018</year>
          )
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICTSS.
          <year>2018</year>
          .
          <volume>8549974</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnatyuk</surname>
          </string-name>
          , et al.,
          <article-title>Method of Algorithm Building for Modular Reducing by Irreducible Polynomial</article-title>
          ,
          <source>in: 16th Int. Conf. on Control, Automation and Systems</source>
          (
          <year>2016</year>
          )
          <fpage>1476</fpage>
          -
          <lpage>1479</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gnatyuk</surname>
          </string-name>
          , et al.,
          <source>Critical Aviation Information Systems: Identification and protection</source>
          , Cases on Modern Computer Systems in Aviation (
          <year>2019</year>
          )
          <fpage>423</fpage>
          -
          <lpage>448</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Hu</surname>
          </string-name>
          , et al.,
          <source>Method of Searching Birationally Equivalent Edwards Curves over Binary Fields, Advances in Intelligent Systems and Computing</source>
          <volume>754</volume>
          (
          <year>2019</year>
          )
          <fpage>309</fpage>
          -
          <lpage>319</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          , et al.,
          <article-title>The Weakest Link of Certificate Transparency: Exploring the TLS/HTTPS Configurations of ThirdParty Monitors</article-title>
          ,
          <source>in: 18th IEEE Int. Conf. On Trust, Security and Privacy In Computing and Communications / 13th IEEE Int. Conf. on Big Data Science and Engineering</source>
          (
          <year>2019</year>
          )
          <fpage>216</fpage>
          -
          <lpage>223</lpage>
          . doi:
          <volume>10</volume>
          .1109/TrustCom/BigDataSE.
          <year>2019</year>
          .
          <volume>00</volume>
          037.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>M.</given-names>
            <surname>Iavich</surname>
          </string-name>
          , et al.,
          <article-title>Hybrid Encryption Model of AES and ElGamal Cryptosystems for Flight Control Systems</article-title>
          ,
          <source>in: IEEE 5th Int. Conf. on Methods and Systems of Navigation and Motion Control</source>
          (
          <year>2018</year>
          )
          <fpage>229</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>B.</given-names>
            <surname>Wang</surname>
          </string-name>
          , et al.,
          <article-title>MTBD: HTTPS Tunnel Detection based on Multi-dimension Traffic Behaviors Decision</article-title>
          ,
          <source>in: IEEE 24th Int Conf on High Performance Computing &amp; Communications; 8th Int Conf on Data Science &amp; Systems; 20th Int Conf on Smart City; 8th Int Conf on Dependability in Sensor, Cloud &amp; Big Data Systems &amp; Application</source>
          (
          <year>2022</year>
          )
          <fpage>474</fpage>
          -
          <lpage>481</lpage>
          . doi:
          <volume>10</volume>
          .1109/
          <string-name>
            <surname>HPCC-DSSSmartCity-DependSys57074</surname>
          </string-name>
          .
          <year>2022</year>
          .
          <volume>00091</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>O.</given-names>
            <surname>Oksiiuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chaikovska</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Fesenko, “
          <article-title>Security Technique for Authentication Process in the Cloud Environment,” in: IEEE Int</article-title>
          . Sci.-Practical
          <string-name>
            <surname>Conf</surname>
          </string-name>
          .
          <source>Problems of Infocommun. Sci. and Technol</source>
          . (
          <year>2019</year>
          )
          <fpage>379</fpage>
          -
          <lpage>382</lpage>
          . doi:
          <volume>10</volume>
          .1109/PICST47496.
          <year>2019</year>
          .9061248
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>L.</given-names>
            <surname>Jiao</surname>
          </string-name>
          , et al.,
          <article-title>CCSv6: A Detection Model for DNS-over-HTTPS Tunnel Using Attention Mechanism over IPv6</article-title>
          ,
          <source>in: IEEE Symposium on Comput. and Commun</source>
          . (
          <year>2023</year>
          )
          <fpage>1327</fpage>
          -
          <lpage>1330</lpage>
          , doi: 10.1109/ISCC58397.
          <year>2023</year>
          .
          <volume>10218057</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>S.</given-names>
            <surname>Špaček</surname>
          </string-name>
          , et al.,
          <article-title>HTTPS Event-Flow Correlation: Improving Situational Awareness in Encrypted Web Traffic</article-title>
          , in: NOMS 2022
          <article-title>-2022 IEEE/IFIP Network Operations and Management Symposium (</article-title>
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          . doi:
          <volume>10</volume>
          .1109/NOMS54207.
          <year>2022</year>
          .
          <volume>9789877</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>R.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Datta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <article-title>An Enhanced Cryptosystem Based on Modified Classical Ciphers</article-title>
          ,
          <source>in: 8th International Conference on Advanced Computing and Communication Systems</source>
          (
          <year>2022</year>
          )
          <fpage>692</fpage>
          -
          <lpage>696</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICACCS54159.
          <year>2022</year>
          .
          <volume>9785033</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>