Help
RSS
API
Feed
Maltego
Contact
Domain > 22ser.lryjjrj.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-12-16
121.9.212.208
(
ClassC
)
2025-09-14
119.28.10.114
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginx/1.26.1Date: Sun, 14 Sep 2025 23:09:37 GMTContent-Type: text/htmlContent-Length: 6282Last-Modified: Fri, 05 Sep 2025 09:56:46 GMTConnection: keep-aliveETag: 68bab3de-188aAccept-Ranges: bytes !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>html xmlnshttp://www.w3.org/1999/xhtml>head>meta http-equivContent-Type contenttext/html; charsetutf-8 />title>网站域名超过服务期提醒/title>style typetext/css>body{ color:#006acb; font-size: 14px; line-height:27px; }#main{ width:930px; padding:30px 70px; margin-top: 50px; margin-left:auto; margin-right:auto; background-color:rgba(112,204,144,0.2);}#checkdomain{ width:930px; padding:30px 70px; margin-top: 10px; margin-left:auto; margin-right:auto; background-color:rgba(112,204,144,0.2); } input{ width: 70%; height: 3.7rem; border-radius: 0rem; font-size: 1rem; border: 0; outline: none; padding: 0 1.5rem; margin: 0px; box-sizing: border-box; margin-right: 0.5rem; } button{ width: 15%; background-color: #70cc90; color: #006acb; border: 0; height: 3.7rem; font-size: 1rem; border-radius: 0rem; padding: 0px; margin: 0px; cursor: pointer; font-weight: bold;}h1{ font-size:17px; font-weight:bold; line-height:30px; }h2{ font-size:14px; font-weight:normal;}.footer{ width:900px; padding:20px; margin-top: 10px; margin-left:auto; margin-right:auto; text-align:center;}.footer span{padding:0px 10px;}.footer span a{font-weight:normal; color:#006acb; text-decoration:none; font-size:14px;}.footer span a:hover{font-weight:bold; color:#3CC; text-decoration:none;}a{ color:#006acb; text-decoration:none;}a:hover{ text-decoration:underline;}/style>/head>body>div idmain>h1>该网站的域名( span stylecolor: #F72024 iddomainName1>/span> )已超过服务期 ,网站不能正常访问,续费后可恢复。/h1>h2>为避免域名被删除或被他人注册,请联系a hrefhttps://www.kenpai.com/?linkexpns target_blank title域名注册商>域名注册商/a>尽快完成续费:br />1. 若您是 a hrefhttps://www.kenpai.com/?linkexpns target_blank title垦派科技 stylecolor: blue;>垦派科技/a>(a hrefhttps://www.kenpai.com/?linkexpns target_blank title垦派科技>kenpai.com/a>)会员,请登垦派科技官网,进入个人中心,完成域名续费;br />2. 若您的a hrefhttps://www.kenpai.com/domain.html?linkexpns target_blank title域名注册服务>域名服务/a>由垦派科技代理商提供,请您联系您的代理商咨询续费事宜。/h2>/div> div idcheckdomain> h1>立即注册一个域名,开启互联网生意/h1> div stylemargin-bottom: 10px;> input iddomainInput placeholder输入您想要的域名,比如:kenpai.com classinput-box>button onclicksearchDomain()>立即注册/button> /div> /div> script> function searchDomain() { // 获取输入框元素 const input document.getElementById(domainInput); // 获取输入框的值并去除前后空格 const domainValue input.value.trim(); // 检查输入是否为空 if (domainValue) { // 构建目标URL,将输入值作为参数 const targetUrl `https://www.kenpai.com/searchResult.html?linkexpns&name${encodeURIComponent(domainValue)}`; // 跳转到目标URL window.location.href targetUrl; } else { // 如果输入为空,提示用户 alert(请输入域名后再进行搜索); // 聚焦到输入框 input.focus(); } } // 支持按回车键触发搜索 document.getElementById(domainInput).addEventListener(keyup, function(event) { if (event.key Enter) { searchDomain(); } }); /script> div classfooter>strong> 友情链接:/strong> span>a hrefhttps://www.kenpai.com/domain.html?linkexpns target_blank title注册域名>域名注册/a>/span> span>a hrefhttps://www.kenpai.com/domain.html?linkexpns target_blank title域名查询>域名查询/a>/span> span>a hrefhttps://www.kenpai.com/domain/cn.html?linkexpns target_blank title特价.CN域名注册>特价.CN域名/a>/span> span>a hrefhttps://www.kenpai.com/domain/com.html?linkexpns target_blank title特价.COM域名注册>特价.COM域名/a>/span> span>a hrefhttps://www.kenpai.com/email.html?linkexpns target_blank title免费网易邮箱>免费网易邮箱/a>/span> span>a hrefhttps://www.kenpai.com/ssl.html?linkexpns target_blank title免费SSL证书>免费SSL证书/a>/span> span>a hrefhttps://www.dns.com/ target_blank title免费DNS解析>免费DNS解析/a>/span> span>a hrefhttps://www.boce.com/ target_blank title域名检测>域名检测/a>/span>/div>script> function getDomainName() { var domain window.location.hostname || localhost; // 如果是本地文件,可以默认为 localhost var domainParts domain.split(.).reverse(); var domainName domain; if (domainParts.length > 2) { // 去掉前缀如 www. 或者子域名 domainName domainParts1 + . + domainParts0; } return domainName; } function updateDomainName(elementId) { var domainName getDomainName(); document.getElementById(elementId).innerText domainName; // 更新指定元素的内容 } window.onload function() { updateDomainName(domainName1); // 更新第一个域名显示元素 updateDomainName(domainName2); // 更新第二个域名显示元素 document.title 该网站域名 + getDomainName() + 已过期; // 更新title>标签 }; /script> !----script srchttps://www.kenpai.com/js/domainpark.js>/script> ---->/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]