HTTP/1.1 200 OK
Cache-Control: private
Strict-Transport-Security: max-age=31536000
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Set-Cookie: XSRF-TOKEN=53d0eb75-6365-4311-b3d7-08297126ffee; Path=/helpdesk; Secure; SameSite=Lax
Set-Cookie: JSESSIONID=46DBB293FB3E1C336A3805F74CB54832; Path=/helpdesk; Secure; HttpOnly; SameSite=Lax
Set-Cookie: XSRF-TOKEN=8a0e8b0a-ef13-4270-9609-301d9ab3c5f8; Path=/helpdesk; Secure; SameSite=Lax
cache-control: private
cache-control: no-cache
cache-control: no-store
cache-control: must-revalidate
cache-control: max-age=0
date: Thu, 07 Nov 2024 03:32:27 UTC
expires: Thu, 07 Nov 2024 03:32:27 UTC
pragma: no-cache
referrer-policy: strict-origin-when-cross-origin
set-cookie: whduser_helpdesk=; version="1"; max-age=0; expires=Thu, 01-Jan-1970 00:00:00 GMT; path=/
set-cookie: whdauth_helpdesk=; version="1"; max-age=0; expires=Thu, 01-Jan-1970 00:00:00 GMT; path=/
set-cookie: woinst=-1; version="1"; path=/; secure; HttpOnly
x-webobjects-loadaverage: 3
x-webobjects-servlet: YES
vary: accept-encoding
Content-Type: text/html;charset=UTF-8
Content-Length: 10371
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords"
content="help desk, helpdesk, web, web-based, technical support, cross-platform, user-friendly, mac, windows, linux"/>
<meta name="description" content="Exceptionally powerful and friendly web-based software for technical support."/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="StyleSheet" href="/helpdesk/css/sharedStyles.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
<link rel="StyleSheet" href="/helpdesk/css/clientStyles.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
<script language="javascript" type="text/javascript" src="/helpdesk/js/xsrf/xsrf-interceptor.js?v=12_7_8_8471-HF2"></script>
<link rel="StyleSheet" href="/helpdesk/css/clientInterface.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
<script src="/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=jar%3Afile%3A%2F%2F%2Fusr%2Flocal%2Fwebhelpdesk%2Fbin%2Fwebapps%2Fhelpdesk%2FWEB-INF%2Flib%2FAjax.jar%21%2FWebServerResources%2Fprototype.js"></script>
<script src="/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=jar%3Afile%3A%2F%2F%2Fusr%2Flocal%2Fwebhelpdesk%2Fbin%2Fwebapps%2Fhelpdesk%2FWEB-INF%2Flib%2FAjax.jar%21%2FWebServerResources%2Feffects.js"></script>
<script src="/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=jar%3Afile%3A%2F%2F%2Fusr%2Flocal%2Fwebhelpdesk%2Fbin%2Fwebapps%2Fhelpdesk%2FWEB-INF%2Flib%2FAjax.jar%21%2FWebServerResources%2Fwonder.js"></script>
<script src="/helpdesk/js/popup.js?v=12_7_8_8471-HF2"></script>
<title>PODPORA ZŠRS PLANICA</title></head>
<body onload="window.document.loginForm.userName.focus(); window.document.loginForm.userName.select()">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="StyleSheet" href="/helpdesk/css/sharedStyles.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
<script language="javascript" type="text/javascript" src="/helpdesk/js/xsrf/xsrf-interceptor.js?v=12_7_8_8471-HF2"></script>
<link rel="StyleSheet" href="/helpdesk/css/whdStyles.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
<link rel="StyleSheet" href="/helpdesk/css/clientStyles.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
<link rel="StyleSheet" href="/helpdesk/css/clientInterface.css?v=12_7_8_8471-HF2" type="text/css" media="all"/>
</head>
<body>
<div id="header">
<div id="logoWell">
<img alt="Logo" height="61" src="/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=-4161649982383419126" />
</div>
<div id="helpDeskName">PODPORA ZŠRS PLANICA</div>
</div>
<div id="content">
<div class="loginErrorMessageContainer">
<div id="DialogMessageUpdateContainer" updateUrl="/helpdesk/WebObjects/Helpdesk.woa/ajax/0.11.1.1.13.5.0">
</div><script>AUC.register('DialogMessageUpdateContainer');</script>
</div>
<div id="loginBox">
<div class="roundbox">
<b class="b1"></b><b class="b2"></b><b class="b3"></b><b class="b4"></b>
<div class="boxcontent">
<div class="roundboxHeader">
<div class="moduleLabel">Log In</div>
</div>
<script language="JavaScript">
/* MDSForm__JavaScript */
Event.observe(window, 'load', function() {
Event.observe(document,'keypress', function(e){
var evt = e ? e : (event ? event : null);
if( evt ) {
var keyCode = evt.charCode ? evt.charCode : (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));
var eventTarget = e ? e.target : event.srcElement;
var isTextArea = eventTarget.type == 'textarea';
var fields;
var i;
if( keyCode == 13 || keyCode == 3 ) {
if( evt.shiftKey ) {
fields = document.getElementsByName( "MDSForm__ShiftKeyPressed" );
for( i = 0; i < fields.length; ++i )
fields[i].value = "1";
}
if( evt.altKey ) {
fields = document.getElementsByName( "MDSForm__AltKeyPressed" );
for( i = 0; i < fields.length; ++i )
fields[i].value = "1";
}
if ( ! isTextArea ) {
var fields = document.getElementsByName( "MDSForm__EnterKeyPressed" );
for( i = 0; i < fields.length; ++i )
fields[i].value = "1";
}
if( document.forms.length == 1 && ! isTextArea ) {
document.forms[0].submit();
return false;
}
}
}
});
});
</script>
<form method="post" name="loginForm" id="loginForm" action="/helpdesk/WebObjects/Helpdesk.woa/wo/0.11.1.1.13.7.4.1"><input type="hidden" name="MDSForm__EnterKeyPressed" value="0"><input type="hidden" name="MDSForm__ShiftKeyPressed" value="0"><input type="hidden" name="MDSForm__AltKeyPressed" value="0"><input type="hidden" name="_csrf" value="8a0e8b0a-ef13-4270-9609-301d9ab3c5f8"/>
<div id="dialog" class="loginFormBox">
<label for="userName" class="loginLabel">
E-Mail
</label>
<input size="20" maxlength="100" class="tabletext" id="userName" type="text" name="userName" />
<label for="password" class="loginLabel">
Password
</label>
<input size="20" maxlength="50" autocomplete="off" class="tabletext" id="password" type="password" name="password" />
<input type="checkbox" name="11.1.1.13.7.4.1.9.1" value="11.1.1.13.7.4.1.9.1" />
<a onClick="clicked=true; return !showPopup('MDSDivHelpLink11_1_1_13_7_4_1_9_3', event);" href="javascript:window.open('/helpdesk/WebObjects/Helpdesk.woa/wo/0.11.1.1.13.7.4.1.9.3.2.3.1.0.3','Help','toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,top=100,left=100,width=300,height=175')"
target="_help" class="term" onMouseOver="if( !clicked ) return !showPopup('MDSDivHelpLink11_1_1_13_7_4_1_9_3', event);" onMouseOut="if( clicked==false ) hideCurrentPopup(); return false;">
<span>
<span id="rememberMeLabel">
Remember me
</span>
</span>
</a>
<DIV align="left" onclick='event.cancelBubble = true;' class="helpPopup" id="MDSDivHelpLink11_1_1_13_7_4_1_9_3" style="left:0;top:0;width:400px;"><strong class="label"><span id="rememberMeLabel"> Remember me </span><br></strong>If checked, an authentication token will be stored in a cookie in your browser for the next two weeks, preventing the need to re-enter your login credentials when your session expires. Logging out will clear the authentication cookie.
<br/>
<br/> <b><font color='red'>Do not check this option if you are using a public computer.</font></b></DIV>
<div class="formLoginButton">
<script language="JavaScript">
// __MDSSubmitLink_sharedJavaScript__
function MDSSubmitLink_submitAction( event, formName, elementId, newWindow, closeNewWindow ) {
if( event.shiftKey ) {
fields = document.getElementsByName( "MDSForm__ShiftKeyPressed" );
for( i = 0; i < fields.length; ++i )
fields[i].value = "1";
}
if( event.altKey ) {
fields = document.getElementsByName( "MDSForm__AltKeyPressed" );
for( i = 0; i < fields.length; ++i )
fields[i].value = "1";
}
var inputObj = document.forms[formName].elements["MDSSubmitLink" + elementId];
inputObj.setAttribute( "name", elementId );
if ( newWindow) {
document.forms[formName].setAttribute("target", "popupWindow");
popupWindow = window.open('', 'popupWindow', 'scrollbars=auto,menubar=yes,height=768,width=1024,resizable=yes,toolbar=no,status=no');
}
document.forms[formName].submit();
inputObj.setAttribute( "name", "MDSSubmitLink" + elementId );
return false;}
function nullUpdate() { return false;}</script>
<input type="hidden" name="MDSSubmitLink11.1.1.13.7.4.1.11.0.1.0" value="DUMMY"><a name="11.1.1.13.7.4.1.11.0.1.0" onClick="MDSSubmitLink_submitAction( event, 'loginForm','11.1.1.13.7.4.1.11.0.1.0', false);" class="aquaButtonLink" ><div class="aquaSquareButton"><div class="aquaSquareLeft"></div><div class="aquaSquareMiddle">Log In</div><div class="aquaSquareRight"></div></div></a>
</div>
<div id = "e_11_1_1_13_7_4_1_13"></div><script>ASB.observeDescendentFields(null, 'e_11_1_1_13_7_4_1_13', null, true, null, {_asbn:'11.1.1.13.7.4.1.13'});</script>
<div class="forgotPasswordButton">
<input type="hidden" name="MDSSubmitLink11.1.1.13.7.4.1.15.1.0.1.0" value="DUMMY"><a name="11.1.1.13.7.4.1.15.1.0.1.0" onClick="MDSSubmitLink_submitAction( event, 'loginForm','11.1.1.13.7.4.1.15.1.0.1.0', false);" class="aquaButtonLink" ><div class="aquaSquareButton"><div class="aquaSquareLeft"></div><div class="aquaSquareMiddle">Forgot Password</div><div class="aquaSquareRight"></div></div></a>
</div>
</div>
</form>
<div class="spacer"></div>
</div>
<div class="boxBottom">
<table class="boxBottom" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="boxBottomLeft">
</td>
<td class="boxBottom">
<div class="spacer">
</div>
</td>
<td class="boxBottomRight">
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- end login box -->
</div>
<div id="footer">
<div id="footerWhd">
<a target="_blank" href="http://www.webhelpdesk.com">Web Help Desk Software</a> © 2021 SolarWinds WorldWide, LLC. All rights reserved.
</div>
</div>
</body>
</html>
</body>
</html>
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T03:32:28.000Z",
"app" : {
"extract" : {
"domain" : [
"webhelpdesk.com",
"w3.org"
],
"hostname" : [
"www.w3.org",
"www.webhelpdesk.com"
],
"ip" : [
"1.0.1.0",
"9.3.2.3",
"7.4.1.11",
"7.4.1.13",
"13.7.4.1",
"11.1.1.13",
"7.4.1.9",
"7.4.1.15"
],
"url" : [
"http://www.w3.org/1999/xhtml",
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd",
"http://www.webhelpdesk.com"
]
},
"http" : {
"bodymd5" : "4a29b25411d24b736670149724694fda",
"bodymmh3" : -1390284028,
"component" : [
{
"productvendor" : "SolarWinds",
"productversion" : "12.7.8",
"productversionpatch" : "8471",
"product" : "WebHelpDesk"
},
{
"product" : "Java",
"productvendor" : "Oracle"
}
],
"description" : "Exceptionally powerful and friendly web-based software for technical support.",
"headermd5" : "e5831291e6a0d54da7f6b800b419e6da",
"headermmh3" : -1179101115,
"title" : "PODPORA ZŠRS PLANICA"
},
"length" : 11541
},
"asn" : "AS138915",
"city" : "Cairo Governorate",
"country" : "EG",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nCache-Control: private\r\nStrict-Transport-Security: max-age=31536000\r\nX-Frame-Options: SAMEORIGIN\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1; mode=block\r\nSet-Cookie: XSRF-TOKEN=53d0eb75-6365-4311-b3d7-08297126ffee; Path=/helpdesk; Secure; SameSite=Lax\r\nSet-Cookie: JSESSIONID=46DBB293FB3E1C336A3805F74CB54832; Path=/helpdesk; Secure; HttpOnly; SameSite=Lax\r\nSet-Cookie: XSRF-TOKEN=8a0e8b0a-ef13-4270-9609-301d9ab3c5f8; Path=/helpdesk; Secure; SameSite=Lax\r\ncache-control: private\r\ncache-control: no-cache\r\ncache-control: no-store\r\ncache-control: must-revalidate\r\ncache-control: max-age=0\r\ndate: Thu, 07 Nov 2024 03:32:27 UTC\r\nexpires: Thu, 07 Nov 2024 03:32:27 UTC\r\npragma: no-cache\r\nreferrer-policy: strict-origin-when-cross-origin\r\nset-cookie: whduser_helpdesk=; version=\"1\"; max-age=0; expires=Thu, 01-Jan-1970 00:00:00 GMT; path=/\r\nset-cookie: whdauth_helpdesk=; version=\"1\"; max-age=0; expires=Thu, 01-Jan-1970 00:00:00 GMT; path=/\r\nset-cookie: woinst=-1; version=\"1\"; path=/; secure; HttpOnly\r\nx-webobjects-loadaverage: 3\r\nx-webobjects-servlet: YES\r\nvary: accept-encoding\r\nContent-Type: text/html;charset=UTF-8\r\nContent-Length: 10371\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta name=\"keywords\"\n content=\"help desk, helpdesk, web, web-based, technical support, cross-platform, user-friendly, mac, windows, linux\"/>\n <meta name=\"description\" content=\"Exceptionally powerful and friendly web-based software for technical support.\"/>\n\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n\n \n \n <link rel=\"StyleSheet\" href=\"/helpdesk/css/sharedStyles.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n <link rel=\"StyleSheet\" href=\"/helpdesk/css/clientStyles.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n <script language=\"javascript\" type=\"text/javascript\" src=\"/helpdesk/js/xsrf/xsrf-interceptor.js?v=12_7_8_8471-HF2\"></script>\n \n\n\t<link rel=\"StyleSheet\" href=\"/helpdesk/css/clientInterface.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n\n \n\n \n<script src=\"/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=jar%3Afile%3A%2F%2F%2Fusr%2Flocal%2Fwebhelpdesk%2Fbin%2Fwebapps%2Fhelpdesk%2FWEB-INF%2Flib%2FAjax.jar%21%2FWebServerResources%2Fprototype.js\"></script>\n<script src=\"/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=jar%3Afile%3A%2F%2F%2Fusr%2Flocal%2Fwebhelpdesk%2Fbin%2Fwebapps%2Fhelpdesk%2FWEB-INF%2Flib%2FAjax.jar%21%2FWebServerResources%2Feffects.js\"></script>\n<script src=\"/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=jar%3Afile%3A%2F%2F%2Fusr%2Flocal%2Fwebhelpdesk%2Fbin%2Fwebapps%2Fhelpdesk%2FWEB-INF%2Flib%2FAjax.jar%21%2FWebServerResources%2Fwonder.js\"></script>\n<script src=\"/helpdesk/js/popup.js?v=12_7_8_8471-HF2\"></script>\n<title>PODPORA ZŠRS PLANICA</title></head>\n\n\n\n\n <body onload=\"window.document.loginForm.userName.focus(); window.document.loginForm.userName.select()\">\n <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\t<link rel=\"StyleSheet\" href=\"/helpdesk/css/sharedStyles.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n\t<script language=\"javascript\" type=\"text/javascript\" src=\"/helpdesk/js/xsrf/xsrf-interceptor.js?v=12_7_8_8471-HF2\"></script>\n\t\n\t\n\t\t<link rel=\"StyleSheet\" href=\"/helpdesk/css/whdStyles.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n\t\t<link rel=\"StyleSheet\" href=\"/helpdesk/css/clientStyles.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n\t\n\n\t\n\n\t<link rel=\"StyleSheet\" href=\"/helpdesk/css/clientInterface.css?v=12_7_8_8471-HF2\" type=\"text/css\" media=\"all\"/>\n\n</head>\n<body>\n<div id=\"header\">\n\t<div id=\"logoWell\">\n\n\t\n\t\t<img alt=\"Logo\" height=\"61\" src=\"/helpdesk/WebObjects/Helpdesk.woa/wr?wodata=-4161649982383419126\" />\n\t\n\t\n</div>\n\t<div id=\"helpDeskName\">PODPORA Z\u0160RS PLANICA</div>\n\t\n</div>\n<div id=\"content\">\n\t\n \n\n \n\n <div class=\"loginErrorMessageContainer\">\n <div id=\"DialogMessageUpdateContainer\" updateUrl=\"/helpdesk/WebObjects/Helpdesk.woa/ajax/0.11.1.1.13.5.0\">\n\n</div><script>AUC.register('DialogMessageUpdateContainer');</script>\n\n </div>\n\n \n<div id=\"loginBox\">\n\n<div class=\"roundbox\">\n\t\t\t<b class=\"b1\"></b><b class=\"b2\"></b><b class=\"b3\"></b><b class=\"b4\"></b>\n\n<div class=\"boxcontent\">\n\t\t\n\t\t\t<div class=\"roundboxHeader\">\n\t\t\t\t<div class=\"moduleLabel\">Log In</div>\n\t\t\t</div>\n\t\t\n\n\t\n <script language=\"JavaScript\">\n/* MDSForm__JavaScript */\n\tEvent.observe(window, 'load', function() { \n\t\tEvent.observe(document,'keypress', function(e){ \n var evt = e ? e : (event ? event : null);\n if( evt ) {\n var keyCode = evt.charCode ? evt.charCode : (evt.keyCode ? evt.keyCode : (evt.which ? evt.which : 0));\n var eventTarget = e ? e.target : event.srcElement;\n var isTextArea = eventTarget.type == 'textarea';\n var fields;\n var i;\n if( keyCode == 13 || keyCode == 3 ) {\n if( evt.shiftKey ) {\n fields = document.getElementsByName( \"MDSForm__ShiftKeyPressed\" );\n for( i = 0; i < fields.length; ++i )\n\t\t\t\tfields[i].value = \"1\";\n }\n if( evt.altKey ) {\n fields = document.getElementsByName( \"MDSForm__AltKeyPressed\" );\n for( i = 0; i < fields.length; ++i )\n\t\t\t\tfields[i].value = \"1\";\n }\n if ( ! isTextArea ) {\n var fields = document.getElementsByName( \"MDSForm__EnterKeyPressed\" );\n for( i = 0; i < fields.length; ++i )\n fields[i].value = \"1\";\n }\n if( document.forms.length == 1 && ! isTextArea ) {\n document.forms[0].submit();\n return false;\n }\n }\n }\n});\n});\n</script>\n<form method=\"post\" name=\"loginForm\" id=\"loginForm\" action=\"/helpdesk/WebObjects/Helpdesk.woa/wo/0.11.1.1.13.7.4.1\"><input type=\"hidden\" name=\"MDSForm__EnterKeyPressed\" value=\"0\"><input type=\"hidden\" name=\"MDSForm__ShiftKeyPressed\" value=\"0\"><input type=\"hidden\" name=\"MDSForm__AltKeyPressed\" value=\"0\"><input type=\"hidden\" name=\"_csrf\" value=\"8a0e8b0a-ef13-4270-9609-301d9ab3c5f8\"/>\n <div id=\"dialog\" class=\"loginFormBox\">\n <label for=\"userName\" class=\"loginLabel\">\n E-Mail\n </label>\n\n <input size=\"20\" maxlength=\"100\" class=\"tabletext\" id=\"userName\" type=\"text\" name=\"userName\" />\n\n <label for=\"password\" class=\"loginLabel\">\n Password\n </label>\n\n <input size=\"20\" maxlength=\"50\" autocomplete=\"off\" class=\"tabletext\" id=\"password\" type=\"password\" name=\"password\" />\n\n\n\n\n \n <input type=\"checkbox\" name=\"11.1.1.13.7.4.1.9.1\" value=\"11.1.1.13.7.4.1.9.1\" />\n \n\n\t\n\t\n\t\t\n\t\t\t<a onClick=\"clicked=true; return !showPopup('MDSDivHelpLink11_1_1_13_7_4_1_9_3', event);\" href=\"javascript:window.open('/helpdesk/WebObjects/Helpdesk.woa/wo/0.11.1.1.13.7.4.1.9.3.2.3.1.0.3','Help','toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,top=100,left=100,width=300,height=175')\"\n\t\t\t target=\"_help\" class=\"term\" onMouseOver=\"if( !clicked ) return !showPopup('MDSDivHelpLink11_1_1_13_7_4_1_9_3', event);\" onMouseOut=\"if( clicked==false ) hideCurrentPopup(); return false;\">\n\t\t\t <span>\n <span id=\"rememberMeLabel\">\n Remember me\n </span>\n </span>\n\t\t\t</a>\n\t\t\t<DIV align=\"left\" onclick='event.cancelBubble = true;' class=\"helpPopup\" id=\"MDSDivHelpLink11_1_1_13_7_4_1_9_3\" style=\"left:0;top:0;width:400px;\"><strong class=\"label\"><span id=\"rememberMeLabel\"> Remember me </span><br></strong>If checked, an authentication token will be stored in a cookie in your browser for the next two weeks, preventing the need to re-enter your login credentials when your session expires. Logging out will clear the authentication cookie.\r<br/> \r<br/> <b><font color='red'>Do not check this option if you are using a public computer.</font></b></DIV>\n\t\t\n\t\t\n\t\n\n \n\n <div class=\"formLoginButton\">\n <script language=\"JavaScript\">\n// __MDSSubmitLink_sharedJavaScript__\nfunction MDSSubmitLink_submitAction( event, formName, elementId, newWindow, closeNewWindow ) {\n if( event.shiftKey ) {\n fields = document.getElementsByName( \"MDSForm__ShiftKeyPressed\" );\n for( i = 0; i < fields.length; ++i )\n\t\t\t\tfields[i].value = \"1\";\n }\n if( event.altKey ) {\n fields = document.getElementsByName( \"MDSForm__AltKeyPressed\" );\n for( i = 0; i < fields.length; ++i )\n\t\t\t\tfields[i].value = \"1\";\n }\n var inputObj = document.forms[formName].elements[\"MDSSubmitLink\" + elementId];\n inputObj.setAttribute( \"name\", elementId );\n if ( newWindow) {\n\t\tdocument.forms[formName].setAttribute(\"target\", \"popupWindow\");\n\t\tpopupWindow = window.open('', 'popupWindow', 'scrollbars=auto,menubar=yes,height=768,width=1024,resizable=yes,toolbar=no,status=no');\n }\n document.forms[formName].submit();\n inputObj.setAttribute( \"name\", \"MDSSubmitLink\" + elementId );\n return false;}\n function nullUpdate() { return false;}</script>\n<input type=\"hidden\" name=\"MDSSubmitLink11.1.1.13.7.4.1.11.0.1.0\" value=\"DUMMY\"><a name=\"11.1.1.13.7.4.1.11.0.1.0\" onClick=\"MDSSubmitLink_submitAction( event, 'loginForm','11.1.1.13.7.4.1.11.0.1.0', false);\" class=\"aquaButtonLink\" ><div class=\"aquaSquareButton\"><div class=\"aquaSquareLeft\"></div><div class=\"aquaSquareMiddle\">Log In</div><div class=\"aquaSquareRight\"></div></div></a>\n </div>\n <div id = \"e_11_1_1_13_7_4_1_13\"></div><script>ASB.observeDescendentFields(null, 'e_11_1_1_13_7_4_1_13', null, true, null, {_asbn:'11.1.1.13.7.4.1.13'});</script>\n <div class=\"forgotPasswordButton\">\n \n <input type=\"hidden\" name=\"MDSSubmitLink11.1.1.13.7.4.1.15.1.0.1.0\" value=\"DUMMY\"><a name=\"11.1.1.13.7.4.1.15.1.0.1.0\" onClick=\"MDSSubmitLink_submitAction( event, 'loginForm','11.1.1.13.7.4.1.15.1.0.1.0', false);\" class=\"aquaButtonLink\" ><div class=\"aquaSquareButton\"><div class=\"aquaSquareLeft\"></div><div class=\"aquaSquareMiddle\">Forgot Password</div><div class=\"aquaSquareRight\"></div></div></a>\n \n </div>\n \n </div>\n </form>\n \n\t<div class=\"spacer\"></div>\n</div>\n<div class=\"boxBottom\">\n\t<table class=\"boxBottom\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t<tr>\n\t\t\t<td class=\"boxBottomLeft\">\n\t\t\t</td>\n\t\t\t<td class=\"boxBottom\">\n\t\t\t\t<div class=\"spacer\">\n\t\t\t\t</div>\n\t\t\t</td>\n\t\t\t<td class=\"boxBottomRight\">\n\t\t\t</td>\n\t\t</tr>\n\t</table>\n</div>\n</div>\n\n</div>\n\n <!-- end login box -->\n\n \n \n \n</div>\n<div id=\"footer\">\n\t<div id=\"footerWhd\">\n\t\t<a target=\"_blank\" href=\"http://www.webhelpdesk.com\">Web Help Desk Software</a> © 2021 SolarWinds WorldWide, LLC. All rights reserved.\n\t</div>\n</div>\n</body>\n\n</html>\n\n </body>\n\n</html>\n",
"datamd5" : "f7d48c8bfb46908855787acaf192b875",
"datammh3" : 1878589515,
"device" : {
"class" : "<enterprise field>: device.class"
},
"forward" : "38.54.59.233",
"geolocus" : {
"asn" : "AS138915",
"continent" : "AS",
"continentname" : "Asia",
"country" : "HK",
"countryname" : "Hong Kong",
"domain" : [
"cogentco.com",
"kaopucloud.com"
],
"isineu" : "false",
"latitude" : "22.396428",
"location" : "22.396428,114.109497",
"longitude" : "114.109497",
"netname" : "LIGHTNODE-EG",
"organization" : "Kaopu Cloud HK Limited",
"subnet" : "38.54.59.0/24"
},
"hostname" : [
"38.54.59.233"
],
"ip" : "38.54.59.233",
"ipv6" : "false",
"latitude" : "30.0496",
"location" : "30.0496,31.6488",
"longitude" : "31.6488",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "Kaopu Cloud HK Limited",
"port" : 44783,
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"seen_date" : "2024-11-07",
"source" : "urlscan::redirect",
"status" : 200,
"subnet" : "38.54.56.0/21",
"tag" : "<enterprise field>: tag",
"tls" : "false",
"transport" : "tcp",
"url" : "/helpdesk/WebObjects/Helpdesk.woa"
}