https://dropbox-online.com/

ID da verificação
547ed829-bb62-49dc-8126-0871cbdf892fConcluído
URL enviado:
https://dropbox-online.com/
Relatório concluído:

Ligações · 0 encontradas

As ligações de saída identificadas na página

Variáveis JavaScript · 5 encontradas

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction

Mensagens de registo da consola · 0 encontradas

Mensagens registadas na consola web

HTML

O corpo HTML em bruto da página

<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Phishing Simulation Landing Page</title>
<meta name="description" content="Phishing simulation landing page for security awareness training.">
<meta name="author" content="PhishingBox, LLC.">
<meta name="Copyright" content="Copyright (c) 2006-2021 PhishingBox, LLC.">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<style>
.pbox-box-row {
    margin-top:50px;
    margin-left:25px;
    margin-right:25px;
}
.pbox-box {
    border:2px solid #cecece;
    padding:25px;
}
.pbox-copyright{
    padding-top:15px;
    font-size:11px;
    text-align:center;
    color:#cecece;
}
.bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #00b3e5 50%, #1177bb 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
}
.bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
}
.bg3 {
    animation-duration:5s;
}
.content {
    background-color:rgba(255,255,255,.9);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    padding:8vmin;
    position:fixed;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
}
body {
    font-family:Helvetica;
}
h1 {
    font-family:Helvetica;
    font-size:22px;
    margin-top: 0px;
    margin-bottom: 40px;
}
@keyframes slide {
    0% {
        transform:translateX(-25%);
    }
    100% {
        transform:translateX(25%);
    }
}
</style>
</head>
<body>
    <div class="bg"></div>
    <div class="bg bg2"></div>
    <div class="bg bg3"></div>
    <div class="content">
        <img src="/assets/img/phishingbox_logo.png" style="max-height:125px;" alt="PhishingBox">
        <h1>Phishing Simulation</h1>
        This web site (dropbox-online.com) is hosted and managed for phishing simulation purposes.
        <br><br>
        This domain and many others are used to teach employees how to recognize and avoid phishing attacks.
        <br><br>
        This web site is not malicious and is most likely sent by your employer as part of a phishing test.<br>If you have any questions, please contact your employer's IT Administrator.
    </div>

    <script src="/assets/js/jquery.js"></script>
    <script src="/assets/js/bootstrap.min.js"></script>


</body></html>