Help
RSS
API
Feed
Maltego
Contact
Domain > swns.sunstar.co.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-09-30
52.78.176.9
(
ClassC
)
2026-01-04
52.78.113.180
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Sun, 04 Jan 2026 14:54:50 GMTContent-Type: text/htmlContent-Length: 185Connection: keep-aliveServer: nginx/1.12.2Location: https://swns.sunstar.co.kr/ html>head>title>301 Moved Permanently/title>/head>body bgcolorwhite>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.12.2/center>/body>/html>
Port 443
HTTP/1.1 200 Date: Sun, 04 Jan 2026 14:54:50 GMTContent-Type: text/html;charsetutf-8Content-Length: 7288Connection: keep-aliveServer: nginx/1.12.2Set-Cookie: JSESSIONID58F730EDD9FC4586C918B0F3D539652D; Path/; Secure; HttpOnlyContent-Language: en-US !DOCTYPE html>html> head> meta http-equivContent-Type contenttext/html; charsetutf-8 /> title>로그인/title> script srchttps://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.js>/script>!-- script srchttp://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js>/script> --> script src/js/jquery.js;jsessionid58F730EDD9FC4586C918B0F3D539652D>/script> link relshortcut icon href/images/SWNS/icon_swf.ico;jsessionid58F730EDD9FC4586C918B0F3D539652D typeimage/x-icon /> style> .clear{clear:both} .point{cursor:pointer}; .loginDiv{ height:100vh} .loginL{ float:left; width:60%; height:100vh;} .loginL .loginImg{background-image:url(/images/SWNS/login_visual.png;jsessionid58F730EDD9FC4586C918B0F3D539652D); background-size: cover; height:100vh; background-position:center} .loginR{float:left; width:40%; margin-top:10%} .loginArea{margin-top:10px; margin-bottom:10px} .loginTitle{height:30px; line-height:30px; text-align:center; margin-bottom:70px} .loginTitleTxt{font-size:36px; color:#333333; font-weight:bold} .loginMsg{font-size:14px; color:#333333; padding-bottom:25px; text-align:center;} .loginInputArea{height:40px; display:flex;} inputtypetext, inputtypepassword{border:1px solid #cccccc; width:290px; padding-left:10px; border-right:unset} .loginKeepArea{height:16px; padding-top:16px; padding-bottom:16px; font-size:14px; color:#333333} .loginBtn{height:52px; line-height:52px; width:100%; background-color:#df1a20; color:#fff; text-align:center} .searchIdPwd{font-size:14px; color:#333333; margin-top:22px} .searchIdPwd:hover{cursor:pointer;text-decoration:underline} .red{color:#D92139;} /style> script> var app angular.module(loginApp, ); var scope; app.controller(loginCtrl, function($scope, $http) { scope $scope; $scope.login function () { if(scope.id null){ $scope.PostDataResponse 아이디를 입력해주세요.; return; } if(scope.pwd null){ $scope.PostDataResponse 비밀번호를 입력해주세요.; return; } var data $.param({ id: $scope.id, pwd: $scope.pwd }); var config { headers : { Content-Type: application/x-www-form-urlencoded;charsetutf-8; } } if($(#idSave).is(:checked)){ // 저장 체크시 saveLogin($(#id).val()); }else{ // 체크 해제시는 공백 saveLogin(); } var url /api/user/login.do;jsessionid58F730EDD9FC4586C918B0F3D539652D; $http.post(url, data, config) .then( function(response){ // success callback var data response.data; if(response.data.result success){ $scope.PostDataResponse 로그인 성공; location.href /main.do;jsessionid58F730EDD9FC4586C918B0F3D539652D; return; }else{ $scope.PostDataResponse response.data.error_msg; } }, function(response){ // failure callback //$scope.PostDataResponse response; } ); }; }); app.directive(ngEnter, function () { return function (scope, element, attrs) { element.bind(keydown keypress, function (event) { if(event.which 13) { scope.$apply(function (){ scope.$eval(attrs.ngEnter); }); event.preventDefault(); } }); }; }); $(function(){ var cookie_user_id getLogin(); if(cookie_user_id ! ) { $(#id).val(cookie_user_id); $(#idSave).attr(checked, true); scope.idcookie_user_id; } $(#idSave).on(click, function(){ var _this this; var isRemember; if($(_this).is(:checked)) { isRemember confirm(이 PC에 로그인 정보를 저장하시겠습니까? 공공장소에서는 개인정보가 유출될 수 있으니 주의해주십시오.); if(!isRemember){ $(_this).attr(checked, false); } }else{ $(#id).val(); } }); }); function saveLogin(id) { if(id ! ) { setSave(userid, id, 7);// userid 쿠키에 id 값을 7일간 저장 }else{ setSave(userid, id, -1);// userid 쿠키 삭제 } } function setSave(name, value, expiredays) { var today new Date(); today.setDate( today.getDate() + expiredays ); document.cookie name + + escape( value ) + ; path/; expires + today.toGMTString() + ; } function getLogin() { // userid 쿠키에서 id 값을 가져온다. var cook document.cookie + ;; var idx cook.indexOf(userid, 0); var val ; if(idx ! -1) { cook cook.substring(idx, cook.length); begin cook.indexOf(, 0) + 1; end cook.indexOf(;, begin); val unescape(cook.substring(begin, end)); } return val; } /script> /head> body stylemargin:0px; width:100%; height:100vh; display:flex> div classloginDiv ng-apploginApp stylewidth:100%;> div classloginL > div classloginImg>/div> /div> div classloginR ng-controllerloginCtrl> div stylewidth:340px; margin-left:80px> div classloginTitle> img src/images/SWNS/logo_swns_login.png;jsessionid58F730EDD9FC4586C918B0F3D539652D /> span classloginTitleTxt>Login/span> /div> div> div classloginMsg>{{PostDataResponse}}/div> div classloginInputArea stylemargin-bottom:12px;> input typetext ng-modelid placeholderId autofocus idid /> img src/images/SWNS/img_login_id.png;jsessionid58F730EDD9FC4586C918B0F3D539652D /> /div> div classloginInputArea> input typepassword ng-modelpwd placeholderPassword ng-enterlogin() /> img src/images/SWNS/img_login_pw.png;jsessionid58F730EDD9FC4586C918B0F3D539652D /> /div> div classclear loginKeepArea> input typecheckbox ng-modelidSave ididSave />save ID /div> div> div classloginBtn point ng-clicklogin() idbtnLogin> Login /div> /div> div stylecolor:#5D91C1;font-size:15px;font-size: 20px;margin-top: 30px;font-weight:bold;> span classred>S/span>unStar span classred>W/span>orld span classred>N/span>etwork span classred>S/span>ystem /div> div> img stylewidth: 130px;margin-top: 5px; src/images/SWNS/SWNS_QR_Code.png;jsessionid58F730EDD9FC4586C918B0F3D539652D /> /div> /div> /div> /div> /div> /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
]