Domain xanent.com
Norway
Domeneshop AS
Software information

nginx nginx

tcp/443 tcp/80

  • Open service 194.63.249.215:443 · xanent.com

    2026-01-23 23:12

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 23 Jan 2026 23:12:32 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    
    Page title: xanent.com is not found
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>xanent.com is not found</title>
        <style>
    
    * {margin: 0;padding: 0;}
    
    body {
    background: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: center;
    }
    
    h1 {
    margin: 10px auto 20px 10px;
    color: #3498db;
    }
    
    p {
    display: inline-block;
    min-width: 200px;
    margin: auto 30px 10px 30px;
    }
    
    .container {
    position: relative;
    text-align: left;
    min-height: 200px;
    max-width: 800px;
    min-width: 450px;
    margin: 15% auto 0px auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    }
    
    img.logo {
    width: auto;
    max-height: 50px;
    margin-top: 30px;
    border: 0;
    }
    
    .logocont {
    text-align: center;
    }
    
    .langselect {
    position: absolute;
    top: 10px;
    right: 10px;
    }
    
    .langselect img {
    position: relative;
    width: auto;
    border: 0;
    margin: 2px;
    height: 15px;
    }
    
    .footer {
    color: #aaa;
    margin: 1em auto 0px auto;
    font-size: 8pt;
    text-align: center;
    min-width: 450px;
    }
    
        </style>
    </head>
    <body>
    <script>
    var h = {
    'en':'xanent.com is not found',
    'no':'xanent.com ble ikke funnet',
    'sv':'xanent.com hittades inte'
    };
    
    var u = {
    'en': 'www.domainnameshop.com/',
    'no': 'www.domeneshop.no/',
    'sv': 'www.domainnameshop.com/?currency=SEK&lang=sv', 
    };
    
    var m = {
    'en': 'xanent.com is not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server. <br><br>Please contact customer support if the problem persists.',
    'no': 'xanent.com er ikke funnet i konfigurasjonen til denne serveren. Det kan være på grunn av en nylig endret eller feil DNS-peker, eller en rekonfigurering av serveren. <br><br>Ta kontakt med kundeservice hvis problemet vedvarer.',
    'sv': 'xanent.com kunde inte hittas i denna servers konfiguration. Det kan vara på grund av en nylig ändrad eller fel DNS-pekare, eller en omkonfiguration av servern. <br><br>Kontakta kundservice om problemet består.'
    };
    
    var l = (navigator.language || navigator.userLanguage || 'en').toLowerCase();
    l = (l.indexOf('-') > -1)?(l.split("-")[1]):((l === 'nb' || l === 'nn')?'no':l);
    
    var i = (typeof SVGRect != "undefined")?'svg':'png';
    
    function q(s) {
        return document.getElementById(s);
    }
    </script>
    
    <div class="container">
        <h1 id="t">xanent.com is not found</h1>
        <p  id="m">xanent.com is not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server. <br><br>Please contact customer support if the problem persists.</p>
        <div class="logocont"><a id="l" href="https://www.domainnameshop.com/"><img id="i" class="logo" src="/images/logo-en.png"></a></div>
        <div id="ls" class="langselect" style="display: none;"><img src='/images/flag-no.png' alt='Norsk' title='Norsk' onclick="setLang('no')" /><img src='/images/flag-se.png' alt='Svenska' title='Svenska' onclick="setLang('sv')" /><img src='/images/flag-en.png' alt='English' title='English' onclick="setLang('en')" /></div>
    </div>
    <div class="footer">Domeneshop AS &copy; 2026</div>
    
    <script>
    q('ls').setAttribute("style", "");
    
    function setLang(s) {
        s = ((s in h)?s:'en');
        q('t').innerHTML = document.title = h[s];
        q('m').innerHTML = m[s];
        q('l').setAttribute('href', 'https://'+u[s]);
        q('i').setAttribute('src', '/images/logo-'+s+'.'+i);
        q('redir').setAttribute('content','10; url=https://'+u[s]);
    }
    
    setLang(l);
    </script>
    </body>
    </html>
    <!---
    
    -->
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2a01:5b40:0:4a04:0:1cf1:f02f:80bd:80 · xanent.com

    2026-01-23 23:12

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 23 Jan 2026 23:12:32 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Vary: Accept-Encoding
    
    Page title: xanent.com was not found
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <script src="/punycode.min.js"></script>
        <title>xanent.com was not found</title>
        <style>
          * {
            margin: 0;
            padding: 0;
          }
    
          body {
            background: #ccc;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11pt;
            text-align: center;
          }
    
          h1 {
            margin: 10px auto 20px 10px;
            color: #3498db;
          }
    
          p {
            display: inline-block;
            min-width: 200px;
            margin: auto 30px 10px 30px;
          }
    
          .container {
            position: relative;
            text-align: left;
            min-height: 200px;
            max-width: 800px;
            min-width: 450px;
            margin: 15% auto 0px auto;
            background: #ffffff;
            border-radius: 20px;
            padding: 20px;
            box-sizing: border-box;
          }
    
          img.logo {
            width: auto;
            max-height: 50px;
            margin-top: 30px;
            border: 0;
          }
    
          .logocont {
            text-align: center;
          }
    
          .langselect {
            position: absolute;
            top: 10px;
            right: 10px;
          }
    
          .langselect img {
            position: relative;
            width: auto;
            border: 0;
            margin: 2px;
            height: 15px;
          }
    
          .footer {
            color: #aaa;
            margin: 1em auto 0px auto;
            font-size: 8pt;
            text-align: center;
            min-width: 450px;
          }
        </style>
      </head>
      <body>
        <script>
          var h = {
            en: punycode.toUnicode('xanent.com') + ' was not found',
            no: punycode.toUnicode('xanent.com') + ' ble ikke funnet',
            sv: punycode.toUnicode('xanent.com') + ' hittades inte',
            da: punycode.toUnicode('xanent.com') + ' blev ikke fundet',
          };
    
          var u = {
            en: "www.domainnameshop.com/",
            no: "www.domeneshop.no/",
            sv: "www.domainnameshop.com/",
            da: "www.domainnameshop.com/",
          };
    
          var m = {
            en: punycode.toUnicode('xanent.com') + ' was not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server. <br><br>Please contact customer support if the problem persists.',
            no: punycode.toUnicode('xanent.com') + ' ble ikke funnet i konfigurasjonen til denne serveren. Det kan være på grunn av en nylig endret eller feil DNS-peker, eller en rekonfigurering av serveren. <br><br>Ta kontakt med kundeservice hvis problemet vedvarer.',
            sv: punycode.toUnicode('xanent.com') + ' kunde inte hittas i denna servers konfiguration. Det kan vara på grund av en nylig ändrad eller fel DNS-pekare, eller en omkonfiguration av servern. <br><br>Kontakta kundservice om problemet består.',
            da: punycode.toUnicode('xanent.com') + ' blev ikke fundet i konfigurationen på denne server. Det kan være på grund af en nyligt ændret eller forkert DNS-markør eller en omkonfiguration af serveren. <br><br>Kontakt venligst kundesupport, hvis problemet fortsætter.',
          };
    
          var l = (
            navigator.language ||
            navigator.userLanguage ||
            "en"
          ).toLowerCase();
          l =
            l.indexOf("-") > -1
              ? l.split("-")[1]
              : l === "nb" || l === "nn"
              ? "no"
              : l;
    
          var i = typeof SVGRect != "undefined" ? "svg" : "png";
    
          function q(s) {
            return document.getElementById(s);
          }
        </script>
    
        <div class="container">
          <h1 id="t">
            xanent.com
            was not found
          </h1>
          <p id="m">
            xanent.com
            was not found in the configuration on this server. It might be because
            of a newly changed or wrong DNS pointer, or a reconfiguration of the
            server. <br /><br />Please contact customer support if the problem
            persists.
          </p>
          <div class="logocont">
            <a id="l" href="https://www.domainnameshop.com/"
              ><img id="i" class="logo" src="/images/logo-en.png"
            /></a>
          <
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2a01:5b40:0:4a04:0:1cf1:f02f:80bd:80 · www.xanent.com

    2026-01-23 23:12

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 23 Jan 2026 23:12:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Vary: Accept-Encoding
    
    Page title: www.xanent.com was not found
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <script src="/punycode.min.js"></script>
        <title>www.xanent.com was not found</title>
        <style>
          * {
            margin: 0;
            padding: 0;
          }
    
          body {
            background: #ccc;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11pt;
            text-align: center;
          }
    
          h1 {
            margin: 10px auto 20px 10px;
            color: #3498db;
          }
    
          p {
            display: inline-block;
            min-width: 200px;
            margin: auto 30px 10px 30px;
          }
    
          .container {
            position: relative;
            text-align: left;
            min-height: 200px;
            max-width: 800px;
            min-width: 450px;
            margin: 15% auto 0px auto;
            background: #ffffff;
            border-radius: 20px;
            padding: 20px;
            box-sizing: border-box;
          }
    
          img.logo {
            width: auto;
            max-height: 50px;
            margin-top: 30px;
            border: 0;
          }
    
          .logocont {
            text-align: center;
          }
    
          .langselect {
            position: absolute;
            top: 10px;
            right: 10px;
          }
    
          .langselect img {
            position: relative;
            width: auto;
            border: 0;
            margin: 2px;
            height: 15px;
          }
    
          .footer {
            color: #aaa;
            margin: 1em auto 0px auto;
            font-size: 8pt;
            text-align: center;
            min-width: 450px;
          }
        </style>
      </head>
      <body>
        <script>
          var h = {
            en: punycode.toUnicode('www.xanent.com') + ' was not found',
            no: punycode.toUnicode('www.xanent.com') + ' ble ikke funnet',
            sv: punycode.toUnicode('www.xanent.com') + ' hittades inte',
            da: punycode.toUnicode('www.xanent.com') + ' blev ikke fundet',
          };
    
          var u = {
            en: "www.domainnameshop.com/",
            no: "www.domeneshop.no/",
            sv: "www.domainnameshop.com/",
            da: "www.domainnameshop.com/",
          };
    
          var m = {
            en: punycode.toUnicode('www.xanent.com') + ' was not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server. <br><br>Please contact customer support if the problem persists.',
            no: punycode.toUnicode('www.xanent.com') + ' ble ikke funnet i konfigurasjonen til denne serveren. Det kan være på grunn av en nylig endret eller feil DNS-peker, eller en rekonfigurering av serveren. <br><br>Ta kontakt med kundeservice hvis problemet vedvarer.',
            sv: punycode.toUnicode('www.xanent.com') + ' kunde inte hittas i denna servers konfiguration. Det kan vara på grund av en nylig ändrad eller fel DNS-pekare, eller en omkonfiguration av servern. <br><br>Kontakta kundservice om problemet består.',
            da: punycode.toUnicode('www.xanent.com') + ' blev ikke fundet i konfigurationen på denne server. Det kan være på grund af en nyligt ændret eller forkert DNS-markør eller en omkonfiguration af serveren. <br><br>Kontakt venligst kundesupport, hvis problemet fortsætter.',
          };
    
          var l = (
            navigator.language ||
            navigator.userLanguage ||
            "en"
          ).toLowerCase();
          l =
            l.indexOf("-") > -1
              ? l.split("-")[1]
              : l === "nb" || l === "nn"
              ? "no"
              : l;
    
          var i = typeof SVGRect != "undefined" ? "svg" : "png";
    
          function q(s) {
            return document.getElementById(s);
          }
        </script>
    
        <div class="container">
          <h1 id="t">
            www.xanent.com
            was not found
          </h1>
          <p id="m">
            www.xanent.com
            was not found in the configuration on this server. It might be because
            of a newly changed or wrong DNS pointer, or a reconfiguration of the
            server. <br /><br />Please contact customer support if the problem
            persists.
          </p>
          <div class="logocont">
            <a id="l" href="https://www.domainnameshop.com/"
              ><img id="i" class="logo" src=
    Found 2026-01-23 by HttpPlugin
    Create report
*.secure.domeneshop.nosecure.domeneshop.no
CN:
*.secure.domeneshop.no
Not before:
2014-12-19 00:00
Not after:
2018-01-03 12:00
Domain summary