Help
RSS
API
Feed
Maltego
Contact
Domain > am.zxcyec.workers.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-07-18
104.21.74.26
(
ClassC
)
2026-02-17
172.67.153.112
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 17 Feb 2026 20:07:29 GMTContent-Type: text-html; charset: utf-8Content-Length: 3788Connection: keep-aliveReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sEf7MmOfmMpLy2Ic9LCBALwGUrBv1Uyp808g%2BG9x4BNOIOq5DxxT%2BppZQDpx7TNO0BAEDYPsqIUAFrypWN9ffYLAPKfG41pL33YlddSyWMerTTzeb3w%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9cf7e94b2efe9811-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>head> meta charsetutf-8>style> body { margin: 0; }.container { display: inline-flex; flex-direction: column; width: 100%; align-items: center; margin: 0; row-gap: 25px;}.nav { display: flex; align-items: center; width: 100%; background-color: rgba(62, 62, 62, 0.562); padding-left: 10%;}.body { display: flex; flex-direction: column; row-gap: 35px; width: 65%; align-items: center; justify-content: center;}.input-info { display: flex; column-gap: 15px;}#resp-result { min-height: 300px; height: 100%; width: 100%; border-radius: 15px; border: #b3b3b37a 1px solid; padding: 15px; display: flex; flex-direction: column;}#links { border-radius: 10px; width: 400px; border: #b3b3b37a 1px solid; padding-left: 15px;}.space-line { border: 1px dashed navy; width: 100%;}.info-title { color: darkred;}.info-line { column-gap: 5px; display: flex; align-items: center;}.content-title { color: darkred; font-weight: bold; font-size: 14px;}/style>/head>body> div classcontainer> div classnav> h4 stylecolor: #F1F2F3;>Apple Music信息获取/h4> /div> div classbody> div classinput-info> input idlinks typetext placeholder输入Apple Music链接> button onclickdoGet() typebutton stylebackground-color: aquamarine; border-radius: 10px; border: none; padding-left: 5px;padding-right: 5px;font-size: 15px;>fetch/button> /div> div styledisplay: flex; width: 100%;> div idresp-result stylefont-size: 9pt;> /div> /div> /div> /div> script> async function doGet() { const links document.getElementById(links).value; console.log(links); const result (await (await fetch(/api/search, { method: POST, body: JSON.stringify({url: links}) })).json()); console.log(result) if (result.status 200) { data result.data; document.getElementById(resp-result).innerHTML ` span> ${data.title} /span> hr classspace-line> div classinfo-line> span classinfo-title>专辑名:/span> span>${data.title}/span> /div> div classinfo-line> span classinfo-title>歌手:/span> span>${data.artist.join(,)}/span> /div> div classinfo-line> span classinfo-title>发布日期:/span> span>${data.year}/span> /div> div classinfo-line> span classinfo-title>类型:/span> span>${data.genre.join(,)}/span> /div> hr classspace-line> div classcontent-title> 简介 /div> hr classspace-line/> div> p>${data.descr}/p> /div> hr classspace-line/> div>更多信息请查看:a href${result.url}>点击查看更多/a>/div> `; } } /script>/body>
Port 443
HTTP/1.1 200 OKDate: Tue, 17 Feb 2026 20:07:29 GMTContent-Type: text-html; charset: utf-8Content-Length: 3788Connection: keep-aliveReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s799Pq1W3icUFr3xu4wf%2BXxyoMESTo%2Fzq%2B2020xn2QKo5TsvXNBFJwjSVyFAzXSN8gBjxvYrYucTUfp4M8eMQXYTVSL3h577G5bfaKUUf%2F%2BP3BkMCuw%3D%3D}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9cf7e94bdf66a11a-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>head> meta charsetutf-8>style> body { margin: 0; }.container { display: inline-flex; flex-direction: column; width: 100%; align-items: center; margin: 0; row-gap: 25px;}.nav { display: flex; align-items: center; width: 100%; background-color: rgba(62, 62, 62, 0.562); padding-left: 10%;}.body { display: flex; flex-direction: column; row-gap: 35px; width: 65%; align-items: center; justify-content: center;}.input-info { display: flex; column-gap: 15px;}#resp-result { min-height: 300px; height: 100%; width: 100%; border-radius: 15px; border: #b3b3b37a 1px solid; padding: 15px; display: flex; flex-direction: column;}#links { border-radius: 10px; width: 400px; border: #b3b3b37a 1px solid; padding-left: 15px;}.space-line { border: 1px dashed navy; width: 100%;}.info-title { color: darkred;}.info-line { column-gap: 5px; display: flex; align-items: center;}.content-title { color: darkred; font-weight: bold; font-size: 14px;}/style>/head>body> div classcontainer> div classnav> h4 stylecolor: #F1F2F3;>Apple Music信息获取/h4> /div> div classbody> div classinput-info> input idlinks typetext placeholder输入Apple Music链接> button onclickdoGet() typebutton stylebackground-color: aquamarine; border-radius: 10px; border: none; padding-left: 5px;padding-right: 5px;font-size: 15px;>fetch/button> /div> div styledisplay: flex; width: 100%;> div idresp-result stylefont-size: 9pt;> /div> /div> /div> /div> script> async function doGet() { const links document.getElementById(links).value; console.log(links); const result (await (await fetch(/api/search, { method: POST, body: JSON.stringify({url: links}) })).json()); console.log(result) if (result.status 200) { data result.data; document.getElementById(resp-result).innerHTML ` span> ${data.title} /span> hr classspace-line> div classinfo-line> span classinfo-title>专辑名:/span> span>${data.title}/span> /div> div classinfo-line> span classinfo-title>歌手:/span> span>${data.artist.join(,)}/span> /div> div classinfo-line> span classinfo-title>发布日期:/span> span>${data.year}/span> /div> div classinfo-line> span classinfo-title>类型:/span> span>${data.genre.join(,)}/span> /div> hr classspace-line> div classcontent-title> 简介 /div> hr classspace-line/> div> p>${data.descr}/p> /div> hr classspace-line/> div>更多信息请查看:a href${result.url}>点击查看更多/a>/div> `; } } /script>/body>
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
]