Help
RSS
API
Feed
Maltego
Contact
Domain > subex.co.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-01-22
43.200.126.217
(
ClassC
)
2026-01-30
54.116.14.43
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Fri, 30 Jan 2026 15:24:12 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://subex.co.kr:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 Date: Fri, 30 Jan 2026 15:24:13 GMTContent-Type: text/htmlContent-Length: 6403Connection: keep-aliveAccept-Ranges: bytesETag: W/6403-1715568366719Last-Modified: Mon, 13 May 2024 02:46:06 GMT !DOCTYPE html>HTML>head>meta HTTP-EQUIVContent-Type contenttext/html; charsetutf-8 >meta http-equivPragma contentno-cache>meta http-equivCache-Control contentno-cache>meta namerobots contentnoindex, nofollow>!-- Required meta tags -->meta nameviewport contentwidthdevice-width, initial-scale1>!-- Bootstrap CSS -->link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.0/css/bootstrap.min.css integritysha512-NZ19NrT58XPK5sXqXnnvtf9T5kLXSzGQlVZL9taZWeTBtXoN3xIfTdxbkQh6QSoJfJgpojRqMfhyqBAAEeiXcA crossoriginanonymous referrerpolicyno-referrer />meta nametheme-color content#7952b3>style> a { text-decoration: none; color: black; hover: none; } a:hover { color: black; } /style>link href/css/signin.css relstylesheet>title>서벡스 클라우드/title>script srchttps://www.google.com/recaptcha/api.js?render6LcLp-YoAAAAAEZ4mtcnh0eYHnr7qoa1ko8SdWEw>/script>script>function KeyDown() { //로그인 함수를 호출하도록 한다. 240124_hsh //호출 함수 수정 231108_hsh// if(event.keyCode13) getToken(); if(event.keyCode13) login();}//로그인 함수function login(){ //로그인 함수 내에서 토큰을 받도록 한다. grecaptcha.ready(() > { grecaptcha.execute(6LcLp-YoAAAAAEZ4mtcnh0eYHnr7qoa1ko8SdWEw, {action: submit}).then(function (token) { //토큰을 저장한다. form.captcha_token.value token; form.captcha_tokenYN.value Y; //window.open(/servlet/conasp.menu.checklog,_self,toolbaryes,menubaryes,locationyes,statusyes,resizableyes) //window.open(/servlet/conasp.menu.checklog?urlwww&sOffice+document.form1.textfield1.value+&sOffpwd+document.form1.textfield2.value+&sUserid+document.form1.textfield3.value+&sUserpwd+document.form1.textfield4.value+,_self,toolbaryes,menubaryes,locationyes,statusyes,resizableyes) var inputid, inputpw; inputid document.getElementById(floatingInput).value; inputpw document.getElementById(floatingPassword).value; //alert(inputid); if(inputid null || inputid ){ alert(아이디를 입력하세요); inputid.focus(); return; } if(inputpw null || inputpw ){ alert(비밀번호를 입력하세요); inputpw.focus(); return; } //form.action /servlet/conasp.menu.checklogNgw; form.action login; form.submit(); }); });}/script>/head>body classd-flex justify-content-center align-items-center onLoadform.sUserid.focus() stylemin-height: 100vh;> main classform-signin stylemargin:auto;> !-- asp 오픈 --> form nameform methodpost target_self> !-- 캡차 토큰 --> input typehidden namecaptcha_token> input typehidden namecaptcha_tokenYN valueN> img classmb-5 src/image/subex_logo_s.png stylemargin-bottom: 2rem !important; alt width200> div classform-floating> !-- 키다운 이벤트 등록 231109_hsh --> input typetext classform-control idfloatingInput namesUserid value onKeydownKeyDown(form)> label forfloatingInput>사용자 ID/label> /div> div classform-floating mb-4> input typepassword classform-control idfloatingPassword namesUserpwd value onKeydownKeyDown(form)> label forfloatingPassword>암호/label> /div> /form> !-- 클릭했을 때 로그인 함수를 호출한다. 240124_hsh --> !-- 클릭 이벤트 수정 231103_hsh --> button classw-100 btn btn-lg btn-primary typebutton onclicklogin(); stylemargin-top:20px;>입장/button>!-- button classw-100 btn btn-lg btn-primary typebutton onclickgetToken(); stylemargin-top:20px;>입장/button> --> p classmt-5 mb-3 text-muted>a href https://wengine.co.kr>© SUBEX Co., Ltd/a>/p> /main>script>document.getElementById(floatingInput).addEventListener(input, function(event) { // 허용하는 문자에 대한 정규 표현식 (영문, 숫자, 밑줄, 하이픈, 점, 한글 포함) const validPattern /^A-Za-z0-9\-_\.ㄱ-ㅎ가-힣@*$/; // 현재 입력된 값 const currentValue event.target.value; // 마지막으로 입력된 문자가 유효한 문자인지 검사 if (!validPattern.test(currentValue)) { // 유효하지 않은 문자를 제거 event.target.value currentValue.replace(/^A-Za-z0-9\-_\.ㄱ-ㅎ가-힣@/g, ); }});/script>script>// 우클릭 막기 231109_hshwindow.addEventListener(contextmenu, e > e.preventDefault());//Detect Key Shortcuts f12 및 특수키 조합 막기 231109_hshwindow.addEventListener(keydown, function(e) { if(// CMD + Alt + I (Chrome, Firefox, Safari) e.metaKey true && e.altKey true && e.keyCode 73 || // CMD + Alt + J (Chrome) e.metaKey true && e.altKey true && e.keyCode 74 || // CMD + Alt + C (Chrome) e.metaKey true && e.altKey true && e.keyCode 67 || // CMD + Shift + C (Chrome) e.metaKey true && e.shiftKey true && e.keyCode 67 || // Ctrl + Shift + I (Chrome, Firefox, Safari, Edge) e.ctrlKey true && e.shiftKey true && e.keyCode 73 || // Ctrl + Shift + J (Chrome, Edge) e.ctrlKey true && e.shiftKey true && e.keyCode 74 || // Ctrl + Shift + C (Chrome, Edge) e.ctrlKey true && e.shiftKey true && e.keyCode 67 || // F12 (Chome, Firefox, Edge) e.keyCode 123 || // CMD + Alt + U, Ctrl + U (View source: Chrome, Firefox, Safari, Edge) e.metaKey true && e.altKey true && e.keyCode 85 || e.ctrlKey true && e.keyCode 85) { e.preventDefault(); return false; }});//로그인 함수 내에서 토큰을 가져오도록 한다. 240124_hsh//토큰 가져오기 231108_hsh// function getToken() {// grecaptcha.ready(() > {// grecaptcha.execute(6LcLp-YoAAAAAEZ4mtcnh0eYHnr7qoa1ko8SdWEw, {action: login}).then(function (token) {// form.captcha_token.value token;// login();// });// });// }/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
]