https://365-office.net/landing/3dc2e8fe-fe50-4ac3-bf43-cfa9acbbc7dc

URL inviato:
https://365-office.net/landing/3dc2e8fe-fe50-4ac3-bf43-cfa9acbbc7dc
Report terminato:

I link in uscita identificati dalla pagina

Variabili JavaScript · 4 trovate

Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente

Messaggi di log della console · 1 trovati

Messaggi registrati nella console Web

HTML

Il corpo HTML non elaborato della pagina

<!DOCTYPE html><html lang="en"><head>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Roboto+Slab:700&amp;display=swap" rel="stylesheet">
    <link rel="stylesheet" href="/css/project.css">    <title>Phishing education page</title>
</head>
<body class="iq-body iqx-body-tophat iqx-education">
<header class="iqx-logo-wrapper" style="background-color: #fff;">
    <img alt="UMass Boston logo" class="iqx-logo" src="https://infosec-iq-na-customer-public.s3.amazonaws.com/brandings/1f36d762-5638-4e58-8d64-4830b6342efd-w120xh60.png">
</header>
<div class="iqx-education-header-wrapper">
  <div class="iqx-education-header">
    <p class="iq-subheadline"><span style="font-weight: bold;">Don't worry, your computer is safe!</span> You fell for a phishing simulation from UMass Boston. Please review the information below.</p>
  </div>
</div>
<div class="iqx-education-wrapper">
  <div class="iqx-container-wrapper">
    <div class="iqx-container">
      <div class="iqx-education-content-wrapper">
        <div class="iqx-education-content">
          <h1 class="iq-headline m-0 m-b-20">Phishing</h1>
          <p class="iq-text">Phishing is when an attacker uses messages to steal data or money. They want you to click a link, download a file or give them information. If you suspect phishing, slow down and think carefully!</p>
        </div>
      </div>
      <aside class="iqx-education-content-wrapper">
        <div class="iqx-education-content">
		  <img alt="" class="iq-full-width" src="https://infosec-institute.s3-us-west-2.amazonaws.com/iq-education/Phishing-N2KEducationPages.png">
	  	</div>
      </aside>
    </div>
    <footer class="iqx-footer-wrapper">
      <p class="iqx-footer" style="font-size: 14px; opacity: 1;">©2025 Infosec, Inc.</p>
    </footer>
  </div>
</div>
<div class="iqx-education-background" style="background-color: #005a7c;"></div><script src="/js/dist/common.js"></script>

</body></html>