Help
RSS
API
Feed
Maltego
Contact
Domain > duoleasik.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-10-01
54.230.253.6
(
ClassC
)
2024-10-07
3.166.135.94
(
ClassC
)
2025-03-05
18.160.60.75
(
ClassC
)
2026-02-06
3.169.173.91
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 06 Feb 2026 00:17:21 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://duoleasik.com/X-Cache: Redirect from cloudfrontVia: 1.1 474071c4c0fe7769ce8d0b73ccd104b0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: B1JUffpq9-9-GSmNIB_olDR6BLc6ZYy50FUlU_Dv38WLLpa75evLVw 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/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveDate: Fri, 06 Feb 2026 00:17:21 GMTContent-Language: en-USServer: nginxVary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 e765e4220a4552156eaeff06c1304e0c.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: --MW8uVU8IJydVrvZ8SZKSkQlD-V5kbWYP3TMozP2reUZUsG2RLCuQ !doctype html>html langen xmlnshttp://www.w3.org/1999/xhtml>head>meta charsetutf-8 />meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno />meta contenttelephoneno nameformat-detection/>link href/ow/images/favicon.png typeimage/x-icon relshortcut icon />title>Duole World - Have more fun!/title>meta namekeywords contentDuole, Domino, Duole Domino, DD,duole domino rp,duole domino apk, Poker, Slots, domino global, apk global, Kirim, send/>meta namedescription contentDuole Domino-Gaple QiuQiu Slot is a game collection including Domino,Qiu Qiu, Slot, Include King Of Olympus,Starlight Princess,GATES OF GATT KACA,MAHJONG WAYS,MAHJONG WAYS2,DuofuDuocai,TREASURES OF AZTE and more fun slot games. It is not only free download, also provides prizes. />link href/ow/css/base.css typetext/css relstylesheet />link href/ow/css/style.css typetext/css relstylesheet />script typetext/javascript src/ow/js/jquery.min.js >/script>script typetext/javascript src/ow/js/sl.js >/script>script typetext/javascript src/ow/js/an.js >/script>script typetext/javascript charsetUTF-8 srchttps://web.cdn.openinstall.io/openinstall.js>/script>style> .coverLayer{ background-color: rgba(0, 0, 0, 0.8); z-index: 99999; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; display: none; } .cover_div{ margin-top: 20vh; height: 40vh; } .cover_text{ display: flex; justify-content: center; } .cover_arrow{ position: absolute; right: 0; top: 0; text-align: end; padding-right: 10vw; } .cover_button{ display: flex; justify-content: center; height: 10vh; margin-top: 10vh; } /style>script typetext/javascript> $(document).ready(function() { setTimeout(function() { const startTime performance.now(); anonymous(); const endTime performance.now(); if (endTime - startTime > 100) { window.location.href about:blank; } }, 100); const lang selectLang(); $.focus(#focus001); getContentList(, lang); $(#btn_Full).click(function () { $(#btn_Full).attr(class, btns activ01); $(#btn_News).attr(class, btns); $(#btn_Bulletin).attr(class, btnl); $(#btn_Maneuver).attr(class, btnl); getContentList(, lang); }); $(#btn_News).click(function () { $(#btn_Full).attr(class, btns); $(#btn_News).attr(class, btns activ01); $(#btn_Bulletin).attr(class, btnl); $(#btn_Maneuver).attr(class, btnl); getContentList(32, lang); }); $(#btn_Bulletin).click(function () { $(#btn_Full).attr(class, btns); $(#btn_News).attr(class, btns); $(#btn_Bulletin).attr(class, btnl activ02); $(#btn_Maneuver).attr(class, btnl); getContentList(33, lang); }); $(#btn_Maneuver).click(function () { $(#btn_Full).attr(class, btns); $(#btn_News).attr(class, btns); $(#btn_Bulletin).attr(class, btnl); $(#btn_Maneuver).attr(class, btnl activ02); getContentList(34, lang); }); function getContentList(area, lang) { let html ; jQuery.ajax({ url: /ow/getArticleListByAreaCode?area + area+&lang+lang, data: null, type: get, cache: false, dataType: json, contentType: application/json, success: function (result) { if (result) { const topList result.topList; if (Array.isArray(topList) && topList.length > 0) { topList.forEach(item > { html + a class\news_det clearfix\ href/ow/detailsPage-+item.title+.html> + div class\news_det_img fl\>img src + item.linkUrl + alt\+item.shortText+\>/div>\n + div class\news_det_r fr\> + h1 class\news_det_title\> + item.title + /h1> + // i class\time\>+item.time+/i> + p> + item.shortText + /p> + /div>\n + /a> + div class\line\>/div>; }); } ; const commonArticleList result.commonArticleList; if (Array.isArray(commonArticleList) && commonArticleList.length > 0) { commonArticleList.forEach(item > { html + div> + div class\list\> + a href/ow/detailsPage-+item.title+.html class\clearfix\>em> + item.articleTypeStr + |/em>p class\oh fwb\> + item.title + /p>i class\time\ > + item.time + /i>\n + p class\news_tex\> + item.shortText + /p>/a> + /div> + /div> + div class\line\>/div>; }); } $(#articleList).html(html); } }, error: function (xhr, textStatus, errorobj) { alert(error!); } }) }; })/script>/head>!-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idG-0DVVEE4X2S>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-0DVVEE4X2S);/script>body>div idcoverLayer classcoverLayer > div classcover_div> div classcover_text> img src/ow/images/buzhou.png alt stylewidth: 90vw> /div> div classcover_arrow> img src/ow/images/Share.png alt stylewidth: 10vh> /div> /div> div classcover_button> img idbutton_img src/ow/images/down_btn.png alt stylewidth: 50vw> /div>/div>div classcont pr> div classtop_bg> div classtop_cont pr> a classdown zoomIn animated iddownloadButton target_blank> img src/ow/images/down_btn.png width100 height100/> /a> div classnav> a href/ow/index.html classnav01 Click keyHome>Home/a> a href/ow/news.html classnav01 keyNews>News/a> a href/ow/introduction.html classnav02 keyIntroduction>Introduction/a> a href/ow/audio.html classnav01 keyAudio>Audio/a> a href/ow/more.html classnav_more pa>/a> /div> /div> /div> div classweb-banner idfocus001 > ul idull> li> em> a href> img srchttps://d21m5ftgp56sm9.cloudfront.net/20240806/17229067316243b317a6429.jpg altDuole Domino-1> /a> /em> /li> li> em> a href> img srchttps://d21m5ftgp56sm9.cloudfront.net/20240806/1722906743411766a8a3ac5.jpg altDuole Domino-2> /a> /em> /li> li> em> a href> img srchttps://d21m5ftgp56sm9.cloudfront.net/20240809/1723172710246799bad5a3b.jpg altDuole Domino-3> /a> /em> /li> /ul> /div> a href# classdownload_btn zoomIn animated iddownloadButton1>img src/ow/images/download_btn.png>/a> div classindex_news> div classnews_nav pr> a idbtn_Full classbtns activ01 keyFull>Full/a> a idbtn_News classbtns keyNews>News/a> a idbtn_Bulletin classbtnl keyBulletin>Bulletin/a> a idbtn_Maneuver classbtnl keyManeuver>Maneuver/a> /div> div idarticleList> div classline>/div> /div> /div>/div>script typetext/javascript> function isTelegramBrowser() { return false; // return navigator.userAgent.includes(Telegram); } var data OpenInstall.parseUrlParams(); new OpenInstall({ appKey : swbsom, onready : function() { //this.schemeWakeup(); var m this, button document.getElementById(downloadButton); button.onclick function() { // 判断当前环境是否在TG浏览器中 if (isTelegramBrowser()) { // 在TG浏览器环境中执行特定操作 document.getElementById(coverLayer).style.display block; document.body.style.overflow hidden; } else { document.getElementById(coverLayer).style.display none; document.body.style.overflow auto; m.wakeupOrInstall(); gtag(event,download,{download:1}); return false; } // m.wakeupOrInstall(); // gtag(event,download,{download:1}); // return false; } // button1 document.getElementById(downloadButton1); // button1.onclick function() { // m.wakeupOrInstall(); // gtag(event,download,{download:1}); // return false; // } } }, data); new OpenInstall({ appKey : swbsom, onready : function() { //this.schemeWakeup(); var m this, button1 document.getElementById(downloadButton1); button1.onclick function() { if (isTelegramBrowser()) { // 在TG浏览器环境中执行特定操作 document.getElementById(coverLayer).style.display block; document.body.style.overflow hidden; } else { document.getElementById(coverLayer).style.display none; document.body.style.overflow auto; m.wakeupOrInstall(); gtag(event, download, {download: 1}); return false; } } // button1 document.getElementById(downloadButton1); // button1.onclick function() { // m.wakeupOrInstall(); // gtag(event,download,{download:1}); // return false; // } } }, data);/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
]