Returning 10 result(s) out of 1,447 in 0.034 second(s)

  • 13.246.7.173:1604 (tcp/http) - last seen on 2024-11-21 at 09:42:46 UTC

    • IP
      13.246.7.173
      Network
      13.244.0.0/14
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Fortinet FortiOS
      URL

      http://13.246.7.173:1604/ 200

      HTTP Title
      fortinacvm::::FortiNAC
      Reverse DNS
      ec2-13-246-7-173.af-south-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Fortinet FortiOS
      Product
      Apache Coyote HTTP Connector 1.1
      HTTP Component(s)
      Fortinet FortiNAC
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      6221638e1d9be91d99be2a2ae40e0c4a
      HTTP Header MD5
      e2e04ed4ba14d1586eeaadb888ad02e0
      HTTP Body MD5
      275eb10628727a4c8f879067e9143e3c
    • HTTP/1.1 200 OK
      Server: Apache-Coyote/1.1
      Content-Type: text/html;charset=UTF-8
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      "http://www.w3.org/TR/html4/loose.dtd">
      <html>
      <head>
      <title id="welcomeViewTitle">fortinacvm::::FortiNAC</title>
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <link rel="stylesheet" href="login.css" type="text/css">
      <script type='text/javascript' src='js/prototype.js'></script>
      <!-- <link rel='stylesheet' type='text/css' id='themeLink'>
      <script type='text/javascript' src='common/themeSettings.js'></script>
      <script type='text/javascript' src='common/themeManager.js'></script> -->
      <script src="js/JSData.js" type="text/javascript"></script>
      
      <script>
      var WelcomeView;
      if(!WelcomeView){ WelcomeView = {
        getQuery : function( variable ) {
      	var array = window.location.search.substring(1).split("&");
      	for (var i = 0 ; i < array.length ; i++) {
      		var query = array[i].split( "=" );
      		if( query[0] == variable )
      			return array[i].substr(query[0].length);
      	}
      	return false;
        },
      
        redirectToConfigWizard : function(){
      	    var str = window.location.protocol + "//" + window.location.host + "/configWizard";
      	    window.location = str;
        },
      
        preventTarget : function( target ) {
         var invalid = ["Logout.jsp", "Welcome.jsp", "UserAuth.jsp", "Relogin.jsp", "PolicyAcceptSubmit.jsp", "Admin_Submit.jsp", "DistributeLogViewer.jsp", "UpdateLogViewer.jsp"];
         
         for( var i = 0; i < invalid.length; i++ ) {
             if( target.indexOf(invalid[i]) > -1 )
                 return true;
         }
         
         return false;
        },
      
        getStatus : function(){
          var handleError = function(response, exc){
              if(response != null) {
                  if( (response.transport.status == 0) || (response.transport.readyState == 0)){ return; }
                  if(response.responseText != null){
                      result = response.responseText.strip();
                  }
              }
          }
          var ajaxRequest = new Ajax.Request("WelcomeActions.jsp?action=ajaxGetWelcomeViewInfo", { method: 'post', 
              onSuccess: function( response ) {
                  var data = JSData.parseData(response.responseText.strip());
                  if(data.error == "Down"){
      		        $("welcomeProcessDownBody").style.display="";
      		        $("welcomeLoginBody").style.display="none";
      		        setTimeout(WelcomeView.getStatus, "3000");
                      $('productName').innerHTML = "<b>FortiNAC  </b> is currently <b> Down </b> on <b>fortinacvm</b>";
                  }
                  else if(data.error == "ExpiredLicense"){
      		        $("welcomeProcessDownBody").style.display="none";
      				$("welcomeLoginBody").style.display="none";
      				$("welcomeNoLicenseBody").style.display="none";
      		        $("welcomeExpiredLicenseBody").style.display="";
      			}
      			else if(data.error =="NoLicense"){
      				$("welcomeProcessDownBody").style.display="none";
      		        $("welcomeLoginBody").style.display="none";
      				$("welcomeExpiredLicenseBody").style.display="none";
      				$("welcomeNoLicenseBody").style.display="";
      			}
                  else{
      		        $("welcomeProcessDownBody").style.display="none";
      		        $("welcomeLoginBody").style.display="";
                      $('welcomeViewTitle').innerHTML = "fortinacvm::"+ data.version + "::" + data.product;
                      $('productName').innerHTML = "<b>" + data.product + " " + data.version + "</b> is currently <b> Running </b> on <b>fortinacvm</b>";
                      if(document.login.username != null){
                          document.login.username.focus();
                      }
                  }
              },
              onFailure : function(response){  handleError(response, null); },
              onException : function(response, exc){  handleError(response, exc); }
      	});
        },
        loadWelcomeView : function(){
          //themeManager().loadTheme( themeSettings.defaultTheme );
          setTimeout( function() { 
              document.body.style.visibility = ""; 
              if(document.login.username != null){
                  document.login.username.focus();
              }
          }, 100 );
      
          self.focus();
      //    if(document.login.username != null){
      //        document.login.username.focus();
      //    }
          var secKeyInput = document.createElement("input")
          secKeyInput.type = "hidden";
          secKeyInput.name = "bfSecKey";
          secKeyInput.value = "A1eVW6J7LZ8YDgo7xIOaYbQnIrKXtAtM";
          $("mainForm").appendChild(secKeyInput);
           
          WelcomeView.getStatus();
          var path = window.location.pathname.substring(1),
              target = WelcomeView.getQuery("target"), t;
           
          if( target && !WelcomeView.preventTarget(target) ) {
              document.login.action += "?target=" + escape(target);
          } else if( path && !WelcomeView.preventTarget(path) ) {
              document.login.action += "?target=" + escape(window.location.pathname + window.location.search);
          }
          
        }
       }
      }
        
      </script>
      
      </head>
      <body onLoad="WelcomeView.loadWelcomeView()" style='visibility: hidden'>
      <div id="header">
      <img src="img/BNTheSmartEdge_white.png" style="width:150px;position:absolute; left:15px; top:6px">
        <div id="productLogo" >
          <a href="https://www.fortinet.com">
      	    <img src="/WelcomeActions.jsp?logo" />
          </a>
        </div>
      </div>
      <div id='globalMenu' class='vGradient'>&nbsp;</div>
      
      <div id='wrapper' class="wrapper">
      	<form method="post" action="Welcome.jsp" id="mainForm" name="login" autocomplete="off" class='fLeft content-area'>
      		<div class="content-narrow">
      			<div class='loginHeader'></div>
      			<!--[if (IE 6)|(IE 7)|(IE 8)]>
      				<div style='color: #C60; padding-left: 35px;'>
      					<b>Warning:</b> 
      					The Admin User Interface does not fully support using this browser.
      					Some views will be displayed with unexpected results.  
      					For an optimum experience, please use a different browser.  
      					Refer to the System Compatibility section of the Release Notes for details.
      				</div>   
      			<![endif]-->
      			<div id='alert'></div>
      			<table border="0" cellpadding="0" cellspacing="0">
      				<tbody id="welcomeLoginBody" style="display:none">
      					<tr>
      						<td>
      							<input type="text" id="username" name="username" tabindex="1" value="">
      							<label for="username">Username</label>
      						</td>
      					</tr>
      					<tr>
      						<td>
      							<input type="password" id="password" name="pw" tabindex="2">
      							<label for="password">Password</label>
      						</td>
      					</tr>
      					<tr>
      						<td>
      							<input type="submit" name="submitUserId" value="Login" class="button" tabindex="3">
      						</td>
      					</tr>
      				</tbody>
      				<tbody id="welcomeExpiredLicenseBody" style="display:none;font-size:12pt;white-space:normal">
      					<tr> <td colspan="2">Your Evaluation License has expired.</td> </tr>
      					<tr> <td colspan="2">Request a new key from your sales representative.</td> </tr>
      					<tr> <td colspan="2">Click <b>Enter New Key</b> to start the Config Wizard and apply the new key.</td> </tr>
      					<tr> <td>&nbsp</td> </tr>
      					<tr>
      						<td colspan="2"> <input class="button" style="width:100%" type="submit" value="Enter New Key" onclick="WelcomeView.redirectToConfigWizard();return false;"/> </td>
      					</tr>
      					<tr><td>&nbsp;</td></tr>
      				</tbody>
      				<tbody id="welcomeNoLicenseBody" style="display:none;font-size:12pt;white-space:normal">
      					<tr> <td colspan="2">Your System has not yet been licensed.</td> </tr>
      					<tr> <td colspan="2">Click <b>Enter New Key</b> to start the Config Wizard and apply the new key.</td> </tr>
      					<tr> <td>&nbsp</td> </tr>
      					<tr>
      						<td colspan="2"> <input class="button" style="width:100%" type="submit" value="Enter New Key" onclick="WelcomeView.redirectToConfigWizard();return false;"/> </td>
      					</tr>
      					<tr><td>&nbsp;</td></tr>
      				</tbody>
      				<tbody id="welcomeProcessDownBody" style="display:none">
      					<tr>
      						<td> Processes are Down </td>
      						<td></td>
      					</tr>
      					<tr><td>&nbsp;</td></tr>
      				</tbody>
      			</table>
      		</div>
      	</form>
      	<div id="systemStatus" class='fLeft padTop'>
      		<h2 class='bgBlue'>Current Status</h2>
      		<div class='bgGray'>
      			<p>
      				<div id="productName"> <b>FortiNAC </b> is currently <b> Unknown </b> on <b>fortinacvm</b> </div>
      			</p>
      		</div>
      	</div>
      </div>
      <script>
      (function() {
      	document.login.username.onblur = 
      	document.login.password.onblur = function() {
      		this.className = this.value? "hasContent": "";
      	}
      	document.login.username.onblur();
      	document.login.password.onblur();
      })();
      </script>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T09:42:46.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "fortinet.com",
                  "w3.org"
               ],
               "hostname" : [
                  "www.fortinet.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://www.w3.org/TR/html4/loose.dtd",
                  "https://www.fortinet.com"
               ]
            },
            "http" : {
               "bodymd5" : "275eb10628727a4c8f879067e9143e3c",
               "bodymmh3" : -443909872,
               "component" : [
                  {
                     "product" : "FortiNAC",
                     "productvendor" : "Fortinet"
                  }
               ],
               "headermd5" : "e2e04ed4ba14d1586eeaadb888ad02e0",
               "headermmh3" : 1593236539,
               "title" : "fortinacvm::::FortiNAC"
            },
            "length" : 8375
         },
         "asn" : "AS16509",
         "city" : "Cape Town",
         "country" : "ZA",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\nServer: Apache-Coyote/1.1\nContent-Type: text/html;charset=UTF-8\n\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n\"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n<title id=\"welcomeViewTitle\">fortinacvm::::FortiNAC</title>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<link rel=\"stylesheet\" href=\"login.css\" type=\"text/css\">\n<script type='text/javascript' src='js/prototype.js'></script>\n<!-- <link rel='stylesheet' type='text/css' id='themeLink'>\n<script type='text/javascript' src='common/themeSettings.js'></script>\n<script type='text/javascript' src='common/themeManager.js'></script> -->\n<script src=\"js/JSData.js\" type=\"text/javascript\"></script>\n\n<script>\nvar WelcomeView;\nif(!WelcomeView){ WelcomeView = {\n  getQuery : function( variable ) {\n\tvar array = window.location.search.substring(1).split(\"&\");\n\tfor (var i = 0 ; i < array.length ; i++) {\n\t\tvar query = array[i].split( \"=\" );\n\t\tif( query[0] == variable )\n\t\t\treturn array[i].substr(query[0].length);\n\t}\n\treturn false;\n  },\n\n  redirectToConfigWizard : function(){\n\t    var str = window.location.protocol + \"//\" + window.location.host + \"/configWizard\";\n\t    window.location = str;\n  },\n\n  preventTarget : function( target ) {\n   var invalid = [\"Logout.jsp\", \"Welcome.jsp\", \"UserAuth.jsp\", \"Relogin.jsp\", \"PolicyAcceptSubmit.jsp\", \"Admin_Submit.jsp\", \"DistributeLogViewer.jsp\", \"UpdateLogViewer.jsp\"];\n   \n   for( var i = 0; i < invalid.length; i++ ) {\n       if( target.indexOf(invalid[i]) > -1 )\n           return true;\n   }\n   \n   return false;\n  },\n\n  getStatus : function(){\n    var handleError = function(response, exc){\n        if(response != null) {\n            if( (response.transport.status == 0) || (response.transport.readyState == 0)){ return; }\n            if(response.responseText != null){\n                result = response.responseText.strip();\n            }\n        }\n    }\n    var ajaxRequest = new Ajax.Request(\"WelcomeActions.jsp?action=ajaxGetWelcomeViewInfo\", { method: 'post', \n        onSuccess: function( response ) {\n            var data = JSData.parseData(response.responseText.strip());\n            if(data.error == \"Down\"){\n\t\t        $(\"welcomeProcessDownBody\").style.display=\"\";\n\t\t        $(\"welcomeLoginBody\").style.display=\"none\";\n\t\t        setTimeout(WelcomeView.getStatus, \"3000\");\n                $('productName').innerHTML = \"<b>FortiNAC  </b> is currently <b> Down </b> on <b>fortinacvm</b>\";\n            }\n            else if(data.error == \"ExpiredLicense\"){\n\t\t        $(\"welcomeProcessDownBody\").style.display=\"none\";\n\t\t\t\t$(\"welcomeLoginBody\").style.display=\"none\";\n\t\t\t\t$(\"welcomeNoLicenseBody\").style.display=\"none\";\n\t\t        $(\"welcomeExpiredLicenseBody\").style.display=\"\";\n\t\t\t}\n\t\t\telse if(data.error ==\"NoLicense\"){\n\t\t\t\t$(\"welcomeProcessDownBody\").style.display=\"none\";\n\t\t        $(\"welcomeLoginBody\").style.display=\"none\";\n\t\t\t\t$(\"welcomeExpiredLicenseBody\").style.display=\"none\";\n\t\t\t\t$(\"welcomeNoLicenseBody\").style.display=\"\";\n\t\t\t}\n            else{\n\t\t        $(\"welcomeProcessDownBody\").style.display=\"none\";\n\t\t        $(\"welcomeLoginBody\").style.display=\"\";\n                $('welcomeViewTitle').innerHTML = \"fortinacvm::\"+ data.version + \"::\" + data.product;\n                $('productName').innerHTML = \"<b>\" + data.product + \" \" + data.version + \"</b> is currently <b> Running </b> on <b>fortinacvm</b>\";\n                if(document.login.username != null){\n                    document.login.username.focus();\n                }\n            }\n        },\n        onFailure : function(response){  handleError(response, null); },\n        onException : function(response, exc){  handleError(response, exc); }\n\t});\n  },\n  loadWelcomeView : function(){\n    //themeManager().loadTheme( themeSettings.defaultTheme );\n    setTimeout( function() { \n        document.body.style.visibility = \"\"; \n        if(document.login.username != null){\n            document.login.username.focus();\n        }\n    }, 100 );\n\n    self.focus();\n//    if(document.login.username != null){\n//        document.login.username.focus();\n//    }\n    var secKeyInput = document.createElement(\"input\")\n    secKeyInput.type = \"hidden\";\n    secKeyInput.name = \"bfSecKey\";\n    secKeyInput.value = \"A1eVW6J7LZ8YDgo7xIOaYbQnIrKXtAtM\";\n    $(\"mainForm\").appendChild(secKeyInput);\n     \n    WelcomeView.getStatus();\n    var path = window.location.pathname.substring(1),\n        target = WelcomeView.getQuery(\"target\"), t;\n     \n    if( target && !WelcomeView.preventTarget(target) ) {\n        document.login.action += \"?target=\" + escape(target);\n    } else if( path && !WelcomeView.preventTarget(path) ) {\n        document.login.action += \"?target=\" + escape(window.location.pathname + window.location.search);\n    }\n    \n  }\n }\n}\n  \n</script>\n\n</head>\n<body onLoad=\"WelcomeView.loadWelcomeView()\" style='visibility: hidden'>\n<div id=\"header\">\n<img src=\"img/BNTheSmartEdge_white.png\" style=\"width:150px;position:absolute; left:15px; top:6px\">\n  <div id=\"productLogo\" >\n    <a href=\"https://www.fortinet.com\">\n\t    <img src=\"/WelcomeActions.jsp?logo\" />\n    </a>\n  </div>\n</div>\n<div id='globalMenu' class='vGradient'>&nbsp;</div>\n\n<div id='wrapper' class=\"wrapper\">\n\t<form method=\"post\" action=\"Welcome.jsp\" id=\"mainForm\" name=\"login\" autocomplete=\"off\" class='fLeft content-area'>\n\t\t<div class=\"content-narrow\">\n\t\t\t<div class='loginHeader'></div>\n\t\t\t<!--[if (IE 6)|(IE 7)|(IE 8)]>\n\t\t\t\t<div style='color: #C60; padding-left: 35px;'>\n\t\t\t\t\t<b>Warning:</b> \n\t\t\t\t\tThe Admin User Interface does not fully support using this browser.\n\t\t\t\t\tSome views will be displayed with unexpected results.  \n\t\t\t\t\tFor an optimum experience, please use a different browser.  \n\t\t\t\t\tRefer to the System Compatibility section of the Release Notes for details.\n\t\t\t\t</div>   \n\t\t\t<![endif]-->\n\t\t\t<div id='alert'></div>\n\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n\t\t\t\t<tbody id=\"welcomeLoginBody\" style=\"display:none\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<input type=\"text\" id=\"username\" name=\"username\" tabindex=\"1\" value=\"\">\n\t\t\t\t\t\t\t<label for=\"username\">Username</label>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<input type=\"password\" id=\"password\" name=\"pw\" tabindex=\"2\">\n\t\t\t\t\t\t\t<label for=\"password\">Password</label>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<input type=\"submit\" name=\"submitUserId\" value=\"Login\" class=\"button\" tabindex=\"3\">\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t\t<tbody id=\"welcomeExpiredLicenseBody\" style=\"display:none;font-size:12pt;white-space:normal\">\n\t\t\t\t\t<tr> <td colspan=\"2\">Your Evaluation License has expired.</td> </tr>\n\t\t\t\t\t<tr> <td colspan=\"2\">Request a new key from your sales representative.</td> </tr>\n\t\t\t\t\t<tr> <td colspan=\"2\">Click <b>Enter New Key</b> to start the Config Wizard and apply the new key.</td> </tr>\n\t\t\t\t\t<tr> <td>&nbsp</td> </tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td colspan=\"2\"> <input class=\"button\" style=\"width:100%\" type=\"submit\" value=\"Enter New Key\" onclick=\"WelcomeView.redirectToConfigWizard();return false;\"/> </td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr><td>&nbsp;</td></tr>\n\t\t\t\t</tbody>\n\t\t\t\t<tbody id=\"welcomeNoLicenseBody\" style=\"display:none;font-size:12pt;white-space:normal\">\n\t\t\t\t\t<tr> <td colspan=\"2\">Your System has not yet been licensed.</td> </tr>\n\t\t\t\t\t<tr> <td colspan=\"2\">Click <b>Enter New Key</b> to start the Config Wizard and apply the new key.</td> </tr>\n\t\t\t\t\t<tr> <td>&nbsp</td> </tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td colspan=\"2\"> <input class=\"button\" style=\"width:100%\" type=\"submit\" value=\"Enter New Key\" onclick=\"WelcomeView.redirectToConfigWizard();return false;\"/> </td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr><td>&nbsp;</td></tr>\n\t\t\t\t</tbody>\n\t\t\t\t<tbody id=\"welcomeProcessDownBody\" style=\"display:none\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td> Processes are Down </td>\n\t\t\t\t\t\t<td></td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr><td>&nbsp;</td></tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>\n\t</form>\n\t<div id=\"systemStatus\" class='fLeft padTop'>\n\t\t<h2 class='bgBlue'>Current Status</h2>\n\t\t<div class='bgGray'>\n\t\t\t<p>\n\t\t\t\t<div id=\"productName\"> <b>FortiNAC </b> is currently <b> Unknown </b> on <b>fortinacvm</b> </div>\n\t\t\t</p>\n\t\t</div>\n\t</div>\n</div>\n<script>\n(function() {\n\tdocument.login.username.onblur = \n\tdocument.login.password.onblur = function() {\n\t\tthis.className = this.value? \"hasContent\": \"\";\n\t}\n\tdocument.login.username.onblur();\n\tdocument.login.password.onblur();\n})();\n</script>\n</body>\n</html>\n",
         "datamd5" : "6221638e1d9be91d99be2a2ae40e0c4a",
         "datammh3" : -2004734778,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "AF",
            "continentname" : "Africa",
            "country" : "ZA",
            "countryname" : "South Africa",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "-30.559482",
            "location" : "-30.559482,22.937506",
            "longitude" : "22.937506",
            "netname" : "AMAZON-CPT",
            "organization" : "Amazon Data Services South Africa",
            "subnet" : "13.244.0.0/14"
         },
         "host" : [
            "ec2-13-246-7-173"
         ],
         "hostname" : [
            "ec2-13-246-7-173.af-south-1.compute.amazonaws.com"
         ],
         "ip" : "13.246.7.173",
         "ipv6" : "false",
         "latitude" : "-34.0486",
         "location" : "-34.0486,18.4811",
         "longitude" : "18.4811",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "FortiOS",
         "osvendor" : "Fortinet",
         "port" : 1604,
         "product" : "Coyote HTTP Connector",
         "productvendor" : "Apache",
         "productversion" : "1.1",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-13-246-7-173.af-south-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "af-south-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "13.244.0.0/14",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 51.20.80.86:1604 (tcp/http) - last seen on 2024-11-21 at 08:14:09 UTC

    • IP
      51.20.80.86
      Network
      51.20.0.0/15
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://51.20.80.86:1604/ 301

      Reverse DNS
      ec2-51-20-80-86.eu-north-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      Atlassian Confluence Oracle Java
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      1d6c2d58af8761c5cddc82a621db6c77
      HTTP Header MD5
      4393e782f921746107dfd72ad03b3ad4
      HTTP Body MD5
      d41d8cd98f00b204e9800998ecf8427e
    • HTTP/1.1 301 Moved Permanently
      Connection: keep-alive
      Date: Thu, 21 Nov 2024 08:14:08 GMT
      Server: nginx
      X-Confluence-Request-Time: 1732176848
      Content-Type: text/html;charset=UTF-8
      Cache-Control: no-cache, must-revalidate
      Expires: Thu, 01 Jan 1970 00:00:00 GMT
      Set-Cookie: JSESSIONID=n14zxaebhcg6pniy6jl0hkaen1xnf28i; Path=/; Secure; HttpOnly
      X-XSS-Protection: 1; mode=block
      X-Content-Type-Options: nosniff
      X-Frame-Options: SAMEORIGIN
      Content-Security-Policy: frame-ancestors 'self'
      Strict-Transport-Security: max-age=63072000
      Location: ./login.action
      Content-Length: 0
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T08:14:09.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "d41d8cd98f00b204e9800998ecf8427e",
               "bodymmh3" : -1636538602,
               "component" : [
                  {
                     "productvendor" : "Atlassian",
                     "product" : "Confluence"
                  },
                  {
                     "product" : "Java",
                     "productvendor" : "Oracle"
                  }
               ],
               "headermd5" : "4393e782f921746107dfd72ad03b3ad4",
               "headermmh3" : 1215200391
            },
            "length" : 587
         },
         "asn" : "AS16509",
         "city" : "Stockholm",
         "country" : "SE",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 301 Moved Permanently\r\nConnection: keep-alive\r\nDate: Thu, 21 Nov 2024 08:14:08 GMT\r\nServer: nginx\r\nX-Confluence-Request-Time: 1732176848\r\nContent-Type: text/html;charset=UTF-8\r\nCache-Control: no-cache, must-revalidate\r\nExpires: Thu, 01 Jan 1970 00:00:00 GMT\r\nSet-Cookie: JSESSIONID=n14zxaebhcg6pniy6jl0hkaen1xnf28i; Path=/; Secure; HttpOnly\r\nX-XSS-Protection: 1; mode=block\r\nX-Content-Type-Options: nosniff\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Security-Policy: frame-ancestors 'self'\r\nStrict-Transport-Security: max-age=63072000\r\nLocation: ./login.action\r\nContent-Length: 0\r\n\r\n",
         "datamd5" : "1d6c2d58af8761c5cddc82a621db6c77",
         "datammh3" : -2054759872,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "SE",
            "countryname" : "Sweden",
            "domain" : [
               "amazonaws.com"
            ],
            "isineu" : "true",
            "latitude" : "60.128161",
            "location" : "60.128161,18.643501",
            "longitude" : "18.643501",
            "netname" : "EC2",
            "organization" : "EC2",
            "subnet" : "51.20.0.0/16"
         },
         "host" : [
            "ec2-51-20-80-86"
         ],
         "hostname" : [
            "ec2-51-20-80-86.eu-north-1.compute.amazonaws.com"
         ],
         "ip" : "51.20.80.86",
         "ipv6" : "false",
         "latitude" : "59.3241",
         "location" : "59.3241,18.0517",
         "longitude" : "18.0517",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Moved Permanently",
         "reverse" : [
            "ec2-51-20-80-86.eu-north-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 301,
         "subdomains" : [
            "compute.amazonaws.com",
            "eu-north-1.compute.amazonaws.com"
         ],
         "subnet" : "51.20.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 3.8.23.30:1604 (tcp/http) - last seen on 2024-11-21 at 06:43:16 UTC

    • IP
      3.8.23.30
      Network
      3.8.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://3.8.23.30:1604/ 200

      HTTP Title
      KACE Systems Management Appliance Service Center
      Reverse DNS
      ec2-3-8-23-30.eu-west-2.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Apache HTTP Server
      HTTP Component(s)
      Bootstrap Bootstrap Quest KACE Systems Management Appliance
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      c317d0d436d6fc73ed01438cba6a11ca
      HTTP Header MD5
      114e612087ffeaf5f76927dd76720718
      HTTP Body MD5
      d408fd011fef9e2daec83a8aa38ee7ab
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 06:43:15 GMT
      Server: Apache
      Expires: Thu, 21 Nov 2024 06:43:15 GMT
      Cache-Control: no-store, no-cache, must-revalidate
      Pragma: no-cache
      Set-Cookie: kboxid=phcq2o5w0f9n7h8sydxl6rz5mpjfkjrh; path=/; secure; HttpOnly; SameSite=Lax
      X-Content-Type-Options: nosniff
      X-Frame-Options: sameorigin
      X-XSS-Protection: 1; mode=block
      Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
      Access-Control-Allow-Headers: x-kace-auth-timestamp, x-kace-auth-key, x-kace-auth-signature, accept, origin, content-type
      Access-Control-Allow-Methods: PUT, DELETE, POST, GET, OPTIONS
      X-Kace-Appliance: K1000
      X-Ua-Compatible: IE=9,EDGE
      Content-Length: 8986
      Content-Type: text/html
      
      <!DOCTYPE html>
      <html data-template="welcome" data-page-type="welcome" data-area="user" lang="en" ><head>
              <script id="fr-fek">try{(function (k){localStorage.FEK=k;t=document.getElementById('fr-fek');t.parentNode.removeChild(t);})('mIBEVFBOHC1d2UNYVM==')}catch(e){}</script>
              <meta http-equiv="X-UA-Compatible" content="IE=9; IE=EDGE" /><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta name="robots" content="noindex"><title>KACE Systems Management Appliance Service Center</title><link rel="shortcut icon" href="/favicon.ico"><link type="text/css" rel="stylesheet" href="/common/css/minified/vendor/select2.css?build=10.1.99" /><link type="text/css" rel="stylesheet" media="print" href="/common/css/minified/print.css?build=10.1.99" /><link type="text/css" rel="stylesheet" href="/common/css/minified/vendor/froala_style.css?build=10.1.99" /><!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="/common/css/minified/kace-theme-ie.css?build=10.1.99" /><![endif]--><link type="text/css" rel="stylesheet" href="/common/css/minified/kace-theme-light.css?build=10.1.99" /><!--[if IE]><script type="text/javascript" src="/common/js/minified/vendor/html5.js?build=10.1.99"></script><![endif]--><script type="text/javascript" src="/common/js/minified/kpolyfills.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/jquery.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/jquery.fixes.js?build=10.1.99"></script><script type="text/javascript">jQuery.noConflict();</script><script type="text/javascript" src="/common/js/minified/vendor/jquery.cookie.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/jquery-ui.custom.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/jquery.json.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/bootstrap.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/select2.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/jquery.form.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/jquery.wheelmouse.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/bootbox.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/vendor/google.html-sanitizer.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/lang.php?locale=en&build=10.1.99"></script><script type="text/javascript" src="/common/js/scw.php?locale=en&build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/functions.js?build=10.1.99"></script></head><body id="welcome" ><div class="k-main k-main-collapsed">
      <div class="k-page-message-box-container" style="visibility:collapse; display:none;">
      
          
              <div class="k-page-message-box k-error" style="display:none;" >
                      </div>
          
          
              <div class="k-page-message-box k-warning" style="display:none;" >
                      </div>
          
          
              <div class="k-page-message-box k-success" style="display:none;" >
                      </div>
          
          
              <div class="k-page-message-box k-info" style="display:none;" >
                      </div>
          </div>
              <form id="LoginForm" name="LoginForm" method="post" action="/userui/check_login.php" target="_self">
              <input type="hidden" name="CSRF_TOKEN" value="3qkdepawqwyifxjwp18v4913kohp18p3msnkqwvipstnl48h6dff59duv4njky9kqb84q89k92b95uln9w2wegu47213nzq61tt6q1xhuv4o4jicaoboldnkrz3wfjlz" />
              <img class="k-logo k-user-logo" id="welcomeLogo" alt="K1000 Logo" src="/packages/partnerlogos/userportal_logo" data-interface="user" />
              <h1>Welcome and Login...</h1>
              <div class="wysiwyg fr-view"><p>Welcome to the User Console. The &quot;Downloads&quot; tab contains software available for you to download and install. You can search on software by title, vendor, or label. Please only download and install software that you require.</p><p><br></p><p>You must login in to the User Console to browse software. Please enter your organization&#39;s common user name and password below to login.&nbsp;</p></div>
                      <div class="button_login">
                  <div class="k-login">
                      <div id='loginid'>
                          <label>Login (user name):</label>
                          <input type="text" maxlength="50" class="k-text-field" name="LOGIN_NAME" />
                      </div>
                      <div id='password'>
                          <label>Password:</label>
                          <input type="password" class="k-text-field" maxlength="50" name="LOGIN_PASSWORD" autocomplete="off" />
                      </div>
                  </div>
                  <div class="k-login-note">
                      (Note: Credentials will be saved on this computer between sessions unless you explicitly "Log Out")
                  </div>
              </div>
      
              <div class="k-login" id="org_select">
                                  <input id="orgtextbox" type="hidden" name="ORGANIZATION" value="Default" />
                          </div>
      
              <div id="samllogin" style="margin-top:10px;display:none;" class="button_saml">
                  <button id="button_saml" name="saml" class="k-btn-dark button_saml">Login</button>
                  <p style="margin-top:5px;"><a id="showotherlogin">Local Sign On</a></p>
              </div>
      
              <buttons>
                  <button id="button_login" name="save" class="k-btn-dark button_login">Login</button>
                  <p style="margin-top:5px;" class="button_login"><a id="showsamllogin">Single Sign On</a></p>
              </buttons>
      
          </form>
          </div><footer><span class="k-copyright">© 2023 Quest Software Inc. All Rights Reserved.</span></footer><div id="alert-div"></div><script type="text/javascript" src="/common/js/minified/nav.js?build=10.1.99"></script><script type="text/javascript" src="/common/js/minified/core.js?build=10.1.99"></script><script type="text/javascript">ShowMessageBox();</script>
      
      <script type="text/javascript">var loginmode="local";var login_timeout_active=false;const saml_orgs={ 'Default':{ 'name':'Default','id':'1','required':'','enabled':''},};function all_orgs_saml_enabled(){ var rval=false;for(var key in saml_orgs){ if(saml_orgs.hasOwnProperty(key)){ if(saml_orgs[key].enabled==false){ return false;}else{ rval=true;}}}return rval;}function show_hide_saml(org){ var saml=false;for(var key in saml_orgs){ if(saml_orgs.hasOwnProperty(key)){ if((key==org)&&(saml_orgs[key].enabled==true)){ saml=true;}}}if(saml||all_orgs_saml_enabled()){ loginmode="saml";jQuery('.button_login').hide();jQuery('.button_saml').show();jQuery('#org_select').attr('class','');jQuery('#showsamllogin').show();}else{ loginmode="local";jQuery('.button_login').show();jQuery('.button_saml').hide();jQuery('#showsamllogin').hide();jQuery('#org_select').attr('class','k-login');jQuery('[name="LOGIN_NAME"]').focus();}};function set_local_focue(){ var last_user='';if(last_user!=''){ jQuery('[name="LOGIN_NAME"]').val(last_user);jQuery('[name="LOGIN_PASSWORD"]').focus();}else{ jQuery('[name="LOGIN_NAME"]').focus();}};function lockout_timer(){ jQuery('[name="LOGIN_NAME"]').removeAttr('disabled');jQuery('[name="LOGIN_PASSWORD"]').removeAttr('disabled');jQuery('#button_login').removeAttr('disabled');jQuery('.k-error-explanation').hide();jQuery('div').removeClass("k-error-explanation");jQuery('.k-login-locked').hide();jQuery('div').removeClass("k-loader");login_timeout_active=false;}jQuery(document).ready(function(){ jQuery(document).on('keypress',function(e){ if((e.which&&e.which==13)||(e.keyCode&&e.keyCode==13)){ if(login_timeout_active==true){ return false;}if(loginmode=='local'){ jQuery('#LoginForm').submit();}else if(loginmode=='saml'){ jQuery('#button_saml').click();}return false;}else{ return true;}});jQuery('#orgselect').change(function(){ show_hide_saml(this.value);});jQuery('#showotherlogin').on('click',function(event){ jQuery('.button_saml').hide();jQuery('.button_login').show();jQuery('[name="LOGIN_NAME"]').focus();jQuery('#org_select').attr('class','k-login');loginmode="local";event.preventDefault();});jQuery('#showsamllogin').on('click',function(event){ jQuery('.button_saml').show();jQuery('.button_login').hide();jQuery('#org_select').attr('class','');loginmode='saml';event.preventDefault();});jQuery('#button_saml').on('click',function(event){ if(typeof(jQuery('[name="ORGANIZATION"]').select2('val'))=='string'){ var torg=jQuery('[name="ORGANIZATION"]').select2('val');}else{ var torg=jQuery("#orgtextbox").val();}if(torg.length==0){ torg="Default";}event.preventDefault();window.location.href="/common/saml_login.php?active="+torg;});if(typeof(torg=jQuery('[name="ORGANIZATION"]').select2('val'))=='string'){ show_hide_saml(jQuery('[name="ORGANIZATION"]').select2('val'));}else{ show_hide_saml(jQuery('#orgtextbox').val());}});</script>
      </body></html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T06:43:16.000Z",
         "app" : {
            "extract" : {
               "file" : [
                  "check_login.php"
               ]
            },
            "http" : {
               "bodymd5" : "d408fd011fef9e2daec83a8aa38ee7ab",
               "bodymmh3" : -534796901,
               "component" : [
                  {
                     "productvendor" : "Quest",
                     "product" : "KACE Systems Management Appliance"
                  },
                  {
                     "product" : "Bootstrap",
                     "productvendor" : "Bootstrap"
                  }
               ],
               "headermd5" : "114e612087ffeaf5f76927dd76720718",
               "headermmh3" : -2145031380,
               "title" : "KACE Systems Management Appliance Service Center"
            },
            "length" : 9734
         },
         "asn" : "AS16509",
         "city" : "London",
         "country" : "GB",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 06:43:15 GMT\r\nServer: Apache\r\nExpires: Thu, 21 Nov 2024 06:43:15 GMT\r\nCache-Control: no-store, no-cache, must-revalidate\r\nPragma: no-cache\r\nSet-Cookie: kboxid=phcq2o5w0f9n7h8sydxl6rz5mpjfkjrh; path=/; secure; HttpOnly; SameSite=Lax\r\nX-Content-Type-Options: nosniff\r\nX-Frame-Options: sameorigin\r\nX-XSS-Protection: 1; mode=block\r\nStrict-Transport-Security: max-age=63072000; includeSubDomains; preload\r\nAccess-Control-Allow-Headers: x-kace-auth-timestamp, x-kace-auth-key, x-kace-auth-signature, accept, origin, content-type\r\nAccess-Control-Allow-Methods: PUT, DELETE, POST, GET, OPTIONS\r\nX-Kace-Appliance: K1000\r\nX-Ua-Compatible: IE=9,EDGE\r\nContent-Length: 8986\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html>\n<html data-template=\"welcome\" data-page-type=\"welcome\" data-area=\"user\" lang=\"en\" ><head>\n        <script id=\"fr-fek\">try{(function (k){localStorage.FEK=k;t=document.getElementById('fr-fek');t.parentNode.removeChild(t);})('mIBEVFBOHC1d2UNYVM==')}catch(e){}</script>\n        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=9; IE=EDGE\" /><meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" /><meta name=\"robots\" content=\"noindex\"><title>KACE Systems Management Appliance Service Center</title><link rel=\"shortcut icon\" href=\"/favicon.ico\"><link type=\"text/css\" rel=\"stylesheet\" href=\"/common/css/minified/vendor/select2.css?build=10.1.99\" /><link type=\"text/css\" rel=\"stylesheet\" media=\"print\" href=\"/common/css/minified/print.css?build=10.1.99\" /><link type=\"text/css\" rel=\"stylesheet\" href=\"/common/css/minified/vendor/froala_style.css?build=10.1.99\" /><!--[if lte IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"/common/css/minified/kace-theme-ie.css?build=10.1.99\" /><![endif]--><link type=\"text/css\" rel=\"stylesheet\" href=\"/common/css/minified/kace-theme-light.css?build=10.1.99\" /><!--[if IE]><script type=\"text/javascript\" src=\"/common/js/minified/vendor/html5.js?build=10.1.99\"></script><![endif]--><script type=\"text/javascript\" src=\"/common/js/minified/kpolyfills.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/jquery.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/jquery.fixes.js?build=10.1.99\"></script><script type=\"text/javascript\">jQuery.noConflict();</script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/jquery.cookie.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/jquery-ui.custom.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/jquery.json.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/bootstrap.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/select2.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/jquery.form.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/jquery.wheelmouse.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/bootbox.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/vendor/google.html-sanitizer.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/lang.php?locale=en&build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/scw.php?locale=en&build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/functions.js?build=10.1.99\"></script></head><body id=\"welcome\" ><div class=\"k-main k-main-collapsed\">\n<div class=\"k-page-message-box-container\" style=\"visibility:collapse; display:none;\">\n\n    \n        <div class=\"k-page-message-box k-error\" style=\"display:none;\" >\n                </div>\n    \n    \n        <div class=\"k-page-message-box k-warning\" style=\"display:none;\" >\n                </div>\n    \n    \n        <div class=\"k-page-message-box k-success\" style=\"display:none;\" >\n                </div>\n    \n    \n        <div class=\"k-page-message-box k-info\" style=\"display:none;\" >\n                </div>\n    </div>\n        <form id=\"LoginForm\" name=\"LoginForm\" method=\"post\" action=\"/userui/check_login.php\" target=\"_self\">\n        <input type=\"hidden\" name=\"CSRF_TOKEN\" value=\"3qkdepawqwyifxjwp18v4913kohp18p3msnkqwvipstnl48h6dff59duv4njky9kqb84q89k92b95uln9w2wegu47213nzq61tt6q1xhuv4o4jicaoboldnkrz3wfjlz\" />\n        <img class=\"k-logo k-user-logo\" id=\"welcomeLogo\" alt=\"K1000 Logo\" src=\"/packages/partnerlogos/userportal_logo\" data-interface=\"user\" />\n        <h1>Welcome and Login...</h1>\n        <div class=\"wysiwyg fr-view\"><p>Welcome to the User Console. The &quot;Downloads&quot; tab contains software available for you to download and install. You can search on software by title, vendor, or label. Please only download and install software that you require.</p><p><br></p><p>You must login in to the User Console to browse software. Please enter your organization&#39;s common user name and password below to login.&nbsp;</p></div>\n                <div class=\"button_login\">\n            <div class=\"k-login\">\n                <div id='loginid'>\n                    <label>Login (user name):</label>\n                    <input type=\"text\" maxlength=\"50\" class=\"k-text-field\" name=\"LOGIN_NAME\" />\n                </div>\n                <div id='password'>\n                    <label>Password:</label>\n                    <input type=\"password\" class=\"k-text-field\" maxlength=\"50\" name=\"LOGIN_PASSWORD\" autocomplete=\"off\" />\n                </div>\n            </div>\n            <div class=\"k-login-note\">\n                (Note: Credentials will be saved on this computer between sessions unless you explicitly \"Log Out\")\n            </div>\n        </div>\n\n        <div class=\"k-login\" id=\"org_select\">\n                            <input id=\"orgtextbox\" type=\"hidden\" name=\"ORGANIZATION\" value=\"Default\" />\n                    </div>\n\n        <div id=\"samllogin\" style=\"margin-top:10px;display:none;\" class=\"button_saml\">\n            <button id=\"button_saml\" name=\"saml\" class=\"k-btn-dark button_saml\">Login</button>\n            <p style=\"margin-top:5px;\"><a id=\"showotherlogin\">Local Sign On</a></p>\n        </div>\n\n        <buttons>\n            <button id=\"button_login\" name=\"save\" class=\"k-btn-dark button_login\">Login</button>\n            <p style=\"margin-top:5px;\" class=\"button_login\"><a id=\"showsamllogin\">Single Sign On</a></p>\n        </buttons>\n\n    </form>\n    </div><footer><span class=\"k-copyright\">\u00a9 2023 Quest Software Inc. All Rights Reserved.</span></footer><div id=\"alert-div\"></div><script type=\"text/javascript\" src=\"/common/js/minified/nav.js?build=10.1.99\"></script><script type=\"text/javascript\" src=\"/common/js/minified/core.js?build=10.1.99\"></script><script type=\"text/javascript\">ShowMessageBox();</script>\n\n<script type=\"text/javascript\">var loginmode=\"local\";var login_timeout_active=false;const saml_orgs={ 'Default':{ 'name':'Default','id':'1','required':'','enabled':''},};function all_orgs_saml_enabled(){ var rval=false;for(var key in saml_orgs){ if(saml_orgs.hasOwnProperty(key)){ if(saml_orgs[key].enabled==false){ return false;}else{ rval=true;}}}return rval;}function show_hide_saml(org){ var saml=false;for(var key in saml_orgs){ if(saml_orgs.hasOwnProperty(key)){ if((key==org)&&(saml_orgs[key].enabled==true)){ saml=true;}}}if(saml||all_orgs_saml_enabled()){ loginmode=\"saml\";jQuery('.button_login').hide();jQuery('.button_saml').show();jQuery('#org_select').attr('class','');jQuery('#showsamllogin').show();}else{ loginmode=\"local\";jQuery('.button_login').show();jQuery('.button_saml').hide();jQuery('#showsamllogin').hide();jQuery('#org_select').attr('class','k-login');jQuery('[name=\"LOGIN_NAME\"]').focus();}};function set_local_focue(){ var last_user='';if(last_user!=''){ jQuery('[name=\"LOGIN_NAME\"]').val(last_user);jQuery('[name=\"LOGIN_PASSWORD\"]').focus();}else{ jQuery('[name=\"LOGIN_NAME\"]').focus();}};function lockout_timer(){ jQuery('[name=\"LOGIN_NAME\"]').removeAttr('disabled');jQuery('[name=\"LOGIN_PASSWORD\"]').removeAttr('disabled');jQuery('#button_login').removeAttr('disabled');jQuery('.k-error-explanation').hide();jQuery('div').removeClass(\"k-error-explanation\");jQuery('.k-login-locked').hide();jQuery('div').removeClass(\"k-loader\");login_timeout_active=false;}jQuery(document).ready(function(){ jQuery(document).on('keypress',function(e){ if((e.which&&e.which==13)||(e.keyCode&&e.keyCode==13)){ if(login_timeout_active==true){ return false;}if(loginmode=='local'){ jQuery('#LoginForm').submit();}else if(loginmode=='saml'){ jQuery('#button_saml').click();}return false;}else{ return true;}});jQuery('#orgselect').change(function(){ show_hide_saml(this.value);});jQuery('#showotherlogin').on('click',function(event){ jQuery('.button_saml').hide();jQuery('.button_login').show();jQuery('[name=\"LOGIN_NAME\"]').focus();jQuery('#org_select').attr('class','k-login');loginmode=\"local\";event.preventDefault();});jQuery('#showsamllogin').on('click',function(event){ jQuery('.button_saml').show();jQuery('.button_login').hide();jQuery('#org_select').attr('class','');loginmode='saml';event.preventDefault();});jQuery('#button_saml').on('click',function(event){ if(typeof(jQuery('[name=\"ORGANIZATION\"]').select2('val'))=='string'){ var torg=jQuery('[name=\"ORGANIZATION\"]').select2('val');}else{ var torg=jQuery(\"#orgtextbox\").val();}if(torg.length==0){ torg=\"Default\";}event.preventDefault();window.location.href=\"/common/saml_login.php?active=\"+torg;});if(typeof(torg=jQuery('[name=\"ORGANIZATION\"]').select2('val'))=='string'){ show_hide_saml(jQuery('[name=\"ORGANIZATION\"]').select2('val'));}else{ show_hide_saml(jQuery('#orgtextbox').val());}});</script>\n</body></html>\n",
         "datamd5" : "c317d0d436d6fc73ed01438cba6a11ca",
         "datammh3" : -359173526,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "GB",
            "countryname" : "United Kingdom",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "55.378051",
            "location" : "55.378051,-3.435973",
            "longitude" : "-3.435973",
            "netname" : "AMAZON-LHR",
            "organization" : "Amazon Data Services UK",
            "subnet" : "3.8.0.0/14"
         },
         "host" : [
            "ec2-3-8-23-30"
         ],
         "hostname" : [
            "ec2-3-8-23-30.eu-west-2.compute.amazonaws.com"
         ],
         "ip" : "3.8.23.30",
         "ipv6" : "false",
         "latitude" : "51.5088",
         "location" : "51.5088,-0.0930",
         "longitude" : "-0.0930",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "HTTP Server",
         "productvendor" : "Apache",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-3-8-23-30.eu-west-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "eu-west-2.compute.amazonaws.com"
         ],
         "subnet" : "3.8.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 43.200.4.135:1604 (tcp/telnet) - last seen on 2024-11-21 at 06:42:57 UTC

    • IP
      43.200.4.135
      Network
      43.200.0.0/13
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      Reverse DNS
      ec2-43-200-4-135.ap-northeast-2.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      telnet
      Source
      datascan
    • Operating System
      Linux Linux Kernel
    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      a0208af99d532e1084d6ea1e5462089e
    • \xff\xfb\x01\xff\xfb\x03\xff\xfc'\xff\xfe\x01\xff\xfd\x03\xff\xfe"\xff\xfd'\xff\xfd\x18\xff\xfe\x1fUsername: GET / HTTP/1.1\x0d
      Password: 
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T06:42:57.000Z",
         "app" : {
            "length" : 63
         },
         "asn" : "AS16509",
         "city" : "Incheon",
         "country" : "KR",
         "data" : "\\xff\\xfb\\x01\\xff\\xfb\\x03\\xff\\xfc'\\xff\\xfe\\x01\\xff\\xfd\\x03\\xff\\xfe\"\\xff\\xfd'\\xff\\xfd\\x18\\xff\\xfe\\x1fUsername: GET / HTTP/1.1\\x0d\nPassword: ",
         "datamd5" : "a0208af99d532e1084d6ea1e5462089e",
         "datammh3" : -1872544805,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AMAZON-AS-AP",
            "organization" : "Amazon.com, Inc.",
            "subnet" : "43.200.0.0/14"
         },
         "host" : [
            "ec2-43-200-4-135"
         ],
         "hostname" : [
            "ec2-43-200-4-135.ap-northeast-2.compute.amazonaws.com"
         ],
         "ip" : "43.200.4.135",
         "ipv6" : "false",
         "latitude" : "37.4585",
         "location" : "37.4585,126.7015",
         "longitude" : "126.7015",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "protocol" : "telnet",
         "reverse" : [
            "ec2-43-200-4-135.ap-northeast-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "subdomains" : [
            "ap-northeast-2.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "43.200.0.0/13",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 13.56.115.215:1604 (tcp/http) - last seen on 2024-11-21 at 06:41:11 UTC

    • IP
      13.56.115.215
      Network
      13.56.0.0/14
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class <enterprise field>: device.productvendor <enterprise field>: device.product

      Operating System
      Cisco IOS
      URL

      http://13.56.115.215:1604/ 200

      HTTP Title
      SSL VPN Service
      Reverse DNS
      ec2-13-56-115-215.us-west-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Cisco IOS
      Product
      F5 Nginx
      HTTP Component(s)
      Cisco WebVPN
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      e73fb32120bbccbb6ce84d72a9811f27
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      f7876d48967864b57d32b168c0fba837
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 06:41:10 GMT
      Server: nginx
      Content-Length: 627
      Content-Type: text/html
      
      <?xml version="1.0" encoding="UTF-8"?>
      <auth id="main">
      <title>SSL VPN Service</title>
      <ca status="disabled" href="/+CSCOCA+/login.html" />
      
      
      
      <banner></banner>
      <message>Please enter your username and password.</message>
      
      
      <form method="post" action="/+webvpn+/index.html">
      
      <input type="text" name="username" label="Username:" />
      <input type="password" name="password" label="Password:" />
      
      
      <select name="group_list" label="GROUP:">
      <option value="telecommuters" noaaa="0" >Remote_Users</option></select>
      
      <input type="submit" name="Login" value="Login" />
      <input type="reset" name="Clear" value="Clear" />
      
      
      </form>
      </auth>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T06:41:11.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "f7876d48967864b57d32b168c0fba837",
               "bodymmh3" : 353668724,
               "component" : [
                  {
                     "productvendor" : "Cisco",
                     "product" : "WebVPN"
                  }
               ],
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -148067306,
               "title" : "SSL VPN Service"
            },
            "length" : 763
         },
         "asn" : "AS16509",
         "city" : "San Jose",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 06:41:10 GMT\r\nServer: nginx\r\nContent-Length: 627\r\nContent-Type: text/html\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<auth id=\"main\">\n<title>SSL VPN Service</title>\n<ca status=\"disabled\" href=\"/+CSCOCA+/login.html\" />\n\n\n\n<banner></banner>\n<message>Please enter your username and password.</message>\n\n\n<form method=\"post\" action=\"/+webvpn+/index.html\">\n\n<input type=\"text\" name=\"username\" label=\"Username:\" />\n<input type=\"password\" name=\"password\" label=\"Password:\" />\n\n\n<select name=\"group_list\" label=\"GROUP:\">\n<option value=\"telecommuters\" noaaa=\"0\" >Remote_Users</option></select>\n\n<input type=\"submit\" name=\"Login\" value=\"Login\" />\n<input type=\"reset\" name=\"Clear\" value=\"Clear\" />\n\n\n</form>\n</auth>\n",
         "datamd5" : "e73fb32120bbccbb6ce84d72a9811f27",
         "datammh3" : 1679286467,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "product" : "<enterprise field>: device.product",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AT-88-Z",
            "organization" : "Amazon Technologies Inc.",
            "subnet" : "13.56.0.0/14"
         },
         "host" : [
            "ec2-13-56-115-215"
         ],
         "hostname" : [
            "ec2-13-56-115-215.us-west-1.compute.amazonaws.com"
         ],
         "ip" : "13.56.115.215",
         "ipv6" : "false",
         "latitude" : "37.1835",
         "location" : "37.1835,-121.7714",
         "longitude" : "-121.7714",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "IOS",
         "osvendor" : "Cisco",
         "port" : 1604,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-13-56-115-215.us-west-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "us-west-1.compute.amazonaws.com"
         ],
         "subnet" : "13.56.0.0/14",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 15.222.60.10:1604 (tcp/http) - last seen on 2024-11-21 at 05:11:59 UTC

    • IP
      15.222.60.10
      Network
      15.222.0.0/15
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://15.222.60.10:1604/ 200

      HTTP Title
      Login - CyberPanel
      HTTP Description
      Login to your CypberPanel account
      Reverse DNS
      ec2-15-222-60-10.ca-central-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      CyberPanel CyberPanel
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      b2b34bdfe0af1c78928423b6677d57cd
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      9aded8c1674ec306e85ba54319fa7da3
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 05:11:58 GMT
      Server: nginx
      Content-Length: 21781
      Content-Type: text/html
      
      <!DOCTYPE html>
      <html lang="en">
      
      <head>
          <style>
              .d-flex {
                  display: flex;
              }
      
              .flex-column {
                  flex-direction: column;
              }
      
              .justify-content-between {
                  justify-content: space-between;
              }
      
              .col-login {
                  height: 100vh;
                  display: flex;
                  flex-direction: column;
      
              }
      
              .col-login-left {
                  background: rgb(51, 204, 204);
                  background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                  justify-content: space-between;
              }
      
              .form-group .input-group select.form-control,
              .form-group .input-group input.form-control,
              button.btn.btn-login {
                  height: 45px;
      
              }
      
              button.btn.btn-login {
                  background-color: rgb(51, 204, 204);
                  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
              }
      
              button.btn.btn-login:hover {
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              }
      
              .form-group .input-group select.form-control:focus,
              .form-group .input-group input.form-control:focus,
              button.btn.btn-login {
                  border: 1px solid rgb(51, 204, 204);
              }
      
              .col-login-right {
                  background: #ffffff;
                  justify-content: center;
              }
      
              .col-login-right .login-wrapper {
                  display: flex;
                  flex-direction: column;
                  justify-content: space-around;
              }
      
              a.login-changelogs {
                  border-top: 1px solid #fff;
              }
      
              .login-changelogs .card {
                  padding: 1em;
                  background-color: #fff;
                  border-radius: 8px;
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
              }
      
              .login-changelogs .card:hover {
                  color: rgb(51, 204, 204);
                  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
              }
      
              .card-body {
                  padding-left: 15px;
              }
      
              .object-fit {
                  height: 100%;
                  width: 100%;
                  object-fit: cover;
                  border-radius: 6px;
              }
      
              h4.card-learnmore {
                  margin-top: 15px;
                  position: relative;
                  color: rgb(51, 204, 204);
                  font-weight: 500;
                  font-size: 1.2em;
      
              }
      
              h4.card-learnmore span {
                  display: inline;
                  padding-bottom: 4px;
                  border-bottom: 1px solid rgb(51, 204, 204);
              }
      
              .alert.alert-danger {
                  text-align: center;
                  margin: 1em 2em 1em 2em;
                  padding-top: 1em;
                  padding-bottom: 1em;
                  border: 1px solid red;
              }
      
      
              /* Loading Spinner */
              .spinner {
                  margin: 0;
                  width: 70px;
                  height: 18px;
                  margin: -35px 0 0 -9px;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  text-align: center
              }
      
              .spinner > div {
                  width: 18px;
                  height: 18px;
                  background-color: #333;
                  border-radius: 100%;
                  display: inline-block;
                  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                  animation: bouncedelay 1.4s infinite ease-in-out;
                  -webkit-animation-fill-mode: both;
                  animation-fill-mode: both
              }
      
              .spinner .bounce1 {
                  -webkit-animation-delay: -.32s;
                  animation-delay: -.32s
              }
      
              .spinner .bounce2 {
                  -webkit-animation-delay: -.16s;
                  animation-delay: -.16s
              }
      
              @-webkit-keyframes bouncedelay {
      
                  0%,
                  80%,
                  100% {
                      -webkit-transform: scale(0.0)
                  }
      
                  40% {
                      -webkit-transform: scale(1.0)
                  }
              }
      
              @keyframes bouncedelay {
      
                  0%,
                  80%,
                  100% {
                      transform: scale(0.0);
                      -webkit-transform: scale(0.0)
                  }
      
                  40% {
                      transform: scale(1.0);
                      -webkit-transform: scale(1.0)
                  }
              }
          </style>
          <meta charset="UTF-8">
          <!--[if IE]>
          <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
          <title> Login - CyberPanel </title>
          <meta name="description" content="Login to your CypberPanel account">
          <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
      
          <!-- Favicons -->
      
      
          <link rel="stylesheet" type="text/css" href="/static/baseTemplate/assets/finalLoginPageCSS/allCss.css">
      
          <!-- HELPERS -->
      
          <!-- ELEMENTS -->
      
          <!-- ICONS -->
      
          <!-- Admin theme -->
      
          <!-- Components theme -->
      
          <!-- JS Core -->
      
          <script type="text/javascript" src="/static/baseTemplate/assets/js-core/jquery-core.min.js"></script>
      
          <script type="text/javascript">
              $(window).load(function () {
                  setTimeout(function () {
                      $('#loading').fadeOut(400, "linear");
                  }, 300);
              });
          </script>
      
          <!-- JS Ends -->
      
          <style type="text/css">
              html,
              body {
                  height: 100%;
                  background: #ffffff;
              }
          </style>
      
          <style>
              #header-logo .logo-content-big, .logo-content-small{
        height:50px!important;
      }
      
      #sidebar-menu-item-server-ip-address {
          user-select: all !important;
      }
      
      a.logo-content-big {
          background: url(https://safeguardhosting.ca/cyberpanel-logo2.png) !important;
      
          background-repeat: no-repeat !important;
      }
      
      a.logo-content-small {
          background: url(https://safeguardhosting.ca/logo.png) !important;
      
          background-repeat: no-repeat !important;
      }
      
      a[href="https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1"] {
          display: none !important;
      }
      
      a[href="https://go.cyberpanel.net/community"] {
          display: none !important;
      }
      
      a[href="https://go.cyberpanel.net/cloud"] {
          display: none !important;
      }
      
      #sidebar-menu-item-wordpress,
      #sidebar-menu-item-backupV2,
      #sidebar-menu-item-root-file-manager,
      #sidebar-menu-item-cloudlinux {
          display: none !important;
      }
      
      a[href="/manageSSL/v2ManageSSL"] {
          display: none !important;
      }
      
      a[href="/manageSSL/v2ManageSSL"] {
          display: none !important;
      }
      
      /*
          Name: CyberPanel-VJ-Theme-Green
          Version: 0.7
          Author: vjranga
      
          Tested on CyberPanel 2.3 build 2
      
      */
      
      :root {
          --bt-background-color: -webkit-linear-gradient(-45deg, #52b149 0%, #457d3e 30%);
          --bt-background-color-2: -webkit-linear-gradient(311deg, #52b149 0%, #457d3e 30%);
          --first-color: #3e7d58;
          --second-color: #3e7d586e;
          --icon-color: #003c39;
          --third-color: #43965c;
          --c100-color: #3e7d4845;
          --panel-text-color: #46a076;
          --m1-box-shadow: rgb(69 125 62 / 42%) 1.95px 1.95px 2.6px;
      
      }
      
      
      
      /*****loading*****/
      #loading .spinner>div {
          background-color: var(--first-color);
      }
      
      
      /*****login*****/
      .col-login-left {
          background: var(--bt-background-color) !important;
      }
      
      h1.text-transform-upr.text-center.panel-body.text-bold {
          color: var(--panel-text-color) !important;
      }
      
      button.btn.btn-success.btn-block.btn-login {
          background: var(--bt-background-color-2) !important;
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      button.btn.btn-success.btn-block.btn-login:hover {
          background: #ffffff !important;
          border-color: var(--second-color) !important;
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      .form-group .input-group select.form-control:focus,
      .form-group .input-group input.form-control:focus,
      button.btn.btn-login {
          border: 1px solid rgb(125 62 111 / 38%);
      }
      
      
      /***** Header*****/
      .bg-gradient-9 {
          background: var(--bt-background-color) !important;
      }
      
      #header-logo .logo-content-big,
      .logo-content-small {
          filter: sepia(100%);
      }
      
      a#sidebar-menu-item-server-ip-address>span {
          color: var(--first-color) !important;
      }
      
      /***** Dashboard *****/
      .mx-10.col-md-2.panel.panel-body.col-md-pull-50 {
          box-shadow: var(--m1-box-shadow);
      }
      
      .mx-10.col-lg-9.panel.col-md-push-50 {
          box-shadow: var(--m1-box-shadow);
      }
      
      .c100 {
          background-color: var(--c100-color);
      }
      
      .c100>span {
          color: var(--first-color);
      }
      
      
      /***** Dashboard Button *****/
      a.tile-box.tile-box-shortcut.btn-primary {
          background: #ffffff;
          border-color: var(--second-color);
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      a.tile-box.tile-box-shortcut.btn-primary:hover {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      a.tile-box.tile-box-shortcut.btn-primary:active {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      
      /***** Button *****/
      .btn-primary {
          background: #ffffff;
          border-color: var(--second-color);
          box-shadow: var(--m1-box-shadow);
          color: var(--first-color);
      }
      
      .btn-primary:hover,
      .btn-primary:focus {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      .btn-primary:active {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      .btn-purple {
          color: #ffffff;
          border-color: var(--first-color) !important;
          background: var(--bt-background-color-2) !important;
      }
      
      .btn-purple.active,
      .btn-purple:focus,
      .btn-purple:hover {
          background: #ffffff !important;
          border-color: var(--second-color) !important;
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      .font-purple {
          color: #009688 !important;
      }
      
      .border-purple {
          border-color: #009688 !important;
      }
      
      
      /***** sidebar *****/
      #sidebar-menu {
          background: #ffffff;
          box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;
      }
      
      #sidebar-menu>li>a {
          padding: 5px 10px 0 0;
          font-size: 14px;
          height: 48px;
          color: var(--first-color);
      }
      
      #page-sidebar ul li a .glyph-icon {
          color: var(--icon-color);
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      #page-sidebar ul li a:hover {
          border-color: #457d3e2e;
          box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;
          color: var(--third-color);
      }
      
      #page-sidebar ul li.sfActive>a.sf-with-ul,
      #page-sidebar ul li a:active {
          border-color: #ffffff;
          box-shadow: rgb(220 226 234) 1.95px 1.95px 2.6px;
          color: var(--third-color);
      }
      
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          color: var(--first-color);
      }
      
      #sidebar-menu li .sidebar-submenu ul li a:hover,
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          background: #457d3e1f;
      }
      
      
      /*****list*****/
      .panel.col-md-12.ng-scope {
          box-shadow: rgb(62 69 125 / 5%) 0px 4px 12px !important;
      }
      
      
      /***** Font *****/
      #page-title h2 {
          color: var(--first-color);
          font-weight: 600;
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      .btn-link:hover,
      .content-box-header.bg-default>.ui-tabs-nav li>a:hover,
      .content-box-header.bg-gray>.ui-tabs-nav li>a:hover,
      .content-box-header.bg-white>.ui-tabs-nav li>a:hover,
      .features-tour-box h3,
      .font-primary,
      .tabs-nav li a:hover,
      .tabs-nav li.active a,
      a:hover,
      table.dataTable thead th.sorting_asc:after,
      table.dataTable thead th.sorting_desc:after {
          color: var(--first-color);
      }
      
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      #page-title>h2,
      #page-title>p {
          font-weight: 600;
      }
      
      /*badge color*/
      .badge-yellow,
      .bg-yellow,
      .btn-yellow,
      .hover-yellow:hover,
      .label-yellow {
          background: var(--third-color);
          border-color: var(--first-color);
      }
      
      /********** border-radius **********/
      .panel {
          border-radius: 10px;
      }
      
      textarea {
          border-radius: 10px !important;
      }
      
      select {
          border-radius: 10px !important;
      }
      
      .col-lg-3.col-md-12 {
          border-radius: 10px;
      }
      
      .alert {
          border-radius: 10px !important;
      }
      
      .mx-10 {
          border-radius: 10px !important;
      }
      
      a.btn.btn-border {
          border-radius: 10px !important;
      }
      
      .btn-primary {
          border-radius: 10px !important;
      }
      
      #sidebar-menu {
          border-radius: 10px;
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      #page-sidebar ul li a:hover {
          border-radius: 10px;
      }
      
      #sidebar-menu li .sidebar-submenu ul li a:hover,
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          border-radius: 5px;
      }
      
      button.btn.btn-success.btn-block.btn-login {
          border-radius: 10px;
      }
      
      input.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {
          border-radius: 10px 0px 0px 10px;
      }
      
      span.input-group-addon.bg-blue {
          border-radius: 0px 10px 10px 0px;
      }
          </style>
      
      </head>
      
      <body>
      <div id="loading">
          <div class="spinner">
              <div class="bounce1"></div>
              <div class="bounce2"></div>
              <div class="bounce3"></div>
          </div>
      </div>
      
      <div class>
          <div class="col-md-6 col-sm-12 hidden-md col-login col-login-left">
              <div class="row panel-body my-30" style="padding-bottom: 0px;">
                  <div class="col-lg-6 col-md-12 panel-body">
                      <h2 class="text-transform-upr text-white my-30 text-bold">WEB HOSTING CONTROL PANEL
                          </br />FOR EVERYONE
      
                      </h2>
                      <h4 class="text-white">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and
                          Reliability.</h4>
                  </div>
                  <div class="col-lg-6 col-md-12 text-center panel-body">
                      <img class="" src="/static/images/cyberpanel-banner-graphics.png" alt="" width="96%">
                  </div>
              </div>
              <div class="row panel-body">
                  <div class="row panel-body">
                      <a class=" login-changelogs" href="https://go.cyberpanel.net/updates" target='_blank'>
                          <div class="card mb-3" style="max-width: 540px;">
                              <div class="row g-0">
                                  <div class="col-md-3">
                                      <img src="/static/baseTemplate/images/new-design-list-websites-square.png" alt="..."
                                           class="object-fit">
                                  </div>
                                  <div class="col-md-8 ml-5">
                                      <div class="card-body d-flex flex-column justify-content-around">
                                          <h3 class="card-title mb-5 font-weight-bold">Change Logs</h3>
                                          <p class="card-text mt-10">Stay up to date about new releases and features.</p>
                                          <h4 class="card-learnmore">
                            <span>
                              Learn More
                              <i>
                                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true"
                                     focusable="false" data-icon="external-link-alt" role="img" viewBox="0 0 512 512">
                                  <path fill="currentColor"
                                        d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T05:11:59.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "cyberpanel.net",
                  "w3.org",
                  "youtube.com",
                  "safeguardhosting.ca"
               ],
               "hostname" : [
                  "go.cyberpanel.net",
                  "safeguardhosting.ca",
                  "www.w3.org",
                  "www.youtube.com"
               ],
               "url" : [
                  "http://www.w3.org/2000/svg",
                  "https://go.cyberpanel.net/cloud",
                  "https://go.cyberpanel.net/community",
                  "https://go.cyberpanel.net/updates",
                  "https://safeguardhosting.ca/cyberpanel-logo2.png)",
                  "https://safeguardhosting.ca/logo.png)",
                  "https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1"
               ]
            },
            "http" : {
               "bodymd5" : "9aded8c1674ec306e85ba54319fa7da3",
               "bodymmh3" : 1616352086,
               "component" : [
                  {
                     "product" : "CyberPanel",
                     "productvendor" : "CyberPanel"
                  }
               ],
               "description" : "Login to your CypberPanel account",
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -847862234,
               "title" : "Login - CyberPanel"
            },
            "length" : 16384
         },
         "asn" : "AS16509",
         "city" : "Montreal",
         "country" : "CA",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 05:11:58 GMT\r\nServer: nginx\r\nContent-Length: 21781\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <style>\n        .d-flex {\n            display: flex;\n        }\n\n        .flex-column {\n            flex-direction: column;\n        }\n\n        .justify-content-between {\n            justify-content: space-between;\n        }\n\n        .col-login {\n            height: 100vh;\n            display: flex;\n            flex-direction: column;\n\n        }\n\n        .col-login-left {\n            background: rgb(51, 204, 204);\n            background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#33cccc\", endColorstr=\"#00007a\", GradientType=1);\n            justify-content: space-between;\n        }\n\n        .form-group .input-group select.form-control,\n        .form-group .input-group input.form-control,\n        button.btn.btn-login {\n            height: 45px;\n\n        }\n\n        button.btn.btn-login {\n            background-color: rgb(51, 204, 204);\n            box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);\n            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);\n        }\n\n        button.btn.btn-login:hover {\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n        }\n\n        .form-group .input-group select.form-control:focus,\n        .form-group .input-group input.form-control:focus,\n        button.btn.btn-login {\n            border: 1px solid rgb(51, 204, 204);\n        }\n\n        .col-login-right {\n            background: #ffffff;\n            justify-content: center;\n        }\n\n        .col-login-right .login-wrapper {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-around;\n        }\n\n        a.login-changelogs {\n            border-top: 1px solid #fff;\n        }\n\n        .login-changelogs .card {\n            padding: 1em;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);\n        }\n\n        .login-changelogs .card:hover {\n            color: rgb(51, 204, 204);\n            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);\n        }\n\n        .card-body {\n            padding-left: 15px;\n        }\n\n        .object-fit {\n            height: 100%;\n            width: 100%;\n            object-fit: cover;\n            border-radius: 6px;\n        }\n\n        h4.card-learnmore {\n            margin-top: 15px;\n            position: relative;\n            color: rgb(51, 204, 204);\n            font-weight: 500;\n            font-size: 1.2em;\n\n        }\n\n        h4.card-learnmore span {\n            display: inline;\n            padding-bottom: 4px;\n            border-bottom: 1px solid rgb(51, 204, 204);\n        }\n\n        .alert.alert-danger {\n            text-align: center;\n            margin: 1em 2em 1em 2em;\n            padding-top: 1em;\n            padding-bottom: 1em;\n            border: 1px solid red;\n        }\n\n\n        /* Loading Spinner */\n        .spinner {\n            margin: 0;\n            width: 70px;\n            height: 18px;\n            margin: -35px 0 0 -9px;\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            text-align: center\n        }\n\n        .spinner > div {\n            width: 18px;\n            height: 18px;\n            background-color: #333;\n            border-radius: 100%;\n            display: inline-block;\n            -webkit-animation: bouncedelay 1.4s infinite ease-in-out;\n            animation: bouncedelay 1.4s infinite ease-in-out;\n            -webkit-animation-fill-mode: both;\n            animation-fill-mode: both\n        }\n\n        .spinner .bounce1 {\n            -webkit-animation-delay: -.32s;\n            animation-delay: -.32s\n        }\n\n        .spinner .bounce2 {\n            -webkit-animation-delay: -.16s;\n            animation-delay: -.16s\n        }\n\n        @-webkit-keyframes bouncedelay {\n\n            0%,\n            80%,\n            100% {\n                -webkit-transform: scale(0.0)\n            }\n\n            40% {\n                -webkit-transform: scale(1.0)\n            }\n        }\n\n        @keyframes bouncedelay {\n\n            0%,\n            80%,\n            100% {\n                transform: scale(0.0);\n                -webkit-transform: scale(0.0)\n            }\n\n            40% {\n                transform: scale(1.0);\n                -webkit-transform: scale(1.0)\n            }\n        }\n    </style>\n    <meta charset=\"UTF-8\">\n    <!--[if IE]>\n    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->\n    <title> Login - CyberPanel </title>\n    <meta name=\"description\" content=\"Login to your CypberPanel account\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n\n    <!-- Favicons -->\n\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"/static/baseTemplate/assets/finalLoginPageCSS/allCss.css\">\n\n    <!-- HELPERS -->\n\n    <!-- ELEMENTS -->\n\n    <!-- ICONS -->\n\n    <!-- Admin theme -->\n\n    <!-- Components theme -->\n\n    <!-- JS Core -->\n\n    <script type=\"text/javascript\" src=\"/static/baseTemplate/assets/js-core/jquery-core.min.js\"></script>\n\n    <script type=\"text/javascript\">\n        $(window).load(function () {\n            setTimeout(function () {\n                $('#loading').fadeOut(400, \"linear\");\n            }, 300);\n        });\n    </script>\n\n    <!-- JS Ends -->\n\n    <style type=\"text/css\">\n        html,\n        body {\n            height: 100%;\n            background: #ffffff;\n        }\n    </style>\n\n    <style>\n        #header-logo .logo-content-big, .logo-content-small{\n  height:50px!important;\n}\n\n#sidebar-menu-item-server-ip-address {\n    user-select: all !important;\n}\n\na.logo-content-big {\n    background: url(https://safeguardhosting.ca/cyberpanel-logo2.png) !important;\n\n    background-repeat: no-repeat !important;\n}\n\na.logo-content-small {\n    background: url(https://safeguardhosting.ca/logo.png) !important;\n\n    background-repeat: no-repeat !important;\n}\n\na[href=\"https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1\"] {\n    display: none !important;\n}\n\na[href=\"https://go.cyberpanel.net/community\"] {\n    display: none !important;\n}\n\na[href=\"https://go.cyberpanel.net/cloud\"] {\n    display: none !important;\n}\n\n#sidebar-menu-item-wordpress,\n#sidebar-menu-item-backupV2,\n#sidebar-menu-item-root-file-manager,\n#sidebar-menu-item-cloudlinux {\n    display: none !important;\n}\n\na[href=\"/manageSSL/v2ManageSSL\"] {\n    display: none !important;\n}\n\na[href=\"/manageSSL/v2ManageSSL\"] {\n    display: none !important;\n}\n\n/*\n    Name: CyberPanel-VJ-Theme-Green\n    Version: 0.7\n    Author: vjranga\n\n    Tested on CyberPanel 2.3 build 2\n\n*/\n\n:root {\n    --bt-background-color: -webkit-linear-gradient(-45deg, #52b149 0%, #457d3e 30%);\n    --bt-background-color-2: -webkit-linear-gradient(311deg, #52b149 0%, #457d3e 30%);\n    --first-color: #3e7d58;\n    --second-color: #3e7d586e;\n    --icon-color: #003c39;\n    --third-color: #43965c;\n    --c100-color: #3e7d4845;\n    --panel-text-color: #46a076;\n    --m1-box-shadow: rgb(69 125 62 / 42%) 1.95px 1.95px 2.6px;\n\n}\n\n\n\n/*****loading*****/\n#loading .spinner>div {\n    background-color: var(--first-color);\n}\n\n\n/*****login*****/\n.col-login-left {\n    background: var(--bt-background-color) !important;\n}\n\nh1.text-transform-upr.text-center.panel-body.text-bold {\n    color: var(--panel-text-color) !important;\n}\n\nbutton.btn.btn-success.btn-block.btn-login {\n    background: var(--bt-background-color-2) !important;\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\nbutton.btn.btn-success.btn-block.btn-login:hover {\n    background: #ffffff !important;\n    border-color: var(--second-color) !important;\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\n.form-group .input-group select.form-control:focus,\n.form-group .input-group input.form-control:focus,\nbutton.btn.btn-login {\n    border: 1px solid rgb(125 62 111 / 38%);\n}\n\n\n/***** Header*****/\n.bg-gradient-9 {\n    background: var(--bt-background-color) !important;\n}\n\n#header-logo .logo-content-big,\n.logo-content-small {\n    filter: sepia(100%);\n}\n\na#sidebar-menu-item-server-ip-address>span {\n    color: var(--first-color) !important;\n}\n\n/***** Dashboard *****/\n.mx-10.col-md-2.panel.panel-body.col-md-pull-50 {\n    box-shadow: var(--m1-box-shadow);\n}\n\n.mx-10.col-lg-9.panel.col-md-push-50 {\n    box-shadow: var(--m1-box-shadow);\n}\n\n.c100 {\n    background-color: var(--c100-color);\n}\n\n.c100>span {\n    color: var(--first-color);\n}\n\n\n/***** Dashboard Button *****/\na.tile-box.tile-box-shortcut.btn-primary {\n    background: #ffffff;\n    border-color: var(--second-color);\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\na.tile-box.tile-box-shortcut.btn-primary:hover {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\na.tile-box.tile-box-shortcut.btn-primary:active {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n\n/***** Button *****/\n.btn-primary {\n    background: #ffffff;\n    border-color: var(--second-color);\n    box-shadow: var(--m1-box-shadow);\n    color: var(--first-color);\n}\n\n.btn-primary:hover,\n.btn-primary:focus {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n.btn-primary:active {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n.btn-purple {\n    color: #ffffff;\n    border-color: var(--first-color) !important;\n    background: var(--bt-background-color-2) !important;\n}\n\n.btn-purple.active,\n.btn-purple:focus,\n.btn-purple:hover {\n    background: #ffffff !important;\n    border-color: var(--second-color) !important;\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\n.font-purple {\n    color: #009688 !important;\n}\n\n.border-purple {\n    border-color: #009688 !important;\n}\n\n\n/***** sidebar *****/\n#sidebar-menu {\n    background: #ffffff;\n    box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;\n}\n\n#sidebar-menu>li>a {\n    padding: 5px 10px 0 0;\n    font-size: 14px;\n    height: 48px;\n    color: var(--first-color);\n}\n\n#page-sidebar ul li a .glyph-icon {\n    color: var(--icon-color);\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n#page-sidebar ul li a:hover {\n    border-color: #457d3e2e;\n    box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;\n    color: var(--third-color);\n}\n\n#page-sidebar ul li.sfActive>a.sf-with-ul,\n#page-sidebar ul li a:active {\n    border-color: #ffffff;\n    box-shadow: rgb(220 226 234) 1.95px 1.95px 2.6px;\n    color: var(--third-color);\n}\n\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    color: var(--first-color);\n}\n\n#sidebar-menu li .sidebar-submenu ul li a:hover,\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    background: #457d3e1f;\n}\n\n\n/*****list*****/\n.panel.col-md-12.ng-scope {\n    box-shadow: rgb(62 69 125 / 5%) 0px 4px 12px !important;\n}\n\n\n/***** Font *****/\n#page-title h2 {\n    color: var(--first-color);\n    font-weight: 600;\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n.btn-link:hover,\n.content-box-header.bg-default>.ui-tabs-nav li>a:hover,\n.content-box-header.bg-gray>.ui-tabs-nav li>a:hover,\n.content-box-header.bg-white>.ui-tabs-nav li>a:hover,\n.features-tour-box h3,\n.font-primary,\n.tabs-nav li a:hover,\n.tabs-nav li.active a,\na:hover,\ntable.dataTable thead th.sorting_asc:after,\ntable.dataTable thead th.sorting_desc:after {\n    color: var(--first-color);\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n#page-title>h2,\n#page-title>p {\n    font-weight: 600;\n}\n\n/*badge color*/\n.badge-yellow,\n.bg-yellow,\n.btn-yellow,\n.hover-yellow:hover,\n.label-yellow {\n    background: var(--third-color);\n    border-color: var(--first-color);\n}\n\n/********** border-radius **********/\n.panel {\n    border-radius: 10px;\n}\n\ntextarea {\n    border-radius: 10px !important;\n}\n\nselect {\n    border-radius: 10px !important;\n}\n\n.col-lg-3.col-md-12 {\n    border-radius: 10px;\n}\n\n.alert {\n    border-radius: 10px !important;\n}\n\n.mx-10 {\n    border-radius: 10px !important;\n}\n\na.btn.btn-border {\n    border-radius: 10px !important;\n}\n\n.btn-primary {\n    border-radius: 10px !important;\n}\n\n#sidebar-menu {\n    border-radius: 10px;\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n#page-sidebar ul li a:hover {\n    border-radius: 10px;\n}\n\n#sidebar-menu li .sidebar-submenu ul li a:hover,\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    border-radius: 5px;\n}\n\nbutton.btn.btn-success.btn-block.btn-login {\n    border-radius: 10px;\n}\n\ninput.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {\n    border-radius: 10px 0px 0px 10px;\n}\n\nspan.input-group-addon.bg-blue {\n    border-radius: 0px 10px 10px 0px;\n}\n    </style>\n\n</head>\n\n<body>\n<div id=\"loading\">\n    <div class=\"spinner\">\n        <div class=\"bounce1\"></div>\n        <div class=\"bounce2\"></div>\n        <div class=\"bounce3\"></div>\n    </div>\n</div>\n\n<div class>\n    <div class=\"col-md-6 col-sm-12 hidden-md col-login col-login-left\">\n        <div class=\"row panel-body my-30\" style=\"padding-bottom: 0px;\">\n            <div class=\"col-lg-6 col-md-12 panel-body\">\n                <h2 class=\"text-transform-upr text-white my-30 text-bold\">WEB HOSTING CONTROL PANEL\n                    </br />FOR EVERYONE\n\n                </h2>\n                <h4 class=\"text-white\">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and\n                    Reliability.</h4>\n            </div>\n            <div class=\"col-lg-6 col-md-12 text-center panel-body\">\n                <img class=\"\" src=\"/static/images/cyberpanel-banner-graphics.png\" alt=\"\" width=\"96%\">\n            </div>\n        </div>\n        <div class=\"row panel-body\">\n            <div class=\"row panel-body\">\n                <a class=\" login-changelogs\" href=\"https://go.cyberpanel.net/updates\" target='_blank'>\n                    <div class=\"card mb-3\" style=\"max-width: 540px;\">\n                        <div class=\"row g-0\">\n                            <div class=\"col-md-3\">\n                                <img src=\"/static/baseTemplate/images/new-design-list-websites-square.png\" alt=\"...\"\n                                     class=\"object-fit\">\n                            </div>\n                            <div class=\"col-md-8 ml-5\">\n                                <div class=\"card-body d-flex flex-column justify-content-around\">\n                                    <h3 class=\"card-title mb-5 font-weight-bold\">Change Logs</h3>\n                                    <p class=\"card-text mt-10\">Stay up to date about new releases and features.</p>\n                                    <h4 class=\"card-learnmore\">\n                      <span>\n                        Learn More\n                        <i>\n                          <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" aria-hidden=\"true\"\n                               focusable=\"false\" data-icon=\"external-link-alt\" role=\"img\" viewBox=\"0 0 512 512\">\n                            <path fill=\"currentColor\"\n                                  d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,",
         "datamd5" : "b2b34bdfe0af1c78928423b6677d57cd",
         "datammh3" : 1925345167,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "CA",
            "countryname" : "Canada",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "56.130366",
            "location" : "56.130366,-106.346771",
            "longitude" : "-106.346771",
            "netname" : "AMAZON-YUL",
            "organization" : "Amazon Data Services Canada",
            "subnet" : "15.222.0.0/15"
         },
         "host" : [
            "ec2-15-222-60-10"
         ],
         "hostname" : [
            "ec2-15-222-60-10.ca-central-1.compute.amazonaws.com"
         ],
         "ip" : "15.222.60.10",
         "ipv6" : "false",
         "latitude" : "45.5075",
         "location" : "45.5075,-73.5887",
         "longitude" : "-73.5887",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-15-222-60-10.ca-central-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "ca-central-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "15.222.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 54.207.246.254:1604 (tcp/http) - last seen on 2024-11-21 at 05:11:58 UTC

    • IP
      54.207.246.254
      Network
      54.206.0.0/15
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://54.207.246.254:1604/ 200

      Reverse DNS
      ec2-54-207-246-254.sa-east-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      97f64c9c6bf158d0d05d3f05372b5a7a
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      c25cbaf569d22e9f526ff69fe9e61bbf
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 05:11:58 GMT
      Server: nginx
      Content-Length: 583
      Content-Type: text/html
      
      <html style="background:#007cef">
      <head>
      <meta http-equiv="expires" content="0">
      <script type='text/javascript'>
      pr=(document.location.protocol == 'https:') ? 'https' : 'http';
      pt=(location.port == '') ? '' : ':' + location.port;
      redirect_suffix = "/redirect.html?count="+Math.random();
      if(location.hostname.indexOf(':') == -1)
      {
      location.href=pr+"://"+location.hostname+pt+redirect_suffix;
      }
      else    //could be ipv6 addr
      {
      var url = "";
      url=pr+"://["+ location.hostname.replace(/[\[\]]/g, '') +"]"+pt+redirect_suffix;
      location.href = url;
      }
      </script>
      </head>
      <body>
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T05:11:58.000Z",
         "app" : {
            "http" : {
               "bodymd5" : "c25cbaf569d22e9f526ff69fe9e61bbf",
               "bodymmh3" : 2073015905,
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -1025155569
            },
            "length" : 719
         },
         "asn" : "AS16509",
         "city" : "S\u00e3o Paulo",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 05:11:58 GMT\r\nServer: nginx\r\nContent-Length: 583\r\nContent-Type: text/html\r\n\r\n<html style=\"background:#007cef\">\n<head>\n<meta http-equiv=\"expires\" content=\"0\">\n<script type='text/javascript'>\npr=(document.location.protocol == 'https:') ? 'https' : 'http';\npt=(location.port == '') ? '' : ':' + location.port;\nredirect_suffix = \"/redirect.html?count=\"+Math.random();\nif(location.hostname.indexOf(':') == -1)\n{\nlocation.href=pr+\"://\"+location.hostname+pt+redirect_suffix;\n}\nelse    //could be ipv6 addr\n{\nvar url = \"\";\nurl=pr+\"://[\"+ location.hostname.replace(/[\\[\\]]/g, '') +\"]\"+pt+redirect_suffix;\nlocation.href = url;\n}\n</script>\n</head>\n<body>\n</body>\n</html>\n",
         "datamd5" : "97f64c9c6bf158d0d05d3f05372b5a7a",
         "datammh3" : 1079192638,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "BR",
            "countryname" : "Brazil",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "-14.235004",
            "location" : "-14.235004,-51.92528",
            "longitude" : "-51.92528",
            "netname" : "AMAZON-GRU",
            "organization" : "Amazon Data Services Brazil",
            "subnet" : "54.207.0.0/16"
         },
         "host" : [
            "ec2-54-207-246-254"
         ],
         "hostname" : [
            "ec2-54-207-246-254.sa-east-1.compute.amazonaws.com"
         ],
         "ip" : "54.207.246.254",
         "ipv6" : "false",
         "latitude" : "-23.5335",
         "location" : "-23.5335,-46.6359",
         "longitude" : "-46.6359",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-54-207-246-254.sa-east-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "sa-east-1.compute.amazonaws.com"
         ],
         "subnet" : "54.206.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 15.206.189.247:1604 (tcp/http) - last seen on 2024-11-21 at 05:10:33 UTC

    • IP
      15.206.189.247
      Network
      15.206.0.0/15
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://15.206.189.247:1604/ 404

      HTTP Title
      Error 404--Not Found
      Reverse DNS
      ec2-15-206-189-247.ap-south-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      Oracle Weblogic Server 10.3.6.0.0
      HTTP Component(s)
      Oracle Weblogic Server
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      e26e7874bcd5613de7a73a09bb31100c
      HTTP Header MD5
      522c4e821ae16fa1f93f1ac71c0e412a
      HTTP Body MD5
      693ba5c2587c2994de7843b9c3c9e384
    • HTTP/1.1 404 Not Found
      Connection: close
      Date: Thu, 21 Nov 2024 05:10:32 GMT
      Server: WebLogic Server 10.3.6.0.0
      Content-Type: text/html
      Content-Length: 1766
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
      <HTML>
          <HEAD>
              <TITLE>Error 404--Not Found</TITLE>
          </HEAD>
          <BODY bgcolor="white">
              <FONT FACE=Helvetica><BR CLEAR=all>
              <TABLE border=0 cellspacing=5>
                  <TR>
                      <TD>
                          <BR CLEAR=all>
                          <FONT FACE="Helvetica" COLOR="black" SIZE="3">
                              <H2>Error 404--Not Found</H2>
                          </FONT>
                      </TD>
                  </TR>
              </TABLE>
              <TABLE border=0 width=100% cellpadding=10>
                  <TR>
                      <TD VALIGN=top WIDTH=100% BGCOLOR=white>
                          <FONT FACE="Courier New">
                              <FONT FACE="Helvetica" SIZE="3">
                                  <H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
                              </FONT>
                              <FONT FACE="Helvetica" SIZE="3">
                                  <H4>10.4.5 404 Not Found</H4>
                              </FONT>
                              <P>
                                  <FONT FACE="Courier New">
                                      The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
                              </p>
                              <p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.</FONT></P>
                          </FONT>
                      </TD>
                  </TR>
              </TABLE>
          </BODY>
      </HTML>
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T05:10:33.000Z",
         "app" : {
            "extract" : {
               "ip" : [
                  "10.3.6.0"
               ]
            },
            "http" : {
               "bodymd5" : "693ba5c2587c2994de7843b9c3c9e384",
               "bodymmh3" : -369160404,
               "component" : [
                  {
                     "productvendor" : "Oracle",
                     "product" : "Weblogic Server"
                  }
               ],
               "headermd5" : "522c4e821ae16fa1f93f1ac71c0e412a",
               "headermmh3" : 1676820990,
               "title" : "Error 404--Not Found"
            },
            "length" : 1931
         },
         "asn" : "AS16509",
         "city" : "Mumbai",
         "country" : "IN",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 404 Not Found\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 05:10:32 GMT\r\nServer: WebLogic Server 10.3.6.0.0\r\nContent-Type: text/html\r\nContent-Length: 1766\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Draft//EN\">\n<HTML>\n    <HEAD>\n        <TITLE>Error 404--Not Found</TITLE>\n    </HEAD>\n    <BODY bgcolor=\"white\">\n        <FONT FACE=Helvetica><BR CLEAR=all>\n        <TABLE border=0 cellspacing=5>\n            <TR>\n                <TD>\n                    <BR CLEAR=all>\n                    <FONT FACE=\"Helvetica\" COLOR=\"black\" SIZE=\"3\">\n                        <H2>Error 404--Not Found</H2>\n                    </FONT>\n                </TD>\n            </TR>\n        </TABLE>\n        <TABLE border=0 width=100% cellpadding=10>\n            <TR>\n                <TD VALIGN=top WIDTH=100% BGCOLOR=white>\n                    <FONT FACE=\"Courier New\">\n                        <FONT FACE=\"Helvetica\" SIZE=\"3\">\n                            <H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>\n                        </FONT>\n                        <FONT FACE=\"Helvetica\" SIZE=\"3\">\n                            <H4>10.4.5 404 Not Found</H4>\n                        </FONT>\n                        <P>\n                            <FONT FACE=\"Courier New\">\n                                The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.\n                        </p>\n                        <p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.</FONT></P>\n                    </FONT>\n                </TD>\n            </TR>\n        </TABLE>\n    </BODY>\n</HTML>",
         "datamd5" : "e26e7874bcd5613de7a73a09bb31100c",
         "datammh3" : 1679174131,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "IN",
            "countryname" : "India",
            "domain" : [
               "amazon.com",
               "amazonaws.com"
            ],
            "isineu" : "false",
            "latitude" : "20.593684",
            "location" : "20.593684,78.96288",
            "longitude" : "78.96288",
            "netname" : "AMAZON-BOM",
            "organization" : "Amazon Data Services India",
            "subnet" : "15.206.0.0/15"
         },
         "host" : [
            "ec2-15-206-189-247"
         ],
         "hostname" : [
            "ec2-15-206-189-247.ap-south-1.compute.amazonaws.com"
         ],
         "ip" : "15.206.189.247",
         "ipv6" : "false",
         "latitude" : "19.0748",
         "location" : "19.0748,72.8856",
         "longitude" : "72.8856",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "Weblogic Server",
         "productvendor" : "Oracle",
         "productversion" : "10.3.6.0.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "Not Found",
         "reverse" : [
            "ec2-15-206-189-247.ap-south-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 404,
         "subdomains" : [
            "ap-south-1.compute.amazonaws.com",
            "compute.amazonaws.com"
         ],
         "subnet" : "15.206.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 34.208.136.19:1604 (tcp/http) - last seen on 2024-11-21 at 05:10:10 UTC

    • IP
      34.208.136.19
      Network
      34.208.0.0/12
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://34.208.136.19:1604/ 200

      HTTP Title
      PaperCut Login
      HTTP Description
      PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.
      HTTP Keyword(s)
      print accounting print control print management print quota software
      Reverse DNS
      ec2-34-208-136-19.us-west-2.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      jQuery jQuery 3.5.1 Oracle Java
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      6602a320a278b26f544c1f7e9b11bbae
      HTTP Header MD5
      fa25c4eea42a342854fe45cdc0273a72
      HTTP Body MD5
      8c5529452ed2e5ae1d4f29e7345687a7
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 05:10:09 GMT
      Server: nginx
      Content-Type: text/html
      X-Frame-Options: SAMEORIGIN
      X-Content-Type-Options: nosniff
      X-XSS-Protection: 1
      Expires: Thu, 01 Jan 1970 00:00:00 UTC
      Cache-Control: no-cache
      Set-Cookie: JSESSIONID=node0fewplcc73z612cja8n2nc63ivlis9ydh9wsfdr7v.node0; Path=/; Secure; HttpOnly
      Content-Length: 13222
      
      <!DOCTYPE HTML>
      <!-- Application: app-server -->
      <!-- Page: Home -->
      <!-- Generated: Mon Nov 20 12:34:06 EST 2023 -->
      <html lang="en">
      <head>
      <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
      <title>PaperCut Login</title>
      <link rel="shortcut icon" href="/images/icons3/favicon.ico" type="image/vnd.microsoft.icon"/>
      <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
      <meta name="description" content="PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system."/>
      <meta name="keywords" content="print quota, print control, print management, print accounting, software"/>
      <meta name="viewport" content="width=device-width, initial-scale=0.8"/>
      <link rel="stylesheet" type="text/css" href="/css/style.css?66961papercut-mf" />
      <link rel="stylesheet" type="text/css" href="/css/style-override.css?66961papercut-mf" />
      <link rel="stylesheet" type="text/css" href="/css/refresh.css?66961papercut-mf" />
      <!--[if IE 9]><link rel="stylesheet" type="text/css" href="/css/style-ie9.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 8]><link rel="stylesheet" type="text/css" href="/css/style-ie8.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 7]><link rel="stylesheet" type="text/css" href="/css/style-ie7.css?66961papercut-mf" />
      <![endif]-->
      <!--[if IE 6]><link rel="stylesheet" type="text/css" href="/css/style-ie6.css?66961papercut-mf" />
      <![endif]-->
      <script type="text/javascript">var CacheParam = "66961papercut-mf";</script>
      <script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/jquery/jquery-migrate-3.3.1.min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/jquery/config.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/lib/underscore/underscore-min.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/common.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/lib/require.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/pages/configure.js?66961papercut-mf"></script>
      <script type="text/javascript" src="/js/refresh.js?66961papercut-mf"></script>
      </head>
      
      <body id="loginBody">
      <script language="JavaScript" type="text/javascript"><!--
      
      window.onload = function ()
      {
      document.Form0.inputUsername.focus();
      document.Form0.inputUsername.select();
      }
      
      // --></script> <div class="wrap">
          <script type="text/javascript">
          insertScript('/js/pages/Home.js');
          insertScript('/js/pages/LoginPages.js');
          </script>
            <svg viewBox="0 0 280.7 198.5" class="pc-shards">
      <polygon points="96.3,136.3 140.4,198.5 162.4,198.5 183.9,130.1 134.9,95.4 "/>
      <polygon points="45,63.6 74.9,53 0,0 "/>
      <polygon points="134.9,95.4 96.3,136.3 45,63.6 74.9,53 "/>
      <polygon points="74.9,53 224.8,0 134.9,95.4 "/>
      <polygon points="224.8,0 183.9,130.1 134.9,95.4 "/>
      <polygon points="224.8,0 224.8,0 224.8,159 183.9,130.1 "/>
      <polygon points="162.4,198.5 224.8,198.5 224.8,159 183.9,130.1 "/>
      <polygon points="37.7,198.5 140.4,198.5 96.3,136.3 "/>
      <polygon points="0,79.5 0,198.5 37.7,198.5 96.3,136.3 45,63.6 "/>
      <polygon points="0,79.5 45,63.6 0,0 "/>
      <polygon points="0,79.5 0,79.5 0,79.5 "/>
      <polygon points="262.3,198.5 280.7,198.5 265.7,187.9 "/>
      <polygon points="224.8,198.5 262.3,198.5 265.7,187.9 224.8,159 "/>
      </svg>
      <form method="post" name="Form0" action="/app" onsubmit="recordLocale()" autocomplete="off">
      <input type="hidden" name="service" value="direct/1/Home/$Form"/>
      <input type="hidden" name="sp" value="S0"/>
      <input type="hidden" name="Form0" value="$Hidden$0,$Hidden$1,inputUsername,inputPassword,$Submit$0,$PropertySelection"/>
      <input type="hidden" name="$Hidden$0" id="javascript-enabled" value="F"/>
      <input type="hidden" name="$Hidden$1" value="X"/>
       <div class="login" role="main">
            <div class="box">
              <table class="box-table" title="Login" role="presentation">
                <tr role="row">
                  <th class="box-nw" aria-label="No value" role="columnheader" scope="col"></th>
                  <th class="box-n" aria-label="No value" role="columnheader" scope="col"></th>
                  <th class="box-ne" aria-label="No value" role="columnheader" scope="col"></th>
                </tr>
                <tr role="row">
                  <td class="box-w"></td>
                  <td class="box-content">
      
                    <div id="login">
       <h1><img alt="PaperCut Logo" src="/custom/login-logo.png?1667504163324" class="logo"></img></h1>
      
       <h1 id="papercut-user-login-title">Log in</h1>
       <table style="margin-bottom:5px;" title="Username and Password" role="presentation">
                              <tbody>
                                <tr role="row">
                                  <th role="rowheader"><label for="inputUsername">Username</label></th>
                                  <td><input type="text" name="inputUsername" autocorrect="off" maxlength="50" aria-describedby="login-feedback-message" style="width: 150px;" id="inputUsername" autocapitalize="off" class="field"/></td>
                                </tr>
                                <tr role="row">
                                  <th role="rowheader"><label for="inputPassword">Password</label></th>
                                  <td><input type="password" name="inputPassword" style="width: 150px;" id="inputPassword" class="field" aria-describedby="login-feedback-message"/></td>
                                </tr>
                              </tbody>
                            </table>
      
      
                          <div id="login-feedback-message">
      
      
      
       </div>
      <input type="submit" name="$Submit$0" value="Log in" class="loginSubmit" aria-describedby="login-feedback-message"/>
      
      
      
      <a href="/app?service=direct/1/Home/oAuth2LoginSuccess" style="display:none" class="btn secondary google">Sign in with Google</a>
      <a href="/app?service=direct/1/Home/oAuth2LoginCancel" style="display:none" class="btn secondary microsoft">Sign in with Microsoft</a>
       <a style="display:block; margin-top: 10px;" id="forgot-link" href="/app?service=external/ForgotLoginDetails">
      Forgot username or password?</a>
      
       </div>
      
      
                  </td>
                  <td class="box-e"></td>
                </tr>
                <tr role="row">
                  <td class="box-sw"></td>
                  <td class="box-s"></td>
                  <td class="box-se"></td>
                </tr>
              </table>
            </div>
       <div class="language-box">
                <p id="language-select-text">Language Select</p>
                <svg width="24" height="24" viewBox="50 1777 24 24" class="global" alt="Globe Language Icon">
                      <path fill="gray" d="M62,1777c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S68.627,1777,62,1777z M58.129,1780.116
              c-0.665,0.732-1.359,1.699-1.925,2.94h-1.833C55.355,1781.79,56.643,1780.771,58.129,1780.116z M53.217,1784.957h2.304
              c-0.251,0.918-0.417,1.954-0.481,3.1h-2.664C52.48,1786.959,52.775,1785.918,53.217,1784.957z M53.236,1793.057
              c-0.447-0.96-0.749-2.001-0.859-3.1h2.662c0.064,1.146,0.23,2.182,0.481,3.1H53.236z M54.401,1794.957h1.803
              c0.549,1.204,1.218,2.146,1.865,2.87C56.624,1797.179,55.369,1796.188,54.401,1794.957z M61.05,1798.054
              c-0.541-0.34-1.814-1.283-2.828-3.097h2.828V1798.054z M61.05,1793.057h-3.645c-0.288-0.893-0.493-1.921-0.566-3.1h4.211V1793.057z
               M61.05,1788.057h-4.211c0.073-1.179,0.278-2.207,0.566-3.1h3.645V1788.057z M61.05,1783.057h-2.828
              c1.014-1.813,2.287-2.757,2.828-3.097V1783.057z M70.823,1784.957c0.441,0.961,0.736,2.002,0.842,3.1h-2.704
              c-0.064-1.146-0.23-2.182-0.481-3.1H70.823z M69.669,1783.057h-1.873c-0.574-1.259-1.279-2.237-1.953-2.974
              C67.358,1780.736,68.669,1781.77,69.669,1783.057z M62.95,1779.96c0.541,0.34,1.814,1.283,2.828,3.097H62.95V1779.96z
               M62.95,1784.957h3.645c0.288,0.893,0.493,1.921,0.566,3.1H62.95V1784.957z M62.95,1789.957h4.211
              c-0.073,1.179-0.278,2.207-0.566,3.1H62.95V1789.957z M62.95,1798.055v-3.098h2.828
              C64.764,1796.772,63.488,1797.716,62.95,1798.055z M65.902,1797.86c0.656-0.729,1.337-1.682,1.894-2.903h1.843
              C68.656,1796.208,67.376,1797.213,65.902,1797.86z M70.804,1793.057h-2.324c0.251-0.918,0.417-1.954,0.481-3.1h2.702
              C71.553,1791.056,71.251,1792.097,70.804,1793.057z"/>
                </svg>
      <select name="$PropertySelection" alt="Select language" role="listbox" id="language" aria-label="Select language">
      <option value="en" selected="selected">English</option>
      <option value="ca">catal&#224;</option>
      <option value="zh_CN">&#20013;&#25991; (&#20013;&#22269;)</option>
      <option value="zh_HK">&#20013;&#25991; (&#39321;&#28207;)</option>
      <option value="zh_TW">&#20013;&#25991; (&#21488;&#28771;)</option>
      <option value="hr">hrvatski</option>
      <option value="cs">&#269;e&#353;tina</option>
      <option value="da">Dansk</option>
      <option value="nl">Nederlands</option>
      <option value="fi">suomi</option>
      <option value="fr">fran&#231;ais</option>
      <option value="de">Deutsch</option>
      <option value="iw">&#1506;&#1489;&#1512;&#1497;&#1514;</option>
      <option value="hu">magyar</option>
      <option value="it">italiano</option>
      <option value="ja">&#26085;&#26412;&#35486;</option>
      <option value="ko">&#54620;&#44397;&#50612;</option>
      <option value="lv">Latvie&#353;u</option>
      <option value="lt">Lietuvi&#371;</option>
      <option value="no">norsk</option>
      <option value="pl">polski</option>
      <option value="pt">portugu&#234;s (Brasil)</option>
      <option value="pt_PT">portugu&#234;s (Portugal)</option>
      <option value="ru">&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>
      <option value="sr">&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;</option>
      <option value="sk">Sloven&#269;ina</option>
      <option value="sl">Sloven&#353;&#269;ina</option>
      <option value="es">espa&#241;ol</option>
      <option value="es_ES">espa&#241;ol (Espa&#241;a)</option>
      <option value="sv">svenska</option>
      <option value="th_TH">&#3652;&#3607;&#3618; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;)</option>
      <option value="tr">T&#252;rk&#231;e</option>
      <option value="cy_GB">Welsh (United Kingdom)</option>
      </select> </div>
       <script>
                  let languageOptions = document.getElementById("language").children;
                  for (let languageOption of languageOptions)
                  {
                      let lang = languageOption.getAttribute("value");
                      if (lang.includes("_")) lang = lang.substr(0, lang.indexOf("_")); // to remove region if specified
                      languageOption.setAttribute("lang", lang);
                  }
              </script>
      <span data-background-uri="/images/login-bg.jpg?66961papercut-mf" data-background-selection="COLOR" data-background-color="#FFFFFF" id="loginCustomization" data-button-color="#01B256" data-forgot-link-text=""></span> <!-- The license has expired!  -->
       </div>
      </form>
      
       <div id="footer" style="position:absolute; bottom: 0px; left: 0px; right: 0px; width: 100%;">
       <div class="product-details">
          <div class="logo"><img src="/images/footer-logo2.png?66961papercut-mf" border="0"/></div>
      
          <div class="text">
      <span class="product"><a href="https://www.papercut.com/products/mf/?clicked=app-footer">PaperCut MF</a></span>
      
       <div>
      Print Management Software</div>
       <!-- analytic purpose -->
      <span class="analytic-license-expiry-date" style="display:none"></span>
      <span class="analytic-product-build-number" style="display:none">66961</span>
      <span class="analytic-product-version" style="display:none">22.1.3</span>
      <span class="analytic-product" style="display:none">PaperCut MF</span>
      <span class="analytic-product-edition" style="display:none">MF</span> <div class="copyright">
              &copy; Copyright 1999-2023. PaperCut Software Pty Ltd. All rights reserved. </div>
          </div>
        </div>
       </div>
       </div>
        <script language="JavaScript" type="text/javascript">
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
          window.onload = applyLoginCustomization;
        } else {
          window.onload = function () {
            if (oldonload) {
              oldonload();
            }
              applyLoginCustomization();
          }
        }
      
        /*
         Apply login customization
         */
        function applyLoginCustomization() {
            var loginCustomization = $("#loginCustomization");
            if (loginCustomization.attr("data-background-selection") == 'IMAGE') {
                loadBackground(loginCustomization.attr("data-background-uri"));
            } else {
                $('#loginBody').find('.wrap').css('background-color', loginCustomization.attr("data-background-color"))
                        .css('background-image', 'none');
            }
            if (loginCustomization.attr("data-button-color") != "") {
                $('#loginBody input[type="submit"].loginSubmit').removeClass('loginSubmit')
                        .css('background-color', loginCustomization.attr("data-button-color"))
                        .css('border-color', loginCustomization.attr("data-button-color"));
            }
            if (loginCustomization.attr("data-forgot-link-text") != "") {
                $('a#forgot-link').text(loginCustomization.attr("data-forgot-link-text"));
            }
        }
      
        function recordLocale() {
            var languageElement = document.getElementById("language");
            if (languageElement) {
                document.cookie = "ui.locale=" + languageElement.value;
            }
        }
        </script>
      </body>
      </html>
      <!-- Render time: ~ 20 ms -->
      
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T05:10:10.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "papercut.com"
               ],
               "hostname" : [
                  "www.papercut.com"
               ],
               "url" : [
                  "https://www.papercut.com/products/mf/?clicked=app-footer"
               ]
            },
            "http" : {
               "bodymd5" : "8c5529452ed2e5ae1d4f29e7345687a7",
               "bodymmh3" : -856371065,
               "component" : [
                  {
                     "productvendor" : "Oracle",
                     "product" : "Java"
                  },
                  {
                     "productversion" : "3.5.1",
                     "productvendor" : "jQuery",
                     "product" : "jQuery"
                  }
               ],
               "description" : "PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.",
               "headermd5" : "fa25c4eea42a342854fe45cdc0273a72",
               "headermmh3" : -276361538,
               "keywords" : [
                  "print accounting",
                  "print control",
                  "print management",
                  "print quota",
                  "software"
               ],
               "title" : "PaperCut Login"
            },
            "length" : 13610
         },
         "asn" : "AS16509",
         "city" : "Boardman",
         "country" : "US",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 05:10:09 GMT\r\nServer: nginx\r\nContent-Type: text/html\r\nX-Frame-Options: SAMEORIGIN\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1\r\nExpires: Thu, 01 Jan 1970 00:00:00 UTC\r\nCache-Control: no-cache\r\nSet-Cookie: JSESSIONID=node0fewplcc73z612cja8n2nc63ivlis9ydh9wsfdr7v.node0; Path=/; Secure; HttpOnly\r\nContent-Length: 13222\r\n\r\n<!DOCTYPE HTML>\n<!-- Application: app-server -->\n<!-- Page: Home -->\n<!-- Generated: Mon Nov 20 12:34:06 EST 2023 -->\n<html lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"/>\n<title>PaperCut Login</title>\n<link rel=\"shortcut icon\" href=\"/images/icons3/favicon.ico\" type=\"image/vnd.microsoft.icon\"/>\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"description\" content=\"PaperCut MF is a print management system. Log in to manage your print quotas, see your print history and configure your system.\"/>\n<meta name=\"keywords\" content=\"print quota, print control, print management, print accounting, software\"/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.8\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css?66961papercut-mf\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-override.css?66961papercut-mf\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/refresh.css?66961papercut-mf\" />\n<!--[if IE 9]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie9.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 8]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie8.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 7]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie7.css?66961papercut-mf\" />\n<![endif]-->\n<!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style-ie6.css?66961papercut-mf\" />\n<![endif]-->\n<script type=\"text/javascript\">var CacheParam = \"66961papercut-mf\";</script>\n<script type=\"text/javascript\" src=\"/js/jquery/jquery-3.5.1.min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery/jquery-migrate-3.3.1.min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery/config.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/lib/underscore/underscore-min.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/common.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/lib/require.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/pages/configure.js?66961papercut-mf\"></script>\n<script type=\"text/javascript\" src=\"/js/refresh.js?66961papercut-mf\"></script>\n</head>\n\n<body id=\"loginBody\">\n<script language=\"JavaScript\" type=\"text/javascript\"><!--\n\nwindow.onload = function ()\n{\ndocument.Form0.inputUsername.focus();\ndocument.Form0.inputUsername.select();\n}\n\n// --></script> <div class=\"wrap\">\n    <script type=\"text/javascript\">\n    insertScript('/js/pages/Home.js');\n    insertScript('/js/pages/LoginPages.js');\n    </script>\n      <svg viewBox=\"0 0 280.7 198.5\" class=\"pc-shards\">\n<polygon points=\"96.3,136.3 140.4,198.5 162.4,198.5 183.9,130.1 134.9,95.4 \"/>\n<polygon points=\"45,63.6 74.9,53 0,0 \"/>\n<polygon points=\"134.9,95.4 96.3,136.3 45,63.6 74.9,53 \"/>\n<polygon points=\"74.9,53 224.8,0 134.9,95.4 \"/>\n<polygon points=\"224.8,0 183.9,130.1 134.9,95.4 \"/>\n<polygon points=\"224.8,0 224.8,0 224.8,159 183.9,130.1 \"/>\n<polygon points=\"162.4,198.5 224.8,198.5 224.8,159 183.9,130.1 \"/>\n<polygon points=\"37.7,198.5 140.4,198.5 96.3,136.3 \"/>\n<polygon points=\"0,79.5 0,198.5 37.7,198.5 96.3,136.3 45,63.6 \"/>\n<polygon points=\"0,79.5 45,63.6 0,0 \"/>\n<polygon points=\"0,79.5 0,79.5 0,79.5 \"/>\n<polygon points=\"262.3,198.5 280.7,198.5 265.7,187.9 \"/>\n<polygon points=\"224.8,198.5 262.3,198.5 265.7,187.9 224.8,159 \"/>\n</svg>\n<form method=\"post\" name=\"Form0\" action=\"/app\" onsubmit=\"recordLocale()\" autocomplete=\"off\">\n<input type=\"hidden\" name=\"service\" value=\"direct/1/Home/$Form\"/>\n<input type=\"hidden\" name=\"sp\" value=\"S0\"/>\n<input type=\"hidden\" name=\"Form0\" value=\"$Hidden$0,$Hidden$1,inputUsername,inputPassword,$Submit$0,$PropertySelection\"/>\n<input type=\"hidden\" name=\"$Hidden$0\" id=\"javascript-enabled\" value=\"F\"/>\n<input type=\"hidden\" name=\"$Hidden$1\" value=\"X\"/>\n <div class=\"login\" role=\"main\">\n      <div class=\"box\">\n        <table class=\"box-table\" title=\"Login\" role=\"presentation\">\n          <tr role=\"row\">\n            <th class=\"box-nw\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n            <th class=\"box-n\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n            <th class=\"box-ne\" aria-label=\"No value\" role=\"columnheader\" scope=\"col\"></th>\n          </tr>\n          <tr role=\"row\">\n            <td class=\"box-w\"></td>\n            <td class=\"box-content\">\n\n              <div id=\"login\">\n <h1><img alt=\"PaperCut Logo\" src=\"/custom/login-logo.png?1667504163324\" class=\"logo\"></img></h1>\n\n <h1 id=\"papercut-user-login-title\">Log in</h1>\n <table style=\"margin-bottom:5px;\" title=\"Username and Password\" role=\"presentation\">\n                        <tbody>\n                          <tr role=\"row\">\n                            <th role=\"rowheader\"><label for=\"inputUsername\">Username</label></th>\n                            <td><input type=\"text\" name=\"inputUsername\" autocorrect=\"off\" maxlength=\"50\" aria-describedby=\"login-feedback-message\" style=\"width: 150px;\" id=\"inputUsername\" autocapitalize=\"off\" class=\"field\"/></td>\n                          </tr>\n                          <tr role=\"row\">\n                            <th role=\"rowheader\"><label for=\"inputPassword\">Password</label></th>\n                            <td><input type=\"password\" name=\"inputPassword\" style=\"width: 150px;\" id=\"inputPassword\" class=\"field\" aria-describedby=\"login-feedback-message\"/></td>\n                          </tr>\n                        </tbody>\n                      </table>\n\n\n                    <div id=\"login-feedback-message\">\n\n\n\n </div>\n<input type=\"submit\" name=\"$Submit$0\" value=\"Log in\" class=\"loginSubmit\" aria-describedby=\"login-feedback-message\"/>\n\n\n\n<a href=\"/app?service=direct/1/Home/oAuth2LoginSuccess\" style=\"display:none\" class=\"btn secondary google\">Sign in with Google</a>\n<a href=\"/app?service=direct/1/Home/oAuth2LoginCancel\" style=\"display:none\" class=\"btn secondary microsoft\">Sign in with Microsoft</a>\n <a style=\"display:block; margin-top: 10px;\" id=\"forgot-link\" href=\"/app?service=external/ForgotLoginDetails\">\nForgot username or password?</a>\n\n </div>\n\n\n            </td>\n            <td class=\"box-e\"></td>\n          </tr>\n          <tr role=\"row\">\n            <td class=\"box-sw\"></td>\n            <td class=\"box-s\"></td>\n            <td class=\"box-se\"></td>\n          </tr>\n        </table>\n      </div>\n <div class=\"language-box\">\n          <p id=\"language-select-text\">Language Select</p>\n          <svg width=\"24\" height=\"24\" viewBox=\"50 1777 24 24\" class=\"global\" alt=\"Globe Language Icon\">\n                <path fill=\"gray\" d=\"M62,1777c-6.627,0-12,5.373-12,12s5.373,12,12,12s12-5.373,12-12S68.627,1777,62,1777z M58.129,1780.116\n        c-0.665,0.732-1.359,1.699-1.925,2.94h-1.833C55.355,1781.79,56.643,1780.771,58.129,1780.116z M53.217,1784.957h2.304\n        c-0.251,0.918-0.417,1.954-0.481,3.1h-2.664C52.48,1786.959,52.775,1785.918,53.217,1784.957z M53.236,1793.057\n        c-0.447-0.96-0.749-2.001-0.859-3.1h2.662c0.064,1.146,0.23,2.182,0.481,3.1H53.236z M54.401,1794.957h1.803\n        c0.549,1.204,1.218,2.146,1.865,2.87C56.624,1797.179,55.369,1796.188,54.401,1794.957z M61.05,1798.054\n        c-0.541-0.34-1.814-1.283-2.828-3.097h2.828V1798.054z M61.05,1793.057h-3.645c-0.288-0.893-0.493-1.921-0.566-3.1h4.211V1793.057z\n         M61.05,1788.057h-4.211c0.073-1.179,0.278-2.207,0.566-3.1h3.645V1788.057z M61.05,1783.057h-2.828\n        c1.014-1.813,2.287-2.757,2.828-3.097V1783.057z M70.823,1784.957c0.441,0.961,0.736,2.002,0.842,3.1h-2.704\n        c-0.064-1.146-0.23-2.182-0.481-3.1H70.823z M69.669,1783.057h-1.873c-0.574-1.259-1.279-2.237-1.953-2.974\n        C67.358,1780.736,68.669,1781.77,69.669,1783.057z M62.95,1779.96c0.541,0.34,1.814,1.283,2.828,3.097H62.95V1779.96z\n         M62.95,1784.957h3.645c0.288,0.893,0.493,1.921,0.566,3.1H62.95V1784.957z M62.95,1789.957h4.211\n        c-0.073,1.179-0.278,2.207-0.566,3.1H62.95V1789.957z M62.95,1798.055v-3.098h2.828\n        C64.764,1796.772,63.488,1797.716,62.95,1798.055z M65.902,1797.86c0.656-0.729,1.337-1.682,1.894-2.903h1.843\n        C68.656,1796.208,67.376,1797.213,65.902,1797.86z M70.804,1793.057h-2.324c0.251-0.918,0.417-1.954,0.481-3.1h2.702\n        C71.553,1791.056,71.251,1792.097,70.804,1793.057z\"/>\n          </svg>\n<select name=\"$PropertySelection\" alt=\"Select language\" role=\"listbox\" id=\"language\" aria-label=\"Select language\">\n<option value=\"en\" selected=\"selected\">English</option>\n<option value=\"ca\">catal&#224;</option>\n<option value=\"zh_CN\">&#20013;&#25991; (&#20013;&#22269;)</option>\n<option value=\"zh_HK\">&#20013;&#25991; (&#39321;&#28207;)</option>\n<option value=\"zh_TW\">&#20013;&#25991; (&#21488;&#28771;)</option>\n<option value=\"hr\">hrvatski</option>\n<option value=\"cs\">&#269;e&#353;tina</option>\n<option value=\"da\">Dansk</option>\n<option value=\"nl\">Nederlands</option>\n<option value=\"fi\">suomi</option>\n<option value=\"fr\">fran&#231;ais</option>\n<option value=\"de\">Deutsch</option>\n<option value=\"iw\">&#1506;&#1489;&#1512;&#1497;&#1514;</option>\n<option value=\"hu\">magyar</option>\n<option value=\"it\">italiano</option>\n<option value=\"ja\">&#26085;&#26412;&#35486;</option>\n<option value=\"ko\">&#54620;&#44397;&#50612;</option>\n<option value=\"lv\">Latvie&#353;u</option>\n<option value=\"lt\">Lietuvi&#371;</option>\n<option value=\"no\">norsk</option>\n<option value=\"pl\">polski</option>\n<option value=\"pt\">portugu&#234;s (Brasil)</option>\n<option value=\"pt_PT\">portugu&#234;s (Portugal)</option>\n<option value=\"ru\">&#1088;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</option>\n<option value=\"sr\">&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;</option>\n<option value=\"sk\">Sloven&#269;ina</option>\n<option value=\"sl\">Sloven&#353;&#269;ina</option>\n<option value=\"es\">espa&#241;ol</option>\n<option value=\"es_ES\">espa&#241;ol (Espa&#241;a)</option>\n<option value=\"sv\">svenska</option>\n<option value=\"th_TH\">&#3652;&#3607;&#3618; (&#3611;&#3619;&#3632;&#3648;&#3607;&#3624;&#3652;&#3607;&#3618;)</option>\n<option value=\"tr\">T&#252;rk&#231;e</option>\n<option value=\"cy_GB\">Welsh (United Kingdom)</option>\n</select> </div>\n <script>\n            let languageOptions = document.getElementById(\"language\").children;\n            for (let languageOption of languageOptions)\n            {\n                let lang = languageOption.getAttribute(\"value\");\n                if (lang.includes(\"_\")) lang = lang.substr(0, lang.indexOf(\"_\")); // to remove region if specified\n                languageOption.setAttribute(\"lang\", lang);\n            }\n        </script>\n<span data-background-uri=\"/images/login-bg.jpg?66961papercut-mf\" data-background-selection=\"COLOR\" data-background-color=\"#FFFFFF\" id=\"loginCustomization\" data-button-color=\"#01B256\" data-forgot-link-text=\"\"></span> <!-- The license has expired!  -->\n </div>\n</form>\n\n <div id=\"footer\" style=\"position:absolute; bottom: 0px; left: 0px; right: 0px; width: 100%;\">\n <div class=\"product-details\">\n    <div class=\"logo\"><img src=\"/images/footer-logo2.png?66961papercut-mf\" border=\"0\"/></div>\n\n    <div class=\"text\">\n<span class=\"product\"><a href=\"https://www.papercut.com/products/mf/?clicked=app-footer\">PaperCut MF</a></span>\n\n <div>\nPrint Management Software</div>\n <!-- analytic purpose -->\n<span class=\"analytic-license-expiry-date\" style=\"display:none\"></span>\n<span class=\"analytic-product-build-number\" style=\"display:none\">66961</span>\n<span class=\"analytic-product-version\" style=\"display:none\">22.1.3</span>\n<span class=\"analytic-product\" style=\"display:none\">PaperCut MF</span>\n<span class=\"analytic-product-edition\" style=\"display:none\">MF</span> <div class=\"copyright\">\n        &copy; Copyright 1999-2023. PaperCut Software Pty Ltd. All rights reserved. </div>\n    </div>\n  </div>\n </div>\n </div>\n  <script language=\"JavaScript\" type=\"text/javascript\">\n  var oldonload = window.onload;\n  if (typeof window.onload != 'function') {\n    window.onload = applyLoginCustomization;\n  } else {\n    window.onload = function () {\n      if (oldonload) {\n        oldonload();\n      }\n        applyLoginCustomization();\n    }\n  }\n\n  /*\n   Apply login customization\n   */\n  function applyLoginCustomization() {\n      var loginCustomization = $(\"#loginCustomization\");\n      if (loginCustomization.attr(\"data-background-selection\") == 'IMAGE') {\n          loadBackground(loginCustomization.attr(\"data-background-uri\"));\n      } else {\n          $('#loginBody').find('.wrap').css('background-color', loginCustomization.attr(\"data-background-color\"))\n                  .css('background-image', 'none');\n      }\n      if (loginCustomization.attr(\"data-button-color\") != \"\") {\n          $('#loginBody input[type=\"submit\"].loginSubmit').removeClass('loginSubmit')\n                  .css('background-color', loginCustomization.attr(\"data-button-color\"))\n                  .css('border-color', loginCustomization.attr(\"data-button-color\"));\n      }\n      if (loginCustomization.attr(\"data-forgot-link-text\") != \"\") {\n          $('a#forgot-link').text(loginCustomization.attr(\"data-forgot-link-text\"));\n      }\n  }\n\n  function recordLocale() {\n      var languageElement = document.getElementById(\"language\");\n      if (languageElement) {\n          document.cookie = \"ui.locale=\" + languageElement.value;\n      }\n  }\n  </script>\n</body>\n</html>\n<!-- Render time: ~ 20 ms -->\n\n\n",
         "datamd5" : "6602a320a278b26f544c1f7e9b11bbae",
         "datammh3" : 1404482669,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "NA",
            "continentname" : "North America",
            "country" : "US",
            "countryname" : "United States",
            "domain" : [
               "amazon.com",
               "amazonaws.com",
               "aws.com"
            ],
            "isineu" : "false",
            "latitude" : "37.09024",
            "location" : "37.09024,-95.712891",
            "longitude" : "-95.712891",
            "netname" : "AT-88-Z",
            "organization" : "Amazon Technologies Inc.",
            "subnet" : "34.208.0.0/12"
         },
         "host" : [
            "ec2-34-208-136-19"
         ],
         "hostname" : [
            "ec2-34-208-136-19.us-west-2.compute.amazonaws.com"
         ],
         "ip" : "34.208.136.19",
         "ipv6" : "false",
         "latitude" : "45.8491",
         "location" : "45.8491,-119.7143",
         "longitude" : "-119.7143",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-34-208-136-19.us-west-2.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "us-west-2.compute.amazonaws.com"
         ],
         "subnet" : "34.208.0.0/12",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 3.67.42.117:1604 (tcp/http) - last seen on 2024-11-21 at 03:43:01 UTC

    • IP
      3.67.42.117
      Network
      3.64.0.0/12
      Domain(s)
      amazonaws.com
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://3.67.42.117:1604/ 200

      HTTP Title
      Login - CyberPanel
      HTTP Description
      Login to your CypberPanel account
      Reverse DNS
      ec2-3-67-42-117.eu-central-1.compute.amazonaws.com
      ASN
      AS16509
      Organization
      AMAZON-02
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      Product
      F5 Nginx
      HTTP Component(s)
      CyberPanel CyberPanel
      CPE(s)

      <enterprise field>: cpe

    • This feature requires at least a "Lion View" to unlock. Go to our Pricing page for more.

    • Data MD5
      b2b34bdfe0af1c78928423b6677d57cd
      HTTP Header MD5
      9f060a9cb1b31c417a3a68e629ae97e3
      HTTP Body MD5
      9aded8c1674ec306e85ba54319fa7da3
    • HTTP/1.1 200 OK
      Connection: close
      Date: Thu, 21 Nov 2024 03:42:58 GMT
      Server: nginx
      Content-Length: 21781
      Content-Type: text/html
      
      <!DOCTYPE html>
      <html lang="en">
      
      <head>
          <style>
              .d-flex {
                  display: flex;
              }
      
              .flex-column {
                  flex-direction: column;
              }
      
              .justify-content-between {
                  justify-content: space-between;
              }
      
              .col-login {
                  height: 100vh;
                  display: flex;
                  flex-direction: column;
      
              }
      
              .col-login-left {
                  background: rgb(51, 204, 204);
                  background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cccc", endColorstr="#00007a", GradientType=1);
                  justify-content: space-between;
              }
      
              .form-group .input-group select.form-control,
              .form-group .input-group input.form-control,
              button.btn.btn-login {
                  height: 45px;
      
              }
      
              button.btn.btn-login {
                  background-color: rgb(51, 204, 204);
                  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
                  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
              }
      
              button.btn.btn-login:hover {
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              }
      
              .form-group .input-group select.form-control:focus,
              .form-group .input-group input.form-control:focus,
              button.btn.btn-login {
                  border: 1px solid rgb(51, 204, 204);
              }
      
              .col-login-right {
                  background: #ffffff;
                  justify-content: center;
              }
      
              .col-login-right .login-wrapper {
                  display: flex;
                  flex-direction: column;
                  justify-content: space-around;
              }
      
              a.login-changelogs {
                  border-top: 1px solid #fff;
              }
      
              .login-changelogs .card {
                  padding: 1em;
                  background-color: #fff;
                  border-radius: 8px;
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
                  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
              }
      
              .login-changelogs .card:hover {
                  color: rgb(51, 204, 204);
                  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);
              }
      
              .card-body {
                  padding-left: 15px;
              }
      
              .object-fit {
                  height: 100%;
                  width: 100%;
                  object-fit: cover;
                  border-radius: 6px;
              }
      
              h4.card-learnmore {
                  margin-top: 15px;
                  position: relative;
                  color: rgb(51, 204, 204);
                  font-weight: 500;
                  font-size: 1.2em;
      
              }
      
              h4.card-learnmore span {
                  display: inline;
                  padding-bottom: 4px;
                  border-bottom: 1px solid rgb(51, 204, 204);
              }
      
              .alert.alert-danger {
                  text-align: center;
                  margin: 1em 2em 1em 2em;
                  padding-top: 1em;
                  padding-bottom: 1em;
                  border: 1px solid red;
              }
      
      
              /* Loading Spinner */
              .spinner {
                  margin: 0;
                  width: 70px;
                  height: 18px;
                  margin: -35px 0 0 -9px;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  text-align: center
              }
      
              .spinner > div {
                  width: 18px;
                  height: 18px;
                  background-color: #333;
                  border-radius: 100%;
                  display: inline-block;
                  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                  animation: bouncedelay 1.4s infinite ease-in-out;
                  -webkit-animation-fill-mode: both;
                  animation-fill-mode: both
              }
      
              .spinner .bounce1 {
                  -webkit-animation-delay: -.32s;
                  animation-delay: -.32s
              }
      
              .spinner .bounce2 {
                  -webkit-animation-delay: -.16s;
                  animation-delay: -.16s
              }
      
              @-webkit-keyframes bouncedelay {
      
                  0%,
                  80%,
                  100% {
                      -webkit-transform: scale(0.0)
                  }
      
                  40% {
                      -webkit-transform: scale(1.0)
                  }
              }
      
              @keyframes bouncedelay {
      
                  0%,
                  80%,
                  100% {
                      transform: scale(0.0);
                      -webkit-transform: scale(0.0)
                  }
      
                  40% {
                      transform: scale(1.0);
                      -webkit-transform: scale(1.0)
                  }
              }
          </style>
          <meta charset="UTF-8">
          <!--[if IE]>
          <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
          <title> Login - CyberPanel </title>
          <meta name="description" content="Login to your CypberPanel account">
          <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
      
          <!-- Favicons -->
      
      
          <link rel="stylesheet" type="text/css" href="/static/baseTemplate/assets/finalLoginPageCSS/allCss.css">
      
          <!-- HELPERS -->
      
          <!-- ELEMENTS -->
      
          <!-- ICONS -->
      
          <!-- Admin theme -->
      
          <!-- Components theme -->
      
          <!-- JS Core -->
      
          <script type="text/javascript" src="/static/baseTemplate/assets/js-core/jquery-core.min.js"></script>
      
          <script type="text/javascript">
              $(window).load(function () {
                  setTimeout(function () {
                      $('#loading').fadeOut(400, "linear");
                  }, 300);
              });
          </script>
      
          <!-- JS Ends -->
      
          <style type="text/css">
              html,
              body {
                  height: 100%;
                  background: #ffffff;
              }
          </style>
      
          <style>
              #header-logo .logo-content-big, .logo-content-small{
        height:50px!important;
      }
      
      #sidebar-menu-item-server-ip-address {
          user-select: all !important;
      }
      
      a.logo-content-big {
          background: url(https://safeguardhosting.ca/cyberpanel-logo2.png) !important;
      
          background-repeat: no-repeat !important;
      }
      
      a.logo-content-small {
          background: url(https://safeguardhosting.ca/logo.png) !important;
      
          background-repeat: no-repeat !important;
      }
      
      a[href="https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1"] {
          display: none !important;
      }
      
      a[href="https://go.cyberpanel.net/community"] {
          display: none !important;
      }
      
      a[href="https://go.cyberpanel.net/cloud"] {
          display: none !important;
      }
      
      #sidebar-menu-item-wordpress,
      #sidebar-menu-item-backupV2,
      #sidebar-menu-item-root-file-manager,
      #sidebar-menu-item-cloudlinux {
          display: none !important;
      }
      
      a[href="/manageSSL/v2ManageSSL"] {
          display: none !important;
      }
      
      a[href="/manageSSL/v2ManageSSL"] {
          display: none !important;
      }
      
      /*
          Name: CyberPanel-VJ-Theme-Green
          Version: 0.7
          Author: vjranga
      
          Tested on CyberPanel 2.3 build 2
      
      */
      
      :root {
          --bt-background-color: -webkit-linear-gradient(-45deg, #52b149 0%, #457d3e 30%);
          --bt-background-color-2: -webkit-linear-gradient(311deg, #52b149 0%, #457d3e 30%);
          --first-color: #3e7d58;
          --second-color: #3e7d586e;
          --icon-color: #003c39;
          --third-color: #43965c;
          --c100-color: #3e7d4845;
          --panel-text-color: #46a076;
          --m1-box-shadow: rgb(69 125 62 / 42%) 1.95px 1.95px 2.6px;
      
      }
      
      
      
      /*****loading*****/
      #loading .spinner>div {
          background-color: var(--first-color);
      }
      
      
      /*****login*****/
      .col-login-left {
          background: var(--bt-background-color) !important;
      }
      
      h1.text-transform-upr.text-center.panel-body.text-bold {
          color: var(--panel-text-color) !important;
      }
      
      button.btn.btn-success.btn-block.btn-login {
          background: var(--bt-background-color-2) !important;
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      button.btn.btn-success.btn-block.btn-login:hover {
          background: #ffffff !important;
          border-color: var(--second-color) !important;
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      .form-group .input-group select.form-control:focus,
      .form-group .input-group input.form-control:focus,
      button.btn.btn-login {
          border: 1px solid rgb(125 62 111 / 38%);
      }
      
      
      /***** Header*****/
      .bg-gradient-9 {
          background: var(--bt-background-color) !important;
      }
      
      #header-logo .logo-content-big,
      .logo-content-small {
          filter: sepia(100%);
      }
      
      a#sidebar-menu-item-server-ip-address>span {
          color: var(--first-color) !important;
      }
      
      /***** Dashboard *****/
      .mx-10.col-md-2.panel.panel-body.col-md-pull-50 {
          box-shadow: var(--m1-box-shadow);
      }
      
      .mx-10.col-lg-9.panel.col-md-push-50 {
          box-shadow: var(--m1-box-shadow);
      }
      
      .c100 {
          background-color: var(--c100-color);
      }
      
      .c100>span {
          color: var(--first-color);
      }
      
      
      /***** Dashboard Button *****/
      a.tile-box.tile-box-shortcut.btn-primary {
          background: #ffffff;
          border-color: var(--second-color);
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      a.tile-box.tile-box-shortcut.btn-primary:hover {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      a.tile-box.tile-box-shortcut.btn-primary:active {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      
      /***** Button *****/
      .btn-primary {
          background: #ffffff;
          border-color: var(--second-color);
          box-shadow: var(--m1-box-shadow);
          color: var(--first-color);
      }
      
      .btn-primary:hover,
      .btn-primary:focus {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      .btn-primary:active {
          background: var(--bt-background-color-2);
          border-color: var(--first-color);
          box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;
          color: #ffffff;
      }
      
      .btn-purple {
          color: #ffffff;
          border-color: var(--first-color) !important;
          background: var(--bt-background-color-2) !important;
      }
      
      .btn-purple.active,
      .btn-purple:focus,
      .btn-purple:hover {
          background: #ffffff !important;
          border-color: var(--second-color) !important;
          box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;
          color: var(--first-color);
      }
      
      .font-purple {
          color: #009688 !important;
      }
      
      .border-purple {
          border-color: #009688 !important;
      }
      
      
      /***** sidebar *****/
      #sidebar-menu {
          background: #ffffff;
          box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;
      }
      
      #sidebar-menu>li>a {
          padding: 5px 10px 0 0;
          font-size: 14px;
          height: 48px;
          color: var(--first-color);
      }
      
      #page-sidebar ul li a .glyph-icon {
          color: var(--icon-color);
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      #page-sidebar ul li a:hover {
          border-color: #457d3e2e;
          box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;
          color: var(--third-color);
      }
      
      #page-sidebar ul li.sfActive>a.sf-with-ul,
      #page-sidebar ul li a:active {
          border-color: #ffffff;
          box-shadow: rgb(220 226 234) 1.95px 1.95px 2.6px;
          color: var(--third-color);
      }
      
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          color: var(--first-color);
      }
      
      #sidebar-menu li .sidebar-submenu ul li a:hover,
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          background: #457d3e1f;
      }
      
      
      /*****list*****/
      .panel.col-md-12.ng-scope {
          box-shadow: rgb(62 69 125 / 5%) 0px 4px 12px !important;
      }
      
      
      /***** Font *****/
      #page-title h2 {
          color: var(--first-color);
          font-weight: 600;
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      .btn-link:hover,
      .content-box-header.bg-default>.ui-tabs-nav li>a:hover,
      .content-box-header.bg-gray>.ui-tabs-nav li>a:hover,
      .content-box-header.bg-white>.ui-tabs-nav li>a:hover,
      .features-tour-box h3,
      .font-primary,
      .tabs-nav li a:hover,
      .tabs-nav li.active a,
      a:hover,
      table.dataTable thead th.sorting_asc:after,
      table.dataTable thead th.sorting_desc:after {
          color: var(--first-color);
      }
      
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      #page-title>h2,
      #page-title>p {
          font-weight: 600;
      }
      
      /*badge color*/
      .badge-yellow,
      .bg-yellow,
      .btn-yellow,
      .hover-yellow:hover,
      .label-yellow {
          background: var(--third-color);
          border-color: var(--first-color);
      }
      
      /********** border-radius **********/
      .panel {
          border-radius: 10px;
      }
      
      textarea {
          border-radius: 10px !important;
      }
      
      select {
          border-radius: 10px !important;
      }
      
      .col-lg-3.col-md-12 {
          border-radius: 10px;
      }
      
      .alert {
          border-radius: 10px !important;
      }
      
      .mx-10 {
          border-radius: 10px !important;
      }
      
      a.btn.btn-border {
          border-radius: 10px !important;
      }
      
      .btn-primary {
          border-radius: 10px !important;
      }
      
      #sidebar-menu {
          border-radius: 10px;
      }
      
      #page-sidebar ul li.sfHover>a.sf-with-ul,
      #page-sidebar ul li a:hover {
          border-radius: 10px;
      }
      
      #sidebar-menu li .sidebar-submenu ul li a:hover,
      #sidebar-menu li .sidebar-submenu ul li a.sfActive {
          border-radius: 5px;
      }
      
      button.btn.btn-success.btn-block.btn-login {
          border-radius: 10px;
      }
      
      input.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {
          border-radius: 10px 0px 0px 10px;
      }
      
      span.input-group-addon.bg-blue {
          border-radius: 0px 10px 10px 0px;
      }
          </style>
      
      </head>
      
      <body>
      <div id="loading">
          <div class="spinner">
              <div class="bounce1"></div>
              <div class="bounce2"></div>
              <div class="bounce3"></div>
          </div>
      </div>
      
      <div class>
          <div class="col-md-6 col-sm-12 hidden-md col-login col-login-left">
              <div class="row panel-body my-30" style="padding-bottom: 0px;">
                  <div class="col-lg-6 col-md-12 panel-body">
                      <h2 class="text-transform-upr text-white my-30 text-bold">WEB HOSTING CONTROL PANEL
                          </br />FOR EVERYONE
      
                      </h2>
                      <h4 class="text-white">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and
                          Reliability.</h4>
                  </div>
                  <div class="col-lg-6 col-md-12 text-center panel-body">
                      <img class="" src="/static/images/cyberpanel-banner-graphics.png" alt="" width="96%">
                  </div>
              </div>
              <div class="row panel-body">
                  <div class="row panel-body">
                      <a class=" login-changelogs" href="https://go.cyberpanel.net/updates" target='_blank'>
                          <div class="card mb-3" style="max-width: 540px;">
                              <div class="row g-0">
                                  <div class="col-md-3">
                                      <img src="/static/baseTemplate/images/new-design-list-websites-square.png" alt="..."
                                           class="object-fit">
                                  </div>
                                  <div class="col-md-8 ml-5">
                                      <div class="card-body d-flex flex-column justify-content-around">
                                          <h3 class="card-title mb-5 font-weight-bold">Change Logs</h3>
                                          <p class="card-text mt-10">Stay up to date about new releases and features.</p>
                                          <h4 class="card-learnmore">
                            <span>
                              Learn More
                              <i>
                                <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" aria-hidden="true"
                                     focusable="false" data-icon="external-link-alt" role="img" viewBox="0 0 512 512">
                                  <path fill="currentColor"
                                        d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T03:43:01.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "cyberpanel.net",
                  "safeguardhosting.ca",
                  "youtube.com",
                  "w3.org"
               ],
               "hostname" : [
                  "go.cyberpanel.net",
                  "safeguardhosting.ca",
                  "www.w3.org",
                  "www.youtube.com"
               ],
               "url" : [
                  "http://www.w3.org/2000/svg",
                  "https://go.cyberpanel.net/cloud",
                  "https://go.cyberpanel.net/community",
                  "https://go.cyberpanel.net/updates",
                  "https://safeguardhosting.ca/cyberpanel-logo2.png)",
                  "https://safeguardhosting.ca/logo.png)",
                  "https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1"
               ]
            },
            "http" : {
               "bodymd5" : "9aded8c1674ec306e85ba54319fa7da3",
               "bodymmh3" : 1616352086,
               "component" : [
                  {
                     "productvendor" : "CyberPanel",
                     "product" : "CyberPanel"
                  }
               ],
               "description" : "Login to your CypberPanel account",
               "headermd5" : "9f060a9cb1b31c417a3a68e629ae97e3",
               "headermmh3" : -1427220752,
               "title" : "Login - CyberPanel"
            },
            "length" : 16384
         },
         "asn" : "AS16509",
         "city" : "Frankfurt am Main",
         "country" : "DE",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nDate: Thu, 21 Nov 2024 03:42:58 GMT\r\nServer: nginx\r\nContent-Length: 21781\r\nContent-Type: text/html\r\n\r\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <style>\n        .d-flex {\n            display: flex;\n        }\n\n        .flex-column {\n            flex-direction: column;\n        }\n\n        .justify-content-between {\n            justify-content: space-between;\n        }\n\n        .col-login {\n            height: 100vh;\n            display: flex;\n            flex-direction: column;\n\n        }\n\n        .col-login-left {\n            background: rgb(51, 204, 204);\n            background: -moz-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            background: -webkit-linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            background: linear-gradient(0deg, rgba(51, 204, 204, 1) 0%, rgba(0, 0, 122, 1) 100%);\n            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#33cccc\", endColorstr=\"#00007a\", GradientType=1);\n            justify-content: space-between;\n        }\n\n        .form-group .input-group select.form-control,\n        .form-group .input-group input.form-control,\n        button.btn.btn-login {\n            height: 45px;\n\n        }\n\n        button.btn.btn-login {\n            background-color: rgb(51, 204, 204);\n            box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);\n            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);\n        }\n\n        button.btn.btn-login:hover {\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n        }\n\n        .form-group .input-group select.form-control:focus,\n        .form-group .input-group input.form-control:focus,\n        button.btn.btn-login {\n            border: 1px solid rgb(51, 204, 204);\n        }\n\n        .col-login-right {\n            background: #ffffff;\n            justify-content: center;\n        }\n\n        .col-login-right .login-wrapper {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-around;\n        }\n\n        a.login-changelogs {\n            border-top: 1px solid #fff;\n        }\n\n        .login-changelogs .card {\n            padding: 1em;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);\n        }\n\n        .login-changelogs .card:hover {\n            color: rgb(51, 204, 204);\n            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16), 0 10px 10px rgba(0, 0, 0, 0.18);\n        }\n\n        .card-body {\n            padding-left: 15px;\n        }\n\n        .object-fit {\n            height: 100%;\n            width: 100%;\n            object-fit: cover;\n            border-radius: 6px;\n        }\n\n        h4.card-learnmore {\n            margin-top: 15px;\n            position: relative;\n            color: rgb(51, 204, 204);\n            font-weight: 500;\n            font-size: 1.2em;\n\n        }\n\n        h4.card-learnmore span {\n            display: inline;\n            padding-bottom: 4px;\n            border-bottom: 1px solid rgb(51, 204, 204);\n        }\n\n        .alert.alert-danger {\n            text-align: center;\n            margin: 1em 2em 1em 2em;\n            padding-top: 1em;\n            padding-bottom: 1em;\n            border: 1px solid red;\n        }\n\n\n        /* Loading Spinner */\n        .spinner {\n            margin: 0;\n            width: 70px;\n            height: 18px;\n            margin: -35px 0 0 -9px;\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            text-align: center\n        }\n\n        .spinner > div {\n            width: 18px;\n            height: 18px;\n            background-color: #333;\n            border-radius: 100%;\n            display: inline-block;\n            -webkit-animation: bouncedelay 1.4s infinite ease-in-out;\n            animation: bouncedelay 1.4s infinite ease-in-out;\n            -webkit-animation-fill-mode: both;\n            animation-fill-mode: both\n        }\n\n        .spinner .bounce1 {\n            -webkit-animation-delay: -.32s;\n            animation-delay: -.32s\n        }\n\n        .spinner .bounce2 {\n            -webkit-animation-delay: -.16s;\n            animation-delay: -.16s\n        }\n\n        @-webkit-keyframes bouncedelay {\n\n            0%,\n            80%,\n            100% {\n                -webkit-transform: scale(0.0)\n            }\n\n            40% {\n                -webkit-transform: scale(1.0)\n            }\n        }\n\n        @keyframes bouncedelay {\n\n            0%,\n            80%,\n            100% {\n                transform: scale(0.0);\n                -webkit-transform: scale(0.0)\n            }\n\n            40% {\n                transform: scale(1.0);\n                -webkit-transform: scale(1.0)\n            }\n        }\n    </style>\n    <meta charset=\"UTF-8\">\n    <!--[if IE]>\n    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->\n    <title> Login - CyberPanel </title>\n    <meta name=\"description\" content=\"Login to your CypberPanel account\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n\n    <!-- Favicons -->\n\n\n    <link rel=\"stylesheet\" type=\"text/css\" href=\"/static/baseTemplate/assets/finalLoginPageCSS/allCss.css\">\n\n    <!-- HELPERS -->\n\n    <!-- ELEMENTS -->\n\n    <!-- ICONS -->\n\n    <!-- Admin theme -->\n\n    <!-- Components theme -->\n\n    <!-- JS Core -->\n\n    <script type=\"text/javascript\" src=\"/static/baseTemplate/assets/js-core/jquery-core.min.js\"></script>\n\n    <script type=\"text/javascript\">\n        $(window).load(function () {\n            setTimeout(function () {\n                $('#loading').fadeOut(400, \"linear\");\n            }, 300);\n        });\n    </script>\n\n    <!-- JS Ends -->\n\n    <style type=\"text/css\">\n        html,\n        body {\n            height: 100%;\n            background: #ffffff;\n        }\n    </style>\n\n    <style>\n        #header-logo .logo-content-big, .logo-content-small{\n  height:50px!important;\n}\n\n#sidebar-menu-item-server-ip-address {\n    user-select: all !important;\n}\n\na.logo-content-big {\n    background: url(https://safeguardhosting.ca/cyberpanel-logo2.png) !important;\n\n    background-repeat: no-repeat !important;\n}\n\na.logo-content-small {\n    background: url(https://safeguardhosting.ca/logo.png) !important;\n\n    background-repeat: no-repeat !important;\n}\n\na[href=\"https://www.youtube.com/channel/UCS6sgUWEhaFl1TO238Ck0xw?sub_confirmation=1\"] {\n    display: none !important;\n}\n\na[href=\"https://go.cyberpanel.net/community\"] {\n    display: none !important;\n}\n\na[href=\"https://go.cyberpanel.net/cloud\"] {\n    display: none !important;\n}\n\n#sidebar-menu-item-wordpress,\n#sidebar-menu-item-backupV2,\n#sidebar-menu-item-root-file-manager,\n#sidebar-menu-item-cloudlinux {\n    display: none !important;\n}\n\na[href=\"/manageSSL/v2ManageSSL\"] {\n    display: none !important;\n}\n\na[href=\"/manageSSL/v2ManageSSL\"] {\n    display: none !important;\n}\n\n/*\n    Name: CyberPanel-VJ-Theme-Green\n    Version: 0.7\n    Author: vjranga\n\n    Tested on CyberPanel 2.3 build 2\n\n*/\n\n:root {\n    --bt-background-color: -webkit-linear-gradient(-45deg, #52b149 0%, #457d3e 30%);\n    --bt-background-color-2: -webkit-linear-gradient(311deg, #52b149 0%, #457d3e 30%);\n    --first-color: #3e7d58;\n    --second-color: #3e7d586e;\n    --icon-color: #003c39;\n    --third-color: #43965c;\n    --c100-color: #3e7d4845;\n    --panel-text-color: #46a076;\n    --m1-box-shadow: rgb(69 125 62 / 42%) 1.95px 1.95px 2.6px;\n\n}\n\n\n\n/*****loading*****/\n#loading .spinner>div {\n    background-color: var(--first-color);\n}\n\n\n/*****login*****/\n.col-login-left {\n    background: var(--bt-background-color) !important;\n}\n\nh1.text-transform-upr.text-center.panel-body.text-bold {\n    color: var(--panel-text-color) !important;\n}\n\nbutton.btn.btn-success.btn-block.btn-login {\n    background: var(--bt-background-color-2) !important;\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\nbutton.btn.btn-success.btn-block.btn-login:hover {\n    background: #ffffff !important;\n    border-color: var(--second-color) !important;\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\n.form-group .input-group select.form-control:focus,\n.form-group .input-group input.form-control:focus,\nbutton.btn.btn-login {\n    border: 1px solid rgb(125 62 111 / 38%);\n}\n\n\n/***** Header*****/\n.bg-gradient-9 {\n    background: var(--bt-background-color) !important;\n}\n\n#header-logo .logo-content-big,\n.logo-content-small {\n    filter: sepia(100%);\n}\n\na#sidebar-menu-item-server-ip-address>span {\n    color: var(--first-color) !important;\n}\n\n/***** Dashboard *****/\n.mx-10.col-md-2.panel.panel-body.col-md-pull-50 {\n    box-shadow: var(--m1-box-shadow);\n}\n\n.mx-10.col-lg-9.panel.col-md-push-50 {\n    box-shadow: var(--m1-box-shadow);\n}\n\n.c100 {\n    background-color: var(--c100-color);\n}\n\n.c100>span {\n    color: var(--first-color);\n}\n\n\n/***** Dashboard Button *****/\na.tile-box.tile-box-shortcut.btn-primary {\n    background: #ffffff;\n    border-color: var(--second-color);\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\na.tile-box.tile-box-shortcut.btn-primary:hover {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\na.tile-box.tile-box-shortcut.btn-primary:active {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n\n/***** Button *****/\n.btn-primary {\n    background: #ffffff;\n    border-color: var(--second-color);\n    box-shadow: var(--m1-box-shadow);\n    color: var(--first-color);\n}\n\n.btn-primary:hover,\n.btn-primary:focus {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n.btn-primary:active {\n    background: var(--bt-background-color-2);\n    border-color: var(--first-color);\n    box-shadow: rgb(69 125 62 / 36%) 6px 2px 16px 0px, rgb(125 62 111 / 10%) -6px -2px 16px 0px;\n    color: #ffffff;\n}\n\n.btn-purple {\n    color: #ffffff;\n    border-color: var(--first-color) !important;\n    background: var(--bt-background-color-2) !important;\n}\n\n.btn-purple.active,\n.btn-purple:focus,\n.btn-purple:hover {\n    background: #ffffff !important;\n    border-color: var(--second-color) !important;\n    box-shadow: rgb(62 69 125 / 15%) 0px 4px 12px;\n    color: var(--first-color);\n}\n\n.font-purple {\n    color: #009688 !important;\n}\n\n.border-purple {\n    border-color: #009688 !important;\n}\n\n\n/***** sidebar *****/\n#sidebar-menu {\n    background: #ffffff;\n    box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;\n}\n\n#sidebar-menu>li>a {\n    padding: 5px 10px 0 0;\n    font-size: 14px;\n    height: 48px;\n    color: var(--first-color);\n}\n\n#page-sidebar ul li a .glyph-icon {\n    color: var(--icon-color);\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n#page-sidebar ul li a:hover {\n    border-color: #457d3e2e;\n    box-shadow: rgb(69 125 62 / 36%) 1.95px 1.95px 2.6px;\n    color: var(--third-color);\n}\n\n#page-sidebar ul li.sfActive>a.sf-with-ul,\n#page-sidebar ul li a:active {\n    border-color: #ffffff;\n    box-shadow: rgb(220 226 234) 1.95px 1.95px 2.6px;\n    color: var(--third-color);\n}\n\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    color: var(--first-color);\n}\n\n#sidebar-menu li .sidebar-submenu ul li a:hover,\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    background: #457d3e1f;\n}\n\n\n/*****list*****/\n.panel.col-md-12.ng-scope {\n    box-shadow: rgb(62 69 125 / 5%) 0px 4px 12px !important;\n}\n\n\n/***** Font *****/\n#page-title h2 {\n    color: var(--first-color);\n    font-weight: 600;\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n.btn-link:hover,\n.content-box-header.bg-default>.ui-tabs-nav li>a:hover,\n.content-box-header.bg-gray>.ui-tabs-nav li>a:hover,\n.content-box-header.bg-white>.ui-tabs-nav li>a:hover,\n.features-tour-box h3,\n.font-primary,\n.tabs-nav li a:hover,\n.tabs-nav li.active a,\na:hover,\ntable.dataTable thead th.sorting_asc:after,\ntable.dataTable thead th.sorting_desc:after {\n    color: var(--first-color);\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n#page-title>h2,\n#page-title>p {\n    font-weight: 600;\n}\n\n/*badge color*/\n.badge-yellow,\n.bg-yellow,\n.btn-yellow,\n.hover-yellow:hover,\n.label-yellow {\n    background: var(--third-color);\n    border-color: var(--first-color);\n}\n\n/********** border-radius **********/\n.panel {\n    border-radius: 10px;\n}\n\ntextarea {\n    border-radius: 10px !important;\n}\n\nselect {\n    border-radius: 10px !important;\n}\n\n.col-lg-3.col-md-12 {\n    border-radius: 10px;\n}\n\n.alert {\n    border-radius: 10px !important;\n}\n\n.mx-10 {\n    border-radius: 10px !important;\n}\n\na.btn.btn-border {\n    border-radius: 10px !important;\n}\n\n.btn-primary {\n    border-radius: 10px !important;\n}\n\n#sidebar-menu {\n    border-radius: 10px;\n}\n\n#page-sidebar ul li.sfHover>a.sf-with-ul,\n#page-sidebar ul li a:hover {\n    border-radius: 10px;\n}\n\n#sidebar-menu li .sidebar-submenu ul li a:hover,\n#sidebar-menu li .sidebar-submenu ul li a.sfActive {\n    border-radius: 5px;\n}\n\nbutton.btn.btn-success.btn-block.btn-login {\n    border-radius: 10px;\n}\n\ninput.form-control.ng-pristine.ng-untouched.ng-empty.ng-invalid.ng-invalid-required {\n    border-radius: 10px 0px 0px 10px;\n}\n\nspan.input-group-addon.bg-blue {\n    border-radius: 0px 10px 10px 0px;\n}\n    </style>\n\n</head>\n\n<body>\n<div id=\"loading\">\n    <div class=\"spinner\">\n        <div class=\"bounce1\"></div>\n        <div class=\"bounce2\"></div>\n        <div class=\"bounce3\"></div>\n    </div>\n</div>\n\n<div class>\n    <div class=\"col-md-6 col-sm-12 hidden-md col-login col-login-left\">\n        <div class=\"row panel-body my-30\" style=\"padding-bottom: 0px;\">\n            <div class=\"col-lg-6 col-md-12 panel-body\">\n                <h2 class=\"text-transform-upr text-white my-30 text-bold\">WEB HOSTING CONTROL PANEL\n                    </br />FOR EVERYONE\n\n                </h2>\n                <h4 class=\"text-white\">Powered By OpenLiteSpeed/LiteSpeed Enterprise. Built For Speed, Security and\n                    Reliability.</h4>\n            </div>\n            <div class=\"col-lg-6 col-md-12 text-center panel-body\">\n                <img class=\"\" src=\"/static/images/cyberpanel-banner-graphics.png\" alt=\"\" width=\"96%\">\n            </div>\n        </div>\n        <div class=\"row panel-body\">\n            <div class=\"row panel-body\">\n                <a class=\" login-changelogs\" href=\"https://go.cyberpanel.net/updates\" target='_blank'>\n                    <div class=\"card mb-3\" style=\"max-width: 540px;\">\n                        <div class=\"row g-0\">\n                            <div class=\"col-md-3\">\n                                <img src=\"/static/baseTemplate/images/new-design-list-websites-square.png\" alt=\"...\"\n                                     class=\"object-fit\">\n                            </div>\n                            <div class=\"col-md-8 ml-5\">\n                                <div class=\"card-body d-flex flex-column justify-content-around\">\n                                    <h3 class=\"card-title mb-5 font-weight-bold\">Change Logs</h3>\n                                    <p class=\"card-text mt-10\">Stay up to date about new releases and features.</p>\n                                    <h4 class=\"card-learnmore\">\n                      <span>\n                        Learn More\n                        <i>\n                          <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" aria-hidden=\"true\"\n                               focusable=\"false\" data-icon=\"external-link-alt\" role=\"img\" viewBox=\"0 0 512 512\">\n                            <path fill=\"currentColor\"\n                                  d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,",
         "datamd5" : "b2b34bdfe0af1c78928423b6677d57cd",
         "datammh3" : 1925345167,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "amazonaws.com"
         ],
         "geolocus" : {
            "asn" : "AS16509",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "DE",
            "countryname" : "Germany",
            "domain" : [
               "amazon.com",
               "amazonaws.com"
            ],
            "isineu" : "true",
            "latitude" : "51.165691",
            "location" : "51.165691,10.451526",
            "longitude" : "10.451526",
            "netname" : "AMAZON-FRA",
            "organization" : "A100 ROW GmbH",
            "subnet" : "3.64.0.0/12"
         },
         "host" : [
            "ec2-3-67-42-117"
         ],
         "hostname" : [
            "ec2-3-67-42-117.eu-central-1.compute.amazonaws.com"
         ],
         "ip" : "3.67.42.117",
         "ipv6" : "false",
         "latitude" : "50.1187",
         "location" : "50.1187,8.6842",
         "longitude" : "8.6842",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "AMAZON-02",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 1604,
         "product" : "Nginx",
         "productvendor" : "F5",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ec2-3-67-42-117.eu-central-1.compute.amazonaws.com"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "compute.amazonaws.com",
            "eu-central-1.compute.amazonaws.com"
         ],
         "subnet" : "3.64.0.0/12",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "com"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }