Domain-Name-System

週期性 DNS 故障

  • May 24, 2012

我有一個經銷商帳戶。但有時,我的網站上會出現問題。我認為伺服器被黑客入侵或 DNS 伺服器被黑客入侵。我在 google 上搜尋了類似的內容,然後在黑客網站上找到了相同的 HTML 程式碼。解釋問題:mydomain.com 每次都處於活動狀態,但有時會出現流式程式碼。請注意,我沒有這個頁面或類似的資料。我的域內容是否為空且僅存在圖像文件夾。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Welcome thisdomain.com</title>
<link rel="stylesheet" href="/nobrand.css" type="text/css" />
<meta name="description" content="Web Hosting. Professional Web hosting services with free domain name, unlimited web hosting space and unlimited bandwidth." />
<meta name="keywords" content="web hosting, hosting, web host, host, website hosting, webhosting, web hosting provider, web hosting service, web hosting supplier, cheap web hosting, web space, web site hosting, web space hosting, best web hosting, cpanel hosting" />
<script type="text/javascript">
if (window.top !== window.self) {document.write = "";window.top.location = window.self.location; setTimeout(function(){document.body.innerHTML='';},1);window.self.onload=function(evt){document.body.innerHTML='';};}
</script>
</head>

<body>
<div class="frame center">
<div class="content">
<div class="header">
<div class="header_top">
<div class="header_c h_tl"></div>
<div class="header_c h_tr"></div>
<div class="header_c h_bl"></div>
<div class="header_c h_br"></div>
<div id="divider"></div>
<h1>This Domain is<br /><span class="bolden">PARKED.</span></h1>
</div>
</div><!-- class="header" -->

<div style="padding-bottom:12px"></div>

<div class="body_container">

<div class="body_container">

<style>
.icontent {
   width: 1025px;
   height: 700px;
   border: none;
   margin-top: 4px;
   margin-bottom: 4px;
}
.frame {
   width: 1065px;;
}

.header_top {
   width: 1025px;
}
#grad_break {
   left: 334px;
}
</style>

<script>
   var gaJsHost = ("https:" == document.location.protocol) ? "https://ssl." : "http://www.";
   document.write("<scr"+"ipt src='" +gaJsHost+ "google-analytics.com/ga.js'></scr"+"ipt>");
</script>
<script>
   var pageTracker = _gat._getTracker("UA-9156498-1");
   pageTracker._initData();
   pageTracker._trackPageview("/parked/dns/thisdomain.com/%2F");
</script>

<center>
   <iframe frameborder="0" scrolling="no" src="/ds_frame.html?a_id=115576" class="icontent"></iframe>
</center>

<hr class="bbar" />

</div>
</div><!-- class="content" -->
<div class="frame_c frame_br"></div>
<div class="frame_c frame_bl"></div>
</div><!-- class="frame center" -->
<div id="footer">
   <div id="copyright">©2012. All rights reserved.</div>
</div><!-- footer -->

</body>
</html>

問題是什麼?

檢查您註冊商的 DNS 配置頁面上的 A 記錄,並確保它們指向正確的位置。

引用自:https://serverfault.com/questions/391493