Help
RSS
API
Feed
Maltego
Contact
Domain > env2.jkyservice.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-08-29
47.246.23.222
(
ClassC
)
2020-01-15
47.246.17.187
(
ClassC
)
2024-12-25
163.181.66.245
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: TengineContent-Type: text/htmlContent-Length: 4125Connection: keep-aliveVary: Accept-EncodingDate: Wed, 25 Dec 2024 19:45:38 GMTSet-Cookie: acw_tc3ccdc15517351559387501606e5225ee47cd8d3b6c2456778f978bb9dcbe42;path/;HttpOnly;Max-Age1800Vary: Accept-EncodingLast-Modified: Thu, 19 Dec 2024 05:52:51 GMTVary: Accept-EncodingETag: 6763b4b3-101dCache-Control: max-age600Accept-Ranges: bytesVia: cache53.l2na63-164,0, ens-cache9.us30246,0Timing-Allow-Origin: *EagleId: a3b5429d17351559386121010e !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivX-UA-Compatible contentieedge> title>/title>/head>body>/body>script typetext/javascript> // 获取url参数 function getUrlParam(name, containChinese) { var reg new RegExp((^|&) + name + (^&*)(&|$)); var r window.location.search.substr(1).match(reg); if(r ! null) return containChinese ? decodeURI(r2) : unescape(r2); return null; } // 获取cookie function getCookie(key) { if(document.cookie.length > 0) { var cookies {}, arr document.cookie.split(;); arr.forEach(a > { var p a.split(), k p0.trim(), v p1; cookiesk v; }); if(cookieskey) { return cookieskey; } } return ; } // 设置cookie function setCookie(key, val, days) { if(!days) days 1; var d new Date(); d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)); var expires expires + d.toUTCString(); document.cookie key + + val + ; + expires + ;path/; } const styleModes { horizontal: flagship, universal, yuncang, vertical: standard } // 区分壳和非web环境 if(typeof window.set_token function) { var token getUrlParam(token), codePlat getUrlParam(codePlat), softVersion getUrlParam(softVersion), forceChangePassword getUrlParam(forceChangePassword); // 强制修改密码 const filename (function () { if(styleModes.horizontal.includes(softVersion && softVersion.toLocaleLowerCase())){ //非全能版 本地设置树形菜单,首页使用mainframe.html,本地设置横向菜单,首页使用mainframe_horizontal.html let mainMenuStyle ; try { let str window.jk_getLocalSet(), arr JSON.parse(str), configs {}; // 重组客户端数据,转成对象 arr.forEach(a > { for(let key in a) { configskey akey; } }); mainMenuStyle configs.mainMenuStyle; } catch (error) { } return mainMenuStyle tree ? mainframe : mainframe_horizontal; } else return mainframe })() window.location `/home/${filename}.html?token${token}&codePlat${codePlat}&softVersion${softVersion}&forceChangePassword${forceChangePassword}`; } else { var softVersion, plate, token getCookie(token); try { var loginResult JSON.parse(localStorage.getItem(loginResult)); const origin location.ancestorOrigins ? location.ancestorOrigins0 : null; origin && origin.indexOf(web.happylife.ren) ! -1 && (token loginResult.access_token); plate loginResult.platCode; softVersion loginResult.softVersion; } catch(error) { plate ; softVersion ; } if(token) { const filename (function () { if(styleModes.horizontal.includes(softVersion && softVersion.toLocaleLowerCase())) { return mainframe_web_horizontal } else return mainframe_web })() window.location.href `/home/${filename}.html` } else { // 定制参数 const fr getUrlParam(fr); fr 1 && sessionStorage.setItem(jkyunFrom, fr); // 这里不好精确判断环境,如果cookie已失效 // document.referrer 可以获取上一访问页面的 url window.location.href /login/login_web.html; } }/script>/html>
Port 443
HTTP/1.1 200 OKServer: TengineContent-Type: text/htmlContent-Length: 4125Connection: keep-aliveVary: Accept-EncodingDate: Wed, 25 Dec 2024 19:45:39 GMTSet-Cookie: acw_tc3ccdc15517351559390251616e5225d2b54e03b7c6da7942cc529feab7a107;path/;HttpOnly;Max-Age1800Vary: Accept-EncodingLast-Modified: Thu, 19 Dec 2024 05:52:51 GMTVary: Accept-EncodingETag: 6763b4b3-101dCache-Control: max-age600Accept-Ranges: bytesVia: cache35.l2na63-114,0, ens-cache6.us30187,0Timing-Allow-Origin: *EagleId: a3b5429a17351559389233221e !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta http-equivX-UA-Compatible contentieedge> title>/title>/head>body>/body>script typetext/javascript> // 获取url参数 function getUrlParam(name, containChinese) { var reg new RegExp((^|&) + name + (^&*)(&|$)); var r window.location.search.substr(1).match(reg); if(r ! null) return containChinese ? decodeURI(r2) : unescape(r2); return null; } // 获取cookie function getCookie(key) { if(document.cookie.length > 0) { var cookies {}, arr document.cookie.split(;); arr.forEach(a > { var p a.split(), k p0.trim(), v p1; cookiesk v; }); if(cookieskey) { return cookieskey; } } return ; } // 设置cookie function setCookie(key, val, days) { if(!days) days 1; var d new Date(); d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)); var expires expires + d.toUTCString(); document.cookie key + + val + ; + expires + ;path/; } const styleModes { horizontal: flagship, universal, yuncang, vertical: standard } // 区分壳和非web环境 if(typeof window.set_token function) { var token getUrlParam(token), codePlat getUrlParam(codePlat), softVersion getUrlParam(softVersion), forceChangePassword getUrlParam(forceChangePassword); // 强制修改密码 const filename (function () { if(styleModes.horizontal.includes(softVersion && softVersion.toLocaleLowerCase())){ //非全能版 本地设置树形菜单,首页使用mainframe.html,本地设置横向菜单,首页使用mainframe_horizontal.html let mainMenuStyle ; try { let str window.jk_getLocalSet(), arr JSON.parse(str), configs {}; // 重组客户端数据,转成对象 arr.forEach(a > { for(let key in a) { configskey akey; } }); mainMenuStyle configs.mainMenuStyle; } catch (error) { } return mainMenuStyle tree ? mainframe : mainframe_horizontal; } else return mainframe })() window.location `/home/${filename}.html?token${token}&codePlat${codePlat}&softVersion${softVersion}&forceChangePassword${forceChangePassword}`; } else { var softVersion, plate, token getCookie(token); try { var loginResult JSON.parse(localStorage.getItem(loginResult)); const origin location.ancestorOrigins ? location.ancestorOrigins0 : null; origin && origin.indexOf(web.happylife.ren) ! -1 && (token loginResult.access_token); plate loginResult.platCode; softVersion loginResult.softVersion; } catch(error) { plate ; softVersion ; } if(token) { const filename (function () { if(styleModes.horizontal.includes(softVersion && softVersion.toLocaleLowerCase())) { return mainframe_web_horizontal } else return mainframe_web })() window.location.href `/home/${filename}.html` } else { // 定制参数 const fr getUrlParam(fr); fr 1 && sessionStorage.setItem(jkyunFrom, fr); // 这里不好精确判断环境,如果cookie已失效 // document.referrer 可以获取上一访问页面的 url window.location.href /login/login_web.html; } }/script>/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
]