HTTP/1.0 200 OK
Server: SonicWALL
Expires: -1
Cache-Control: no-cache
Content-type: text/html; charset=UTF-8;
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data: ws: wss: sonicwall.com *.sonicwall.com;
Strict-Transport-Security: max-age=31536000; includeSubDomains
<html><head>
<title>SonicWall - Virtual Office</title>
<meta name="id" content="sslvpnLogin">
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='cache-control' content='must-revalidate'>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='/styleblueblackgrey.css' rel=stylesheet type='text/css'>
<link href='/blockingPopups.css' rel=stylesheet type='text/css'>
<script src="/cookies.js" type="text/javascript"></script>
<script type="text/javascript" src="utilityFunctions-6.2.5-1433884045(eng).js"></script>
<script type="text/JavaScript" src="md5-6.2.5-4190932482(eng).js"></script>
<script type="text/JavaScript" src="auth-6.2.5-2961249587(eng).js"></script>
<script type="text/javascript" src="browserCheck-6.2.5-1268400883(eng).js"></script>
<script type="text/JavaScript" src="jquery_1_9_1_min-6.5.0-1189977701(eng).js"></script>
<script type="text/JavaScript" src="jquery_swlBlockUI-6.2.8-2978299163(eng).js"></script>
<script type="text/javascript" src="blockingPopups.js"></script>
<script type="text/JavaScript">
<!--
var sslvpnSvcObj = new serviceObj('SSLVPN',1,11293,6,4433,4433,0)
var httpObj = new serviceObj('HTTP Management',1,11805,6,80,80,1)
var nelaunchxpsversion = "7.0.0.107";
var nelaunchxpsversion_chrome = "8.0.0.126";
var nelaunchxpsversion_firefox = "8.0.0.126";
var ffPluginInstall = false;
var bw=new lib_bwcheck();
window.status = window.defaultStatus = "SonicWall - Virtual Office - Powered by SonicWall, Inc.";
function serviceObj(name, objComment, type, properties, ipType, portBegin, portEnd, management) {
this.name = name;
this.objComment = objComment;
this.type = type;
this.properties = properties;
this.ipType = ipType;
this.portBegin = portBegin;
this.portEnd = portEnd;
this.management = management;
}
function processButn() {
if(ffPluginInstall) {
alert('Please install FireFox plugin first.');
return;
}
setCookieExt("SessId", document.standardPass.sessId.value,
{ secure: true, strictSameSite: true });
swlStore.sessionSet('Sesspwd', document.standardPass.pwd.value, {isGlobal: true, isForAllUser: false});
if (document.standardPass.pwd) {
if (document.standardPass.pwd.value != "") {
top.savedPwd = document.standardPass.pwd.value;
setEncryptSeed(document.standardPass.userName.value,
document.standardPass.pwd.value,
document.standardPass.param2.value);
if (document.standardPass.param1.value != "") {
document.standardPass.digest.value =
chapDigest(document.standardPass.id.value,
document.standardPass.pwd.value,
document.standardPass.param1.value);
document.standardPass.pwd.value = "NR";
document.standardPass.pwd.value = "";
}
document.standardPass.uName.value = document.standardPass.userName.value;
document.standardPass.pass.value = document.standardPass.pwd.value;
document.standardPass.userName.disabled = true;
document.standardPass.pwd.disabled = true;
if (document.layers) {
document.getElementById('lognErr').visibility = "hide";
document.getElementById('waitMsg').visibility = "show";
} else {
document.getElementById('lognErr').style.visibility = "hidden";
document.getElementById('waitMsg').style.visibility = "visible";
}
document.standardPass.submit();
return true;
}
alert("You must enter a password");
document.standardPass.pwd.focus();
}
return false;
}
function areCookiesEnabled() {
if (document.all) {
if (!navigator.cookieEnabled) {
alert('Please enable cookies');
return false;
}
return true;
} else {
setCookieExt('temp', 'temp', { secure: true });
var temp = getCookie('temp');
if (!temp) {
alert('Please enable cookies');
return false;
}
deleteCookie('temp', null, null, true);
return true;
}
}
function checkHttpsPort() {
var port = (location.port == "") ? 443 : location.port;
if(sslvpnSvcObj.portBegin != port) {
url = 'https://' + location.hostname + ':' + sslvpnSvcObj.portBegin;
location.href = url;
$("body").empty();
popupBasicWarning2("Redirecting", "Please wait, redirecting to SSLVPN portal ...");
return false;
}
return true;
}
function needUpdate(browser){
if(browser === "chrome") {
nelaunchxpsversion = nelaunchxpsversion_chrome;
} else if(browser === "firefox") {
nelaunchxpsversion = nelaunchxpsversion_firefox;
}
var installedVersion;
var needUpdate = false;
var plugins = window.navigator.plugins;
var n = 0;
while (plugins.item(n) != null){
var plugin_name = plugins.item(n).name.substring(0, 20);
if (plugin_name == "NetExtender Launcher"){
installedVersion = plugins.item(n).name.substring(21);
break;
}
n++;
}
if (null == installedVersion)
return true;
var parts1 = installedVersion.split(/\./);
var parts2 = nelaunchxpsversion.split(/\./);
for (var i = 0; i < parts1.length; i++) {
if (parts2.length <= i || parseInt(parts2[i]) < parseInt(parts1[i]))
break;
if (parseInt(parts2[i]) > parseInt(parts1[i])) {
needUpdate = true;
break;
}
}
return needUpdate;
}
function xpinstallCallback(url, status)
{
if (status == 0){
docuement.location.reload();
}
}
function installNELaunchXP(){
if(InstallTrigger != null){
if (needUpdate("firefox")){
var NELaunchXPXpi = {"NetExtender":"https://software.sonicwall.com/applications/netextender/plugin/7.0/npNELaunch.xpi"};
InstallTrigger.install(NELaunchXPXpi, xpinstallCallback);
return true;
}
}
return false;
}
function installNELaunchChrome(){
if (needUpdate("chrome")){
return true;
}
return false;
}
function checkBrowserPlatform(ins) {
var platform = navigator.platform.toLowerCase();
if(platform.indexOf('win32') != -1) {
if(bw.chrome) {
if(ins) {
installNELaunchChrome();
}
}
else if(bw.mz) {
if(ins) {
installNELaunchXP();
}
}
else if(bw.ie) {
}
else {
if (document.layers) {
document.getElementById('brCompMsg').visibility = "show";
} else {
document.getElementById('brCompMsg').style.visibility = "visible";
}
return false;
}
}
return true;
}
function onLoadFunc() {
printUserLink();
printBanner();
printLoginMessage();
printLoginButton("Login",'processButn');
printLoginError();
printCopyright();
if(document.title == "")
document.title = "SonicWall - Virtual Office"
if (document.layers) {
document.getElementById('waitMsg').visibility = "hide";
} else {
document.getElementById('waitMsg').style.visibility = "hidden";
}
document.standardPass.userName.focus();
self.focus();
areCookiesEnabled();
if (!checkHttpsPort()) {return;}
top.location.target="_top";
if (window.location.target != "_top") {
top.location.href=window.location.href;
}
}
function printBanner() {
var bannertitle = "Virtual Office";
if(bannertitle == "")
bannertitle = "Virtual Office";
$("#bannerContent").html(bannertitle);
}
function printLoginMessage() {
var loginMessage = "";
$("#loginMsgContent").html(loginMessage);
}
function onNsKeyPress(ev) {
if (ev.which == 13) {
if (processButn()) document.standardPass.submit();
}
}
if (bw.ns4x) {
window.onkeypress = onNsKeyPress;
window.captureEvents(Event.KEYPRESS);
} else if (bw.ns60) {
document.onkeydown = onNsKeyPress;
}
else if(bw.ns6)
{
document.onkeydown = onNsKeyPress;
}
function redirectToUrl(link) {
top.location.href = encodeURI(link);
}
function printUserLink() {
var redirctLink = '';
if(("" == "CHECKED")
&& (false || false))
{
var href;
var hostName = window.location.hostname.toString();
if((hostName.charAt(0) != "[") && !(hostName.indexOf(":") < 0))
{
hostName = "[" + hostName + "]";
}
if(false == true)
{
href = "https://" + hostName + ":" + 443;
}
else
{
href = "http://" + hostName + ":" + 80;
}
redirctLink = '<font class="alink">Click ';
redirctLink += '<a class="mgmtLink" href="javascript:void(0);">';
redirctLink += ' <font color="#0080ff"><U>here</U></font>';
redirctLink += '</a>';
redirctLink += ' for UTM management</font>';
$("#userLink").append(redirctLink);
$("#userLink .mgmtLink").click(function() {
redirectToUrl(href);
});
}
}
function submitOnEnterKey(event,ourform,submitFunc) {
if (window.event && window.event.keyCode == 13) {
return submitFunc();
} else if (event && event.which == 13) {
return submitFunc();
} else {
return true;
}
}
function printLoginButton(buttonstring,formname) {
var loginBtContent = "";
if (bw.ie){
loginBtContent += '<font class=bbuttons> ' + buttonstring + ' </font>';
}
else{
loginBtContent += '<a href="JavaScript:void();"><font class=bbuttons> ' + buttonstring + ' </font></a>';
}
$("#loginButton").html(loginBtContent);
}
function printLoginError() {
var msgObj = null;
var x = msgObj ? msgObj.genMsg : "";
var loginErrContent = "";
if (x != "") {
loginErrContent += '<br>Login failed - ' + x;
} else {
loginErrContent += ' ';
}
$("#lognErr").html(loginErrContent);
}
function printCopyright()
{
var $cp = $(".copyright");
var companyName = $cp.html();
$cp.html("Copyright © " + (new Date().getFullYear()).toString() + " " + companyName);
}
// -->
</script>
<style>
.alink {
font-size: 11px;
font-family: Tahoma;
color: #333333
}
</style>
</head>
<body onload="onLoadFunc();" class="customloginbodyback" style="margin: 0px;">
<center>
<table cellspacing=0 cellpadding=15 width="780" border=0>
<tr>
<td>
<table cellspacing=0 cellpadding=4 width="100%" bgColor="#FFFFFF" border=0 class="logoHeader">
<tr>
<td>
<table cellpadding=4 cellspacing=0 border=0>
<tr>
<td style="padding-top: 4px;"><img src="/VirtualOffice.gif" border=0></td>
<td valign=bottom nowrap style="padding-bottom: 14px;"><font id="bannerContent" class="logoTitle">
</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 width="750" border=0>
<tr>
<td width=10><img src="/clear.gif" height=4 width=1></td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 width="750" border=0 class="greyback">
<tr>
<td>
<table cellspacing=0 cellpadding=0 width="750" border=0>
<tr>
<td>
<form name="standardPass" id="standardPass" action="auth.cgi" method="POST">
<INPUT TYPE="HIDDEN" NAME="param1" VALUE="C207AAD85DF37D51766E0C33CF5E4793" disabled><INPUT TYPE="HIDDEN" NAME="param2" VALUE="53BB48DD3B770321A80FD9AEAEC48A30" disabled><input type="hidden" name="id" value="9c" size="50"/><INPUT TYPE="HIDDEN" NAME="sessId" VALUE="4C94C0BE2EA8A8FEB3D0AE2799589652" disabled>
<br>
<span id="loginMsgContent"> </span>
<br>
<center>
<table border=0 class="logintable" cellpadding=0 cellspacing=0 style="left:0px;">
<tr>
<td colspan=3 width=285>
<table cellpadding=7 cellspacing=0 border=0>
<tr>
<td width=1> </td>
<td class="loginError"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="10"> </td>
<td class="loginError" colspan=3 id="lognErr"></td>
</tr>
<tr>
<td width=1 height=100><img src="/shim.gif" width=1 height=100></td>
<td cellpadding=10 valign="top">
<table border=0 cellpadding=1 cellspacing=0 valign="top">
<tbody>
<tr cellpadding=0 cellspacing=0>
<td cellpadding=0 cellspacing=0 align="right" width=90><font class="toolbar">User Name:</font></td>
<td width=8><img src="/shim.gif" height=1 width=8></td>
<td cellpadding=0 cellspacing=0 width=160> <input type="input" autocomplete="off" name="userName" tabindex="1" style='width:149px;height:20px;' size=20 maxlength=128 onkeypress="return submitOnEnterKey(event, this.form, processButn)"> </td>
</tr>
<tr>
<td colspan=3 cellpadding=0 cellspacing=0 height=3><img src="/shim.gif" height=3 width=1></td>
</tr>
<tr cellpadding=0 cellspacing=0>
<td cellpadding=0 cellspacing=0 align="right" width=90><font class="toolbar">Password:</font></td>
<td width=8><img src="/shim.gif" height=1 width=8></td>
<td cellpadding=0 cellspacing=0 width=160> <input type="password" autocomplete="off" name="pwd" tabindex="2" style='width:149px;height:20px;' size=20 autocomplete="off" maxlength=128 onkeypress="return submitOnEnterKey(event, this.form, processButn)"> </td>
</tr>
<tr>
<td colspan=3 cellpadding=0 cellspacing=0 height=3><img src="/shim.gif" height=3 width=1></td>
</tr>
<tr cellpadding=0 cellspacing=0>
<td cellpadding=0 cellspacing=0 align="right" width=90><font class="toolbar">Domain:</font></td>
<td width=8><img src="/shim.gif" height=1 width=8></td>
<td cellpadding=0 cellspacing=0 width=160>
<select name='domain' style='width:150px;height:21px;' class='select' tabindex="3" onkeypress="return submitOnEnterKey(event, this.form, processButn)">
<option value="newlondonohio.com">newlondonohio.com</option>
</select>
</td>
</tr>
<tr>
<td colspan=3 cellpadding=0 cellspacing=0 height=8><img src="/shim.gif" height=8 width=1></td>
</tr>
<tr cellpadding=1 cellspacing=4>
<td colspan=2><br></td>
<td align="left" cellpadding=1 cellspacing=4>
<table border=0 cellpadding=0 cellspacing=0 valign="top">
<tbody>
<tr>
<td width=74 height=22 valign="top" align="center">
<table cellpadding=0 cellspacing=0 border=0 margin=0>
<TR>
<td width=70 class=bbcenter align=center valign=center height=21 tabindex="4" id="loginButton"
style="padding-bottom:1px;padding-top:1px;"
onClick="JavaScript:processButn()"
onMouseOver="JavaScript:this.className='bbcenteron';window.status='';"
onMouseOut="JavaScript:this.className='bbcenter';"
onkeypress="return submitOnEnterKey(event, this.form, processButn)">
</td>
</tr>
</table>
</td>
<td width=11> <br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan=3><img src="/shim.gif" border=0 width=1 height=11></td>
</tr>
</tbody>
</table>
</td>
<td width=1 height=18><img src="/shim.gif" width=1 height=18></td>
</tr>
<tr>
<td colspan=3 width=285 height=10>
<img src="/shim.gif" border=0 width=285 height=10>
</td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td colspan=3 width=280 valign="top">
<img src="/shim.gif" width=25 height=18><br>
</td>
</tr>
</table>
<table>
<tr>
<td align=right></td>
<td id="userLink" colspan="4" align="center" valign="middle" style="color: #000;"></td>
</tr>
</table>
<table>
<tr>
<td align=rig
{
"@category" : "datascan",
"@timestamp" : "2024-11-21T10:20:59.000Z",
"app" : {
"extract" : {
"domain" : [
"sonicwall.com"
],
"file" : [
"auth.cgi"
],
"hostname" : [
"software.sonicwall.com"
],
"ip" : [
"8.0.0.126",
"7.0.0.107"
],
"url" : [
"https://software.sonicwall.com/applications/netextender/plugin/7.0/npNELaunch.xpi"
]
},
"http" : {
"bodymd5" : "9d4cdad2404a10552aa99f4f99e0e073",
"bodymmh3" : -684574624,
"component" : [
{
"productvendor" : "SonicWall",
"product" : "SonicWall"
}
],
"headermd5" : "e26336e077ef89bd02c3ce323dc579d9",
"headermmh3" : 1508988014,
"title" : "SonicWall - Virtual Office"
},
"length" : 16384
},
"asn" : "AS10796",
"city" : "Florence",
"country" : "US",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.0 200 OK\r\nServer: SonicWALL\r\nExpires: -1\r\nCache-Control: no-cache\r\nContent-type: text/html; charset=UTF-8;\r\nX-Content-Type-Options: nosniff\r\nX-XSS-Protection: 1; mode=block\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data: ws: wss: sonicwall.com *.sonicwall.com;\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\n\r\n<html><head>\r\n<title>SonicWall - Virtual Office</title>\r\n<meta name=\"id\" content=\"sslvpnLogin\">\r\n<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'>\r\n<meta http-equiv='pragma' content='no-cache'>\r\n<meta http-equiv='cache-control' content='no-cache'>\r\n<meta http-equiv='cache-control' content='must-revalidate'>\r\n<META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\">\r\n<link href='/styleblueblackgrey.css' rel=stylesheet type='text/css'>\r\n<link href='/blockingPopups.css' rel=stylesheet type='text/css'>\r\n<script src=\"/cookies.js\" type=\"text/javascript\"></script>\r\n<script type=\"text/javascript\" src=\"utilityFunctions-6.2.5-1433884045(eng).js\"></script>\r\n<script type=\"text/JavaScript\" src=\"md5-6.2.5-4190932482(eng).js\"></script>\r\n<script type=\"text/JavaScript\" src=\"auth-6.2.5-2961249587(eng).js\"></script>\r\n<script type=\"text/javascript\" src=\"browserCheck-6.2.5-1268400883(eng).js\"></script>\r\n<script type=\"text/JavaScript\" src=\"jquery_1_9_1_min-6.5.0-1189977701(eng).js\"></script>\r\n<script type=\"text/JavaScript\" src=\"jquery_swlBlockUI-6.2.8-2978299163(eng).js\"></script>\r\n<script type=\"text/javascript\" src=\"blockingPopups.js\"></script>\r\n<script type=\"text/JavaScript\">\r\n<!--\r\n\r\nvar sslvpnSvcObj = new serviceObj('SSLVPN',1,11293,6,4433,4433,0)\n\r\nvar httpObj = new serviceObj('HTTP Management',1,11805,6,80,80,1)\n\r\n\r\nvar nelaunchxpsversion = \"7.0.0.107\";\r\n\r\nvar nelaunchxpsversion_chrome = \"8.0.0.126\";\r\nvar nelaunchxpsversion_firefox = \"8.0.0.126\";\r\n\r\nvar ffPluginInstall = false;\r\nvar bw=new lib_bwcheck();\r\n\r\nwindow.status = window.defaultStatus = \"SonicWall - Virtual Office - Powered by SonicWall, Inc.\";\r\n\tfunction serviceObj(name, objComment, type, properties, ipType, portBegin, portEnd, management) {\r\n\t\tthis.name = name;\r\n\t\tthis.objComment = objComment;\r\n\t\tthis.type = type;\r\n\t\tthis.properties = properties;\r\n\t\tthis.ipType = ipType;\r\n\t\tthis.portBegin = portBegin;\r\n\t\tthis.portEnd = portEnd;\r\n\t\tthis.management = management;\r\n\t}\r\n\r\n\tfunction processButn() {\r\n\t\tif(ffPluginInstall) {\r\n\t\t\talert('Please install FireFox plugin first.');\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tsetCookieExt(\"SessId\", document.standardPass.sessId.value,\r\n\t\t\t\t\t { secure: true, strictSameSite: true });\r\n\t\tswlStore.sessionSet('Sesspwd', document.standardPass.pwd.value, {isGlobal: true, isForAllUser: false});\r\n\r\n\t\tif (document.standardPass.pwd) {\r\n\t\t\tif (document.standardPass.pwd.value != \"\") {\r\n\t\t\t\ttop.savedPwd = document.standardPass.pwd.value;\r\n\r\n\t\t\t\tsetEncryptSeed(document.standardPass.userName.value,\r\n\t\t\t\t\t\t\t\tdocument.standardPass.pwd.value,\r\n\t\t\t\t\t\t\t\tdocument.standardPass.param2.value);\r\n\t\t\t\tif (document.standardPass.param1.value != \"\") {\r\n\t\t\t\t\tdocument.standardPass.digest.value =\r\n\t\t\t\t\t\tchapDigest(document.standardPass.id.value,\r\n\t\t\t\t\t\t\t\t\tdocument.standardPass.pwd.value,\r\n\t\t\t\t\t\t\t\t\tdocument.standardPass.param1.value);\r\n\t\t\t\t\tdocument.standardPass.pwd.value = \"NR\";\r\n\t\t\t\t\tdocument.standardPass.pwd.value = \"\";\r\n\t\t\t\t}\r\n\t\t\t\tdocument.standardPass.uName.value = document.standardPass.userName.value;\r\n\t\t\t\tdocument.standardPass.pass.value = document.standardPass.pwd.value;\r\n\t\t\t\tdocument.standardPass.userName.disabled = true;\r\n\t\t\t\tdocument.standardPass.pwd.disabled = true;\r\n\t\t\t\tif (document.layers) {\r\n\t\t\t\t\tdocument.getElementById('lognErr').visibility = \"hide\";\r\n\t\t\t\t\tdocument.getElementById('waitMsg').visibility = \"show\";\r\n\t\t\t\t} else {\r\n\t\t\t\t\tdocument.getElementById('lognErr').style.visibility = \"hidden\";\r\n\t\t\t\t\tdocument.getElementById('waitMsg').style.visibility = \"visible\";\r\n\t\t\t\t}\r\n\t\t\t\tdocument.standardPass.submit();\r\n\t\t\t\treturn true;\r\n\t\t\t}\r\n\t\t\talert(\"You must enter a password\");\r\n\t\t\tdocument.standardPass.pwd.focus();\r\n\t\t}\r\n\t\treturn false;\r\n\t}\r\n\tfunction areCookiesEnabled() {\r\n\t\tif (document.all) {\r\n\t\t\tif (!navigator.cookieEnabled) {\r\n\t\t\t\talert('Please enable cookies');\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\r\n\t\t\treturn true;\r\n\t\t} else {\r\n\t\t\tsetCookieExt('temp', 'temp', { secure: true });\r\n\t\t\tvar temp = getCookie('temp');\r\n\t\t\tif (!temp) {\r\n\t\t\t\talert('Please enable cookies');\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\r\n\t\t\tdeleteCookie('temp', null, null, true);\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}\r\n\tfunction checkHttpsPort() {\r\n\t\tvar port = (location.port == \"\") ? 443 : location.port;\r\n\t\tif(sslvpnSvcObj.portBegin != port) {\r\n\t\t\turl = 'https://' + location.hostname + ':' + sslvpnSvcObj.portBegin;\r\n\t\t\tlocation.href = url;\r\n\t\t\t$(\"body\").empty();\r\n\t\t\tpopupBasicWarning2(\"Redirecting\", \"Please wait, redirecting to SSLVPN portal ...\");\r\n\t\t\treturn false;\r\n\t\t}\r\n\t\treturn true;\r\n\t}\r\n\r\n\tfunction needUpdate(browser){\r\n\t\tif(browser === \"chrome\") {\r\n\t\t\tnelaunchxpsversion = nelaunchxpsversion_chrome;\r\n\t\t} else if(browser === \"firefox\") {\r\n\t\t\tnelaunchxpsversion = nelaunchxpsversion_firefox;\r\n\t\t}\r\n\t\tvar installedVersion;\r\n\t\tvar needUpdate = false;\r\n\t\tvar plugins = window.navigator.plugins;\r\n\t\tvar n = 0;\r\n\t\twhile (plugins.item(n) != null){\r\n\t\t\tvar plugin_name = plugins.item(n).name.substring(0, 20);\r\n\t\t\tif (plugin_name == \"NetExtender Launcher\"){\r\n\t\t\t\tinstalledVersion = plugins.item(n).name.substring(21);\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\tn++;\r\n\t\t}\r\n\t\tif (null == installedVersion)\r\n\t\t\treturn true;\r\n\r\n\t\tvar parts1 = installedVersion.split(/\\./);\r\n\t\tvar parts2 = nelaunchxpsversion.split(/\\./);\r\n\t\tfor (var i = 0; i < parts1.length; i++) {\r\n\t\t\tif (parts2.length <= i || parseInt(parts2[i]) < parseInt(parts1[i]))\r\n\t\t\t\tbreak;\r\n\t\t\tif (parseInt(parts2[i]) > parseInt(parts1[i])) {\r\n\t\t\t\tneedUpdate = true;\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn needUpdate;\r\n\t}\r\n\tfunction xpinstallCallback(url, status)\r\n\t{\r\n\t\tif (status == 0){\r\n\t\t\tdocuement.location.reload();\r\n\t\t}\r\n\t}\r\n\tfunction installNELaunchXP(){\r\n\t\tif(InstallTrigger != null){\r\n\t\t\tif (needUpdate(\"firefox\")){\r\n\t\t\t\tvar NELaunchXPXpi = {\"NetExtender\":\"https://software.sonicwall.com/applications/netextender/plugin/7.0/npNELaunch.xpi\"};\r\n\t\t\t\tInstallTrigger.install(NELaunchXPXpi, xpinstallCallback);\r\n\t\t\t\treturn true;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn false;\r\n\t}\r\n\tfunction installNELaunchChrome(){\r\n\t\tif (needUpdate(\"chrome\")){\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\treturn false;\r\n\t}\r\n\tfunction checkBrowserPlatform(ins) {\r\n\t\tvar platform = navigator.platform.toLowerCase();\r\n\r\n\t\tif(platform.indexOf('win32') != -1) {\r\n\t\t\tif(bw.chrome) {\r\n\t\t\t\tif(ins) {\r\n\t\t\t\t\tinstallNELaunchChrome();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\telse if(bw.mz) {\r\n\t\t\t\tif(ins) {\r\n\t\t\t\t\tinstallNELaunchXP();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\telse if(bw.ie) {\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\tif (document.layers) {\r\n\t\t\t\t\tdocument.getElementById('brCompMsg').visibility = \"show\";\r\n\t\t\t\t} else {\r\n\t\t\t\t\tdocument.getElementById('brCompMsg').style.visibility = \"visible\";\r\n\t\t\t\t}\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn true;\r\n\t}\r\n\tfunction onLoadFunc() {\r\n\t\tprintUserLink();\r\n\t\tprintBanner();\r\n\t\tprintLoginMessage();\r\n\t\tprintLoginButton(\"Login\",'processButn');\r\n\t\tprintLoginError();\r\n\t\tprintCopyright();\r\n\r\n\t\tif(document.title == \"\")\r\n\t\t\tdocument.title = \"SonicWall - Virtual Office\"\r\n\r\n\t\tif (document.layers) {\r\n\t\t\tdocument.getElementById('waitMsg').visibility = \"hide\";\r\n\t\t} else {\r\n\t\t\tdocument.getElementById('waitMsg').style.visibility = \"hidden\";\r\n\t\t}\r\n\r\n\t\tdocument.standardPass.userName.focus();\r\n\t\tself.focus();\r\n\t\tareCookiesEnabled();\r\n\t\tif (!checkHttpsPort()) {return;}\r\n\t\ttop.location.target=\"_top\";\r\n\t\tif (window.location.target != \"_top\") {\r\n\t\t\ttop.location.href=window.location.href;\r\n\t\t}\r\n\t}\r\n\tfunction printBanner() {\r\n\t\tvar bannertitle = \"Virtual Office\";\r\n\t\tif(bannertitle == \"\")\r\n\t\t\tbannertitle = \"Virtual Office\";\r\n\r\n\t\t$(\"#bannerContent\").html(bannertitle);\r\n\t}\r\n\tfunction printLoginMessage() {\r\n\t\tvar loginMessage = \"\";\r\n\r\n\t\t$(\"#loginMsgContent\").html(loginMessage);\r\n\t}\r\n\tfunction onNsKeyPress(ev) {\r\n\t\tif (ev.which == 13)\t{\r\n\t\t\tif (processButn()) document.standardPass.submit();\r\n\t\t}\r\n\t}\r\n\tif (bw.ns4x) {\r\n\t\twindow.onkeypress = onNsKeyPress;\r\n\t \twindow.captureEvents(Event.KEYPRESS);\r\n\t} else if (bw.ns60) {\r\n\t\tdocument.onkeydown = onNsKeyPress;\r\n\t}\r\n\telse if(bw.ns6)\r\n\t{\r\n\t\tdocument.onkeydown = onNsKeyPress;\r\n\t}\r\n\r\n\tfunction redirectToUrl(link) {\r\n\t\ttop.location.href = encodeURI(link);\r\n\t}\r\n\r\n\tfunction printUserLink() {\r\n\t\tvar redirctLink = '';\r\n\t\tif((\"\" == \"CHECKED\")\r\n\t\t\t&& (false || false))\r\n\t\t{\r\n\t\t\tvar href;\r\n\t\t\tvar hostName = window.location.hostname.toString();\r\n\t\t\tif((hostName.charAt(0) != \"[\") && !(hostName.indexOf(\":\") < 0))\r\n\t\t\t{\r\n\t\t\t\thostName = \"[\" + hostName + \"]\";\r\n\t\t\t}\r\n\t\t\tif(false == true)\r\n\t\t\t{\r\n\t\t\t\thref = \"https://\" + hostName + \":\" + 443;\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\thref = \"http://\" + hostName + \":\" + 80;\r\n\t\t\t}\r\n\r\n\t\t\tredirctLink = '<font class=\"alink\">Click ';\r\n\t\t\tredirctLink += '<a class=\"mgmtLink\" href=\"javascript:void(0);\">';\r\n\t\t\tredirctLink += '\t<font color=\"#0080ff\"><U>here</U></font>';\r\n\t\t\tredirctLink += '</a>';\r\n\t\t\tredirctLink += ' for UTM management</font>';\r\n\r\n\t\t\t$(\"#userLink\").append(redirctLink);\r\n\t\t\t$(\"#userLink .mgmtLink\").click(function() {\r\n\t\t\t\tredirectToUrl(href);\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t}\r\n\r\n\tfunction submitOnEnterKey(event,ourform,submitFunc) {\r\n\t\tif (window.event && window.event.keyCode == 13) {\r\n\t\t\treturn submitFunc();\r\n\t\t} else if (event && event.which == 13) {\r\n\t\t\treturn submitFunc();\r\n\t\t} else {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t}\r\n\r\n\tfunction printLoginButton(buttonstring,formname) {\r\n\t\tvar loginBtContent = \"\";\r\n\t\tif (bw.ie){\r\n\t\t\tloginBtContent += '<font class=bbuttons> ' + buttonstring + ' </font>';\r\n\t\t}\r\n\t\telse{\r\n\t\t\tloginBtContent += '<a href=\"JavaScript:void();\"><font class=bbuttons> ' + buttonstring + ' </font></a>';\r\n\t\t}\r\n\r\n\t\t$(\"#loginButton\").html(loginBtContent);\r\n\t}\r\n\r\n\tfunction printLoginError() {\r\n\t\tvar msgObj = null;\r\n\t\tvar x = msgObj ? msgObj.genMsg : \"\";\r\n\t\tvar loginErrContent = \"\";\r\n\t\tif (x != \"\") {\r\n\t\t\tloginErrContent += '<br>Login failed - ' + x;\r\n\t\t} else {\r\n\t\t\tloginErrContent += ' ';\r\n\t\t}\r\n\r\n\t\t$(\"#lognErr\").html(loginErrContent);\r\n\t}\r\n\r\n\tfunction printCopyright()\r\n\t{\r\n\t\tvar $cp = $(\".copyright\");\r\n\t\tvar companyName = $cp.html();\r\n\t\t$cp.html(\"Copyright © \" + (new Date().getFullYear()).toString() + \" \" + companyName);\r\n\t}\r\n\r\n// -->\r\n</script>\r\n<style>\r\n.alink {\r\n\tfont-size: 11px;\r\n\tfont-family: Tahoma;\r\n\tcolor: #333333\r\n}\r\n</style>\r\n</head>\r\n<body onload=\"onLoadFunc();\" class=\"customloginbodyback\" style=\"margin: 0px;\">\r\n<center>\r\n<table cellspacing=0 cellpadding=15 width=\"780\" border=0>\r\n<tr>\r\n\t<td>\r\n\t\t<table cellspacing=0 cellpadding=4 width=\"100%\" bgColor=\"#FFFFFF\" border=0 class=\"logoHeader\">\r\n\r\n\t\t<tr>\r\n\t\t\t<td>\r\n\t\t\t\t<table cellpadding=4 cellspacing=0 border=0>\r\n\t\t\t\t\t<tr>\r\n\t\t\t\t\t<td style=\"padding-top: 4px;\"><img src=\"/VirtualOffice.gif\" border=0></td>\r\n\t\t\t\t\t\t<td valign=bottom nowrap style=\"padding-bottom: 14px;\"><font id=\"bannerContent\" class=\"logoTitle\">\r\n\t\t\t\t\t\t</font></td>\r\n\t\t\t\t\t</tr>\r\n\r\n\t\t\t\t</table>\r\n\t\t\t</td>\r\n\t\t</tr>\r\n\t\t</table>\r\n\t</td>\r\n</tr>\r\n</table>\r\n\r\n<table cellspacing=0 cellpadding=0 width=\"750\" border=0>\r\n\t<tr>\r\n\t\t<td width=10><img src=\"/clear.gif\" height=4 width=1></td>\r\n\t</tr>\r\n</table>\r\n\r\n<table cellspacing=0 cellpadding=0 width=\"750\" border=0 class=\"greyback\">\r\n<tr>\r\n\t<td>\r\n\t\t<table cellspacing=0 cellpadding=0 width=\"750\" border=0>\r\n\t\t<tr>\r\n\t\t\t<td>\r\n\t\t\t\t<form name=\"standardPass\" id=\"standardPass\" action=\"auth.cgi\" method=\"POST\">\r\n\t\t\t\t\t<INPUT TYPE=\"HIDDEN\" NAME=\"param1\" VALUE=\"C207AAD85DF37D51766E0C33CF5E4793\" disabled><INPUT TYPE=\"HIDDEN\" NAME=\"param2\" VALUE=\"53BB48DD3B770321A80FD9AEAEC48A30\" disabled><input type=\"hidden\" name=\"id\" value=\"9c\" size=\"50\"/><INPUT TYPE=\"HIDDEN\" NAME=\"sessId\" VALUE=\"4C94C0BE2EA8A8FEB3D0AE2799589652\" disabled>\r\n\t\t\t\t\t<br>\r\n\t\t\t\t\t<span id=\"loginMsgContent\"> </span>\r\n\t\t\t\t\t<br>\r\n\t\t\t\t\t<center>\r\n\t\t\t\t\t<table border=0 class=\"logintable\" cellpadding=0 cellspacing=0 style=\"left:0px;\">\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td colspan=3 width=285>\r\n\t\t\t\t\t\t\t\t<table cellpadding=7 cellspacing=0 border=0>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td width=1> </td>\r\n\t\t\t\t\t\t\t\t\t\t<td class=\"loginError\"></td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td width=\"10\"> </td>\r\n\t\t\t\t\t\t\t<td class=\"loginError\" colspan=3 id=\"lognErr\"></td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td width=1 height=100><img src=\"/shim.gif\" width=1 height=100></td>\r\n\t\t\t\t\t\t\t<td cellpadding=10 valign=\"top\">\r\n\t\t\t\t\t\t\t\t<table border=0 cellpadding=1 cellspacing=0 valign=\"top\">\r\n\t\t\t\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t\t\t\t<tr cellpadding=0 cellspacing=0>\r\n\t\t\t\t\t\t\t\t\t\t<td cellpadding=0 cellspacing=0 align=\"right\" width=90><font class=\"toolbar\">User Name:</font></td>\r\n\t\t\t\t\t\t\t\t\t\t<td width=8><img src=\"/shim.gif\" height=1 width=8></td>\r\n\t\t\t\t\t\t\t\t\t\t<td cellpadding=0 cellspacing=0 width=160> <input type=\"input\" autocomplete=\"off\" name=\"userName\" tabindex=\"1\" style='width:149px;height:20px;' size=20 maxlength=128 onkeypress=\"return submitOnEnterKey(event, this.form, processButn)\"> </td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td colspan=3 cellpadding=0 cellspacing=0 height=3><img src=\"/shim.gif\" height=3 width=1></td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr cellpadding=0 cellspacing=0>\r\n\t\t\t\t\t\t\t\t\t\t<td cellpadding=0 cellspacing=0 align=\"right\" width=90><font class=\"toolbar\">Password:</font></td>\r\n\t\t\t\t\t\t\t\t\t\t<td width=8><img src=\"/shim.gif\" height=1 width=8></td>\r\n\t\t\t\t\t\t\t\t\t\t<td cellpadding=0 cellspacing=0 width=160> <input type=\"password\" autocomplete=\"off\" name=\"pwd\" tabindex=\"2\" style='width:149px;height:20px;' size=20 autocomplete=\"off\" maxlength=128 onkeypress=\"return submitOnEnterKey(event, this.form, processButn)\"> </td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td colspan=3 cellpadding=0 cellspacing=0 height=3><img src=\"/shim.gif\" height=3 width=1></td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr cellpadding=0 cellspacing=0>\r\n\t\t\t\t\t\t\t\t\t\t<td cellpadding=0 cellspacing=0 align=\"right\" width=90><font class=\"toolbar\">Domain:</font></td>\r\n\t\t\t\t\t\t\t\t\t\t<td width=8><img src=\"/shim.gif\" height=1 width=8></td>\r\n\t\t\t\t\t\t\t\t\t\t<td cellpadding=0 cellspacing=0 width=160>\r\n\t\t\t\t\t\t\t\t\t\t\t<select name='domain' style='width:150px;height:21px;' class='select' tabindex=\"3\" onkeypress=\"return submitOnEnterKey(event, this.form, processButn)\">\r\n\t\t\t\t\t\t\t\t\t\t\t<option value=\"newlondonohio.com\">newlondonohio.com</option>\n\r\n\t\t\t\t\t\t\t\t\t\t\t</select>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td colspan=3 cellpadding=0 cellspacing=0 height=8><img src=\"/shim.gif\" height=8 width=1></td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr cellpadding=1 cellspacing=4>\r\n\t\t\t\t\t\t\t\t\t\t<td colspan=2><br></td>\r\n\t\t\t\t\t\t\t\t\t\t<td align=\"left\" cellpadding=1 cellspacing=4>\r\n\t\t\t\t\t\t\t\t\t\t\t<table border=0 cellpadding=0 cellspacing=0 valign=\"top\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td width=74 height=22 valign=\"top\" align=\"center\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table cellpadding=0 cellspacing=0 border=0 margin=0>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<TR>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td width=70 class=bbcenter align=center valign=center height=21 tabindex=\"4\" id=\"loginButton\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tstyle=\"padding-bottom:1px;padding-top:1px;\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonClick=\"JavaScript:processButn()\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonMouseOver=\"JavaScript:this.className='bbcenteron';window.status='';\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonMouseOut=\"JavaScript:this.className='bbcenter';\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonkeypress=\"return submitOnEnterKey(event, this.form, processButn)\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td width=11> <br>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\r\n\t\t\t\t\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td colspan=3><img src=\"/shim.gif\" border=0 width=1 height=11></td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t</tbody>\r\n\t\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t<td width=1 height=18><img src=\"/shim.gif\" width=1 height=18></td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td colspan=3 width=285 height=10>\r\n\t\t\t\t\t\t\t\t<img src=\"/shim.gif\" border=0 width=285 height=10>\r\n\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t</table>\r\n\t\t\t\t\t<table border=0 cellpadding=0 cellspacing=0>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td colspan=3 width=280 valign=\"top\">\r\n\t\t\t\t\t\t\t\t<img src=\"/shim.gif\" width=25 height=18><br>\r\n\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t</table>\r\n\t\t\t\t\t<table>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td align=right></td>\r\n\t\t\t\t\t\t\t<td id=\"userLink\" colspan=\"4\" align=\"center\" valign=\"middle\" style=\"color: #000;\"></td>\r\n\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t</table>\r\n\t\t\t\t\t<table>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td align=rig",
"datamd5" : "bfe908844b4bd837906e55e2f45b1138",
"datammh3" : -1820913055,
"device" : {
"class" : "<enterprise field>: device.class",
"product" : "<enterprise field>: device.product",
"productvendor" : "<enterprise field>: device.productvendor"
},
"domain" : [
"spectrum.com"
],
"fingerprint" : {
"md5" : "697e53873b9bf5525fa6ad3022b5e538",
"sha1" : "9da1e048bcbcae443ead396e956b43f6ee230a30",
"sha256" : "a6ef0273ff61b16746419ab47e17f58ab7efe3a03c00bb70bc1873233d46dbf4"
},
"geolocus" : {
"asn" : "AS10796",
"continent" : "NA",
"continentname" : "North America",
"country" : "US",
"countryname" : "United States",
"domain" : [
"charter.com",
"charter.net",
"spectrum.com"
],
"isineu" : "false",
"latitude" : "37.09024",
"location" : "37.09024,-95.712891",
"longitude" : "-95.712891",
"netname" : "RRACI",
"organization" : "Charter Communications Inc",
"subnet" : "76.190.0.0/16"
},
"host" : [
"syn-076-190-118-210"
],
"hostname" : [
"syn-076-190-118-210.biz.spectrum.com"
],
"ip" : "76.190.118.210",
"ipv6" : "false",
"issuer" : {
"city" : "Sunnyvale",
"commonname" : "192.168.168.168",
"country" : "US",
"organization" : "HTTPS Management Certificate for SonicWALL (self-signed)",
"organizationalunit" : "HTTPS Management Certificate for SonicWALL (self-signed)"
},
"latitude" : "38.9924",
"location" : "38.9924,-84.6462",
"longitude" : "-84.6462",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "TWC-10796-MIDWEST",
"os" : "SonicOS",
"osvendor" : "SonicWall",
"port" : 4433,
"productvendor" : "SonicWall",
"protocol" : "http",
"protocolversion" : "1.0",
"publickey" : {
"algorithm" : "rsaEncryption",
"length" : 2048
},
"reason" : "OK",
"reverse" : [
"syn-076-190-118-210.biz.spectrum.com"
],
"seen_date" : "2024-11-21",
"serial" : "55:c7:20:57",
"signature" : {
"algorithm" : "sha256WithRSAEncryption"
},
"source" : "datascan",
"status" : 200,
"subdomains" : [
"biz.spectrum.com"
],
"subject" : {
"city" : "Sunnyvale",
"commonname" : "192.168.168.168",
"country" : "US",
"organization" : "HTTPS Management Certificate for SonicWALL (self-signed)",
"organizationalunit" : "HTTPS Management Certificate for SonicWALL (self-signed)"
},
"subnet" : "76.190.0.0/16",
"tag" : "<enterprise field>: tag",
"tld" : [
"com"
],
"tls" : "true",
"transport" : "tcp",
"url" : "/",
"validity" : {
"notafter" : "2038-01-19T03:14:07Z",
"notbefore" : "1970-01-01T00:00:01Z"
},
"version" : "v3",
"wildcard" : "false"
}