update-nt.com
Open in
urlscan Pro
64.191.166.198
Public Scan
Submitted URL: https://update-nt.com/route/a1a1bb7707d736a6d08c0efd00471b4c9dbc0a98/
Effective URL: https://update-nt.com/route/a1a1bb7707d736a6d08c0efd00471b4c9dbc0a98/?viewed=1
Submission: On January 17 via api from JP — Scanned from JP
Effective URL: https://update-nt.com/route/a1a1bb7707d736a6d08c0efd00471b4c9dbc0a98/?viewed=1
Submission: On January 17 via api from JP — Scanned from JP
Form analysis
1 forms found in the DOMGET /route/a1a1bb7707d736a6d08c0efd00471b4c9dbc0a98/?viewed=1
<form action="/route/a1a1bb7707d736a6d08c0efd00471b4c9dbc0a98/?viewed=1" method="GET" style="height:100%;width:100%">
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600;700&display=swap');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
body.external_training {
margin: 0 auto;
padding: 0 auto;
}
#trainingPageContainer {
min-height: 0;
overflow: auto;
width: 100%;
min-width: 600px;
height: 100%;
min-height: 900px;
margin: auto;
padding: 0;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
font-size-adjust: 100%;
font-family: "Fira Sans", Helvetica, Arial, sans-serif !important;
font-size: 13px !important;
font-weight: 400;
line-height: 1.49;
color: #666666;
}
#trainingPageContainer #content .admin-form {
position: relative;
width: 100%;
max-width: 800px;
margin: 0 auto;
margin-top: 0px;
margin-top: 8%;
}
#trainingPageContainer .login-links {
color: white;
font-size: 13px;
text-align: center;
}
#trainingPageContainer #trainingPage_content_wrapper {
position: relative;
left: 0px;
margin-left: 0px;
}
#trainingPage_content_wrapper #content {
padding: 25px 20px 50px 21px;
}
.row.table-layout {
margin-left: 0;
margin-right: 0;
}
.center-block {
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.admin-form {
/* line-height: 1.231; */
font-weight: 400;
font-size: 16px;
color: #626262;
}
.admin-form,
.admin-form * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.admin-form .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #DDD;
}
.admin-form,
.admin-form * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mb25 {
margin-bottom: 25px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mw600 {
max-width: 600px !important;
}
.mw800 {
max-width: 800px !important;
}
.mw1000 {
max-width: 1000px !important;
}
.panel {
position: relative;
margin-bottom: 27px;
background-color: #ffffff;
border-radius: 3px;
}
.bg-light {
background-color: #FAFAFA;
color: #666;
}
.pb15 {
padding-bottom: 15px !important;
}
.p25 {
padding: 25px !important;
padding-bottom: 25px;
}
h2,
.h2 {
font-size: 24px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 19px;
margin-bottom: 9.5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: Fira Sans;
sans-serif;
font-weight: 700;
line-height: 1.1;
color: #4096B7;
text-rendering: optimizelegibility;
}
.alert {
margin: 0px 35px 0px 35px;
!important;
color: #DB7604;
font-family: "Fira Sans", Helvetica, Arial, sans-serif !important;
font-weight: 600;
border-style: solid;
border-radius: 15px;
border-color: #F79B34;
background-color: #F7EBDD;
}
.clean_h {
margin-top: 0px !important;
color: #4096B7;
font-family: "Fira Sans", Helvetica, Arial, sans-serif !important;
}
.clean_green {
margin-top: 0px !important;
color: #73BA27;
font-family: "Fira Sans", Helvetica, Arial, sans-serif !important;
}
.clean_banner {
background-color: #F4F4F4;
padding: 15px;
margin-top: 25px !important;
}
.clean_upper {
text-transform: uppercase;
}
.pbox_full_banner {
margin: 0px -26px 25px;
background-color: #4096B7;
text-align: center;
color: white;
}
ol {
counter-reset: my-awesome-counter;
list-style: none;
padding-left: 40px;
}
ol li {
margin: 0 0 0.5rem 0;
counter-increment: my-awesome-counter;
position: relative;
}
ol li::before {
content: counter(my-awesome-counter);
color: white;
font-size: 1.5rem;
position: absolute;
--size: 18px;
left: calc(-1 * var(--size) - 10px);
line-height: var(--size);
width: var(--size);
height: var(--size);
top: 0;
background: #CB413A;
border-radius: 50%;
text-align: center;
display: block;
}
</style>
<style type="text/css">
/***FIRST STYLE THE BUTTON***/
.btn-training-confirm2 {
cursor: pointer;
/*forces the cursor to change to a hand when the button is hovered*/
padding: 5px 25px;
/*add some padding to the inside of the button*/
background: #1177BB;
/*the colour of the button*/
border: 1px solid #0B598C;
/*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
box-shadow: 0 0 4px rgba(0, 0, 0, .75);
/*style the text*/
color: #F3F3F3;
font-size: 1.1em;
margin-top: 20px;
display: block;
margin-left: auto;
margin-right: auto;
}
/***NOW STYLE THE BUTTONS HOVER AND FOCUS STATES***/
.btn-training-confirm2:hover,
.btn-training-confirm2:focus {
background-color: #2394DF;
/*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}
</style>
<div id="trainingPageContainer" style="background-color: #004028;">
<div class="trainingPage" id="trainingPage">
<div class="animated fadeIn" id="trainingPage_main">
<section id="trainingPage_content_wrapper">
<section id="content">
<div class="container admin-form theme-info mw1000" id="login" style="margin-top:0px !important;">
<div class="panel-body bg-light p25 pb15" style="border-radius:7px">
<div class="row table-layout pbSectionEdit" style="text-align:center;padding:25px 0px">
<p><img alt="" src="https://cdn.assetboxes.com/c/11849/images/newsitepng1629110032611a3f1036538102124397.png" style="width: 278px; height: 156px;"></p>
<p></p>
<h1><span style="color:#006400;">You just got phished by your security team!</span></h1>
</div>
<div class="row alert">
<section class="row table-layout pbSectionEdit" style="text-align:center;padding:25px 0px">
<p>You are receiving this training page because you clicked on a link during an <em>authorized</em> phishing simulation.</p>
<p>Malicious links are a primary way an adversary attempts to make you fall victim to an attack.</p>
</section>
</div>
<div class="row">
<section class="row table-layout pbSectionEdit" style="text-align:center;padding:25px 0px">
<h2><span style="color:#006400;">We’re here to help you recognize the signs of a phishing attack</span></h2>
<p></p>
<p><img alt="" src="https://cdn.assetboxes.com/c/11849/images/Phishpng167387374363c5494fbac50293567068.png" style="width: 750px; height: 500px;"></p>
</section>
</div>
<div class="row">
<section class="col-md-6 col-sm-12 pbSectionEdit">
<ol>
<li>
<p>It appears to come from a fraudulent email account.</p>
</li>
<li>
<p>The content of the email has a strong sense of urgency or even curiosity.</p>
</li>
<li>
<p>External email disclaimer, this should help the recipient identify that it is an external email and not from SITE.</p>
</li>
<li>
<p>It has grammatical errors.</p>
</li>
<li>
<p>Includes a link or domain you do not recognize or are unfamiliar with.</p>
</li>
</ol>
</section>
<div class="row">
<section class="col-md-6 col-sm-12 pbSectionEdit">
<p></p>
<p></p>
</section>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="pbox_full_banner clean_banner pbSectionEdit">Phishing Prevention</h2>
<p>What to do next time?</p>
<div class="row">
<section class="col-md-6 col-sm-12 pbSectionEdit">
<ul>
<li>Do not reply, as this will confirm your email to a potential adversary <span style="font-size:10.0pt;font-family:" verdana=""></span></li>
<li>To Report Spam or Supiscious Email please create<br>
<strong>a Jira ticket</strong> "Report SPAM".
</li>
</ul>
</section>
<section class="col-md-6 col-sm-12 pbSectionEdit">
<ul>
<li>Do not forward the email to anyone, with the exception of your Security or Help Desk teams. This could also place the recipient at risk.</li>
<li>For more details about how to securely handle spam emails, please refer to our <strong>Acceptable Use Of Asset Policy</strong>
<a href="https://urldefense.com/v3/__https://confluence.sitco.sa/display/RCS/Cybersecurity*Policies?preview=*37285985*50695615*201119.7.Acceptable*20Use*20of*20Assets*20Policy.E.V1.pdf__;Ky8vLyUlJSU!!MlQdS1fu!FyCdm1SYYwdutnFNE-Kw8TxrNjzqBXClUA2b4QWWSG8OcMZoUElpw-o4Wd03Fvk$" target="_blank">here.</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
<p class="login-links" style="margin-top:25px">© 2023 SANS™ Institute</p>
</section>
</section>
</div>
</div>
</div>
<input type="hidden" id="training-confirm" name="training-confirm" value="1">
<input type="hidden" id="k" name="k" value="a1a1bb7707d736a6d08c0efd00471b4c9dbc0a98">
<input type="hidden" id="viewed" name="viewed" value="1">
</form>
Text Content
YOU JUST GOT PHISHED BY YOUR SECURITY TEAM! You are receiving this training page because you clicked on a link during an authorized phishing simulation. Malicious links are a primary way an adversary attempts to make you fall victim to an attack. WE’RE HERE TO HELP YOU RECOGNIZE THE SIGNS OF A PHISHING ATTACK 1. It appears to come from a fraudulent email account. 2. The content of the email has a strong sense of urgency or even curiosity. 3. External email disclaimer, this should help the recipient identify that it is an external email and not from SITE. 4. It has grammatical errors. 5. Includes a link or domain you do not recognize or are unfamiliar with. PHISHING PREVENTION What to do next time? * Do not reply, as this will confirm your email to a potential adversary * To Report Spam or Supiscious Email please create a Jira ticket "Report SPAM". * Do not forward the email to anyone, with the exception of your Security or Help Desk teams. This could also place the recipient at risk. * For more details about how to securely handle spam emails, please refer to our Acceptable Use Of Asset Policy here. © 2023 SANS™ Institute