https://diplomatic.us.com/Z3J

送信済みURL:
https://diplomatic.us.com/Z3J
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 7件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
renderBlockedPageWithTimerfunction
Functionfunction
Objectfunction
__fpjs_pvidstring

コンソールログメッセージ · 14件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://diplomatic.us.com/Z3J
テキスト
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://diplomatic.us.com/favicon.ico
テキスト
Failed to load resource: the server responded with a status of 404 ()
debugjavascript
テキスト
JSHandle@error
errornetwork
URL
https://diplomatic.us.com/score_risk.php
テキスト
Failed to load resource: the server responded with a status of 403 ()
logjavascript
URL
https://diplomatic.us.com/captcha.js
テキスト
Server Response: JSHandle@object
startGroupother
URL
https://diplomatic.us.com/captcha.js
テキスト
Blocking Details
logother
URL
https://diplomatic.us.com/captcha.js
テキスト
Blocked Message: Access denied due to high risk score. | Detected Signals: incognito, vpnPublicService
logother
URL
https://diplomatic.us.com/captcha.js
テキスト
Block Reason: permanently_blocked
logother
URL
https://diplomatic.us.com/captcha.js
テキスト
Blocked Until (if applicable): N/A
logother
URL
https://diplomatic.us.com/captcha.js
テキスト
Total Risk Score: 5
logother
URL
https://diplomatic.us.com/captcha.js
テキスト
Normalized Risk Score: 16.666666666666664
logjavascript
URL
https://diplomatic.us.com/captcha.js
テキスト
Assessed Scores: JSHandle@object
logjavascript
URL
https://diplomatic.us.com/captcha.js
テキスト
Detected Signals: JSHandle@array
endGroupother
URL
https://diplomatic.us.com/captcha.js
テキスト
console.groupEnd

HTML

未加工のHTMLページ本文

<!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>