HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/8.5
Set-Cookie: ASP.NET_SessionId=trhrxnrsgcbztzfzumylfia1; path=/; HttpOnly; SameSite=Lax
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Wed, 06 Nov 2024 23:41:21 GMT
Connection: close
Content-Length: 10054
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>
"Logado APRES"
</title></head>
<body>
<form method="post" action="./" id="frmPrincipal">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="169njYl5nnJL64M4GRTlGhrmkWQsonMd7VgTyfLIKOoV2mNEveKi5Ul2u0WzsU5pGjLFm3G7yyo7fOzzbD4lgEdgIn+W0HIcjniilxFu/Cc=" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['frmPrincipal'];
if (!theForm) {
theForm = document.frmPrincipal;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="760ED052" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="9hsy6ojhvbCbwnMPr1RC1sASgGM0D8SW1tVxcPqt/fwYaj3by8a1QOcMoYl+jjoZeKY86er2AzRY3rv7255vFlfujw9SiXo7STq6+I8QAy6HNYtR8jskpNHSbCvM5V+NpUR/AqHRPyadrKpM3gtiHg==" />
</div>
<div class="loginHead">
<h1>APRES</h1>
<div class="imgLogo"><img src="../../Content/img/sermicroIcono.png" /></div>
</div>
<div class="loginForm">
<div class="group">
<input name="UserEmail" type="email" id="UserEmail" placeholder="Email" required="required" /><span class="highlight"></span><span class="bar"></span>
<!--<label>Email</label>-->
</div>
<div class="group">
<input name="password" type="password" id="password" placeholder="Password" EnableClientScript="false" required="required" /><span class="highlight"></span><span class="bar"></span>
<!--<label>Password</label>-->
</div>
<button onclick="__doPostBack('Button1','')" id="Button1" type="submit" Value="Logon" class="button buttonBlue">
Entrar
</button>
</div>
<script type="text/javascript">
//<![CDATA[
//]]>
</script>
</form>
</body>
</html>
<style>
.page-header {
display:none;
}
* {
box-sizing: border-box;
}
body {
font-family: Helvetica;
background: #eee;
-webkit-font-smoothing: antialiased;
}
hgroup {
text-align: center;
margin-top: 4em;
}
h1, h3 {
font-weight: 300;
}
h1 {
text-align:center;
margin:0 auto;
color: #001042;
font-weight: bolder;
}
h3 {
color: #001042 ;
}
div.imgLogo{
text-align:center
}
.loginForm, .loginHead {
width: 380px;
margin: 4em auto 0;
padding: 2em;
background: #fafafa;
border: 1px solid #fafafa;
box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}
.loginForm{
margin:0 auto 4em;
padding-top:0
}
.loginHead{
box-shadow:none;
padding-bottom:1em;
border-radius:15px 15px 0 0;
border:none;
background: #d6dbdb; /* Old browsers */
background: -moz-linear-gradient(top, #d6dbdb 0%, #c6cdce 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #d6dbdb 0%,#c6cdce 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #d6dbdb 0%,#c6cdce 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dbdb', endColorstr='#c6cdce',GradientType=0 ); /* IE6-9 */
}
.group {
position: relative;
margin: 20px 0;
}
input {
font-size: 18px;
padding: 10px 10px 10px 5px;
-webkit-appearance: none;
display: block;
background: #fafafa;
color: #636363;
width: 100%;
border: none;
border-radius: 0;
border-bottom: 1px solid #757575;
box-shadow:none
}
input:focus {
outline: none;
}
/* Label */
label {
color: #999;
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 5px;
top: 10px;
transition: all 0.2s ease;
}
/* active */
input:focus ~ label, input.used ~ label {
top: -23px;
transform: scale(.75);
left: -2px;
/* font-size: 14px; */
color: #001042 ;
font-weight:bold !important;
}
/* Underline */
.bar {
position: relative;
display: block;
width: 100%;
}
.bar:before, .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background: #001042 ;
transition: all 0.2s ease;
}
.bar:before {
left: 50%;
}
.bar:after {
right: 50%;
}
/* active */
input:focus ~ .bar:before, input:focus ~ .bar:after {
width: 50%;
}
/* Highlight */
.highlight {
position: absolute;
height: 60%;
width: 100px;
top: 25%;
left: 0;
pointer-events: none;
opacity: 0.5;
}
/* active */
input:focus ~ .highlight {
animation: inputHighlighter 0.3s ease;
}
input:focus{
color:#357BD8
}
/* Animations */
@keyframes inputHighlighter {
from {
/*background: #001042 ;*/
}
to {
width: 0;
background: transparent;
}
}
/* Button */
.button {
position: relative;
display: inline-block;
padding: 12px 24px;
margin: 20px 0;
width: 100%;
vertical-align: middle;
color: #fff;
font-size: 16px;
line-height: 20px;
-webkit-font-smoothing: antialiased;
text-align: center;
letter-spacing: 1px;
background: transparent;
border: 0;
border-bottom: 2px solid #3160B6;
cursor: pointer;
transition: all 0.15s ease;
}
.button:focus {
outline: 0;
opacity: .8;
}
/* Button modifiers */
.buttonBlue {
background: #001042 ;
color: #fff !important;
font-weight: bold !important;
}
.buttonBlue:hover {
background: #357bd8;
}
/* Ripples container */
.ripples {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: transparent;
}
/* Ripples circle */
.ripplesCircle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
}
.ripples.is-active .ripplesCircle {
animation: ripples .4s ease-in;
}
/* Ripples animation */
@keyframes ripples {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
100% {
width: 200%;
padding-bottom: 200%;
opacity: 0;
}
}
footer {
text-align: center;
}
footer p {
color: #888;
font-size: 13px;
letter-spacing: .4px;
}
footer a {
color: #001042 ;
text-decoration: none;
transition: all .2s ease;
}
footer a:hover {
color: #666;
text-decoration: underline;
}
footer img {
width: 80px;
transition: all .2s ease;
}
footer img:hover {
opacity: .83;
}
footer img:focus, footer a:focus {
outline: none;
}
</style>
<script type="text/javascript" src="Scripts/jquery-2.1.4.js">
$(window, document, undefined).ready(function () {
function entrada() {
if ($('input').val()) {
$('input').addClass('used');
}
}
setTimeout(entrada(), 100);
$('input').blur(function () {
var $this = $(this);
if ($this.val())
$this.addClass('used');
else
$this.removeClass('used');
});
var $ripples = $('.ripples');
$ripples.on('click.Ripples', function (e) {
var $this = $(this);
var $offset = $this.parent().offset();
var $circle = $this.find('.ripplesCircle');
var x = e.pageX - $offset.left;
var y = e.pageY - $offset.top;
$circle.css({
top: y + 'px',
left: x + 'px'
});
$this.addClass('is-active');
});
$ripples.on('animationend webkitAnimationEnd mozAnimationEnd oanimationend MSAnimationEnd', function (e) {
$(this).removeClass('is-active');
});
});
</script>
{
"@category" : "datascan",
"@timestamp" : "2024-11-06T23:41:22.000Z",
"app" : {
"extract" : {
"domain" : [
"w3.org"
],
"hostname" : [
"www.w3.org"
],
"url" : [
"http://www.w3.org/1999/xhtml"
]
},
"http" : {
"bodymd5" : "42bfc1f625fc316ff7bfba3455cc68a5",
"bodymmh3" : 2142601337,
"component" : [
{
"product" : "jQuery",
"productvendor" : "jQuery",
"productversion" : "2.1.4"
},
{
"product" : "ASP.NET",
"productversion" : "4.0.30319",
"productvendor" : "Microsoft"
}
],
"headermd5" : "da129837c9192ec56ec4b8202e21a44c",
"headermmh3" : -11284725,
"title" : "\"Logado APRES\""
},
"length" : 10383
},
"asn" : "AS57286",
"country" : "ES",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nServer: Microsoft-IIS/8.5\r\nSet-Cookie: ASP.NET_SessionId=trhrxnrsgcbztzfzumylfia1; path=/; HttpOnly; SameSite=Lax\r\nX-AspNet-Version: 4.0.30319\r\nX-Powered-By: ASP.NET\r\nDate: Wed, 06 Nov 2024 23:41:21 GMT\r\nConnection: close\r\nContent-Length: 10054\r\n\r\n\r\n<!DOCTYPE html>\r\n\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n <head id=\"Head1\"><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>\r\n\t\"Logado APRES\"\r\n</title></head>\r\n <body>\r\n <form method=\"post\" action=\"./\" id=\"frmPrincipal\">\r\n<div class=\"aspNetHidden\">\r\n<input type=\"hidden\" name=\"__EVENTTARGET\" id=\"__EVENTTARGET\" value=\"\" />\r\n<input type=\"hidden\" name=\"__EVENTARGUMENT\" id=\"__EVENTARGUMENT\" value=\"\" />\r\n<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"169njYl5nnJL64M4GRTlGhrmkWQsonMd7VgTyfLIKOoV2mNEveKi5Ul2u0WzsU5pGjLFm3G7yyo7fOzzbD4lgEdgIn+W0HIcjniilxFu/Cc=\" />\r\n</div>\r\n\r\n<script type=\"text/javascript\">\r\n//<![CDATA[\r\nvar theForm = document.forms['frmPrincipal'];\r\nif (!theForm) {\r\n theForm = document.frmPrincipal;\r\n}\r\nfunction __doPostBack(eventTarget, eventArgument) {\r\n if (!theForm.onsubmit || (theForm.onsubmit() != false)) {\r\n theForm.__EVENTTARGET.value = eventTarget;\r\n theForm.__EVENTARGUMENT.value = eventArgument;\r\n theForm.submit();\r\n }\r\n}\r\n//]]>\r\n</script>\r\n\r\n\r\n<div class=\"aspNetHidden\">\r\n\r\n\t<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value=\"760ED052\" />\r\n\t<input type=\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\"9hsy6ojhvbCbwnMPr1RC1sASgGM0D8SW1tVxcPqt/fwYaj3by8a1QOcMoYl+jjoZeKY86er2AzRY3rv7255vFlfujw9SiXo7STq6+I8QAy6HNYtR8jskpNHSbCvM5V+NpUR/AqHRPyadrKpM3gtiHg==\" />\r\n</div>\r\n \r\n <div class=\"loginHead\">\r\n <h1>APRES</h1>\r\n <div class=\"imgLogo\"><img src=\"../../Content/img/sermicroIcono.png\" /></div>\r\n </div>\r\n <div class=\"loginForm\">\r\n <div class=\"group\">\r\n <input name=\"UserEmail\" type=\"email\" id=\"UserEmail\" placeholder=\"Email\" required=\"required\" /><span class=\"highlight\"></span><span class=\"bar\"></span>\r\n <!--<label>Email</label>-->\r\n </div>\r\n <div class=\"group\">\r\n <input name=\"password\" type=\"password\" id=\"password\" placeholder=\"Password\" EnableClientScript=\"false\" required=\"required\" /><span class=\"highlight\"></span><span class=\"bar\"></span>\r\n <!--<label>Password</label>-->\r\n </div>\r\n <button onclick=\"__doPostBack('Button1','')\" id=\"Button1\" type=\"submit\" Value=\"Logon\" class=\"button buttonBlue\">\r\n Entrar\r\n \r\n </button>\r\n </div>\r\n \r\n\r\n<script type=\"text/javascript\">\r\n//<![CDATA[\r\n//]]>\r\n</script>\r\n</form>\r\n </body>\r\n</html>\r\n\r\n<style>\r\n\r\n .page-header {\r\n display:none;\r\n }\r\n * {\r\n box-sizing: border-box;\r\n }\r\n\r\n body {\r\n font-family: Helvetica;\r\n background: #eee;\r\n -webkit-font-smoothing: antialiased;\r\n }\r\n\r\n hgroup {\r\n text-align: center;\r\n margin-top: 4em;\r\n }\r\n\r\n h1, h3 {\r\n font-weight: 300;\r\n }\r\n\r\n h1 {\r\n text-align:center;\r\n margin:0 auto;\r\n color: #001042;\r\n font-weight: bolder;\r\n }\r\n\r\n h3 {\r\n color: #001042 ;\r\n }\r\n\r\n div.imgLogo{\r\n text-align:center\r\n }\r\n\r\n .loginForm, .loginHead {\r\n width: 380px;\r\n margin: 4em auto 0;\r\n padding: 2em;\r\n background: #fafafa;\r\n border: 1px solid #fafafa;\r\n box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;\r\n }\r\n .loginForm{\r\n margin:0 auto 4em;\r\n padding-top:0\r\n }\r\n\r\n .loginHead{\r\n box-shadow:none;\r\n \r\n padding-bottom:1em;\r\n border-radius:15px 15px 0 0;\r\n border:none;\r\n\r\n \r\n background: #d6dbdb; /* Old browsers */\r\nbackground: -moz-linear-gradient(top, #d6dbdb 0%, #c6cdce 99%); /* FF3.6-15 */\r\nbackground: -webkit-linear-gradient(top, #d6dbdb 0%,#c6cdce 99%); /* Chrome10-25,Safari5.1-6 */\r\nbackground: linear-gradient(to bottom, #d6dbdb 0%,#c6cdce 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dbdb', endColorstr='#c6cdce',GradientType=0 ); /* IE6-9 */\r\n }\r\n\r\n .group {\r\n position: relative;\r\n margin: 20px 0;\r\n }\r\n\r\n input {\r\n font-size: 18px;\r\n padding: 10px 10px 10px 5px;\r\n -webkit-appearance: none;\r\n display: block;\r\n background: #fafafa;\r\n color: #636363;\r\n width: 100%;\r\n border: none;\r\n border-radius: 0;\r\n border-bottom: 1px solid #757575;\r\n box-shadow:none\r\n }\r\n\r\n input:focus {\r\n outline: none;\r\n }\r\n\r\n\r\n /* Label */\r\n\r\n label {\r\n color: #999;\r\n font-size: 18px;\r\n font-weight: normal;\r\n position: absolute;\r\n pointer-events: none;\r\n left: 5px;\r\n top: 10px;\r\n transition: all 0.2s ease;\r\n }\r\n\r\n\r\n /* active */\r\n\r\n input:focus ~ label, input.used ~ label {\r\n top: -23px;\r\n transform: scale(.75);\r\n left: -2px;\r\n /* font-size: 14px; */\r\n color: #001042 ;\r\n font-weight:bold !important;\r\n }\r\n\r\n\r\n /* Underline */\r\n\r\n .bar {\r\n position: relative;\r\n display: block;\r\n width: 100%;\r\n }\r\n\r\n .bar:before, .bar:after {\r\n content: '';\r\n height: 2px;\r\n width: 0;\r\n bottom: 1px;\r\n position: absolute;\r\n background: #001042 ;\r\n transition: all 0.2s ease;\r\n }\r\n\r\n .bar:before {\r\n left: 50%;\r\n }\r\n\r\n .bar:after {\r\n right: 50%;\r\n }\r\n\r\n\r\n /* active */\r\n\r\n input:focus ~ .bar:before, input:focus ~ .bar:after {\r\n width: 50%;\r\n }\r\n\r\n\r\n /* Highlight */\r\n\r\n .highlight {\r\n position: absolute;\r\n height: 60%;\r\n width: 100px;\r\n top: 25%;\r\n left: 0;\r\n pointer-events: none;\r\n opacity: 0.5;\r\n }\r\n\r\n\r\n /* active */\r\n\r\n input:focus ~ .highlight {\r\n animation: inputHighlighter 0.3s ease;\r\n }\r\n input:focus{\r\n color:#357BD8\r\n }\r\n\r\n\r\n /* Animations */\r\n\r\n @keyframes inputHighlighter {\r\n from {\r\n /*background: #001042 ;*/\r\n }\r\n\r\n to {\r\n width: 0;\r\n background: transparent;\r\n }\r\n }\r\n\r\n\r\n /* Button */\r\n\r\n .button {\r\n position: relative;\r\n display: inline-block;\r\n padding: 12px 24px;\r\n margin: 20px 0;\r\n width: 100%;\r\n vertical-align: middle;\r\n color: #fff;\r\n font-size: 16px;\r\n line-height: 20px;\r\n -webkit-font-smoothing: antialiased;\r\n text-align: center;\r\n letter-spacing: 1px;\r\n background: transparent;\r\n border: 0;\r\n border-bottom: 2px solid #3160B6;\r\n cursor: pointer;\r\n transition: all 0.15s ease;\r\n }\r\n\r\n .button:focus {\r\n outline: 0;\r\n \r\n opacity: .8;\r\n }\r\n\r\n\r\n /* Button modifiers */\r\n\r\n .buttonBlue {\r\n background: #001042 ;\r\n color: #fff !important;\r\n font-weight: bold !important;\r\n }\r\n\r\n .buttonBlue:hover {\r\n background: #357bd8;\r\n }\r\n\r\n\r\n /* Ripples container */\r\n\r\n .ripples {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n overflow: hidden;\r\n background: transparent;\r\n }\r\n\r\n\r\n /* Ripples circle */\r\n\r\n .ripplesCircle {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n opacity: 0;\r\n width: 0;\r\n height: 0;\r\n border-radius: 50%;\r\n background: rgba(255, 255, 255, 0.25);\r\n }\r\n\r\n .ripples.is-active .ripplesCircle {\r\n animation: ripples .4s ease-in;\r\n }\r\n\r\n\r\n /* Ripples animation */\r\n\r\n @keyframes ripples {\r\n 0% {\r\n opacity: 0;\r\n }\r\n\r\n 25% {\r\n opacity: 1;\r\n }\r\n\r\n 100% {\r\n width: 200%;\r\n padding-bottom: 200%;\r\n opacity: 0;\r\n }\r\n }\r\n\r\n footer {\r\n text-align: center;\r\n }\r\n\r\n footer p {\r\n color: #888;\r\n font-size: 13px;\r\n letter-spacing: .4px;\r\n }\r\n\r\n footer a {\r\n color: #001042 ;\r\n text-decoration: none;\r\n transition: all .2s ease;\r\n }\r\n\r\n footer a:hover {\r\n color: #666;\r\n text-decoration: underline;\r\n }\r\n\r\n footer img {\r\n width: 80px;\r\n transition: all .2s ease;\r\n }\r\n\r\n footer img:hover {\r\n opacity: .83;\r\n }\r\n\r\n footer img:focus, footer a:focus {\r\n outline: none;\r\n }\r\n</style>\r\n<script type=\"text/javascript\" src=\"Scripts/jquery-2.1.4.js\">\r\n $(window, document, undefined).ready(function () {\r\n function entrada() {\r\n if ($('input').val()) {\r\n $('input').addClass('used');\r\n }\r\n }\r\n setTimeout(entrada(), 100);\r\n $('input').blur(function () {\r\n var $this = $(this);\r\n if ($this.val())\r\n $this.addClass('used');\r\n else\r\n $this.removeClass('used');\r\n });\r\n\r\n var $ripples = $('.ripples');\r\n\r\n $ripples.on('click.Ripples', function (e) {\r\n\r\n var $this = $(this);\r\n var $offset = $this.parent().offset();\r\n var $circle = $this.find('.ripplesCircle');\r\n\r\n var x = e.pageX - $offset.left;\r\n var y = e.pageY - $offset.top;\r\n\r\n $circle.css({\r\n top: y + 'px',\r\n left: x + 'px'\r\n });\r\n\r\n $this.addClass('is-active');\r\n\r\n });\r\n\r\n $ripples.on('animationend webkitAnimationEnd mozAnimationEnd oanimationend MSAnimationEnd', function (e) {\r\n $(this).removeClass('is-active');\r\n });\r\n\r\n });\r\n</script>",
"datamd5" : "81ff63b87c33e637c28d4414f8e1783a",
"datammh3" : 1950618149,
"device" : {
"class" : "<enterprise field>: device.class"
},
"ip" : "146.255.103.87",
"ipv6" : "false",
"latitude" : "40.4172",
"location" : "40.4172,-3.6840",
"longitude" : "-3.6840",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "Gigas Hosting S.A.",
"os" : "Windows",
"osvendor" : "Microsoft",
"osversion" : [
"Server 2012",
"8.1"
],
"port" : 81,
"product" : "IIS",
"productvendor" : "Microsoft",
"productversion" : "8.5",
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"seen_date" : "2024-11-06",
"source" : "datascan",
"status" : 200,
"subnet" : "146.255.96.0/21",
"tag" : "<enterprise field>: tag",
"tls" : "false",
"transport" : "tcp",
"url" : "/"
}