HTTP/1.1 200 OK
Content-Type: text/html
Set-Cookie: rg_cookie_session_id=1776420976; path=/;
Cache-Control: no-cache,no-store
Pragma: no-cache
Expires: Sat, 15 Dec 2007 05:40:40 GMT
Date: Sat, 15 Dec 2007 05:40:40 GMT
Accept-Ranges: bytes
Connection: close
<!--- Page(9074)=[Login] ---><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><META HTTP-EQUIV="EXPIRES" CONTENT="Sat, 15 Dec 2007 05:40:40 GMT"><META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"><META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"><TITLE>Frontier</TITLE><STYLE type="text/css">BODY {color: #000000; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: #D32000; background-image: url('images/gradientstrip.gif'); background-repeat: repeat-x; }
TD, INPUT, OPTION, SELECT {font-size: 11px}
TD.GRID {border-left:1px solid #ffffff;border-top:1px solid #ffffff; border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC; color: #000000;}
TD.GRID_NO_LEFT {border-left:0px;border-top:1px solid #ffffff; border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC; color: #000000;}
TD.GRID_NO_RIGHT {border-left:1px solid#ffffff; border-top:1px solid #ffffff; border-right:0px;border-bottom:1px solid #CCCCCC; color: #000000;}
.PAGE_HEADER {font-size: 14px;}
.REMARK {font-size: 9px;}
.BUTTON {cursor: pointer;}
.DATA {color: #000000;}
.actiontec_header {Font-Size:14px; font-weight:bold; color: black; text-align:center;}
.actiontec_red_header {Font-Size:14px; font-weight:bold; color: black; text-align:center; border-style:solid; border-width:1px; border-color:red;}
.actiontec_sub_header {Font-Size:12px; font-weight:bold; color: black;}
.actiontec_regular_text {font-size : 11px; line-height: 140%; color : black;}
.actiontec_regular_text_underline {font-size : 11px; line-height: 140%; color : black; text-decoration: underline;}
.actiontec_regular_text_bold {font-size : 11px; font-weight : bold; line-height: 140%; color : black;}
.actiontec_regular_text_bold_underline {font-size : 11px; font-weight : bold; font-style : normal; line-height: 140%; color : black; text-decoration: underline;}
.actiontec_small_text {Font-Size:11px; color: black; text-align:left;}
.actiontec_small_text_underline {Font-Size:11px; color: black; text-align:left; text-decoration: underline;}
.actiontec_big_text {Font-Size:12px; font-weight:bold; color: black; line-height: 140%; text-align:center;}
.actiontec_sidetab_normal {background-color:#E0E5F1; COLOR: #181C4C; TEXT-DECORATION: none; Font-Size:11px; border-top: solid #ffffff 2px;}
.actiontec_sidetab_selected {background-color: black; COLOR: white; TEXT-DECORATION: none; Font-Size:11px; border-top: solid #ffffff 2px;}
.actiontec_sidetab_selected A:link {color: white;}
.actiontec_sidetab_selected A:visited {color: white;}
.actiontec_sidetab_selected A:hover {color: white;}
.actiontec_button {background-color: #181C4C; border-color: #E0E5FF; border-style: solid; border-width: 3; border-top-width: 4; border-right-width: 4; border-left-width: 4; color: #FFFFFF; font-size : 11px;}
.actiontec_button A:link {color: white;}
@media all { IE\:homepage {behavior:url(#default#homepage)} }
A {color: #000000;}
A:link {TEXT-DECORATION: none}
A:visited {TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: underline}
TD.GRID A {color: #00286F;}
TD.GRID_NO_LEFT A {color: #00286F;}
TD.GRID_NO_RIGHT A {color: #00286F;}
TD.DATA A {color: #00286F;}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
</STYLE></HEAD><BODY alink=#000000 vlink=#000000 link=#000000 bgcolor=#D32000 topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 onload=loaded()><FORM name="form_contents" method=POST action="index.cgi" enctype="application/x-www-form-urlencoded" onSubmit="if (window.is_submit && is_submit==1) return false; is_submit=1; return true; "><INPUT type=HIDDEN name="active_page" value="9074"><INPUT type=HIDDEN name="session_key" value="=fw:Ban2Yns9xn;"><INPUT type=HIDDEN name="active_page_str" value="page_login"><INPUT type=HIDDEN name="page_title" value="Login"><INPUT type=HIDDEN name="mimic_button_field" value=""><INPUT type=HIDDEN name="button_value" value=""><INPUT type=HIDDEN name="strip_page_top" value="0"><SCRIPT language="Javascript"><!--
function show_hide_password(check_box, pass_edit_box_name, pass_div_name)
{
var pass_div =
document.getElementById(pass_div_name);
var value =
document.getElementsByName(pass_edit_box_name)[0].value;
if (check_box.checked)
{
pass_div.innerHTML = "<INPUT type=TEXT style=\"width: 150px\" name=\"password_1776420976\" value=\"\" size=20 maxlength=64 /> ";
}
else
{
pass_div.innerHTML = "<INPUT type=PASSWORD style=\"WIDTH: 150px\" name=\"password_1776420976\" value=\"\" size=20 maxlength=64 >";
}
document.getElementsByName(pass_edit_box_name)[0].value = value;
}
/*
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
* Digest Algorithm, as defined in RFC 1321.
* Version 2.1 Copyright (C) Paul Johnston 1999 - 2002.
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
* Distributed under the BSD License
* See http://pajhome.org.uk/crypt/md5 for more info.
*/
/*
* Configurable variables. You may need to tweak these to be compatible with
* the server-side, but the defaults work in most cases.
*/
var hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */
var b64pad = ""; /* base-64 pad character. "=" for strict RFC compliance */
var chrsz = 8; /* bits per input character. 8 - ASCII; 16 - Unicode */
/*
* These are the functions you'll usually want to call
* They take string arguments and return either hex or base-64 encoded strings
*/
function hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}
function b64_md5(s){ return binl2b64(core_md5(str2binl(s), s.length * chrsz));}
function str_md5(s){ return binl2str(core_md5(str2binl(s), s.length * chrsz));}
function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }
function b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }
function str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }
/*
* Perform a simple self-test to see if the VM is working
*/
function md5_vm_test()
{
return hex_md5("abc") == "900150983cd24fb0d6963f7d28e17f72";
}
/*
* Calculate the MD5 of an array of little-endian words, and a bit length
*/
function core_md5(x, len)
{
/* append padding */
x[len >> 5] |= 0x80 << ((len) % 32);
x[(((len + 64) >>> 9) << 4) + 14] = len;
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
for(var i = 0; i < x.length; i += 16)
{
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
a = md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);
d = md5_ff(d, a, b, c, x[i+ 1], 12, -389564586);
c = md5_ff(c, d, a, b, x[i+ 2], 17, 606105819);
b = md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330);
a = md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897);
d = md5_ff(d, a, b, c, x[i+ 5], 12, 1200080426);
c = md5_ff(c, d, a, b, x[i+ 6], 17, -1473231341);
b = md5_ff(b, c, d, a, x[i+ 7], 22, -45705983);
a = md5_ff(a, b, c, d, x[i+ 8], 7 , 1770035416);
d = md5_ff(d, a, b, c, x[i+ 9], 12, -1958414417);
c = md5_ff(c, d, a, b, x[i+10], 17, -42063);
b = md5_ff(b, c, d, a, x[i+11], 22, -1990404162);
a = md5_ff(a, b, c, d, x[i+12], 7 , 1804603682);
d = md5_ff(d, a, b, c, x[i+13], 12, -40341101);
c = md5_ff(c, d, a, b, x[i+14], 17, -1502002290);
b = md5_ff(b, c, d, a, x[i+15], 22, 1236535329);
a = md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510);
d = md5_gg(d, a, b, c, x[i+ 6], 9 , -1069501632);
c = md5_gg(c, d, a, b, x[i+11], 14, 643717713);
b = md5_gg(b, c, d, a, x[i+ 0], 20, -373897302);
a = md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691);
d = md5_gg(d, a, b, c, x[i+10], 9 , 38016083);
c = md5_gg(c, d, a, b, x[i+15], 14, -660478335);
b = md5_gg(b, c, d, a, x[i+ 4], 20, -405537848);
a = md5_gg(a, b, c, d, x[i+ 9], 5 , 568446438);
d = md5_gg(d, a, b, c, x[i+14], 9 , -1019803690);
c = md5_gg(c, d, a, b, x[i+ 3], 14, -187363961);
b = md5_gg(b, c, d, a, x[i+ 8], 20, 1163531501);
a = md5_gg(a, b, c, d, x[i+13], 5 , -1444681467);
d = md5_gg(d, a, b, c, x[i+ 2], 9 , -51403784);
c = md5_gg(c, d, a, b, x[i+ 7], 14, 1735328473);
b = md5_gg(b, c, d, a, x[i+12], 20, -1926607734);
a = md5_hh(a, b, c, d, x[i+ 5], 4 , -378558);
d = md5_hh(d, a, b, c, x[i+ 8], 11, -2022574463);
c = md5_hh(c, d, a, b, x[i+11], 16, 1839030562);
b = md5_hh(b, c, d, a, x[i+14], 23, -35309556);
a = md5_hh(a, b, c, d, x[i+ 1], 4 , -1530992060);
d = md5_hh(d, a, b, c, x[i+ 4], 11, 1272893353);
c = md5_hh(c, d, a, b, x[i+ 7], 16, -155497632);
b = md5_hh(b, c, d, a, x[i+10], 23, -1094730640);
a = md5_hh(a, b, c, d, x[i+13], 4 , 681279174);
d = md5_hh(d, a, b, c, x[i+ 0], 11, -358537222);
c = md5_hh(c, d, a, b, x[i+ 3], 16, -722521979);
b = md5_hh(b, c, d, a, x[i+ 6], 23, 76029189);
a = md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487);
d = md5_hh(d, a, b, c, x[i+12], 11, -421815835);
c = md5_hh(c, d, a, b, x[i+15], 16, 530742520);
b = md5_hh(b, c, d, a, x[i+ 2], 23, -995338651);
a = md5_ii(a, b, c, d, x[i+ 0], 6 , -198630844);
d = md5_ii(d, a, b, c, x[i+ 7], 10, 1126891415);
c = md5_ii(c, d, a, b, x[i+14], 15, -1416354905);
b = md5_ii(b, c, d, a, x[i+ 5], 21, -57434055);
a = md5_ii(a, b, c, d, x[i+12], 6 , 1700485571);
d = md5_ii(d, a, b, c, x[i+ 3], 10, -1894986606);
c = md5_ii(c, d, a, b, x[i+10], 15, -1051523);
b = md5_ii(b, c, d, a, x[i+ 1], 21, -2054922799);
a = md5_ii(a, b, c, d, x[i+ 8], 6 , 1873313359);
d = md5_ii(d, a, b, c, x[i+15], 10, -30611744);
c = md5_ii(c, d, a, b, x[i+ 6], 15, -1560198380);
b = md5_ii(b, c, d, a, x[i+13], 21, 1309151649);
a = md5_ii(a, b, c, d, x[i+ 4], 6 , -145523070);
d = md5_ii(d, a, b, c, x[i+11], 10, -1120210379);
c = md5_ii(c, d, a, b, x[i+ 2], 15, 718787259);
b = md5_ii(b, c, d, a, x[i+ 9], 21, -343485551);
a = safe_add(a, olda);
b = safe_add(b, oldb);
c = safe_add(c, oldc);
d = safe_add(d, oldd);
}
return Array(a, b, c, d);
}
/*
* These functions implement the four basic operations the algorithm uses.
*/
function md5_cmn(q, a, b, x, s, t)
{
return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s),b);
}
function md5_ff(a, b, c, d, x, s, t)
{
return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
}
function md5_gg(a, b, c, d, x, s, t)
{
return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
}
function md5_hh(a, b, c, d, x, s, t)
{
return md5_cmn(b ^ c ^ d, a, b, x, s, t);
}
function md5_ii(a, b, c, d, x, s, t)
{
return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);
}
/*
* Calculate the HMAC-MD5, of a key and some data
*/
function core_hmac_md5(key, data)
{
var bkey = str2binl(key);
if(bkey.length > 16) bkey = core_md5(bkey, key.length * chrsz);
var ipad = Array(16), opad = Array(16);
for(var i = 0; i < 16; i++)
{
ipad[i] = bkey[i] ^ 0x36363636;
opad[i] = bkey[i] ^ 0x5C5C5C5C;
}
var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz);
return core_md5(opad.concat(hash), 512 + 128);
}
/*
* Add integers, wrapping at 2^32. This uses 16-bit operations internally
* to work around bugs in some JS interpreters.
*/
function safe_add(x, y)
{
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
return (msw << 16) | (lsw & 0xFFFF);
}
/*
* Bitwise rotate a 32-bit number to the left.
*/
function bit_rol(num, cnt)
{
return (num << cnt) | (num >>> (32 - cnt));
}
/*
* Convert a string to an array of little-endian words
* If chrsz is ASCII, characters >255 have their hi-byte silently ignored.
*/
function str2binl(str)
{
var bin = Array();
var mask = (1 << chrsz) - 1;
for(var i = 0; i < str.length * chrsz; i += chrsz)
bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (i%32);
return bin;
}
/*
* Convert an array of little-endian words to a string
*/
function binl2str(bin)
{
var str = "";
var mask = (1 << chrsz) - 1;
for(var i = 0; i < bin.length * 32; i += chrsz)
str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);
return str;
}
/*
* Convert an array of little-endian words to a hex string.
*/
function binl2hex(binarray)
{
var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
var str = "";
for(var i = 0; i < binarray.length * 4; i++)
{
str += hex_tab.charAt((binarray[i>>2] >> ((i%4)*8+4)) & 0xF) +
hex_tab.charAt((binarray[i>>2] >> ((i%4)*8 )) & 0xF);
}
return str;
}
/*
* Convert an array of little-endian words to a base-64 string
*/
function binl2b64(binarray)
{
var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var str = "";
for(var i = 0; i < binarray.length * 4; i += 3)
{
var triplet = (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)
| (((binarray[i+1 >> 2] >> 8 * ((i+1)%4)) & 0xFF) << 8 )
| ((binarray[i+2 >> 2] >> 8 * ((i+2)%4)) & 0xFF);
for(var j = 0; j < 4; j++)
{
if(i * 8 + j * 6 > binarray.length * 32) str += b64pad;
else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
}
}
return str;
}
function SendPassword()
{
var tmp;
document.form_contents.elements['md5_pass'].value=document.form_contents.elements['password_1776420976'].value+document.form_contents.elements['auth_key'].value
tmp=hex_md5(document.form_contents.elements['md5_pass'].value);
document.form_contents.elements['md5_pass'].value=tmp;
document.form_contents.elements['password_1776420976'].value="";
mimic_button('submit_button_login_submit: ..', 1);
}
var is_button_in_focus=false;
var is_textarea_in_focus=false;
var is_submit=0;
var is_loaded=0;
var timer=0;
var suppress_keystroke=0;
function loaded()
{
var inp;
is_loaded=1;
inp = document.form_contents.elements['user_name'];
if (inp)
{
if (inp.type != 'hidden')
inp.focus();
}
}
function keyDown(e)
{
var button_no;
button_no=e.which;
switch (button_no)
{
case 13:
if (is_button_in_focus || is_textarea_in_focus)
return true;
SendPassword();
return false;
case 32:
if (is_button_in_focus)
{
SendPassword();
return false;
}
return true;
default:
if (suppress_keystroke)
{
suppress_keystroke = 0;
return false;
}
return true;
}
}
document.onkeydown=keyDown;
document.captureEvents(Event.KEYDOWN);
function mimic_button(button_name,use_default_cgi)
{
if (is_submit)
return;
f=document.form_contents;
f.mimic_button_field.value = button_name;
is_submit=1;
setTimeout("is_submit=0", 4000);
if (timer)
{
clearTimeout(timer);
timer = 0;
}
if (use_default_cgi)
{
f.encoding = "application/x-www-form-urlencoded";
f.action = "index.cgi";
}
f.submit();
}
function set_cgi(action,encoding)
{
f=document.form_contents;
f.encoding=encoding;
f.action=action;
}
// -->
</SCRIPT><TABLE border=0 cellpadding=0 cellspacing=0 width="100%"><TR
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T05:31:21.000Z",
"app" : {
"extract" : {
"domain" : [
"pajhome.org.uk"
],
"file" : [
"index.cgi"
],
"hostname" : [
"pajhome.org.uk"
],
"url" : [
"http://pajhome.org.uk/crypt/md5"
]
},
"http" : {
"bodymd5" : "363051556349e6aaf0c8f91d2194595d",
"bodymmh3" : -1385025685,
"headermd5" : "302b98fd31d7aafaed5dc61dddec9f16",
"headermmh3" : 483293505,
"title" : "Frontier"
},
"length" : 16384
},
"asn" : "AS7922",
"city" : "Frederick",
"country" : "US",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nSet-Cookie: rg_cookie_session_id=1776420976; path=/;\r\nCache-Control: no-cache,no-store\r\nPragma: no-cache\r\nExpires: Sat, 15 Dec 2007 05:40:40 GMT\r\nDate: Sat, 15 Dec 2007 05:40:40 GMT\r\nAccept-Ranges: bytes\r\nConnection: close\r\n\r\n<!--- Page(9074)=[Login] ---><HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=UTF-8\"><META HTTP-EQUIV=\"EXPIRES\" CONTENT=\"Sat, 15 Dec 2007 05:40:40 GMT\"><META HTTP-EQUIV=\"CACHE-CONTROL\" CONTENT=\"NO-CACHE\"><META HTTP-EQUIV=\"PRAGMA\" CONTENT=\"NO-CACHE\"><TITLE>Frontier</TITLE><STYLE type=\"text/css\">BODY {color: #000000; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: #D32000; background-image: url('images/gradientstrip.gif'); background-repeat: repeat-x; }\nTD, INPUT, OPTION, SELECT {font-size: 11px}\nTD.GRID {border-left:1px solid #ffffff;border-top:1px solid #ffffff; border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC; color: #000000;}\nTD.GRID_NO_LEFT {border-left:0px;border-top:1px solid #ffffff; border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC; color: #000000;}\nTD.GRID_NO_RIGHT {border-left:1px solid#ffffff; border-top:1px solid #ffffff; border-right:0px;border-bottom:1px solid #CCCCCC; color: #000000;}\n.PAGE_HEADER {font-size: 14px;}\n.REMARK {font-size: 9px;}\n.BUTTON {cursor: pointer;}\n.DATA {color: #000000;}\n.actiontec_header {Font-Size:14px; font-weight:bold; color: black; text-align:center;}\n.actiontec_red_header {Font-Size:14px; font-weight:bold; color: black; text-align:center; border-style:solid; border-width:1px; border-color:red;}\n.actiontec_sub_header {Font-Size:12px; font-weight:bold; color: black;}\n.actiontec_regular_text {font-size : 11px; line-height: 140%; color : black;}\n.actiontec_regular_text_underline {font-size : 11px; line-height: 140%; color : black; text-decoration: underline;}\n.actiontec_regular_text_bold {font-size : 11px; font-weight : bold; line-height: 140%; color : black;}\n.actiontec_regular_text_bold_underline {font-size : 11px; font-weight : bold; font-style : normal; line-height: 140%; color : black; text-decoration: underline;}\n.actiontec_small_text {Font-Size:11px; color: black; text-align:left;}\n.actiontec_small_text_underline {Font-Size:11px; color: black; text-align:left; text-decoration: underline;}\n.actiontec_big_text {Font-Size:12px; font-weight:bold; color: black; line-height: 140%; text-align:center;}\n.actiontec_sidetab_normal {background-color:#E0E5F1; COLOR: #181C4C; TEXT-DECORATION: none; Font-Size:11px; border-top: solid #ffffff 2px;}\n.actiontec_sidetab_selected {background-color: black; COLOR: white; TEXT-DECORATION: none; Font-Size:11px; border-top: solid #ffffff 2px;}\n.actiontec_sidetab_selected A:link {color: white;}\n.actiontec_sidetab_selected A:visited {color: white;}\n.actiontec_sidetab_selected A:hover {color: white;}\n.actiontec_button {background-color: #181C4C; border-color: #E0E5FF; border-style: solid; border-width: 3; border-top-width: 4; border-right-width: 4; border-left-width: 4; color: #FFFFFF; font-size : 11px;}\n.actiontec_button A:link {color: white;}\n@media all { IE\\:homepage {behavior:url(#default#homepage)} }\nA {color: #000000;}\nA:link {TEXT-DECORATION: none}\nA:visited {TEXT-DECORATION: none}\nA:hover {TEXT-DECORATION: underline}\nTD.GRID A {color: #00286F;}\nTD.GRID_NO_LEFT A {color: #00286F;}\nTD.GRID_NO_RIGHT A {color: #00286F;}\nTD.DATA A {color: #00286F;}\n\n#hintbox{ /*CSS for pop up hint box */ \nposition:absolute; \ntop: 0; \nbackground-color: lightyellow; \nwidth: 150px; /*Default width of hint.*/ \npadding: 3px; \nborder:1px solid black; \nfont:normal 11px Verdana; \nline-height:18px; \nz-index:100; \nborder-right: 3px solid black; \nborder-bottom: 3px solid black; \nvisibility: hidden; \n} \n \n.hintanchor{ /*CSS for link that shows hint onmouseover*/ \nfont-weight: bold; \ncolor: navy; \nmargin: 3px 8px; \n} \n\n</STYLE></HEAD><BODY alink=#000000 vlink=#000000 link=#000000 bgcolor=#D32000 topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 onload=loaded()><FORM name=\"form_contents\" method=POST action=\"index.cgi\" enctype=\"application/x-www-form-urlencoded\" onSubmit=\"if (window.is_submit && is_submit==1) return false; is_submit=1; return true; \"><INPUT type=HIDDEN name=\"active_page\" value=\"9074\"><INPUT type=HIDDEN name=\"session_key\" value=\"=fw:Ban2Yns9xn;\"><INPUT type=HIDDEN name=\"active_page_str\" value=\"page_login\"><INPUT type=HIDDEN name=\"page_title\" value=\"Login\"><INPUT type=HIDDEN name=\"mimic_button_field\" value=\"\"><INPUT type=HIDDEN name=\"button_value\" value=\"\"><INPUT type=HIDDEN name=\"strip_page_top\" value=\"0\"><SCRIPT language=\"Javascript\"><!--\nfunction show_hide_password(check_box, pass_edit_box_name, pass_div_name)\n{\nvar pass_div = \n document.getElementById(pass_div_name);\nvar value = \n document.getElementsByName(pass_edit_box_name)[0].value;\nif (check_box.checked) \n{\n pass_div.innerHTML = \"<INPUT type=TEXT style=\\\"width: 150px\\\" name=\\\"password_1776420976\\\" value=\\\"\\\" size=20 maxlength=64 /> \";\n}\n else \n{\n pass_div.innerHTML = \"<INPUT type=PASSWORD style=\\\"WIDTH: 150px\\\" name=\\\"password_1776420976\\\" value=\\\"\\\" size=20 maxlength=64 >\";\n}\ndocument.getElementsByName(pass_edit_box_name)[0].value = value;\n}\n/*\n * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message\n * Digest Algorithm, as defined in RFC 1321.\n * Version 2.1 Copyright (C) Paul Johnston 1999 - 2002.\n * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet\n * Distributed under the BSD License\n * See http://pajhome.org.uk/crypt/md5 for more info.\n */\n\n/*\n * Configurable variables. You may need to tweak these to be compatible with\n * the server-side, but the defaults work in most cases.\n */\nvar hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */\nvar b64pad = \"\"; /* base-64 pad character. \"=\" for strict RFC compliance */\nvar chrsz = 8; /* bits per input character. 8 - ASCII; 16 - Unicode */\n\n/*\n * These are the functions you'll usually want to call\n * They take string arguments and return either hex or base-64 encoded strings\n */\nfunction hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}\nfunction b64_md5(s){ return binl2b64(core_md5(str2binl(s), s.length * chrsz));}\nfunction str_md5(s){ return binl2str(core_md5(str2binl(s), s.length * chrsz));}\nfunction hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }\nfunction b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }\nfunction str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }\n\n/* \n * Perform a simple self-test to see if the VM is working \n */\nfunction md5_vm_test()\n{\n return hex_md5(\"abc\") == \"900150983cd24fb0d6963f7d28e17f72\";\n}\n\n/*\n * Calculate the MD5 of an array of little-endian words, and a bit length\n */\nfunction core_md5(x, len)\n{\n /* append padding */\n x[len >> 5] |= 0x80 << ((len) % 32);\n x[(((len + 64) >>> 9) << 4) + 14] = len;\n \n var a = 1732584193;\n var b = -271733879;\n var c = -1732584194;\n var d = 271733878;\n\n for(var i = 0; i < x.length; i += 16)\n {\n var olda = a;\n var oldb = b;\n var oldc = c;\n var oldd = d;\n \n a = md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);\n d = md5_ff(d, a, b, c, x[i+ 1], 12, -389564586);\n c = md5_ff(c, d, a, b, x[i+ 2], 17, 606105819);\n b = md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330);\n a = md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897);\n d = md5_ff(d, a, b, c, x[i+ 5], 12, 1200080426);\n c = md5_ff(c, d, a, b, x[i+ 6], 17, -1473231341);\n b = md5_ff(b, c, d, a, x[i+ 7], 22, -45705983);\n a = md5_ff(a, b, c, d, x[i+ 8], 7 , 1770035416);\n d = md5_ff(d, a, b, c, x[i+ 9], 12, -1958414417);\n c = md5_ff(c, d, a, b, x[i+10], 17, -42063);\n b = md5_ff(b, c, d, a, x[i+11], 22, -1990404162);\n a = md5_ff(a, b, c, d, x[i+12], 7 , 1804603682);\n d = md5_ff(d, a, b, c, x[i+13], 12, -40341101);\n c = md5_ff(c, d, a, b, x[i+14], 17, -1502002290);\n b = md5_ff(b, c, d, a, x[i+15], 22, 1236535329);\n\n a = md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510);\n d = md5_gg(d, a, b, c, x[i+ 6], 9 , -1069501632);\n c = md5_gg(c, d, a, b, x[i+11], 14, 643717713);\n b = md5_gg(b, c, d, a, x[i+ 0], 20, -373897302);\n a = md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691);\n d = md5_gg(d, a, b, c, x[i+10], 9 , 38016083);\n c = md5_gg(c, d, a, b, x[i+15], 14, -660478335);\n b = md5_gg(b, c, d, a, x[i+ 4], 20, -405537848);\n a = md5_gg(a, b, c, d, x[i+ 9], 5 , 568446438);\n d = md5_gg(d, a, b, c, x[i+14], 9 , -1019803690);\n c = md5_gg(c, d, a, b, x[i+ 3], 14, -187363961);\n b = md5_gg(b, c, d, a, x[i+ 8], 20, 1163531501);\n a = md5_gg(a, b, c, d, x[i+13], 5 , -1444681467);\n d = md5_gg(d, a, b, c, x[i+ 2], 9 , -51403784);\n c = md5_gg(c, d, a, b, x[i+ 7], 14, 1735328473);\n b = md5_gg(b, c, d, a, x[i+12], 20, -1926607734);\n\n a = md5_hh(a, b, c, d, x[i+ 5], 4 , -378558);\n d = md5_hh(d, a, b, c, x[i+ 8], 11, -2022574463);\n c = md5_hh(c, d, a, b, x[i+11], 16, 1839030562);\n b = md5_hh(b, c, d, a, x[i+14], 23, -35309556);\n a = md5_hh(a, b, c, d, x[i+ 1], 4 , -1530992060);\n d = md5_hh(d, a, b, c, x[i+ 4], 11, 1272893353);\n c = md5_hh(c, d, a, b, x[i+ 7], 16, -155497632);\n b = md5_hh(b, c, d, a, x[i+10], 23, -1094730640);\n a = md5_hh(a, b, c, d, x[i+13], 4 , 681279174);\n d = md5_hh(d, a, b, c, x[i+ 0], 11, -358537222);\n c = md5_hh(c, d, a, b, x[i+ 3], 16, -722521979);\n b = md5_hh(b, c, d, a, x[i+ 6], 23, 76029189);\n a = md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487);\n d = md5_hh(d, a, b, c, x[i+12], 11, -421815835);\n c = md5_hh(c, d, a, b, x[i+15], 16, 530742520);\n b = md5_hh(b, c, d, a, x[i+ 2], 23, -995338651);\n\n a = md5_ii(a, b, c, d, x[i+ 0], 6 , -198630844);\n d = md5_ii(d, a, b, c, x[i+ 7], 10, 1126891415);\n c = md5_ii(c, d, a, b, x[i+14], 15, -1416354905);\n b = md5_ii(b, c, d, a, x[i+ 5], 21, -57434055);\n a = md5_ii(a, b, c, d, x[i+12], 6 , 1700485571);\n d = md5_ii(d, a, b, c, x[i+ 3], 10, -1894986606);\n c = md5_ii(c, d, a, b, x[i+10], 15, -1051523);\n b = md5_ii(b, c, d, a, x[i+ 1], 21, -2054922799);\n a = md5_ii(a, b, c, d, x[i+ 8], 6 , 1873313359);\n d = md5_ii(d, a, b, c, x[i+15], 10, -30611744);\n c = md5_ii(c, d, a, b, x[i+ 6], 15, -1560198380);\n b = md5_ii(b, c, d, a, x[i+13], 21, 1309151649);\n a = md5_ii(a, b, c, d, x[i+ 4], 6 , -145523070);\n d = md5_ii(d, a, b, c, x[i+11], 10, -1120210379);\n c = md5_ii(c, d, a, b, x[i+ 2], 15, 718787259);\n b = md5_ii(b, c, d, a, x[i+ 9], 21, -343485551);\n\n a = safe_add(a, olda);\n b = safe_add(b, oldb);\n c = safe_add(c, oldc);\n d = safe_add(d, oldd);\n }\n return Array(a, b, c, d);\n \n}\n\n/*\n * These functions implement the four basic operations the algorithm uses.\n */\nfunction md5_cmn(q, a, b, x, s, t)\n{\n return safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s),b);\n}\nfunction md5_ff(a, b, c, d, x, s, t)\n{\n return md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);\n}\nfunction md5_gg(a, b, c, d, x, s, t)\n{\n return md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);\n}\nfunction md5_hh(a, b, c, d, x, s, t)\n{\n return md5_cmn(b ^ c ^ d, a, b, x, s, t);\n}\nfunction md5_ii(a, b, c, d, x, s, t)\n{\n return md5_cmn(c ^ (b | (~d)), a, b, x, s, t);\n}\n\n/*\n * Calculate the HMAC-MD5, of a key and some data\n */\nfunction core_hmac_md5(key, data)\n{\n var bkey = str2binl(key);\n if(bkey.length > 16) bkey = core_md5(bkey, key.length * chrsz);\n\n var ipad = Array(16), opad = Array(16);\n for(var i = 0; i < 16; i++) \n {\n ipad[i] = bkey[i] ^ 0x36363636;\n opad[i] = bkey[i] ^ 0x5C5C5C5C;\n }\n\n var hash = core_md5(ipad.concat(str2binl(data)), 512 + data.length * chrsz);\n return core_md5(opad.concat(hash), 512 + 128);\n}\n\n/*\n * Add integers, wrapping at 2^32. This uses 16-bit operations internally\n * to work around bugs in some JS interpreters.\n */\nfunction safe_add(x, y)\n{\n var lsw = (x & 0xFFFF) + (y & 0xFFFF);\n var msw = (x >> 16) + (y >> 16) + (lsw >> 16);\n return (msw << 16) | (lsw & 0xFFFF);\n}\n\n/*\n * Bitwise rotate a 32-bit number to the left.\n */\nfunction bit_rol(num, cnt)\n{\n return (num << cnt) | (num >>> (32 - cnt));\n}\n\n/*\n * Convert a string to an array of little-endian words\n * If chrsz is ASCII, characters >255 have their hi-byte silently ignored.\n */\nfunction str2binl(str)\n{\n var bin = Array();\n var mask = (1 << chrsz) - 1;\n for(var i = 0; i < str.length * chrsz; i += chrsz)\n bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (i%32);\n return bin;\n}\n\n/*\n * Convert an array of little-endian words to a string\n */\nfunction binl2str(bin)\n{\n var str = \"\";\n var mask = (1 << chrsz) - 1;\n for(var i = 0; i < bin.length * 32; i += chrsz)\n str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);\n return str;\n}\n\n/*\n * Convert an array of little-endian words to a hex string.\n */\nfunction binl2hex(binarray)\n{\n var hex_tab = hexcase ? \"0123456789ABCDEF\" : \"0123456789abcdef\";\n var str = \"\";\n for(var i = 0; i < binarray.length * 4; i++)\n {\n str += hex_tab.charAt((binarray[i>>2] >> ((i%4)*8+4)) & 0xF) +\n hex_tab.charAt((binarray[i>>2] >> ((i%4)*8 )) & 0xF);\n }\n return str;\n}\n\n/*\n * Convert an array of little-endian words to a base-64 string\n */\nfunction binl2b64(binarray)\n{\n var tab = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\";\n var str = \"\";\n for(var i = 0; i < binarray.length * 4; i += 3)\n {\n var triplet = (((binarray[i >> 2] >> 8 * ( i %4)) & 0xFF) << 16)\n | (((binarray[i+1 >> 2] >> 8 * ((i+1)%4)) & 0xFF) << 8 )\n | ((binarray[i+2 >> 2] >> 8 * ((i+2)%4)) & 0xFF);\n for(var j = 0; j < 4; j++)\n {\n if(i * 8 + j * 6 > binarray.length * 32) str += b64pad;\n else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);\n }\n }\n return str;\n}\n\nfunction SendPassword()\n{\n var tmp;\n document.form_contents.elements['md5_pass'].value=document.form_contents.elements['password_1776420976'].value+document.form_contents.elements['auth_key'].value\n tmp=hex_md5(document.form_contents.elements['md5_pass'].value);\n document.form_contents.elements['md5_pass'].value=tmp;\n document.form_contents.elements['password_1776420976'].value=\"\";\n mimic_button('submit_button_login_submit: ..', 1);\n}\n\nvar is_button_in_focus=false;\nvar is_textarea_in_focus=false;\nvar is_submit=0;\nvar is_loaded=0;\nvar timer=0;\nvar suppress_keystroke=0;\n\nfunction loaded()\n{\n var inp;\n\n is_loaded=1;\n inp = document.form_contents.elements['user_name'];\n if (inp)\n {\n if (inp.type != 'hidden')\n inp.focus();\n }\n}\nfunction keyDown(e)\n{\n var button_no;\n button_no=e.which;\n switch (button_no)\n {\n case 13:\n if (is_button_in_focus || is_textarea_in_focus)\n return true;\n SendPassword();\n return false;\n case 32:\n if (is_button_in_focus)\n {\n SendPassword();\n return false;\n }\n return true;\n default:\n if (suppress_keystroke)\n {\n suppress_keystroke = 0;\n return false;\n }\n return true;\n }\n}\n\ndocument.onkeydown=keyDown;\ndocument.captureEvents(Event.KEYDOWN);\nfunction mimic_button(button_name,use_default_cgi)\n{\n if (is_submit)\n return;\n f=document.form_contents;\n f.mimic_button_field.value = button_name;\n is_submit=1;\n setTimeout(\"is_submit=0\", 4000);\n if (timer)\n {\n clearTimeout(timer);\n timer = 0;\n }\n if (use_default_cgi)\n {\n f.encoding = \"application/x-www-form-urlencoded\";\n f.action = \"index.cgi\";\n }\n f.submit();\n}\nfunction set_cgi(action,encoding)\n{\n f=document.form_contents;\n f.encoding=encoding;\n f.action=action;\n}\n\n\n// -->\n</SCRIPT><TABLE border=0 cellpadding=0 cellspacing=0 width=\"100%\"><TR",
"datamd5" : "d0587abf65be006c484dc883d7696e61",
"datammh3" : -783802990,
"device" : {
"class" : "<enterprise field>: device.class"
},
"domain" : [
"comcast.net"
],
"geolocus" : {
"asn" : "AS7922",
"continent" : "NA",
"continentname" : "North America",
"country" : "US",
"countryname" : "United States",
"domain" : [
"comcast.com",
"comcast.net"
],
"isineu" : "false",
"latitude" : "37.09024",
"location" : "37.09024,-95.712891",
"longitude" : "-95.712891",
"netname" : "BAWA-CPE-16",
"organization" : "Comcast Cable Communications, LLC",
"subnet" : "174.172.0.0/16"
},
"host" : [
"c-174-172-156-165"
],
"hostname" : [
"c-174-172-156-165.hsd1.md.comcast.net"
],
"ip" : "174.172.156.165",
"ipv6" : "false",
"latitude" : "39.3641",
"location" : "39.3641,-77.4622",
"longitude" : "-77.4622",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "COMCAST-7922",
"os" : "Linux Kernel",
"osvendor" : "Linux",
"port" : 8080,
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"reverse" : [
"c-174-172-156-165.hsd1.md.comcast.net"
],
"seen_date" : "2024-11-07",
"source" : "datascan",
"status" : 200,
"subdomains" : [
"hsd1.md.comcast.net",
"md.comcast.net"
],
"subnet" : "174.168.0.0/13",
"tag" : "<enterprise field>: tag",
"tld" : [
"net"
],
"tls" : "false",
"transport" : "tcp",
"url" : "/"
}