Help
RSS
API
Feed
Maltego
Contact
Domain > dancemore.dance
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-05-29
18.66.255.40
(
ClassC
)
2026-01-21
18.161.6.11
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 21 Jan 2026 13:31:21 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://dancemore.dance/X-Cache: Redirect from cloudfrontVia: 1.1 59456abf79b201034ab5c9cfef7355e2.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: riW2LY6p-H5qqy2bWy4q1X75-SsR-770NjfOmdpx9vjGIYqlXi0x7A html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 7371Connection: keep-aliveLast-Modified: Tue, 20 Jan 2026 22:11:55 GMTx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3Date: Wed, 21 Jan 2026 13:31:22 GMTCache-Control: max-age14400, must-revalidateETag: 9d877e1cc0c846516acccb9857e97292X-Cache: RefreshHit from cloudfrontVia: 1.1 ec27e2bbc77d9805bead471453d2094c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: pJXkrzMVEBbkuALL96yHHnxpFio0jsT8f5qkqRhVqD73jmkFVHiV7A !doctype html>html dirltr langen data-squireinittrue>head> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, minimum-scale1.0, maximum-scale5.0> title>Home Page/title> link relmodulepreload href/build/p-371b5313.js>link relmodulepreload href/build/p-0t0DkvPp.js>link relmodulepreload href/build/p-BJRNA4d7.js>link relmodulepreload href/build/p-BJcjetFN.js>link relmodulepreload href/build/p-BL1E4rsa.js>link relmodulepreload href/build/p-BPbXvOgd.js>link relmodulepreload href/build/p-BT0jTLw3.js>link relmodulepreload href/build/p-BcLQ97gO.js>link relmodulepreload href/build/p-BcSNBiEK.js>link relmodulepreload href/build/p-C-XLaaVe.js>link relmodulepreload href/build/p-CLuHJK0A.js>link relmodulepreload href/build/p-CZ7RJZXT.js>link relmodulepreload href/build/p-CabpFgQQ.js>link relmodulepreload href/build/p-Dkz0JGJl.js>link relmodulepreload href/build/p-UcGOlPqz.js>script typemodule src/build/p-371b5313.js data-stencil data-resources-url/build/ data-stencil-namespaceplatform>/script> script nomodule src/build/platform.js data-stencil>/script> link relstylesheet href/build/p-b95cbc68.css typetext/css mediaall> style>.nGY2 .nGY2ViewerAreaPrevious, .nGY2 .nGY2ViewerAreaNext { top: 15% } body { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 300; } .vertical-container, #globalLogin { position: absolute; left: 190px; } body, table, tr, td, #showMenu { margin: 0; padding: 0; /*overflow: hidden;*/ } td { vertical-align: top; /*border: solid 1px red;*/ } #contentTarget { width: 400px; } #showMenu { width: 100px; }/style> script> window.onBuildDev () > { /*if (windowbuildEnv BOOK) { window.location.href /pages/index.book.html } if (windowbuildEnv JAZZY) { window.location.href /pages/nse2024.html }*/ } let jsonMenuSearch { result: { type: SEARCH, title: Search people, }, { type: DOMAIN, title: Register Domain, }, { type: INBOX, title: Inbox, }, { type: LOGIN, title: Login, }, { type: DEBUG, title: Debug, } } let jsonMenuPhotographer { result: { type: GALLERIES, title: Galleries, }, { type: LOGIN, title: Login, }, { type: DEBUG, title: Debug, } } let jsonLastWish { result: { type: LOGIN, title: Login, }, { type: LASTWISH, title: Last Wish, } } let jsonMenu null let checkInbox false let command null function isLocalHost() { return window.location.href.includes(localhost) } function getLocationParam(paramName, defValue null) { if (window.location.href.includes(paramName + )) { let idx window.location.href.indexOf(paramName + ) let idxEnd window.location.href.indexOf(&, idx) var value window.location.href.substring(idx + paramName.length + 1, idxEnd 0 ? window.location.href.length : idxEnd) return decodeURIComponent(value) } return defValue; } function createCss(url) { var head document.getElementsByTagName(head)0; var link document.createElement(link); link.rel stylesheet; link.type text/css; link.href url; link.media all; head.appendChild(link); } function createScript(url) { var head document.getElementsByTagName(head)0; var script document.createElement(script); script.setAttribute(type, text/javascript); script.setAttribute(src, url); script.setAttribute(nomodule, ); head.appendChild(script); } function createModuleScript(url) { var head document.getElementsByTagName(head)0; var script document.createElement(script); script.setAttribute(type, module); script.setAttribute(src, url); head.appendChild(script); } // Must be at the end urlConfig getLocationParam(url); urlStatic getLocationParam(urlStatic, http://localhost:8080); //alert(urls: + urlConfig + -+urlStatic) if (window.location.href.includes(search1)) { jsonMenu jsonMenuSearch checkInbox true } else if (window.location.href.includes(photographer1)) { jsonMenu jsonMenuPhotographer } else if (window.location.href.includes(lastwish1)) { jsonMenu jsonLastWish } else if (window.location.href.includes(signup1)) { command signup } else if (window.location.href.includes(login1)) { command login } //createCss(urlStatic + /themify-icons.css) //createScript(urlStatic + /jquery.nanogallery2.core.js) //createScript(urlStatic + /squire/squire.js) function customFailure(err) { alert(customError: + err) } function customSuccess(user) { alert(Logged in!) } /script> /head> body> elite-config ideliteConfig url-jsurlConfig>/elite-config> dance-more-root> !--video-player urlhttps://media.vimejs.com/720p.mp4 urlPosterhttps://media.vimejs.com/poster.png--> !--video-player urlhttps://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8--> !-- Last one --> !--video-player urlhttp://localhost:8921/video-stream/public/video/1.mp4 urlPosterhttps://media.vimejs.com/poster.png--> !--timezones-list /--> !--show-menu idshowMenu command-jscommand role2201 menu-jsjsonMenu check-inboxcheckInbox>/show-menu>div classvertical-container> div idcontentContainer> table> tr> td> external-render idtitleContent>/external-render> td styletext-align: right> span idaddContent styletext-align: right>ion-icon stylecursor:pointer; font-size: 20px nameadd-outline>/ion-icon>/span> span iddeleteContent styletext-align: right>ion-icon stylecursor:pointer; font-size: 20px nametrash-outline>/ion-icon>/span> span idcloseContent styletext-align: right>ion-icon stylecursor:pointer; font-size: 20px nameclose-circle-outline>/ion-icon>/span> /td> /tr> tr> td colspan2> div idcontentTarget styledisplay:none;>/div> /td> /tr> /table> /div--> external-render idexternalRender>/external-render> script typemodule src/ionicons/ionicons.esm.js>/script> script nomodule src/ionicons/ionicons.js>/script> /dance-more-root>/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
]