Returning 10 result(s) out of 299 in 0.074 second(s)

  • 161.132.126.234:87 (tcp/http) - last seen on 2024-11-21 at 08:52:07 UTC

    • IP
      161.132.126.234
      Network
      161.132.120.0/21
      Device

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

      Operating System
      Mikrotik RouterOS
      URL

      http://161.132.126.234:87/ 200

      HTTP Title
      RouterOS router configuration page
      ASN
      AS3132
      Organization
      Red Cientifica Peruana
      Protocol
      http
      Source
      datascan
    • Operating System
      Mikrotik RouterOS
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      6b0ec49c57fffbca02d59d1913ad7931
      HTTP Header MD5
      508070579d3bda9d98e9ba0408c62fd3
      HTTP Body MD5
      91e377f29922ef39edb4a61b5a49def2
    • HTTP/1.1 200 OK
      Connection: close
      Content-Length: 7067
      Content-Type: text/html
      Date: Thu, 21 Nov 2024 08:51:57 GMT
      Expires: 0
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <link rel="icon" href="/favicon.png"/>
      <title>RouterOS router configuration page</title>
      <style type="text/css">
      body {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
      font-size: 1.7em;
      display: inline;
      margin-bottom: 10px;
      }
      fieldset {
      margin-top: 20px;
      background: #fff;
      padding: 20px;
      border: 1px solid #c1c1c1; 
      }
      #container {
      width: 70%;
      margin: 10% auto;
      }
      #box {
      background-color: #fff; 
      -moz-border-radius: 7px; 
      -webkit-border-radius: 7px; 
      border: 1px solid #c1c1c1; 
      padding: 30px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {
          margin: 2em 0 4em 0;
      }
      #login h2 {
          font-weight: normal;
          font-size: 14px;
          margin: 0 0 0.5em 1em;
      }
      #login td {
          padding: 0 4px 0 0;
      }
      #login td.label {
          text-align: right;
      }
      #login td.toolbar {
          padding: 0 0 0 1em;
          vertical-align: top;
      }
      #login ul.toolbar {
          margin: 0;
      }
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          display:none;
          color:red;
          padding: 1em 0 0 0;
      }
      ul.toolbar {
          font-size: 11px;
          text-align: left;
          list-style-type: none;
          padding: 0;
          margin: 2px 0 4px 2px;
      }
      ul.toolbar li {
          float: left;
          vertical-align: middle;
      }
      ul.toolbar a {
          float: none;
          display: block;
          margin: 2px 4px 2px 0;
          padding: 5px;
      
          background: #ddd;
          border: 1px solid #888;
          border-radius: 3px;
          -moz-border-radius: 3px;
          box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */
      	1px 1px 2px rgba(0,0,0,0.2); /* shadow */
          -webkit-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          -moz-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          color: #000;
      
          text-decoration: none;
          text-align: center;
          white-space: nowrap;
          cursor: inherit;
          min-width: 4em;
      
          -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;
          -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;
      }
      ul.toolbar a:hover {
          background: #eee;
      }
      ul.toolbar a:active {
          background: #aaa;
          box-shadow: 1px 1px 2px #999 inset;
          -webkit-box-shadow: 1px 1px 2px #999 inset;
          -moz-box-shadow: 1px 1px 2px #999 inset;
      }
      </style>
      <script>
      function get(id) {
          return document.getElementById(id);
      }
      function trim(str) {
          return str.replace(/^\s+|\s+$/g, '');
      }
      function login(user, pwd, autologin) {
          var expires = new Date();
          expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));
          document.cookie = 'username=' + user +
              '; expires=' + expires.toGMTString() + '; path=/';
      
          window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;
          window.location.replace('/webfig/' + window.location.hash);
      }
      function dologin() {
          login(get('name').value, get('password').value);
      }
      function loaded() {
          var p = window.name.split('=');
          if (p[0] == 'error' && p[1]) {
              var err = get('error');
              err.appendChild(document.createTextNode(p[1]));
              err.style.display = 'block';
          } else if (p[0] != 'noautologin' || p[1] != 1) {
              var user = '';
              if (user) {
                  login(user, '', true);
                  return;
              }
          }
          window.name = '';
      
          document.onkeydown = function(e) {
              e = e || event;
              if (e.keyCode == 13) {
                  dologin();
                  return false;
              }
              return true;
          };
      
          var username = null;
          var cookies = document.cookie.split(';');
          for (var i in cookies) {
      	var c = trim(cookies[i]).split('=');
      	if (c[0] == 'username') {
      	    username = c[1];
      	    break;
      	}
          }
          
          if (username != null) {
      	get('name').value = username;
      	get('password').focus();
          } else {
              get('name').value = 'admin';
      	get('name').focus();
          }
      }
      </script>
      </head>
      
      <body onload="loaded()">
      
      <div id="container">
      
          <div id="box">
          <a href="http://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" /></a>
      
          <br style="clear: both;"/>
          
      		<h1>RouterOS v6.49.10</h1>
              
              <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>
              
            <table id="login">
      	<tr><td colspan="3"><h2>WebFig Login:</h2>
              <tr><td class="label">Login: <td><input id="name" type="text" tabindex="1">
      	 <td class="toolbar" rowspan="2">
               <ul class="toolbar">
      	   <li><a onclick="dologin()" ondragstart="return false;"><span>Login</span></a></li>
               </ul>
               <tr><td class="label">Password: <td><input id="password" type="password" tabindex="2">
      	<tr><td colspan="3">
      	    <div id="error"></div>
            </table>
                  
                  <fieldset>
                  <div class="floater"> 
                  	<a href="http://www.mikrotik.com/download/winbox.exe"><img src="winbox.png"/></a><br/>
                      <label>Winbox</label>
                  </div>
                  
                  <div class="floater"> 
                  	<a href="telnet://<ip>"><img src="console.png"/></a><br/>
                      <label>Telnet</label>
                  </div>
      
                  
                  
                  <div class="floater"> 
                  	<a href="/graphs"><img src="green.png"/></a><br/>
                      <label>Graphs</label>
                  </div>
                 
                  
                  <div class="floater"> 
                  	<a href="/help/license.html"><img src="license.png"/></a><br/>
                      <label>License</label>
                  </div>
                  
      			<div class="floater"> 
                  	<a href="http://wiki.mikrotik.com"><img src="help.png"/></a><br/>
                      <label>Help</label>
                  </div>
      
      </fieldset>
                 
                  <br style="clear: both"/> 
                                  <div style="float: right">&copy; mikrotik</div>
      
          </div>
      </div>
      
      </div>
      
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T08:52:07.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "w3.org",
                  "mikrotik.com"
               ],
               "file" : [
                  "winbox.exe"
               ],
               "hostname" : [
                  "mikrotik.com",
                  "wiki.mikrotik.com",
                  "www.mikrotik.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://mikrotik.com",
                  "http://wiki.mikrotik.com",
                  "http://www.mikrotik.com/download/winbox.exe",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "91e377f29922ef39edb4a61b5a49def2",
               "bodymmh3" : 482834003,
               "headermd5" : "508070579d3bda9d98e9ba0408c62fd3",
               "headermmh3" : -390372170,
               "title" : "RouterOS router configuration page"
            },
            "length" : 7190
         },
         "asn" : "AS3132",
         "city" : "Lima",
         "country" : "PE",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 7067\r\nContent-Type: text/html\r\nDate: Thu, 21 Nov 2024 08:51:57 GMT\r\nExpires: 0\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<link rel=\"icon\" href=\"/favicon.png\"/>\r\n<title>RouterOS router configuration page</title>\r\n<style type=\"text/css\">\r\nbody {\r\nfont-family: Verdana, Geneva, sans-serif;\r\nfont-size: 11px;\r\n}\r\nimg {border: none}\r\nimg:hover {opacity: 0.8;}\r\nh1 {\r\nfont-size: 1.7em;\r\ndisplay: inline;\r\nmargin-bottom: 10px;\r\n}\r\nfieldset {\r\nmargin-top: 20px;\r\nbackground: #fff;\r\npadding: 20px;\r\nborder: 1px solid #c1c1c1; \r\n}\r\n#container {\r\nwidth: 70%;\r\nmargin: 10% auto;\r\n}\r\n#box {\r\nbackground-color: #fff; \r\n-moz-border-radius: 7px; \r\n-webkit-border-radius: 7px; \r\nborder: 1px solid #c1c1c1; \r\npadding: 30px;\r\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */\r\nbackground: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */\r\nbackground: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */\r\n}\r\n.floater {float: left; margin-right: 10px;}\r\n.floater label {display: block; text-align: center;}\r\n\r\n#login {\r\n    margin: 2em 0 4em 0;\r\n}\r\n#login h2 {\r\n    font-weight: normal;\r\n    font-size: 14px;\r\n    margin: 0 0 0.5em 1em;\r\n}\r\n#login td {\r\n    padding: 0 4px 0 0;\r\n}\r\n#login td.label {\r\n    text-align: right;\r\n}\r\n#login td.toolbar {\r\n    padding: 0 0 0 1em;\r\n    vertical-align: top;\r\n}\r\n#login ul.toolbar {\r\n    margin: 0;\r\n}\r\n#login input {\r\n    margin: 2px;\r\n    padding: 2px;\r\n    border: 1px solid #888;\r\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n}\r\n#error {\r\n    display:none;\r\n    color:red;\r\n    padding: 1em 0 0 0;\r\n}\r\nul.toolbar {\r\n    font-size: 11px;\r\n    text-align: left;\r\n    list-style-type: none;\r\n    padding: 0;\r\n    margin: 2px 0 4px 2px;\r\n}\r\nul.toolbar li {\r\n    float: left;\r\n    vertical-align: middle;\r\n}\r\nul.toolbar a {\r\n    float: none;\r\n    display: block;\r\n    margin: 2px 4px 2px 0;\r\n    padding: 5px;\r\n\r\n    background: #ddd;\r\n    border: 1px solid #888;\r\n    border-radius: 3px;\r\n    -moz-border-radius: 3px;\r\n    box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */\r\n\t1px 1px 2px rgba(0,0,0,0.2); /* shadow */\r\n    -webkit-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    -moz-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    color: #000;\r\n\r\n    text-decoration: none;\r\n    text-align: center;\r\n    white-space: nowrap;\r\n    cursor: inherit;\r\n    min-width: 4em;\r\n\r\n    -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n    -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n}\r\nul.toolbar a:hover {\r\n    background: #eee;\r\n}\r\nul.toolbar a:active {\r\n    background: #aaa;\r\n    box-shadow: 1px 1px 2px #999 inset;\r\n    -webkit-box-shadow: 1px 1px 2px #999 inset;\r\n    -moz-box-shadow: 1px 1px 2px #999 inset;\r\n}\r\n</style>\r\n<script>\r\nfunction get(id) {\r\n    return document.getElementById(id);\r\n}\r\nfunction trim(str) {\r\n    return str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\nfunction login(user, pwd, autologin) {\r\n    var expires = new Date();\r\n    expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));\r\n    document.cookie = 'username=' + user +\r\n        '; expires=' + expires.toGMTString() + '; path=/';\r\n\r\n    window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;\r\n    window.location.replace('/webfig/' + window.location.hash);\r\n}\r\nfunction dologin() {\r\n    login(get('name').value, get('password').value);\r\n}\r\nfunction loaded() {\r\n    var p = window.name.split('=');\r\n    if (p[0] == 'error' && p[1]) {\r\n        var err = get('error');\r\n        err.appendChild(document.createTextNode(p[1]));\r\n        err.style.display = 'block';\r\n    } else if (p[0] != 'noautologin' || p[1] != 1) {\r\n        var user = '';\r\n        if (user) {\r\n            login(user, '', true);\r\n            return;\r\n        }\r\n    }\r\n    window.name = '';\r\n\r\n    document.onkeydown = function(e) {\r\n        e = e || event;\r\n        if (e.keyCode == 13) {\r\n            dologin();\r\n            return false;\r\n        }\r\n        return true;\r\n    };\r\n\r\n    var username = null;\r\n    var cookies = document.cookie.split(';');\r\n    for (var i in cookies) {\r\n\tvar c = trim(cookies[i]).split('=');\r\n\tif (c[0] == 'username') {\r\n\t    username = c[1];\r\n\t    break;\r\n\t}\r\n    }\r\n    \r\n    if (username != null) {\r\n\tget('name').value = username;\r\n\tget('password').focus();\r\n    } else {\r\n        get('name').value = 'admin';\r\n\tget('name').focus();\r\n    }\r\n}\r\n</script>\r\n</head>\r\n\r\n<body onload=\"loaded()\">\r\n\r\n<div id=\"container\">\r\n\r\n    <div id=\"box\">\r\n    <a href=\"http://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" /></a>\r\n\r\n    <br style=\"clear: both;\"/>\r\n    \r\n\t\t<h1>RouterOS v6.49.10</h1>\r\n        \r\n        <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>\r\n        \r\n      <table id=\"login\">\r\n\t<tr><td colspan=\"3\"><h2>WebFig Login:</h2>\r\n        <tr><td class=\"label\">Login: <td><input id=\"name\" type=\"text\" tabindex=\"1\">\r\n\t <td class=\"toolbar\" rowspan=\"2\">\r\n         <ul class=\"toolbar\">\r\n\t   <li><a onclick=\"dologin()\" ondragstart=\"return false;\"><span>Login</span></a></li>\r\n         </ul>\r\n         <tr><td class=\"label\">Password: <td><input id=\"password\" type=\"password\" tabindex=\"2\">\r\n\t<tr><td colspan=\"3\">\r\n\t    <div id=\"error\"></div>\r\n      </table>\r\n            \r\n            <fieldset>\r\n            <div class=\"floater\"> \r\n            \t<a href=\"http://www.mikrotik.com/download/winbox.exe\"><img src=\"winbox.png\"/></a><br/>\r\n                <label>Winbox</label>\r\n            </div>\r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"telnet://<ip>\"><img src=\"console.png\"/></a><br/>\r\n                <label>Telnet</label>\r\n            </div>\r\n\r\n            \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/graphs\"><img src=\"green.png\"/></a><br/>\r\n                <label>Graphs</label>\r\n            </div>\r\n           \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/help/license.html\"><img src=\"license.png\"/></a><br/>\r\n                <label>License</label>\r\n            </div>\r\n            \r\n\t\t\t<div class=\"floater\"> \r\n            \t<a href=\"http://wiki.mikrotik.com\"><img src=\"help.png\"/></a><br/>\r\n                <label>Help</label>\r\n            </div>\r\n\r\n</fieldset>\r\n           \r\n            <br style=\"clear: both\"/> \r\n                            <div style=\"float: right\">&copy; mikrotik</div>\r\n\r\n    </div>\r\n</div>\r\n\r\n</div>\r\n\r\n</body>\r\n</html>\r\n",
         "datamd5" : "6b0ec49c57fffbca02d59d1913ad7931",
         "datammh3" : 1551861375,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "geolocus" : {
            "asn" : "AS3132",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "PE",
            "countryname" : "Peru",
            "domain" : [
               "rcp.pe"
            ],
            "isineu" : "false",
            "latitude" : "-9.189967",
            "location" : "-9.189967,-75.015152",
            "longitude" : "-75.015152",
            "netname" : "PE-RCPE4-LACNIC",
            "organization" : "Red Cientifica Peruana",
            "subnet" : "161.132.120.0/21"
         },
         "ip" : "161.132.126.234",
         "ipv6" : "false",
         "latitude" : "-12.0432",
         "location" : "-12.0432,-77.0282",
         "longitude" : "-77.0282",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Red Cientifica Peruana",
         "os" : "RouterOS",
         "osvendor" : "Mikrotik",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "161.132.120.0/21",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 171.5.85.200:87 (tcp/http) - last seen on 2024-11-21 at 08:42:37 UTC

    • IP
      171.5.85.200
      Network
      171.4.0.0/15
      Domain(s)
      3bb.in.th
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://171.5.85.200:87/ 200

      HTTP Title
      RouterOS
      Reverse DNS
      mx-ll-171.5.85-200.dynamic.3bb.in.th
      ASN
      AS45758
      Organization
      Triple T Broadband Public Company Limited
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      a5e5c0bc09a03c8a36ebd478367f2680
      HTTP Header MD5
      407aa541200c06b973aff7a158a5a2c1
      HTTP Body MD5
      6579fb9bb0bd3be410adb26f2b2fe08e
      Favicon MD5
      e18c83c6fbef6f81ae32c2847cd3d1c1
      Favicon MMH3
      26417535
    • HTTP/1.1 200 OK
      Cache-Control: max-age=31536000
      Connection: close
      Content-Length: 2723
      Content-Type: text/html
      Date: Thu, 21 Nov 2024 08:35:20 GMT
      Expires: Fri, 21 Nov 2025 08:35:20 GMT
      X-Frame-Options: sameorigin
      
      <!doctype html>
      <html lang="en">
      <meta charset="utf-8">
      <link rel="icon" href="/favicon.png">
      <link rel="icon" href="/favicon.svg">
      <title>RouterOS</title>
      <style>
      body {
          font-family: Verdana, Geneva, sans-serif;
          font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
          font-size: 1.7em;
          display: inline;
          margin-bottom: 10px;
      }
      #container {
          width: 70%;
          margin: 10% auto;
      }
      #box {
          background: linear-gradient(#ffffff,#f3f3f3);
          border: 1px solid #c1c1c1;
          padding: 30px;
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {margin: 2em 0 2em 0;}
      #login td {padding: 0 4px 0 0;}
      #login td.label {text-align: right;}
      
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          color:red;
          padding: 1em 0 0 0;
      }
      #login input[type=submit] {
          box-shadow:inset 0px 1px 0px 0px #ffffff;
          background-color:#ededed;
          border-radius:3px;
          border:1px solid #dcdcdc;
          cursor:pointer;
          color:#000;
          font-size:12px;
          padding:4px 24px;
      }
      #login input[type=submit]:hover {
          background-color:#dfdfdf;
      }
      #login input[type=submit]:active {
          position:relative;
          top:1px;
      }
      </style>
      <script src="script.js"></script>
      
      <div id="container">
      <div id="box">
      <a href="https://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" alt="Mikrotik"></a><br style="clear: both;">
      <h1>RouterOS</h1>
      <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>
      <form id="login">
      <table>
          <tr><td class="label"><label for="name">Login:</label>
              <td><input id="name" autocomplete="username" type="text" data-defaultuser="admin">
          <tr><td class="label"><label for="password">Password:</label>
              <td><input id="password" type="password" autofocus>
              <td><input type="submit" value="Login">
              <td>
          <tr><td colspan="3">
          <div id="error"></div>
      </table>
      </form>
      <div>
          <div class="floater"><a href="https://mt.lv/winbox64"><img src="winbox.png" alt="Winbox"></a><br><label>Winbox</label></div>
          <div class="floater"><a href="/graphs"><img src="green.png" alt="Graphs"></a><br><label>Graphs</label></div>
          <div class="floater"><a href="/help/license.html"><img src="license.png" alt="License"></a><br><label>License</label></div>
          <div class="floater"><a href="https://help.mikrotik.com/docs/"><img src="help.png" alt="Help"></a><br><label>Help</label></div>
      </div>
      <br style="clear: both">
      <div style="float: right">&copy; <a href="https://mikrotik.com">mikrotik</a></div>
      </div>
      </div>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T08:42:37.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mt.lv",
                  "mikrotik.com"
               ],
               "hostname" : [
                  "help.mikrotik.com",
                  "mikrotik.com",
                  "mt.lv"
               ],
               "url" : [
                  "https://help.mikrotik.com/docs/",
                  "https://mikrotik.com",
                  "https://mt.lv/winbox64"
               ]
            },
            "favicon" : {
               "image" : "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTE0IDRsLTkyIDUxQzEzIDYwIDggNjkgOCA3OXY5OGMwIDEwIDYgMjAgMTUgMjVsOTIgNTBhMjggMjggMCAwIDAgMjcgMGw5Mi01MGM5LTUgMTUtMTUgMTUtMjVWODBjMC0xMC01LjUtMTkuNS0xNC41LTI1TDE0MiA0Yy04LTUtMTktNS0yNyAweiIgZmlsbD0iIzJiMzk0MiIvPjxwYXRoIGQ9Ik01NyAxNzBsMTUgOGMyIDEgNC0wIDQtM3YtNDhjMC0zLTItNS00LTZsLTE3LTljLTItMS00LjUuMzQtNCAzdjQ2YzAgNCAyIDcgNSA5ek0xMjMgNDhsLTE2IDlhMyAzIDAgMCAwIDAgNWw0OSAyN2EzIDMgMCAwIDEgMCA1bC0yMiAxMmExMCAxMCAwIDAgMS0xMCAwTDc1IDgwYTEwIDEwIDAgMCAwLTEwIDBsLTggNGMtMyAyLTUgNS01IDl2M2MwIDEuMS42IDIgMSAzbDU2IDMxYzMgMiA1IDUgNSA5djYxYTUgNSAwIDAgMCAzIDRsNSAzYTEwIDEwIDAgMCAwIDEwIDBsNi0zYTUgNSAwIDAgMCAzLTR2LTYwYzAtNCAyLTcgNS05bDI4LTE2YzItMSA0LjQ1LjM0IDUgM3Y2MGMwIDIgMiA0IDQgM2wxNS05YzMtMiA1LTUgNS05Vjk1YzAtNC0yLTctNS05bC02Ni0zN2ExMCAxMCAwIDAgMC0xMCAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo=",
               "imagemd5" : "e18c83c6fbef6f81ae32c2847cd3d1c1",
               "imagemmh3" : 26417535,
               "length" : 689,
               "url" : "/favicon.svg"
            },
            "http" : {
               "bodymd5" : "6579fb9bb0bd3be410adb26f2b2fe08e",
               "bodymmh3" : -1182782343,
               "headermd5" : "407aa541200c06b973aff7a158a5a2c1",
               "headermmh3" : -428565033,
               "title" : "RouterOS"
            },
            "length" : 2947
         },
         "asn" : "AS45758",
         "city" : "Nakhon Sawan",
         "country" : "TH",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: max-age=31536000\r\nConnection: close\r\nContent-Length: 2723\r\nContent-Type: text/html\r\nDate: Thu, 21 Nov 2024 08:35:20 GMT\r\nExpires: Fri, 21 Nov 2025 08:35:20 GMT\r\nX-Frame-Options: sameorigin\r\n\r\n<!doctype html>\n<html lang=\"en\">\n<meta charset=\"utf-8\">\n<link rel=\"icon\" href=\"/favicon.png\">\n<link rel=\"icon\" href=\"/favicon.svg\">\n<title>RouterOS</title>\n<style>\nbody {\n    font-family: Verdana, Geneva, sans-serif;\n    font-size: 11px;\n}\nimg {border: none}\nimg:hover {opacity: 0.8;}\nh1 {\n    font-size: 1.7em;\n    display: inline;\n    margin-bottom: 10px;\n}\n#container {\n    width: 70%;\n    margin: 10% auto;\n}\n#box {\n    background: linear-gradient(#ffffff,#f3f3f3);\n    border: 1px solid #c1c1c1;\n    padding: 30px;\n}\n.floater {float: left; margin-right: 10px;}\n.floater label {display: block; text-align: center;}\n\n#login {margin: 2em 0 2em 0;}\n#login td {padding: 0 4px 0 0;}\n#login td.label {text-align: right;}\n\n#login input {\n    margin: 2px;\n    padding: 2px;\n    border: 1px solid #888;\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n}\n#error {\n    color:red;\n    padding: 1em 0 0 0;\n}\n#login input[type=submit] {\n    box-shadow:inset 0px 1px 0px 0px #ffffff;\n    background-color:#ededed;\n    border-radius:3px;\n    border:1px solid #dcdcdc;\n    cursor:pointer;\n    color:#000;\n    font-size:12px;\n    padding:4px 24px;\n}\n#login input[type=submit]:hover {\n    background-color:#dfdfdf;\n}\n#login input[type=submit]:active {\n    position:relative;\n    top:1px;\n}\n</style>\n<script src=\"script.js\"></script>\n\n<div id=\"container\">\n<div id=\"box\">\n<a href=\"https://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" alt=\"Mikrotik\"></a><br style=\"clear: both;\">\n<h1>RouterOS</h1>\n<p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>\n<form id=\"login\">\n<table>\n    <tr><td class=\"label\"><label for=\"name\">Login:</label>\n        <td><input id=\"name\" autocomplete=\"username\" type=\"text\" data-defaultuser=\"admin\">\n    <tr><td class=\"label\"><label for=\"password\">Password:</label>\n        <td><input id=\"password\" type=\"password\" autofocus>\n        <td><input type=\"submit\" value=\"Login\">\n        <td>\n    <tr><td colspan=\"3\">\n    <div id=\"error\"></div>\n</table>\n</form>\n<div>\n    <div class=\"floater\"><a href=\"https://mt.lv/winbox64\"><img src=\"winbox.png\" alt=\"Winbox\"></a><br><label>Winbox</label></div>\n    <div class=\"floater\"><a href=\"/graphs\"><img src=\"green.png\" alt=\"Graphs\"></a><br><label>Graphs</label></div>\n    <div class=\"floater\"><a href=\"/help/license.html\"><img src=\"license.png\" alt=\"License\"></a><br><label>License</label></div>\n    <div class=\"floater\"><a href=\"https://help.mikrotik.com/docs/\"><img src=\"help.png\" alt=\"Help\"></a><br><label>Help</label></div>\n</div>\n<br style=\"clear: both\">\n<div style=\"float: right\">&copy; <a href=\"https://mikrotik.com\">mikrotik</a></div>\n</div>\n</div>\n",
         "datamd5" : "a5e5c0bc09a03c8a36ebd478367f2680",
         "datammh3" : 2129494745,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "3bb.in.th"
         ],
         "geolocus" : {
            "asn" : "AS45629",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "3bb.in.th",
               "3bbmail.com",
               "jasmine.com"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "TTBP-TH",
            "organization" : "Triple T Broadband Public Company Limited",
            "subnet" : "171.5.0.0/17"
         },
         "host" : [
            "mx-ll-171"
         ],
         "hostname" : [
            "mx-ll-171.5.85-200.dynamic.3bb.in.th"
         ],
         "ip" : "171.5.85.200",
         "ipv6" : "false",
         "latitude" : "15.6868",
         "location" : "15.6868,100.1151",
         "longitude" : "100.1151",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Triple T Broadband Public Company Limited",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "mx-ll-171.5.85-200.dynamic.3bb.in.th"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "5.85-200.dynamic.3bb.in.th",
            "85-200.dynamic.3bb.in.th",
            "dynamic.3bb.in.th"
         ],
         "subnet" : "171.4.0.0/15",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "in.th"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 186.249.193.57:87 (tcp/http) - last seen on 2024-11-21 at 05:33:32 UTC

    • IP
      186.249.193.57
      Network
      186.249.192.0/20
      Domain(s)
      unifique.net
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://186.249.193.57:87/ 200

      HTTP Title
      RouterOS
      Reverse DNS
      186-249-193-57.unifique.net
      ASN
      AS28343
      Organization
      UNIFIQUE TELECOMUNICACOES SA
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      a5e5c0bc09a03c8a36ebd478367f2680
      HTTP Header MD5
      407aa541200c06b973aff7a158a5a2c1
      HTTP Body MD5
      6579fb9bb0bd3be410adb26f2b2fe08e
      Favicon MD5
      e18c83c6fbef6f81ae32c2847cd3d1c1
      Favicon MMH3
      26417535
    • HTTP/1.1 200 OK
      Cache-Control: max-age=31536000
      Connection: close
      Content-Length: 2723
      Content-Type: text/html
      Date: Thu, 21 Nov 2024 05:26:05 GMT
      Expires: Fri, 21 Nov 2025 05:26:05 GMT
      X-Frame-Options: sameorigin
      
      <!doctype html>
      <html lang="en">
      <meta charset="utf-8">
      <link rel="icon" href="/favicon.png">
      <link rel="icon" href="/favicon.svg">
      <title>RouterOS</title>
      <style>
      body {
          font-family: Verdana, Geneva, sans-serif;
          font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
          font-size: 1.7em;
          display: inline;
          margin-bottom: 10px;
      }
      #container {
          width: 70%;
          margin: 10% auto;
      }
      #box {
          background: linear-gradient(#ffffff,#f3f3f3);
          border: 1px solid #c1c1c1;
          padding: 30px;
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {margin: 2em 0 2em 0;}
      #login td {padding: 0 4px 0 0;}
      #login td.label {text-align: right;}
      
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          color:red;
          padding: 1em 0 0 0;
      }
      #login input[type=submit] {
          box-shadow:inset 0px 1px 0px 0px #ffffff;
          background-color:#ededed;
          border-radius:3px;
          border:1px solid #dcdcdc;
          cursor:pointer;
          color:#000;
          font-size:12px;
          padding:4px 24px;
      }
      #login input[type=submit]:hover {
          background-color:#dfdfdf;
      }
      #login input[type=submit]:active {
          position:relative;
          top:1px;
      }
      </style>
      <script src="script.js"></script>
      
      <div id="container">
      <div id="box">
      <a href="https://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" alt="Mikrotik"></a><br style="clear: both;">
      <h1>RouterOS</h1>
      <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>
      <form id="login">
      <table>
          <tr><td class="label"><label for="name">Login:</label>
              <td><input id="name" autocomplete="username" type="text" data-defaultuser="admin">
          <tr><td class="label"><label for="password">Password:</label>
              <td><input id="password" type="password" autofocus>
              <td><input type="submit" value="Login">
              <td>
          <tr><td colspan="3">
          <div id="error"></div>
      </table>
      </form>
      <div>
          <div class="floater"><a href="https://mt.lv/winbox64"><img src="winbox.png" alt="Winbox"></a><br><label>Winbox</label></div>
          <div class="floater"><a href="/graphs"><img src="green.png" alt="Graphs"></a><br><label>Graphs</label></div>
          <div class="floater"><a href="/help/license.html"><img src="license.png" alt="License"></a><br><label>License</label></div>
          <div class="floater"><a href="https://help.mikrotik.com/docs/"><img src="help.png" alt="Help"></a><br><label>Help</label></div>
      </div>
      <br style="clear: both">
      <div style="float: right">&copy; <a href="https://mikrotik.com">mikrotik</a></div>
      </div>
      </div>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T05:33:32.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mt.lv",
                  "mikrotik.com"
               ],
               "hostname" : [
                  "help.mikrotik.com",
                  "mikrotik.com",
                  "mt.lv"
               ],
               "url" : [
                  "https://help.mikrotik.com/docs/",
                  "https://mikrotik.com",
                  "https://mt.lv/winbox64"
               ]
            },
            "favicon" : {
               "image" : "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTE0IDRsLTkyIDUxQzEzIDYwIDggNjkgOCA3OXY5OGMwIDEwIDYgMjAgMTUgMjVsOTIgNTBhMjggMjggMCAwIDAgMjcgMGw5Mi01MGM5LTUgMTUtMTUgMTUtMjVWODBjMC0xMC01LjUtMTkuNS0xNC41LTI1TDE0MiA0Yy04LTUtMTktNS0yNyAweiIgZmlsbD0iIzJiMzk0MiIvPjxwYXRoIGQ9Ik01NyAxNzBsMTUgOGMyIDEgNC0wIDQtM3YtNDhjMC0zLTItNS00LTZsLTE3LTljLTItMS00LjUuMzQtNCAzdjQ2YzAgNCAyIDcgNSA5ek0xMjMgNDhsLTE2IDlhMyAzIDAgMCAwIDAgNWw0OSAyN2EzIDMgMCAwIDEgMCA1bC0yMiAxMmExMCAxMCAwIDAgMS0xMCAwTDc1IDgwYTEwIDEwIDAgMCAwLTEwIDBsLTggNGMtMyAyLTUgNS01IDl2M2MwIDEuMS42IDIgMSAzbDU2IDMxYzMgMiA1IDUgNSA5djYxYTUgNSAwIDAgMCAzIDRsNSAzYTEwIDEwIDAgMCAwIDEwIDBsNi0zYTUgNSAwIDAgMCAzLTR2LTYwYzAtNCAyLTcgNS05bDI4LTE2YzItMSA0LjQ1LjM0IDUgM3Y2MGMwIDIgMiA0IDQgM2wxNS05YzMtMiA1LTUgNS05Vjk1YzAtNC0yLTctNS05bC02Ni0zN2ExMCAxMCAwIDAgMC0xMCAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo=",
               "imagemd5" : "e18c83c6fbef6f81ae32c2847cd3d1c1",
               "imagemmh3" : 26417535,
               "length" : 689,
               "url" : "/favicon.svg"
            },
            "http" : {
               "bodymd5" : "6579fb9bb0bd3be410adb26f2b2fe08e",
               "bodymmh3" : -1182782343,
               "headermd5" : "407aa541200c06b973aff7a158a5a2c1",
               "headermmh3" : -1450252418,
               "title" : "RouterOS"
            },
            "length" : 2947
         },
         "asn" : "AS28343",
         "city" : "Florian\u00f3polis",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: max-age=31536000\r\nConnection: close\r\nContent-Length: 2723\r\nContent-Type: text/html\r\nDate: Thu, 21 Nov 2024 05:26:05 GMT\r\nExpires: Fri, 21 Nov 2025 05:26:05 GMT\r\nX-Frame-Options: sameorigin\r\n\r\n<!doctype html>\n<html lang=\"en\">\n<meta charset=\"utf-8\">\n<link rel=\"icon\" href=\"/favicon.png\">\n<link rel=\"icon\" href=\"/favicon.svg\">\n<title>RouterOS</title>\n<style>\nbody {\n    font-family: Verdana, Geneva, sans-serif;\n    font-size: 11px;\n}\nimg {border: none}\nimg:hover {opacity: 0.8;}\nh1 {\n    font-size: 1.7em;\n    display: inline;\n    margin-bottom: 10px;\n}\n#container {\n    width: 70%;\n    margin: 10% auto;\n}\n#box {\n    background: linear-gradient(#ffffff,#f3f3f3);\n    border: 1px solid #c1c1c1;\n    padding: 30px;\n}\n.floater {float: left; margin-right: 10px;}\n.floater label {display: block; text-align: center;}\n\n#login {margin: 2em 0 2em 0;}\n#login td {padding: 0 4px 0 0;}\n#login td.label {text-align: right;}\n\n#login input {\n    margin: 2px;\n    padding: 2px;\n    border: 1px solid #888;\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n}\n#error {\n    color:red;\n    padding: 1em 0 0 0;\n}\n#login input[type=submit] {\n    box-shadow:inset 0px 1px 0px 0px #ffffff;\n    background-color:#ededed;\n    border-radius:3px;\n    border:1px solid #dcdcdc;\n    cursor:pointer;\n    color:#000;\n    font-size:12px;\n    padding:4px 24px;\n}\n#login input[type=submit]:hover {\n    background-color:#dfdfdf;\n}\n#login input[type=submit]:active {\n    position:relative;\n    top:1px;\n}\n</style>\n<script src=\"script.js\"></script>\n\n<div id=\"container\">\n<div id=\"box\">\n<a href=\"https://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" alt=\"Mikrotik\"></a><br style=\"clear: both;\">\n<h1>RouterOS</h1>\n<p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>\n<form id=\"login\">\n<table>\n    <tr><td class=\"label\"><label for=\"name\">Login:</label>\n        <td><input id=\"name\" autocomplete=\"username\" type=\"text\" data-defaultuser=\"admin\">\n    <tr><td class=\"label\"><label for=\"password\">Password:</label>\n        <td><input id=\"password\" type=\"password\" autofocus>\n        <td><input type=\"submit\" value=\"Login\">\n        <td>\n    <tr><td colspan=\"3\">\n    <div id=\"error\"></div>\n</table>\n</form>\n<div>\n    <div class=\"floater\"><a href=\"https://mt.lv/winbox64\"><img src=\"winbox.png\" alt=\"Winbox\"></a><br><label>Winbox</label></div>\n    <div class=\"floater\"><a href=\"/graphs\"><img src=\"green.png\" alt=\"Graphs\"></a><br><label>Graphs</label></div>\n    <div class=\"floater\"><a href=\"/help/license.html\"><img src=\"license.png\" alt=\"License\"></a><br><label>License</label></div>\n    <div class=\"floater\"><a href=\"https://help.mikrotik.com/docs/\"><img src=\"help.png\" alt=\"Help\"></a><br><label>Help</label></div>\n</div>\n<br style=\"clear: both\">\n<div style=\"float: right\">&copy; <a href=\"https://mikrotik.com\">mikrotik</a></div>\n</div>\n</div>\n",
         "datamd5" : "a5e5c0bc09a03c8a36ebd478367f2680",
         "datammh3" : 2129494745,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "unifique.net"
         ],
         "geolocus" : {
            "asn" : "AS28343",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "BR",
            "countryname" : "Brazil",
            "domain" : [
               "cert.br",
               "redeunifique.com.br",
               "totallifebrasil.com.br",
               "unifique.com.br"
            ],
            "isineu" : "false",
            "latitude" : "-14.235004",
            "location" : "-14.235004,-51.92528",
            "longitude" : "-51.92528",
            "netname" : "02.255.187/0001-08",
            "organization" : "UNIFIQUE TELECOMUNICACOES S/A",
            "subnet" : "186.249.192.0/20"
         },
         "host" : [
            "186-249-193-57"
         ],
         "hostname" : [
            "186-249-193-57.unifique.net"
         ],
         "ip" : "186.249.193.57",
         "ipv6" : "false",
         "latitude" : "-27.6147",
         "location" : "-27.6147,-48.4976",
         "longitude" : "-48.4976",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "UNIFIQUE TELECOMUNICACOES SA",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "186-249-193-57.unifique.net"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "186.249.192.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 124.122.12.193:87 (tcp/http) - last seen on 2024-11-21 at 05:05:30 UTC

    • IP
      124.122.12.193
      Network
      124.122.0.0/17
      Domain(s)
      asianet.co.th
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://124.122.12.193:87/ 200

      HTTP Title
      RouterOS
      Reverse DNS
      ppp-124-122-12-193.revip2.asianet.co.th
      ASN
      AS17552
      Organization
      True Online
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      a5e5c0bc09a03c8a36ebd478367f2680
      HTTP Header MD5
      407aa541200c06b973aff7a158a5a2c1
      HTTP Body MD5
      6579fb9bb0bd3be410adb26f2b2fe08e
      Favicon MD5
      e18c83c6fbef6f81ae32c2847cd3d1c1
      Favicon MMH3
      26417535
    • HTTP/1.1 200 OK
      Cache-Control: max-age=31536000
      Connection: close
      Content-Length: 2723
      Content-Type: text/html
      Date: Thu, 21 Nov 2024 04:58:00 GMT
      Expires: Fri, 21 Nov 2025 04:58:00 GMT
      X-Frame-Options: sameorigin
      
      <!doctype html>
      <html lang="en">
      <meta charset="utf-8">
      <link rel="icon" href="/favicon.png">
      <link rel="icon" href="/favicon.svg">
      <title>RouterOS</title>
      <style>
      body {
          font-family: Verdana, Geneva, sans-serif;
          font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
          font-size: 1.7em;
          display: inline;
          margin-bottom: 10px;
      }
      #container {
          width: 70%;
          margin: 10% auto;
      }
      #box {
          background: linear-gradient(#ffffff,#f3f3f3);
          border: 1px solid #c1c1c1;
          padding: 30px;
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {margin: 2em 0 2em 0;}
      #login td {padding: 0 4px 0 0;}
      #login td.label {text-align: right;}
      
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          color:red;
          padding: 1em 0 0 0;
      }
      #login input[type=submit] {
          box-shadow:inset 0px 1px 0px 0px #ffffff;
          background-color:#ededed;
          border-radius:3px;
          border:1px solid #dcdcdc;
          cursor:pointer;
          color:#000;
          font-size:12px;
          padding:4px 24px;
      }
      #login input[type=submit]:hover {
          background-color:#dfdfdf;
      }
      #login input[type=submit]:active {
          position:relative;
          top:1px;
      }
      </style>
      <script src="script.js"></script>
      
      <div id="container">
      <div id="box">
      <a href="https://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" alt="Mikrotik"></a><br style="clear: both;">
      <h1>RouterOS</h1>
      <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>
      <form id="login">
      <table>
          <tr><td class="label"><label for="name">Login:</label>
              <td><input id="name" autocomplete="username" type="text" data-defaultuser="admin">
          <tr><td class="label"><label for="password">Password:</label>
              <td><input id="password" type="password" autofocus>
              <td><input type="submit" value="Login">
              <td>
          <tr><td colspan="3">
          <div id="error"></div>
      </table>
      </form>
      <div>
          <div class="floater"><a href="https://mt.lv/winbox64"><img src="winbox.png" alt="Winbox"></a><br><label>Winbox</label></div>
          <div class="floater"><a href="/graphs"><img src="green.png" alt="Graphs"></a><br><label>Graphs</label></div>
          <div class="floater"><a href="/help/license.html"><img src="license.png" alt="License"></a><br><label>License</label></div>
          <div class="floater"><a href="https://help.mikrotik.com/docs/"><img src="help.png" alt="Help"></a><br><label>Help</label></div>
      </div>
      <br style="clear: both">
      <div style="float: right">&copy; <a href="https://mikrotik.com">mikrotik</a></div>
      </div>
      </div>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T05:05:30.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mikrotik.com",
                  "mt.lv"
               ],
               "hostname" : [
                  "help.mikrotik.com",
                  "mikrotik.com",
                  "mt.lv"
               ],
               "url" : [
                  "https://help.mikrotik.com/docs/",
                  "https://mikrotik.com",
                  "https://mt.lv/winbox64"
               ]
            },
            "favicon" : {
               "image" : "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTE0IDRsLTkyIDUxQzEzIDYwIDggNjkgOCA3OXY5OGMwIDEwIDYgMjAgMTUgMjVsOTIgNTBhMjggMjggMCAwIDAgMjcgMGw5Mi01MGM5LTUgMTUtMTUgMTUtMjVWODBjMC0xMC01LjUtMTkuNS0xNC41LTI1TDE0MiA0Yy04LTUtMTktNS0yNyAweiIgZmlsbD0iIzJiMzk0MiIvPjxwYXRoIGQ9Ik01NyAxNzBsMTUgOGMyIDEgNC0wIDQtM3YtNDhjMC0zLTItNS00LTZsLTE3LTljLTItMS00LjUuMzQtNCAzdjQ2YzAgNCAyIDcgNSA5ek0xMjMgNDhsLTE2IDlhMyAzIDAgMCAwIDAgNWw0OSAyN2EzIDMgMCAwIDEgMCA1bC0yMiAxMmExMCAxMCAwIDAgMS0xMCAwTDc1IDgwYTEwIDEwIDAgMCAwLTEwIDBsLTggNGMtMyAyLTUgNS01IDl2M2MwIDEuMS42IDIgMSAzbDU2IDMxYzMgMiA1IDUgNSA5djYxYTUgNSAwIDAgMCAzIDRsNSAzYTEwIDEwIDAgMCAwIDEwIDBsNi0zYTUgNSAwIDAgMCAzLTR2LTYwYzAtNCAyLTcgNS05bDI4LTE2YzItMSA0LjQ1LjM0IDUgM3Y2MGMwIDIgMiA0IDQgM2wxNS05YzMtMiA1LTUgNS05Vjk1YzAtNC0yLTctNS05bC02Ni0zN2ExMCAxMCAwIDAgMC0xMCAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo=",
               "imagemd5" : "e18c83c6fbef6f81ae32c2847cd3d1c1",
               "imagemmh3" : 26417535,
               "length" : 689,
               "url" : "/favicon.svg"
            },
            "http" : {
               "bodymd5" : "6579fb9bb0bd3be410adb26f2b2fe08e",
               "bodymmh3" : -1182782343,
               "headermd5" : "407aa541200c06b973aff7a158a5a2c1",
               "headermmh3" : 41262974,
               "title" : "RouterOS"
            },
            "length" : 2947
         },
         "asn" : "AS17552",
         "city" : "Bangkok",
         "country" : "TH",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: max-age=31536000\r\nConnection: close\r\nContent-Length: 2723\r\nContent-Type: text/html\r\nDate: Thu, 21 Nov 2024 04:58:00 GMT\r\nExpires: Fri, 21 Nov 2025 04:58:00 GMT\r\nX-Frame-Options: sameorigin\r\n\r\n<!doctype html>\n<html lang=\"en\">\n<meta charset=\"utf-8\">\n<link rel=\"icon\" href=\"/favicon.png\">\n<link rel=\"icon\" href=\"/favicon.svg\">\n<title>RouterOS</title>\n<style>\nbody {\n    font-family: Verdana, Geneva, sans-serif;\n    font-size: 11px;\n}\nimg {border: none}\nimg:hover {opacity: 0.8;}\nh1 {\n    font-size: 1.7em;\n    display: inline;\n    margin-bottom: 10px;\n}\n#container {\n    width: 70%;\n    margin: 10% auto;\n}\n#box {\n    background: linear-gradient(#ffffff,#f3f3f3);\n    border: 1px solid #c1c1c1;\n    padding: 30px;\n}\n.floater {float: left; margin-right: 10px;}\n.floater label {display: block; text-align: center;}\n\n#login {margin: 2em 0 2em 0;}\n#login td {padding: 0 4px 0 0;}\n#login td.label {text-align: right;}\n\n#login input {\n    margin: 2px;\n    padding: 2px;\n    border: 1px solid #888;\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n}\n#error {\n    color:red;\n    padding: 1em 0 0 0;\n}\n#login input[type=submit] {\n    box-shadow:inset 0px 1px 0px 0px #ffffff;\n    background-color:#ededed;\n    border-radius:3px;\n    border:1px solid #dcdcdc;\n    cursor:pointer;\n    color:#000;\n    font-size:12px;\n    padding:4px 24px;\n}\n#login input[type=submit]:hover {\n    background-color:#dfdfdf;\n}\n#login input[type=submit]:active {\n    position:relative;\n    top:1px;\n}\n</style>\n<script src=\"script.js\"></script>\n\n<div id=\"container\">\n<div id=\"box\">\n<a href=\"https://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" alt=\"Mikrotik\"></a><br style=\"clear: both;\">\n<h1>RouterOS</h1>\n<p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>\n<form id=\"login\">\n<table>\n    <tr><td class=\"label\"><label for=\"name\">Login:</label>\n        <td><input id=\"name\" autocomplete=\"username\" type=\"text\" data-defaultuser=\"admin\">\n    <tr><td class=\"label\"><label for=\"password\">Password:</label>\n        <td><input id=\"password\" type=\"password\" autofocus>\n        <td><input type=\"submit\" value=\"Login\">\n        <td>\n    <tr><td colspan=\"3\">\n    <div id=\"error\"></div>\n</table>\n</form>\n<div>\n    <div class=\"floater\"><a href=\"https://mt.lv/winbox64\"><img src=\"winbox.png\" alt=\"Winbox\"></a><br><label>Winbox</label></div>\n    <div class=\"floater\"><a href=\"/graphs\"><img src=\"green.png\" alt=\"Graphs\"></a><br><label>Graphs</label></div>\n    <div class=\"floater\"><a href=\"/help/license.html\"><img src=\"license.png\" alt=\"License\"></a><br><label>License</label></div>\n    <div class=\"floater\"><a href=\"https://help.mikrotik.com/docs/\"><img src=\"help.png\" alt=\"Help\"></a><br><label>Help</label></div>\n</div>\n<br style=\"clear: both\">\n<div style=\"float: right\">&copy; <a href=\"https://mikrotik.com\">mikrotik</a></div>\n</div>\n</div>\n",
         "datamd5" : "a5e5c0bc09a03c8a36ebd478367f2680",
         "datammh3" : 2129494745,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "asianet.co.th"
         ],
         "geolocus" : {
            "asn" : "AS7470",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "asianet.co.th",
               "trueinternet.co.th"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "TRUE_BB",
            "organization" : "True Internet Co., Ltd.",
            "subnet" : "124.122.0.0/17"
         },
         "host" : [
            "ppp-124-122-12-193"
         ],
         "hostname" : [
            "ppp-124-122-12-193.revip2.asianet.co.th"
         ],
         "ip" : "124.122.12.193",
         "ipv6" : "false",
         "latitude" : "13.8054",
         "location" : "13.8054,100.6751",
         "longitude" : "100.6751",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "True Online",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ppp-124-122-12-193.revip2.asianet.co.th"
         ],
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "revip2.asianet.co.th"
         ],
         "subnet" : "124.122.0.0/17",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "co.th"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 45.170.239.184:87 (tcp/http) - last seen on 2024-11-21 at 04:50:08 UTC

    • IP
      45.170.239.184
      Network
      45.170.236.0/22
      Device

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

      Operating System
      Mikrotik RouterOS
      URL

      http://45.170.239.184:87/ 200

      HTTP Title
      RouterOS router configuration page
      ASN
      AS268182
      Organization
      JNET TELECOM EIRELI
      Protocol
      http
      Source
      datascan
    • Operating System
      Mikrotik RouterOS
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      20f49fe61c98fa1309baa6bb72a1b33f
      HTTP Header MD5
      508070579d3bda9d98e9ba0408c62fd3
      HTTP Body MD5
      91e377f29922ef39edb4a61b5a49def2
    • HTTP/1.1 200 OK
      Connection: close
      Content-Length: 7065
      Content-Type: text/html
      Date: Thu, 21 Nov 2024 04:50:07 GMT
      Expires: 0
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <link rel="icon" href="/favicon.png"/>
      <title>RouterOS router configuration page</title>
      <style type="text/css">
      body {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
      font-size: 1.7em;
      display: inline;
      margin-bottom: 10px;
      }
      fieldset {
      margin-top: 20px;
      background: #fff;
      padding: 20px;
      border: 1px solid #c1c1c1; 
      }
      #container {
      width: 70%;
      margin: 10% auto;
      }
      #box {
      background-color: #fff; 
      -moz-border-radius: 7px; 
      -webkit-border-radius: 7px; 
      border: 1px solid #c1c1c1; 
      padding: 30px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {
          margin: 2em 0 4em 0;
      }
      #login h2 {
          font-weight: normal;
          font-size: 14px;
          margin: 0 0 0.5em 1em;
      }
      #login td {
          padding: 0 4px 0 0;
      }
      #login td.label {
          text-align: right;
      }
      #login td.toolbar {
          padding: 0 0 0 1em;
          vertical-align: top;
      }
      #login ul.toolbar {
          margin: 0;
      }
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          display:none;
          color:red;
          padding: 1em 0 0 0;
      }
      ul.toolbar {
          font-size: 11px;
          text-align: left;
          list-style-type: none;
          padding: 0;
          margin: 2px 0 4px 2px;
      }
      ul.toolbar li {
          float: left;
          vertical-align: middle;
      }
      ul.toolbar a {
          float: none;
          display: block;
          margin: 2px 4px 2px 0;
          padding: 5px;
      
          background: #ddd;
          border: 1px solid #888;
          border-radius: 3px;
          -moz-border-radius: 3px;
          box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */
      	1px 1px 2px rgba(0,0,0,0.2); /* shadow */
          -webkit-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          -moz-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          color: #000;
      
          text-decoration: none;
          text-align: center;
          white-space: nowrap;
          cursor: inherit;
          min-width: 4em;
      
          -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;
          -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;
      }
      ul.toolbar a:hover {
          background: #eee;
      }
      ul.toolbar a:active {
          background: #aaa;
          box-shadow: 1px 1px 2px #999 inset;
          -webkit-box-shadow: 1px 1px 2px #999 inset;
          -moz-box-shadow: 1px 1px 2px #999 inset;
      }
      </style>
      <script>
      function get(id) {
          return document.getElementById(id);
      }
      function trim(str) {
          return str.replace(/^\s+|\s+$/g, '');
      }
      function login(user, pwd, autologin) {
          var expires = new Date();
          expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));
          document.cookie = 'username=' + user +
              '; expires=' + expires.toGMTString() + '; path=/';
      
          window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;
          window.location.replace('/webfig/' + window.location.hash);
      }
      function dologin() {
          login(get('name').value, get('password').value);
      }
      function loaded() {
          var p = window.name.split('=');
          if (p[0] == 'error' && p[1]) {
              var err = get('error');
              err.appendChild(document.createTextNode(p[1]));
              err.style.display = 'block';
          } else if (p[0] != 'noautologin' || p[1] != 1) {
              var user = '';
              if (user) {
                  login(user, '', true);
                  return;
              }
          }
          window.name = '';
      
          document.onkeydown = function(e) {
              e = e || event;
              if (e.keyCode == 13) {
                  dologin();
                  return false;
              }
              return true;
          };
      
          var username = null;
          var cookies = document.cookie.split(';');
          for (var i in cookies) {
      	var c = trim(cookies[i]).split('=');
      	if (c[0] == 'username') {
      	    username = c[1];
      	    break;
      	}
          }
          
          if (username != null) {
      	get('name').value = username;
      	get('password').focus();
          } else {
              get('name').value = 'admin';
      	get('name').focus();
          }
      }
      </script>
      </head>
      
      <body onload="loaded()">
      
      <div id="container">
      
          <div id="box">
          <a href="http://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" /></a>
      
          <br style="clear: both;"/>
          
      		<h1>RouterOS v6.45.9</h1>
              
              <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>
              
            <table id="login">
      	<tr><td colspan="3"><h2>WebFig Login:</h2>
              <tr><td class="label">Login: <td><input id="name" type="text" tabindex="1">
      	 <td class="toolbar" rowspan="2">
               <ul class="toolbar">
      	   <li><a onclick="dologin()" ondragstart="return false;"><span>Login</span></a></li>
               </ul>
               <tr><td class="label">Password: <td><input id="password" type="password" tabindex="2">
      	<tr><td colspan="3">
      	    <div id="error"></div>
            </table>
                  
                  <fieldset>
                  <div class="floater"> 
                  	<a href="http://www.mikrotik.com/download/winbox.exe"><img src="winbox.png"/></a><br/>
                      <label>Winbox</label>
                  </div>
                  
                  <div class="floater"> 
                  	<a href="telnet://<ip>"><img src="console.png"/></a><br/>
                      <label>Telnet</label>
                  </div>
      
                  
                  
                  <div class="floater"> 
                  	<a href="/graphs"><img src="green.png"/></a><br/>
                      <label>Graphs</label>
                  </div>
                 
                  
                  <div class="floater"> 
                  	<a href="/help/license.html"><img src="license.png"/></a><br/>
                      <label>License</label>
                  </div>
                  
      			<div class="floater"> 
                  	<a href="http://wiki.mikrotik.com"><img src="help.png"/></a><br/>
                      <label>Help</label>
                  </div>
      
      </fieldset>
                 
                  <br style="clear: both"/> 
                                  <div style="float: right">&copy; mikrotik</div>
      
          </div>
      </div>
      
      </div>
      
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-21T04:50:08.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mikrotik.com",
                  "w3.org"
               ],
               "file" : [
                  "winbox.exe"
               ],
               "hostname" : [
                  "mikrotik.com",
                  "wiki.mikrotik.com",
                  "www.mikrotik.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://mikrotik.com",
                  "http://wiki.mikrotik.com",
                  "http://www.mikrotik.com/download/winbox.exe",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "91e377f29922ef39edb4a61b5a49def2",
               "bodymmh3" : -1867523013,
               "headermd5" : "508070579d3bda9d98e9ba0408c62fd3",
               "headermmh3" : 1576428173,
               "title" : "RouterOS router configuration page"
            },
            "length" : 7189
         },
         "asn" : "AS268182",
         "city" : "S\u00e3o Paulo",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 7065\r\nContent-Type: text/html\r\nDate: Thu, 21 Nov 2024 04:50:07 GMT\r\nExpires: 0\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<link rel=\"icon\" href=\"/favicon.png\"/>\r\n<title>RouterOS router configuration page</title>\r\n<style type=\"text/css\">\r\nbody {\r\nfont-family: Verdana, Geneva, sans-serif;\r\nfont-size: 11px;\r\n}\r\nimg {border: none}\r\nimg:hover {opacity: 0.8;}\r\nh1 {\r\nfont-size: 1.7em;\r\ndisplay: inline;\r\nmargin-bottom: 10px;\r\n}\r\nfieldset {\r\nmargin-top: 20px;\r\nbackground: #fff;\r\npadding: 20px;\r\nborder: 1px solid #c1c1c1; \r\n}\r\n#container {\r\nwidth: 70%;\r\nmargin: 10% auto;\r\n}\r\n#box {\r\nbackground-color: #fff; \r\n-moz-border-radius: 7px; \r\n-webkit-border-radius: 7px; \r\nborder: 1px solid #c1c1c1; \r\npadding: 30px;\r\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */\r\nbackground: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */\r\nbackground: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */\r\n}\r\n.floater {float: left; margin-right: 10px;}\r\n.floater label {display: block; text-align: center;}\r\n\r\n#login {\r\n    margin: 2em 0 4em 0;\r\n}\r\n#login h2 {\r\n    font-weight: normal;\r\n    font-size: 14px;\r\n    margin: 0 0 0.5em 1em;\r\n}\r\n#login td {\r\n    padding: 0 4px 0 0;\r\n}\r\n#login td.label {\r\n    text-align: right;\r\n}\r\n#login td.toolbar {\r\n    padding: 0 0 0 1em;\r\n    vertical-align: top;\r\n}\r\n#login ul.toolbar {\r\n    margin: 0;\r\n}\r\n#login input {\r\n    margin: 2px;\r\n    padding: 2px;\r\n    border: 1px solid #888;\r\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n}\r\n#error {\r\n    display:none;\r\n    color:red;\r\n    padding: 1em 0 0 0;\r\n}\r\nul.toolbar {\r\n    font-size: 11px;\r\n    text-align: left;\r\n    list-style-type: none;\r\n    padding: 0;\r\n    margin: 2px 0 4px 2px;\r\n}\r\nul.toolbar li {\r\n    float: left;\r\n    vertical-align: middle;\r\n}\r\nul.toolbar a {\r\n    float: none;\r\n    display: block;\r\n    margin: 2px 4px 2px 0;\r\n    padding: 5px;\r\n\r\n    background: #ddd;\r\n    border: 1px solid #888;\r\n    border-radius: 3px;\r\n    -moz-border-radius: 3px;\r\n    box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */\r\n\t1px 1px 2px rgba(0,0,0,0.2); /* shadow */\r\n    -webkit-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    -moz-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    color: #000;\r\n\r\n    text-decoration: none;\r\n    text-align: center;\r\n    white-space: nowrap;\r\n    cursor: inherit;\r\n    min-width: 4em;\r\n\r\n    -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n    -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n}\r\nul.toolbar a:hover {\r\n    background: #eee;\r\n}\r\nul.toolbar a:active {\r\n    background: #aaa;\r\n    box-shadow: 1px 1px 2px #999 inset;\r\n    -webkit-box-shadow: 1px 1px 2px #999 inset;\r\n    -moz-box-shadow: 1px 1px 2px #999 inset;\r\n}\r\n</style>\r\n<script>\r\nfunction get(id) {\r\n    return document.getElementById(id);\r\n}\r\nfunction trim(str) {\r\n    return str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\nfunction login(user, pwd, autologin) {\r\n    var expires = new Date();\r\n    expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));\r\n    document.cookie = 'username=' + user +\r\n        '; expires=' + expires.toGMTString() + '; path=/';\r\n\r\n    window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;\r\n    window.location.replace('/webfig/' + window.location.hash);\r\n}\r\nfunction dologin() {\r\n    login(get('name').value, get('password').value);\r\n}\r\nfunction loaded() {\r\n    var p = window.name.split('=');\r\n    if (p[0] == 'error' && p[1]) {\r\n        var err = get('error');\r\n        err.appendChild(document.createTextNode(p[1]));\r\n        err.style.display = 'block';\r\n    } else if (p[0] != 'noautologin' || p[1] != 1) {\r\n        var user = '';\r\n        if (user) {\r\n            login(user, '', true);\r\n            return;\r\n        }\r\n    }\r\n    window.name = '';\r\n\r\n    document.onkeydown = function(e) {\r\n        e = e || event;\r\n        if (e.keyCode == 13) {\r\n            dologin();\r\n            return false;\r\n        }\r\n        return true;\r\n    };\r\n\r\n    var username = null;\r\n    var cookies = document.cookie.split(';');\r\n    for (var i in cookies) {\r\n\tvar c = trim(cookies[i]).split('=');\r\n\tif (c[0] == 'username') {\r\n\t    username = c[1];\r\n\t    break;\r\n\t}\r\n    }\r\n    \r\n    if (username != null) {\r\n\tget('name').value = username;\r\n\tget('password').focus();\r\n    } else {\r\n        get('name').value = 'admin';\r\n\tget('name').focus();\r\n    }\r\n}\r\n</script>\r\n</head>\r\n\r\n<body onload=\"loaded()\">\r\n\r\n<div id=\"container\">\r\n\r\n    <div id=\"box\">\r\n    <a href=\"http://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" /></a>\r\n\r\n    <br style=\"clear: both;\"/>\r\n    \r\n\t\t<h1>RouterOS v6.45.9</h1>\r\n        \r\n        <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>\r\n        \r\n      <table id=\"login\">\r\n\t<tr><td colspan=\"3\"><h2>WebFig Login:</h2>\r\n        <tr><td class=\"label\">Login: <td><input id=\"name\" type=\"text\" tabindex=\"1\">\r\n\t <td class=\"toolbar\" rowspan=\"2\">\r\n         <ul class=\"toolbar\">\r\n\t   <li><a onclick=\"dologin()\" ondragstart=\"return false;\"><span>Login</span></a></li>\r\n         </ul>\r\n         <tr><td class=\"label\">Password: <td><input id=\"password\" type=\"password\" tabindex=\"2\">\r\n\t<tr><td colspan=\"3\">\r\n\t    <div id=\"error\"></div>\r\n      </table>\r\n            \r\n            <fieldset>\r\n            <div class=\"floater\"> \r\n            \t<a href=\"http://www.mikrotik.com/download/winbox.exe\"><img src=\"winbox.png\"/></a><br/>\r\n                <label>Winbox</label>\r\n            </div>\r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"telnet://<ip>\"><img src=\"console.png\"/></a><br/>\r\n                <label>Telnet</label>\r\n            </div>\r\n\r\n            \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/graphs\"><img src=\"green.png\"/></a><br/>\r\n                <label>Graphs</label>\r\n            </div>\r\n           \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/help/license.html\"><img src=\"license.png\"/></a><br/>\r\n                <label>License</label>\r\n            </div>\r\n            \r\n\t\t\t<div class=\"floater\"> \r\n            \t<a href=\"http://wiki.mikrotik.com\"><img src=\"help.png\"/></a><br/>\r\n                <label>Help</label>\r\n            </div>\r\n\r\n</fieldset>\r\n           \r\n            <br style=\"clear: both\"/> \r\n                            <div style=\"float: right\">&copy; mikrotik</div>\r\n\r\n    </div>\r\n</div>\r\n\r\n</div>\r\n\r\n</body>\r\n</html>\r\n",
         "datamd5" : "20f49fe61c98fa1309baa6bb72a1b33f",
         "datammh3" : -503626013,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "geolocus" : {
            "asn" : "AS268182",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "BR",
            "countryname" : "Brazil",
            "domain" : [
               "cert.br",
               "outlook.com"
            ],
            "isineu" : "false",
            "latitude" : "-14.235004",
            "location" : "-14.235004,-51.92528",
            "longitude" : "-51.92528",
            "netname" : "13.366.503/0001-27",
            "organization" : "JNET TELECOM EIRELI",
            "subnet" : "45.170.236.0/22"
         },
         "ip" : "45.170.239.184",
         "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" : "JNET TELECOM EIRELI",
         "os" : "RouterOS",
         "osvendor" : "Mikrotik",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-21",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "45.170.236.0/22",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 124.122.61.19:87 (tcp/http) - last seen on 2024-11-20 at 23:27:59 UTC

    • IP
      124.122.61.19
      Network
      124.122.0.0/17
      Domain(s)
      asianet.co.th
      Device

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

      Operating System
      Mikrotik RouterOS
      URL

      http://124.122.61.19:87/ 200

      HTTP Title
      RouterOS router configuration page
      Reverse DNS
      ppp-124-122-61-19.revip2.asianet.co.th
      ASN
      AS17552
      Organization
      True Online
      Protocol
      http
      Source
      datascan
    • Operating System
      Mikrotik RouterOS
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      72643020bc4e4c92fd5833a6767d0952
      HTTP Header MD5
      508070579d3bda9d98e9ba0408c62fd3
      HTTP Body MD5
      91e377f29922ef39edb4a61b5a49def2
    • HTTP/1.1 200 OK
      Connection: close
      Content-Length: 7064
      Content-Type: text/html
      Date: Wed, 20 Nov 2024 23:27:57 GMT
      Expires: 0
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <link rel="icon" href="/favicon.png"/>
      <title>RouterOS router configuration page</title>
      <style type="text/css">
      body {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
      font-size: 1.7em;
      display: inline;
      margin-bottom: 10px;
      }
      fieldset {
      margin-top: 20px;
      background: #fff;
      padding: 20px;
      border: 1px solid #c1c1c1; 
      }
      #container {
      width: 70%;
      margin: 10% auto;
      }
      #box {
      background-color: #fff; 
      -moz-border-radius: 7px; 
      -webkit-border-radius: 7px; 
      border: 1px solid #c1c1c1; 
      padding: 30px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {
          margin: 2em 0 4em 0;
      }
      #login h2 {
          font-weight: normal;
          font-size: 14px;
          margin: 0 0 0.5em 1em;
      }
      #login td {
          padding: 0 4px 0 0;
      }
      #login td.label {
          text-align: right;
      }
      #login td.toolbar {
          padding: 0 0 0 1em;
          vertical-align: top;
      }
      #login ul.toolbar {
          margin: 0;
      }
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          display:none;
          color:red;
          padding: 1em 0 0 0;
      }
      ul.toolbar {
          font-size: 11px;
          text-align: left;
          list-style-type: none;
          padding: 0;
          margin: 2px 0 4px 2px;
      }
      ul.toolbar li {
          float: left;
          vertical-align: middle;
      }
      ul.toolbar a {
          float: none;
          display: block;
          margin: 2px 4px 2px 0;
          padding: 5px;
      
          background: #ddd;
          border: 1px solid #888;
          border-radius: 3px;
          -moz-border-radius: 3px;
          box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */
      	1px 1px 2px rgba(0,0,0,0.2); /* shadow */
          -webkit-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          -moz-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          color: #000;
      
          text-decoration: none;
          text-align: center;
          white-space: nowrap;
          cursor: inherit;
          min-width: 4em;
      
          -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;
          -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;
      }
      ul.toolbar a:hover {
          background: #eee;
      }
      ul.toolbar a:active {
          background: #aaa;
          box-shadow: 1px 1px 2px #999 inset;
          -webkit-box-shadow: 1px 1px 2px #999 inset;
          -moz-box-shadow: 1px 1px 2px #999 inset;
      }
      </style>
      <script>
      function get(id) {
          return document.getElementById(id);
      }
      function trim(str) {
          return str.replace(/^\s+|\s+$/g, '');
      }
      function login(user, pwd, autologin) {
          var expires = new Date();
          expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));
          document.cookie = 'username=' + user +
              '; expires=' + expires.toGMTString() + '; path=/';
      
          window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;
          window.location.replace('/webfig/' + window.location.hash);
      }
      function dologin() {
          login(get('name').value, get('password').value);
      }
      function loaded() {
          var p = window.name.split('=');
          if (p[0] == 'error' && p[1]) {
              var err = get('error');
              err.appendChild(document.createTextNode(p[1]));
              err.style.display = 'block';
          } else if (p[0] != 'noautologin' || p[1] != 1) {
              var user = '';
              if (user) {
                  login(user, '', true);
                  return;
              }
          }
          window.name = '';
      
          document.onkeydown = function(e) {
              e = e || event;
              if (e.keyCode == 13) {
                  dologin();
                  return false;
              }
              return true;
          };
      
          var username = null;
          var cookies = document.cookie.split(';');
          for (var i in cookies) {
      	var c = trim(cookies[i]).split('=');
      	if (c[0] == 'username') {
      	    username = c[1];
      	    break;
      	}
          }
          
          if (username != null) {
      	get('name').value = username;
      	get('password').focus();
          } else {
              get('name').value = 'admin';
      	get('name').focus();
          }
      }
      </script>
      </head>
      
      <body onload="loaded()">
      
      <div id="container">
      
          <div id="box">
          <a href="http://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" /></a>
      
          <br style="clear: both;"/>
          
      		<h1>RouterOS v6.49.6</h1>
              
              <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>
              
            <table id="login">
      	<tr><td colspan="3"><h2>WebFig Login:</h2>
              <tr><td class="label">Login: <td><input id="name" type="text" tabindex="1">
      	 <td class="toolbar" rowspan="2">
               <ul class="toolbar">
      	   <li><a onclick="dologin()" ondragstart="return false;"><span>Login</span></a></li>
               </ul>
               <tr><td class="label">Password: <td><input id="password" type="password" tabindex="2">
      	<tr><td colspan="3">
      	    <div id="error"></div>
            </table>
                  
                  <fieldset>
                  <div class="floater"> 
                  	<a href="http://www.mikrotik.com/download/winbox.exe"><img src="winbox.png"/></a><br/>
                      <label>Winbox</label>
                  </div>
                  
                  <div class="floater"> 
                  	<a href="telnet://<ip>"><img src="console.png"/></a><br/>
                      <label>Telnet</label>
                  </div>
      
                  
                  
                  <div class="floater"> 
                  	<a href="/graphs"><img src="green.png"/></a><br/>
                      <label>Graphs</label>
                  </div>
                 
                  
                  <div class="floater"> 
                  	<a href="/help/license.html"><img src="license.png"/></a><br/>
                      <label>License</label>
                  </div>
                  
      			<div class="floater"> 
                  	<a href="http://wiki.mikrotik.com"><img src="help.png"/></a><br/>
                      <label>Help</label>
                  </div>
      
      </fieldset>
                 
                  <br style="clear: both"/> 
                                  <div style="float: right">&copy; mikrotik</div>
      
          </div>
      </div>
      
      </div>
      
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-20T23:27:59.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mikrotik.com",
                  "w3.org"
               ],
               "file" : [
                  "winbox.exe"
               ],
               "hostname" : [
                  "mikrotik.com",
                  "wiki.mikrotik.com",
                  "www.mikrotik.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://mikrotik.com",
                  "http://wiki.mikrotik.com",
                  "http://www.mikrotik.com/download/winbox.exe",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "91e377f29922ef39edb4a61b5a49def2",
               "bodymmh3" : 809576327,
               "headermd5" : "508070579d3bda9d98e9ba0408c62fd3",
               "headermmh3" : -504509140,
               "title" : "RouterOS router configuration page"
            },
            "length" : 7189
         },
         "asn" : "AS17552",
         "city" : "Nakhon Pathom",
         "country" : "TH",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 7064\r\nContent-Type: text/html\r\nDate: Wed, 20 Nov 2024 23:27:57 GMT\r\nExpires: 0\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<link rel=\"icon\" href=\"/favicon.png\"/>\r\n<title>RouterOS router configuration page</title>\r\n<style type=\"text/css\">\r\nbody {\r\nfont-family: Verdana, Geneva, sans-serif;\r\nfont-size: 11px;\r\n}\r\nimg {border: none}\r\nimg:hover {opacity: 0.8;}\r\nh1 {\r\nfont-size: 1.7em;\r\ndisplay: inline;\r\nmargin-bottom: 10px;\r\n}\r\nfieldset {\r\nmargin-top: 20px;\r\nbackground: #fff;\r\npadding: 20px;\r\nborder: 1px solid #c1c1c1; \r\n}\r\n#container {\r\nwidth: 70%;\r\nmargin: 10% auto;\r\n}\r\n#box {\r\nbackground-color: #fff; \r\n-moz-border-radius: 7px; \r\n-webkit-border-radius: 7px; \r\nborder: 1px solid #c1c1c1; \r\npadding: 30px;\r\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */\r\nbackground: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */\r\nbackground: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */\r\n}\r\n.floater {float: left; margin-right: 10px;}\r\n.floater label {display: block; text-align: center;}\r\n\r\n#login {\r\n    margin: 2em 0 4em 0;\r\n}\r\n#login h2 {\r\n    font-weight: normal;\r\n    font-size: 14px;\r\n    margin: 0 0 0.5em 1em;\r\n}\r\n#login td {\r\n    padding: 0 4px 0 0;\r\n}\r\n#login td.label {\r\n    text-align: right;\r\n}\r\n#login td.toolbar {\r\n    padding: 0 0 0 1em;\r\n    vertical-align: top;\r\n}\r\n#login ul.toolbar {\r\n    margin: 0;\r\n}\r\n#login input {\r\n    margin: 2px;\r\n    padding: 2px;\r\n    border: 1px solid #888;\r\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n}\r\n#error {\r\n    display:none;\r\n    color:red;\r\n    padding: 1em 0 0 0;\r\n}\r\nul.toolbar {\r\n    font-size: 11px;\r\n    text-align: left;\r\n    list-style-type: none;\r\n    padding: 0;\r\n    margin: 2px 0 4px 2px;\r\n}\r\nul.toolbar li {\r\n    float: left;\r\n    vertical-align: middle;\r\n}\r\nul.toolbar a {\r\n    float: none;\r\n    display: block;\r\n    margin: 2px 4px 2px 0;\r\n    padding: 5px;\r\n\r\n    background: #ddd;\r\n    border: 1px solid #888;\r\n    border-radius: 3px;\r\n    -moz-border-radius: 3px;\r\n    box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */\r\n\t1px 1px 2px rgba(0,0,0,0.2); /* shadow */\r\n    -webkit-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    -moz-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    color: #000;\r\n\r\n    text-decoration: none;\r\n    text-align: center;\r\n    white-space: nowrap;\r\n    cursor: inherit;\r\n    min-width: 4em;\r\n\r\n    -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n    -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n}\r\nul.toolbar a:hover {\r\n    background: #eee;\r\n}\r\nul.toolbar a:active {\r\n    background: #aaa;\r\n    box-shadow: 1px 1px 2px #999 inset;\r\n    -webkit-box-shadow: 1px 1px 2px #999 inset;\r\n    -moz-box-shadow: 1px 1px 2px #999 inset;\r\n}\r\n</style>\r\n<script>\r\nfunction get(id) {\r\n    return document.getElementById(id);\r\n}\r\nfunction trim(str) {\r\n    return str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\nfunction login(user, pwd, autologin) {\r\n    var expires = new Date();\r\n    expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));\r\n    document.cookie = 'username=' + user +\r\n        '; expires=' + expires.toGMTString() + '; path=/';\r\n\r\n    window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;\r\n    window.location.replace('/webfig/' + window.location.hash);\r\n}\r\nfunction dologin() {\r\n    login(get('name').value, get('password').value);\r\n}\r\nfunction loaded() {\r\n    var p = window.name.split('=');\r\n    if (p[0] == 'error' && p[1]) {\r\n        var err = get('error');\r\n        err.appendChild(document.createTextNode(p[1]));\r\n        err.style.display = 'block';\r\n    } else if (p[0] != 'noautologin' || p[1] != 1) {\r\n        var user = '';\r\n        if (user) {\r\n            login(user, '', true);\r\n            return;\r\n        }\r\n    }\r\n    window.name = '';\r\n\r\n    document.onkeydown = function(e) {\r\n        e = e || event;\r\n        if (e.keyCode == 13) {\r\n            dologin();\r\n            return false;\r\n        }\r\n        return true;\r\n    };\r\n\r\n    var username = null;\r\n    var cookies = document.cookie.split(';');\r\n    for (var i in cookies) {\r\n\tvar c = trim(cookies[i]).split('=');\r\n\tif (c[0] == 'username') {\r\n\t    username = c[1];\r\n\t    break;\r\n\t}\r\n    }\r\n    \r\n    if (username != null) {\r\n\tget('name').value = username;\r\n\tget('password').focus();\r\n    } else {\r\n        get('name').value = 'admin';\r\n\tget('name').focus();\r\n    }\r\n}\r\n</script>\r\n</head>\r\n\r\n<body onload=\"loaded()\">\r\n\r\n<div id=\"container\">\r\n\r\n    <div id=\"box\">\r\n    <a href=\"http://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" /></a>\r\n\r\n    <br style=\"clear: both;\"/>\r\n    \r\n\t\t<h1>RouterOS v6.49.6</h1>\r\n        \r\n        <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>\r\n        \r\n      <table id=\"login\">\r\n\t<tr><td colspan=\"3\"><h2>WebFig Login:</h2>\r\n        <tr><td class=\"label\">Login: <td><input id=\"name\" type=\"text\" tabindex=\"1\">\r\n\t <td class=\"toolbar\" rowspan=\"2\">\r\n         <ul class=\"toolbar\">\r\n\t   <li><a onclick=\"dologin()\" ondragstart=\"return false;\"><span>Login</span></a></li>\r\n         </ul>\r\n         <tr><td class=\"label\">Password: <td><input id=\"password\" type=\"password\" tabindex=\"2\">\r\n\t<tr><td colspan=\"3\">\r\n\t    <div id=\"error\"></div>\r\n      </table>\r\n            \r\n            <fieldset>\r\n            <div class=\"floater\"> \r\n            \t<a href=\"http://www.mikrotik.com/download/winbox.exe\"><img src=\"winbox.png\"/></a><br/>\r\n                <label>Winbox</label>\r\n            </div>\r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"telnet://<ip>\"><img src=\"console.png\"/></a><br/>\r\n                <label>Telnet</label>\r\n            </div>\r\n\r\n            \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/graphs\"><img src=\"green.png\"/></a><br/>\r\n                <label>Graphs</label>\r\n            </div>\r\n           \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/help/license.html\"><img src=\"license.png\"/></a><br/>\r\n                <label>License</label>\r\n            </div>\r\n            \r\n\t\t\t<div class=\"floater\"> \r\n            \t<a href=\"http://wiki.mikrotik.com\"><img src=\"help.png\"/></a><br/>\r\n                <label>Help</label>\r\n            </div>\r\n\r\n</fieldset>\r\n           \r\n            <br style=\"clear: both\"/> \r\n                            <div style=\"float: right\">&copy; mikrotik</div>\r\n\r\n    </div>\r\n</div>\r\n\r\n</div>\r\n\r\n</body>\r\n</html>\r\n",
         "datamd5" : "72643020bc4e4c92fd5833a6767d0952",
         "datammh3" : -1468774540,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "asianet.co.th"
         ],
         "geolocus" : {
            "asn" : "AS7470",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "TH",
            "countryname" : "Thailand",
            "domain" : [
               "asianet.co.th",
               "trueinternet.co.th"
            ],
            "isineu" : "false",
            "latitude" : "15.870032",
            "location" : "15.870032,100.992541",
            "longitude" : "100.992541",
            "netname" : "TRUE_BB",
            "organization" : "True Internet Co., Ltd.",
            "subnet" : "124.122.0.0/17"
         },
         "host" : [
            "ppp-124-122-61-19"
         ],
         "hostname" : [
            "ppp-124-122-61-19.revip2.asianet.co.th"
         ],
         "ip" : "124.122.61.19",
         "ipv6" : "false",
         "latitude" : "13.8667",
         "location" : "13.8667,100.1917",
         "longitude" : "100.1917",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "True Online",
         "os" : "RouterOS",
         "osvendor" : "Mikrotik",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "ppp-124-122-61-19.revip2.asianet.co.th"
         ],
         "seen_date" : "2024-11-20",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "revip2.asianet.co.th"
         ],
         "subnet" : "124.122.0.0/17",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "co.th"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 191.249.228.175:87 (tcp/http) - last seen on 2024-11-20 at 22:04:32 UTC

    • IP
      191.249.228.175
      Network
      191.249.128.0/17
      Domain(s)
      net.br
      Device

      <enterprise field>: device.class

      Operating System
      Linux Linux Kernel
      URL

      http://191.249.228.175:87/ 200

      HTTP Title
      RouterOS
      Reverse DNS
      191.249.228.175.dynamic.adsl.gvt.net.br
      ASN
      AS18881
      Organization
      TELEFONICA BRASIL S.A
      Protocol
      http
      Source
      datascan
    • Operating System
      Linux Linux Kernel
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      a5e5c0bc09a03c8a36ebd478367f2680
      HTTP Header MD5
      407aa541200c06b973aff7a158a5a2c1
      HTTP Body MD5
      6579fb9bb0bd3be410adb26f2b2fe08e
      Favicon MD5
      e18c83c6fbef6f81ae32c2847cd3d1c1
      Favicon MMH3
      26417535
    • HTTP/1.1 200 OK
      Cache-Control: max-age=31536000
      Connection: close
      Content-Length: 2723
      Content-Type: text/html
      Date: Wed, 20 Nov 2024 21:57:20 GMT
      Expires: Thu, 20 Nov 2025 21:57:20 GMT
      X-Frame-Options: sameorigin
      
      <!doctype html>
      <html lang="en">
      <meta charset="utf-8">
      <link rel="icon" href="/favicon.png">
      <link rel="icon" href="/favicon.svg">
      <title>RouterOS</title>
      <style>
      body {
          font-family: Verdana, Geneva, sans-serif;
          font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
          font-size: 1.7em;
          display: inline;
          margin-bottom: 10px;
      }
      #container {
          width: 70%;
          margin: 10% auto;
      }
      #box {
          background: linear-gradient(#ffffff,#f3f3f3);
          border: 1px solid #c1c1c1;
          padding: 30px;
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {margin: 2em 0 2em 0;}
      #login td {padding: 0 4px 0 0;}
      #login td.label {text-align: right;}
      
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          color:red;
          padding: 1em 0 0 0;
      }
      #login input[type=submit] {
          box-shadow:inset 0px 1px 0px 0px #ffffff;
          background-color:#ededed;
          border-radius:3px;
          border:1px solid #dcdcdc;
          cursor:pointer;
          color:#000;
          font-size:12px;
          padding:4px 24px;
      }
      #login input[type=submit]:hover {
          background-color:#dfdfdf;
      }
      #login input[type=submit]:active {
          position:relative;
          top:1px;
      }
      </style>
      <script src="script.js"></script>
      
      <div id="container">
      <div id="box">
      <a href="https://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" alt="Mikrotik"></a><br style="clear: both;">
      <h1>RouterOS</h1>
      <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>
      <form id="login">
      <table>
          <tr><td class="label"><label for="name">Login:</label>
              <td><input id="name" autocomplete="username" type="text" data-defaultuser="admin">
          <tr><td class="label"><label for="password">Password:</label>
              <td><input id="password" type="password" autofocus>
              <td><input type="submit" value="Login">
              <td>
          <tr><td colspan="3">
          <div id="error"></div>
      </table>
      </form>
      <div>
          <div class="floater"><a href="https://mt.lv/winbox64"><img src="winbox.png" alt="Winbox"></a><br><label>Winbox</label></div>
          <div class="floater"><a href="/graphs"><img src="green.png" alt="Graphs"></a><br><label>Graphs</label></div>
          <div class="floater"><a href="/help/license.html"><img src="license.png" alt="License"></a><br><label>License</label></div>
          <div class="floater"><a href="https://help.mikrotik.com/docs/"><img src="help.png" alt="Help"></a><br><label>Help</label></div>
      </div>
      <br style="clear: both">
      <div style="float: right">&copy; <a href="https://mikrotik.com">mikrotik</a></div>
      </div>
      </div>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-20T22:04:32.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mikrotik.com",
                  "mt.lv"
               ],
               "hostname" : [
                  "help.mikrotik.com",
                  "mikrotik.com",
                  "mt.lv"
               ],
               "url" : [
                  "https://help.mikrotik.com/docs/",
                  "https://mikrotik.com",
                  "https://mt.lv/winbox64"
               ]
            },
            "favicon" : {
               "image" : "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTE0IDRsLTkyIDUxQzEzIDYwIDggNjkgOCA3OXY5OGMwIDEwIDYgMjAgMTUgMjVsOTIgNTBhMjggMjggMCAwIDAgMjcgMGw5Mi01MGM5LTUgMTUtMTUgMTUtMjVWODBjMC0xMC01LjUtMTkuNS0xNC41LTI1TDE0MiA0Yy04LTUtMTktNS0yNyAweiIgZmlsbD0iIzJiMzk0MiIvPjxwYXRoIGQ9Ik01NyAxNzBsMTUgOGMyIDEgNC0wIDQtM3YtNDhjMC0zLTItNS00LTZsLTE3LTljLTItMS00LjUuMzQtNCAzdjQ2YzAgNCAyIDcgNSA5ek0xMjMgNDhsLTE2IDlhMyAzIDAgMCAwIDAgNWw0OSAyN2EzIDMgMCAwIDEgMCA1bC0yMiAxMmExMCAxMCAwIDAgMS0xMCAwTDc1IDgwYTEwIDEwIDAgMCAwLTEwIDBsLTggNGMtMyAyLTUgNS01IDl2M2MwIDEuMS42IDIgMSAzbDU2IDMxYzMgMiA1IDUgNSA5djYxYTUgNSAwIDAgMCAzIDRsNSAzYTEwIDEwIDAgMCAwIDEwIDBsNi0zYTUgNSAwIDAgMCAzLTR2LTYwYzAtNCAyLTcgNS05bDI4LTE2YzItMSA0LjQ1LjM0IDUgM3Y2MGMwIDIgMiA0IDQgM2wxNS05YzMtMiA1LTUgNS05Vjk1YzAtNC0yLTctNS05bC02Ni0zN2ExMCAxMCAwIDAgMC0xMCAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo=",
               "imagemd5" : "e18c83c6fbef6f81ae32c2847cd3d1c1",
               "imagemmh3" : 26417535,
               "length" : 689,
               "url" : "/favicon.svg"
            },
            "http" : {
               "bodymd5" : "6579fb9bb0bd3be410adb26f2b2fe08e",
               "bodymmh3" : -1182782343,
               "headermd5" : "407aa541200c06b973aff7a158a5a2c1",
               "headermmh3" : 65626487,
               "title" : "RouterOS"
            },
            "length" : 2947
         },
         "asn" : "AS18881",
         "city" : "Vit\u00f3ria da Conquista",
         "country" : "BR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: max-age=31536000\r\nConnection: close\r\nContent-Length: 2723\r\nContent-Type: text/html\r\nDate: Wed, 20 Nov 2024 21:57:20 GMT\r\nExpires: Thu, 20 Nov 2025 21:57:20 GMT\r\nX-Frame-Options: sameorigin\r\n\r\n<!doctype html>\n<html lang=\"en\">\n<meta charset=\"utf-8\">\n<link rel=\"icon\" href=\"/favicon.png\">\n<link rel=\"icon\" href=\"/favicon.svg\">\n<title>RouterOS</title>\n<style>\nbody {\n    font-family: Verdana, Geneva, sans-serif;\n    font-size: 11px;\n}\nimg {border: none}\nimg:hover {opacity: 0.8;}\nh1 {\n    font-size: 1.7em;\n    display: inline;\n    margin-bottom: 10px;\n}\n#container {\n    width: 70%;\n    margin: 10% auto;\n}\n#box {\n    background: linear-gradient(#ffffff,#f3f3f3);\n    border: 1px solid #c1c1c1;\n    padding: 30px;\n}\n.floater {float: left; margin-right: 10px;}\n.floater label {display: block; text-align: center;}\n\n#login {margin: 2em 0 2em 0;}\n#login td {padding: 0 4px 0 0;}\n#login td.label {text-align: right;}\n\n#login input {\n    margin: 2px;\n    padding: 2px;\n    border: 1px solid #888;\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n}\n#error {\n    color:red;\n    padding: 1em 0 0 0;\n}\n#login input[type=submit] {\n    box-shadow:inset 0px 1px 0px 0px #ffffff;\n    background-color:#ededed;\n    border-radius:3px;\n    border:1px solid #dcdcdc;\n    cursor:pointer;\n    color:#000;\n    font-size:12px;\n    padding:4px 24px;\n}\n#login input[type=submit]:hover {\n    background-color:#dfdfdf;\n}\n#login input[type=submit]:active {\n    position:relative;\n    top:1px;\n}\n</style>\n<script src=\"script.js\"></script>\n\n<div id=\"container\">\n<div id=\"box\">\n<a href=\"https://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" alt=\"Mikrotik\"></a><br style=\"clear: both;\">\n<h1>RouterOS</h1>\n<p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>\n<form id=\"login\">\n<table>\n    <tr><td class=\"label\"><label for=\"name\">Login:</label>\n        <td><input id=\"name\" autocomplete=\"username\" type=\"text\" data-defaultuser=\"admin\">\n    <tr><td class=\"label\"><label for=\"password\">Password:</label>\n        <td><input id=\"password\" type=\"password\" autofocus>\n        <td><input type=\"submit\" value=\"Login\">\n        <td>\n    <tr><td colspan=\"3\">\n    <div id=\"error\"></div>\n</table>\n</form>\n<div>\n    <div class=\"floater\"><a href=\"https://mt.lv/winbox64\"><img src=\"winbox.png\" alt=\"Winbox\"></a><br><label>Winbox</label></div>\n    <div class=\"floater\"><a href=\"/graphs\"><img src=\"green.png\" alt=\"Graphs\"></a><br><label>Graphs</label></div>\n    <div class=\"floater\"><a href=\"/help/license.html\"><img src=\"license.png\" alt=\"License\"></a><br><label>License</label></div>\n    <div class=\"floater\"><a href=\"https://help.mikrotik.com/docs/\"><img src=\"help.png\" alt=\"Help\"></a><br><label>Help</label></div>\n</div>\n<br style=\"clear: both\">\n<div style=\"float: right\">&copy; <a href=\"https://mikrotik.com\">mikrotik</a></div>\n</div>\n</div>\n",
         "datamd5" : "a5e5c0bc09a03c8a36ebd478367f2680",
         "datammh3" : 2129494745,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "domain" : [
            "net.br"
         ],
         "geolocus" : {
            "asn" : "AS18881",
            "continent" : "SA",
            "continentname" : "South America",
            "country" : "BR",
            "countryname" : "Brazil",
            "domain" : [
               "cert.br",
               "net.br",
               "telefonica.com"
            ],
            "isineu" : "false",
            "latitude" : "-14.235004",
            "location" : "-14.235004,-51.92528",
            "longitude" : "-51.92528",
            "netname" : "02.558.157/0001-62",
            "organization" : "TELEFONICA BRASIL S.A",
            "subnet" : "191.248.0.0/14"
         },
         "host" : [
            191
         ],
         "hostname" : [
            "191.249.228.175.dynamic.adsl.gvt.net.br"
         ],
         "ip" : "191.249.228.175",
         "ipv6" : "false",
         "latitude" : "-15.2821",
         "location" : "-15.2821,-40.9676",
         "longitude" : "-40.9676",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "TELEFONICA BRASIL S.A",
         "os" : "Linux Kernel",
         "osvendor" : "Linux",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "191.249.228.175.dynamic.adsl.gvt.net.br"
         ],
         "seen_date" : "2024-11-20",
         "source" : "datascan",
         "status" : 200,
         "subdomains" : [
            "175.dynamic.adsl.gvt.net.br",
            "228.175.dynamic.adsl.gvt.net.br",
            "249.228.175.dynamic.adsl.gvt.net.br",
            "adsl.gvt.net.br",
            "dynamic.adsl.gvt.net.br",
            "gvt.net.br"
         ],
         "subnet" : "191.249.128.0/17",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "br"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 203.171.115.52:87 (tcp/http) - last seen on 2024-11-20 at 16:32:32 UTC

    • IP
      203.171.115.52
      Network
      203.171.112.0/21
      Device

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

      Operating System
      Mikrotik RouterOS
      URL

      http://203.171.115.52:87/ 200

      HTTP Title
      RouterOS router configuration page
      ASN
      AS131284
      Organization
      Etisalat Afghan
      Protocol
      http
      Source
      datascan
    • Operating System
      Mikrotik RouterOS
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      73eb1e69412a85f80d9e8fa9f8e070ac
      HTTP Header MD5
      407aa541200c06b973aff7a158a5a2c1
      HTTP Body MD5
      91cdd02f2775d4d5c9832f0d8214f5c6
      Favicon MD5
      e18c83c6fbef6f81ae32c2847cd3d1c1
      Favicon MMH3
      26417535
    • HTTP/1.1 200 OK
      Cache-Control: max-age=31536000
      Connection: close
      Content-Length: 3029
      Content-Type: text/html
      Date: Wed, 20 Nov 2024 16:26:03 GMT
      Expires: Thu, 20 Nov 2025 16:26:03 GMT
      X-Frame-Options: sameorigin
      
      <!doctype html>
      <html lang="en">
      <meta charset="utf-8">
      <link rel="icon" href="/favicon.png">
      <link rel="icon" href="/favicon.svg">
      <title>RouterOS router configuration page</title>
      <style>
      body {
          font-family: Verdana, Geneva, sans-serif;
          font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
          font-size: 1.7em;
          display: inline;
          margin-bottom: 10px;
      }
      fieldset {
          margin-top: 20px;
          background: #fff;
          padding: 20px;
          border: 1px solid #c1c1c1;
      }
      #container {
          width: 70%;
          margin: 10% auto;
      }
      #box {
          background: linear-gradient(#ffffff,#f3f3f3);
          border: 1px solid #c1c1c1;
          padding: 30px;
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {margin: 2em 0 2em 0;}
      #login h2 {
          font-weight: normal;
          font-size: 14px;
          margin: 0 0 0.5em 1em;
      }
      #login td {padding: 0 4px 0 0;}
      #login td.label {text-align: right;}
      
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          color:red;
          padding: 1em 0 0 0;
      }
      #login input[type=submit] {
          box-shadow:inset 0px 1px 0px 0px #ffffff;
          background-color:#ededed;
          border-radius:3px;
          border:1px solid #dcdcdc;
          cursor:pointer;
          color:#000;
          font-size:12px;
          padding:4px 24px;
      }
      #login input[type=submit]:hover {
          background-color:#dfdfdf;
      }
      #login input[type=submit]:active {
          position:relative;
          top:1px;
      }
      </style>
      <script src="script.js"></script>
      
      <div id="container">
      <div id="box">
      <a href="https://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" alt="Mikrotik"></a><br style="clear: both;">
      <h1>RouterOS</h1>
      <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>
      <form id="login">
      <table>
          <tr><td colspan="3"><h2>WebFig Login:</h2>
          <tr><td class="label"><label for="name">Login:</label>
              <td><input id="name" autocomplete="username" type="text" data-defaultuser="admin" tabindex="1">
              <td><input type="submit" value="Login" tabindex="3">
          <tr><td class="label"><label for="password">Password:</label>
              <td><input id="password" type="password" tabindex="2">
              <td>
          <tr><td colspan="3">
          <div id="error"></div>
      </table>
      </form>
      <fieldset>
          <div class="floater"><a href="https://mt.lv/winbox64"><img src="winbox.png" alt="Winbox"></a><br><label>Winbox</label></div>
          <div class="floater"><a href="/graphs"><img src="green.png" alt="Graphs"></a><br><label>Graphs</label></div>
          <div class="floater"><a href="/help/license.html"><img src="license.png" alt="License"></a><br><label>License</label></div>
          <div class="floater"><a href="https://help.mikrotik.com/docs/"><img src="help.png" alt="Help"></a><br><label>Help</label></div>
      </fieldset>
      <br style="clear: both">
      <div style="float: right">&copy; <a href="https://mikrotik.com">mikrotik</a></div>
      </div>
      </div>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-20T16:32:32.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mt.lv",
                  "mikrotik.com"
               ],
               "hostname" : [
                  "help.mikrotik.com",
                  "mikrotik.com",
                  "mt.lv"
               ],
               "url" : [
                  "https://help.mikrotik.com/docs/",
                  "https://mikrotik.com",
                  "https://mt.lv/winbox64"
               ]
            },
            "favicon" : {
               "image" : "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTE0IDRsLTkyIDUxQzEzIDYwIDggNjkgOCA3OXY5OGMwIDEwIDYgMjAgMTUgMjVsOTIgNTBhMjggMjggMCAwIDAgMjcgMGw5Mi01MGM5LTUgMTUtMTUgMTUtMjVWODBjMC0xMC01LjUtMTkuNS0xNC41LTI1TDE0MiA0Yy04LTUtMTktNS0yNyAweiIgZmlsbD0iIzJiMzk0MiIvPjxwYXRoIGQ9Ik01NyAxNzBsMTUgOGMyIDEgNC0wIDQtM3YtNDhjMC0zLTItNS00LTZsLTE3LTljLTItMS00LjUuMzQtNCAzdjQ2YzAgNCAyIDcgNSA5ek0xMjMgNDhsLTE2IDlhMyAzIDAgMCAwIDAgNWw0OSAyN2EzIDMgMCAwIDEgMCA1bC0yMiAxMmExMCAxMCAwIDAgMS0xMCAwTDc1IDgwYTEwIDEwIDAgMCAwLTEwIDBsLTggNGMtMyAyLTUgNS01IDl2M2MwIDEuMS42IDIgMSAzbDU2IDMxYzMgMiA1IDUgNSA5djYxYTUgNSAwIDAgMCAzIDRsNSAzYTEwIDEwIDAgMCAwIDEwIDBsNi0zYTUgNSAwIDAgMCAzLTR2LTYwYzAtNCAyLTcgNS05bDI4LTE2YzItMSA0LjQ1LjM0IDUgM3Y2MGMwIDIgMiA0IDQgM2wxNS05YzMtMiA1LTUgNS05Vjk1YzAtNC0yLTctNS05bC02Ni0zN2ExMCAxMCAwIDAgMC0xMCAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPgo=",
               "imagemd5" : "e18c83c6fbef6f81ae32c2847cd3d1c1",
               "imagemmh3" : 26417535,
               "length" : 689,
               "url" : "/favicon.svg"
            },
            "http" : {
               "bodymd5" : "91cdd02f2775d4d5c9832f0d8214f5c6",
               "bodymmh3" : 2099332038,
               "headermd5" : "407aa541200c06b973aff7a158a5a2c1",
               "headermmh3" : -645261088,
               "title" : "RouterOS router configuration page"
            },
            "length" : 3253
         },
         "asn" : "AS131284",
         "country" : "AF",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: max-age=31536000\r\nConnection: close\r\nContent-Length: 3029\r\nContent-Type: text/html\r\nDate: Wed, 20 Nov 2024 16:26:03 GMT\r\nExpires: Thu, 20 Nov 2025 16:26:03 GMT\r\nX-Frame-Options: sameorigin\r\n\r\n<!doctype html>\n<html lang=\"en\">\n<meta charset=\"utf-8\">\n<link rel=\"icon\" href=\"/favicon.png\">\n<link rel=\"icon\" href=\"/favicon.svg\">\n<title>RouterOS router configuration page</title>\n<style>\nbody {\n    font-family: Verdana, Geneva, sans-serif;\n    font-size: 11px;\n}\nimg {border: none}\nimg:hover {opacity: 0.8;}\nh1 {\n    font-size: 1.7em;\n    display: inline;\n    margin-bottom: 10px;\n}\nfieldset {\n    margin-top: 20px;\n    background: #fff;\n    padding: 20px;\n    border: 1px solid #c1c1c1;\n}\n#container {\n    width: 70%;\n    margin: 10% auto;\n}\n#box {\n    background: linear-gradient(#ffffff,#f3f3f3);\n    border: 1px solid #c1c1c1;\n    padding: 30px;\n}\n.floater {float: left; margin-right: 10px;}\n.floater label {display: block; text-align: center;}\n\n#login {margin: 2em 0 2em 0;}\n#login h2 {\n    font-weight: normal;\n    font-size: 14px;\n    margin: 0 0 0.5em 1em;\n}\n#login td {padding: 0 4px 0 0;}\n#login td.label {text-align: right;}\n\n#login input {\n    margin: 2px;\n    padding: 2px;\n    border: 1px solid #888;\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n}\n#error {\n    color:red;\n    padding: 1em 0 0 0;\n}\n#login input[type=submit] {\n    box-shadow:inset 0px 1px 0px 0px #ffffff;\n    background-color:#ededed;\n    border-radius:3px;\n    border:1px solid #dcdcdc;\n    cursor:pointer;\n    color:#000;\n    font-size:12px;\n    padding:4px 24px;\n}\n#login input[type=submit]:hover {\n    background-color:#dfdfdf;\n}\n#login input[type=submit]:active {\n    position:relative;\n    top:1px;\n}\n</style>\n<script src=\"script.js\"></script>\n\n<div id=\"container\">\n<div id=\"box\">\n<a href=\"https://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" alt=\"Mikrotik\"></a><br style=\"clear: both;\">\n<h1>RouterOS</h1>\n<p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator.</p>\n<form id=\"login\">\n<table>\n    <tr><td colspan=\"3\"><h2>WebFig Login:</h2>\n    <tr><td class=\"label\"><label for=\"name\">Login:</label>\n        <td><input id=\"name\" autocomplete=\"username\" type=\"text\" data-defaultuser=\"admin\" tabindex=\"1\">\n        <td><input type=\"submit\" value=\"Login\" tabindex=\"3\">\n    <tr><td class=\"label\"><label for=\"password\">Password:</label>\n        <td><input id=\"password\" type=\"password\" tabindex=\"2\">\n        <td>\n    <tr><td colspan=\"3\">\n    <div id=\"error\"></div>\n</table>\n</form>\n<fieldset>\n    <div class=\"floater\"><a href=\"https://mt.lv/winbox64\"><img src=\"winbox.png\" alt=\"Winbox\"></a><br><label>Winbox</label></div>\n    <div class=\"floater\"><a href=\"/graphs\"><img src=\"green.png\" alt=\"Graphs\"></a><br><label>Graphs</label></div>\n    <div class=\"floater\"><a href=\"/help/license.html\"><img src=\"license.png\" alt=\"License\"></a><br><label>License</label></div>\n    <div class=\"floater\"><a href=\"https://help.mikrotik.com/docs/\"><img src=\"help.png\" alt=\"Help\"></a><br><label>Help</label></div>\n</fieldset>\n<br style=\"clear: both\">\n<div style=\"float: right\">&copy; <a href=\"https://mikrotik.com\">mikrotik</a></div>\n</div>\n</div>\n",
         "datamd5" : "73eb1e69412a85f80d9e8fa9f8e070ac",
         "datammh3" : -1610213101,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "geolocus" : {
            "asn" : "AS131284",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "AF",
            "countryname" : "Afghanistan",
            "domain" : [
               "etisalat.af"
            ],
            "isineu" : "false",
            "latitude" : "33.93911",
            "location" : "33.93911,67.709953",
            "longitude" : "67.709953",
            "netname" : "ETISALATAFG-AF",
            "organization" : "Etisalat Afghan",
            "subnet" : "203.171.112.0/21"
         },
         "ip" : "203.171.115.52",
         "ipv6" : "false",
         "latitude" : "33.0000",
         "location" : "33.0000,66.0000",
         "longitude" : "66.0000",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Etisalat Afghan",
         "os" : "RouterOS",
         "osvendor" : "Mikrotik",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-20",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "203.171.112.0/21",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 95.173.168.179:87 (tcp/http) - last seen on 2024-11-20 at 11:38:05 UTC

    • IP
      95.173.168.179
      Network
      95.173.168.0/22
      Domain(s)
      adanet.net.tr
      Device

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

      Operating System
      Mikrotik RouterOS
      URL

      http://95.173.168.179:87/ 200

      HTTP Title
      RouterOS router configuration page
      Reverse DNS
      s95179.adanet.net.tr
      ASN
      AS51559
      Organization
      Netinternet Bilisim Teknolojileri AS
      Protocol
      http
      Source
      datascan
    • Operating System
      Mikrotik RouterOS
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      239d4d203610bd75f8073c7dff6e7bc9
      HTTP Header MD5
      508070579d3bda9d98e9ba0408c62fd3
      HTTP Body MD5
      41c2c3761d230bb53767115348879817
    • HTTP/1.1 200 OK
      Connection: close
      Content-Length: 6998
      Content-Type: text/html
      Date: Wed, 20 Nov 2024 11:20:34 GMT
      Expires: 0
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>RouterOS router configuration page</title>
      <style type="text/css">
      body {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
      font-size: 1.7em;
      display: inline;
      margin-bottom: 10px;
      }
      fieldset {
      margin-top: 20px;
      background: #fff;
      padding: 20px;
      border: 1px solid #c1c1c1; 
      }
      #container {
      width: 70%;
      margin: 10% auto;
      }
      #box {
      background-color: #fff; 
      -moz-border-radius: 7px; 
      -webkit-border-radius: 7px; 
      border: 1px solid #c1c1c1; 
      padding: 30px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {
          margin: 2em 0 4em 0;
      }
      #login h2 {
          font-weight: normal;
          font-size: 14px;
          margin: 0 0 0.5em 1em;
      }
      #login td {
          padding: 0 4px 0 0;
      }
      #login td.label {
          text-align: right;
      }
      #login td.toolbar {
          padding: 0 0 0 1em;
          vertical-align: top;
      }
      #login ul.toolbar {
          margin: 0;
      }
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          display:none;
          color:red;
          padding: 1em 0 0 0;
      }
      ul.toolbar {
          font-size: 11px;
          text-align: left;
          list-style-type: none;
          padding: 0;
          margin: 2px 0 4px 2px;
      }
      ul.toolbar li {
          float: left;
          vertical-align: middle;
      }
      ul.toolbar a {
          float: none;
          display: block;
          margin: 2px 4px 2px 0;
          padding: 5px;
      
          background: #ddd;
          border: 1px solid #888;
          border-radius: 3px;
          -moz-border-radius: 3px;
          box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */
      	1px 1px 2px rgba(0,0,0,0.2); /* shadow */
          -webkit-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          -moz-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          color: #000;
      
          text-decoration: none;
          text-align: center;
          white-space: nowrap;
          cursor: inherit;
          min-width: 4em;
      
          -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;
          -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;
      }
      ul.toolbar a:hover {
          background: #eee;
      }
      ul.toolbar a:active {
          background: #aaa;
          box-shadow: 1px 1px 2px #999 inset;
          -webkit-box-shadow: 1px 1px 2px #999 inset;
          -moz-box-shadow: 1px 1px 2px #999 inset;
      }
      </style>
      <script>
      function get(id) {
          return document.getElementById(id);
      }
      function trim(str) {
          return str.replace(/^\s+|\s+$/g, '');
      }
      function login(user, pwd, autologin) {
          var expires = new Date();
          expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));
          document.cookie = 'username=' + user +
              '; expires=' + expires.toGMTString() + '; path=/';
      
          window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;
          window.location.replace('/webfig/' + window.location.hash);
      }
      function dologin() {
          login(get('name').value, get('password').value);
      }
      function loaded() {
          var p = window.name.split('=');
          if (p[0] == 'error' && p[1]) {
              var err = get('error');
              err.appendChild(document.createTextNode(p[1]));
              err.style.display = 'block';
          } else if (p[0] != 'noautologin' || p[1] != 1) {
              var user = '';
              if (user) {
                  login(user, '', true);
                  return;
              }
          }
          window.name = '';
      
          document.onkeydown = function(e) {
              e = e || event;
              if (e.keyCode == 13) {
                  dologin();
                  return false;
              }
              return true;
          };
      
          var username = null;
          var cookies = document.cookie.split(';');
          for (var i in cookies) {
      	var c = trim(cookies[i]).split('=');
      	if (c[0] == 'username') {
      	    username = c[1];
      	    break;
      	}
          }
          
          if (username != null) {
      	get('name').value = username;
      	get('password').focus();
          } else {
              get('name').value = 'admin';
      	get('name').focus();
          }
      }
      </script>
      </head>
      
      <body onload="loaded()">
      
      <div id="container">
      
          <div id="box">
          <a href="http://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" /></a>
      
          <br style="clear: both;"/>
          
      		<h1>RouterOS v5.20</h1>
              
              <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>
              
            <table id="login">
      	<tr><td colspan="3"><h2>WebFig Login:</h2>
              <tr><td class="label">Login: <td><input id="name" type="text" tabindex="1">
      	 <td class="toolbar" rowspan="2">
               <ul class="toolbar">
      	   <li><a onclick="dologin()" ondragstart="return false;"><span>Login</span></a></li>
               </ul>
               <tr><td class="label">Password: <td><input id="password" type="password" tabindex="2">
      	<tr><td colspan="3">
      	    <div id="error"></div>
            </table>
                  
                  <fieldset>
                  <div class="floater"> 
                  	<a href="/winbox/winbox.exe"><img src="winbox.png"/></a><br/>
                      <label>Winbox</label>
                  </div>
                  
                  <div class="floater"> 
                  	<a href="telnet://<ip>"><img src="console.png"/></a><br/>
                      <label>Telnet</label>
                  </div>
      
                  
                  
                  <div class="floater"> 
                  	<a href="/graphs"><img src="green.png"/></a><br/>
                      <label>Graphs</label>
                  </div>
                 
                  
                  <div class="floater"> 
                  	<a href="/help/license.html"><img src="license.png"/></a><br/>
                      <label>License</label>
                  </div>
                  
      			<div class="floater"> 
                  	<a href="http://wiki.mikrotik.com"><img src="help.png"/></a><br/>
                      <label>Help</label>
                  </div>
      
      </fieldset>
                 
                  <br style="clear: both"/> 
                                  <div style="float: right">&copy; mikrotik</div>
      
          </div>
      </div>
      
      </div>
      
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-20T11:38:05.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mikrotik.com",
                  "w3.org"
               ],
               "file" : [
                  "winbox.exe"
               ],
               "hostname" : [
                  "mikrotik.com",
                  "wiki.mikrotik.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://mikrotik.com",
                  "http://wiki.mikrotik.com",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "41c2c3761d230bb53767115348879817",
               "bodymmh3" : -1512552951,
               "headermd5" : "508070579d3bda9d98e9ba0408c62fd3",
               "headermmh3" : 29390341,
               "title" : "RouterOS router configuration page"
            },
            "length" : 7122
         },
         "asn" : "AS51559",
         "country" : "TR",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6998\r\nContent-Type: text/html\r\nDate: Wed, 20 Nov 2024 11:20:34 GMT\r\nExpires: 0\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<title>RouterOS router configuration page</title>\r\n<style type=\"text/css\">\r\nbody {\r\nfont-family: Verdana, Geneva, sans-serif;\r\nfont-size: 11px;\r\n}\r\nimg {border: none}\r\nimg:hover {opacity: 0.8;}\r\nh1 {\r\nfont-size: 1.7em;\r\ndisplay: inline;\r\nmargin-bottom: 10px;\r\n}\r\nfieldset {\r\nmargin-top: 20px;\r\nbackground: #fff;\r\npadding: 20px;\r\nborder: 1px solid #c1c1c1; \r\n}\r\n#container {\r\nwidth: 70%;\r\nmargin: 10% auto;\r\n}\r\n#box {\r\nbackground-color: #fff; \r\n-moz-border-radius: 7px; \r\n-webkit-border-radius: 7px; \r\nborder: 1px solid #c1c1c1; \r\npadding: 30px;\r\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */\r\nbackground: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */\r\nbackground: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */\r\n}\r\n.floater {float: left; margin-right: 10px;}\r\n.floater label {display: block; text-align: center;}\r\n\r\n#login {\r\n    margin: 2em 0 4em 0;\r\n}\r\n#login h2 {\r\n    font-weight: normal;\r\n    font-size: 14px;\r\n    margin: 0 0 0.5em 1em;\r\n}\r\n#login td {\r\n    padding: 0 4px 0 0;\r\n}\r\n#login td.label {\r\n    text-align: right;\r\n}\r\n#login td.toolbar {\r\n    padding: 0 0 0 1em;\r\n    vertical-align: top;\r\n}\r\n#login ul.toolbar {\r\n    margin: 0;\r\n}\r\n#login input {\r\n    margin: 2px;\r\n    padding: 2px;\r\n    border: 1px solid #888;\r\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n}\r\n#error {\r\n    display:none;\r\n    color:red;\r\n    padding: 1em 0 0 0;\r\n}\r\nul.toolbar {\r\n    font-size: 11px;\r\n    text-align: left;\r\n    list-style-type: none;\r\n    padding: 0;\r\n    margin: 2px 0 4px 2px;\r\n}\r\nul.toolbar li {\r\n    float: left;\r\n    vertical-align: middle;\r\n}\r\nul.toolbar a {\r\n    float: none;\r\n    display: block;\r\n    margin: 2px 4px 2px 0;\r\n    padding: 5px;\r\n\r\n    background: #ddd;\r\n    border: 1px solid #888;\r\n    border-radius: 3px;\r\n    -moz-border-radius: 3px;\r\n    box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */\r\n\t1px 1px 2px rgba(0,0,0,0.2); /* shadow */\r\n    -webkit-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    -moz-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    color: #000;\r\n\r\n    text-decoration: none;\r\n    text-align: center;\r\n    white-space: nowrap;\r\n    cursor: inherit;\r\n    min-width: 4em;\r\n\r\n    -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n    -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n}\r\nul.toolbar a:hover {\r\n    background: #eee;\r\n}\r\nul.toolbar a:active {\r\n    background: #aaa;\r\n    box-shadow: 1px 1px 2px #999 inset;\r\n    -webkit-box-shadow: 1px 1px 2px #999 inset;\r\n    -moz-box-shadow: 1px 1px 2px #999 inset;\r\n}\r\n</style>\r\n<script>\r\nfunction get(id) {\r\n    return document.getElementById(id);\r\n}\r\nfunction trim(str) {\r\n    return str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\nfunction login(user, pwd, autologin) {\r\n    var expires = new Date();\r\n    expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));\r\n    document.cookie = 'username=' + user +\r\n        '; expires=' + expires.toGMTString() + '; path=/';\r\n\r\n    window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;\r\n    window.location.replace('/webfig/' + window.location.hash);\r\n}\r\nfunction dologin() {\r\n    login(get('name').value, get('password').value);\r\n}\r\nfunction loaded() {\r\n    var p = window.name.split('=');\r\n    if (p[0] == 'error' && p[1]) {\r\n        var err = get('error');\r\n        err.appendChild(document.createTextNode(p[1]));\r\n        err.style.display = 'block';\r\n    } else if (p[0] != 'noautologin' || p[1] != 1) {\r\n        var user = '';\r\n        if (user) {\r\n            login(user, '', true);\r\n            return;\r\n        }\r\n    }\r\n    window.name = '';\r\n\r\n    document.onkeydown = function(e) {\r\n        e = e || event;\r\n        if (e.keyCode == 13) {\r\n            dologin();\r\n            return false;\r\n        }\r\n        return true;\r\n    };\r\n\r\n    var username = null;\r\n    var cookies = document.cookie.split(';');\r\n    for (var i in cookies) {\r\n\tvar c = trim(cookies[i]).split('=');\r\n\tif (c[0] == 'username') {\r\n\t    username = c[1];\r\n\t    break;\r\n\t}\r\n    }\r\n    \r\n    if (username != null) {\r\n\tget('name').value = username;\r\n\tget('password').focus();\r\n    } else {\r\n        get('name').value = 'admin';\r\n\tget('name').focus();\r\n    }\r\n}\r\n</script>\r\n</head>\r\n\r\n<body onload=\"loaded()\">\r\n\r\n<div id=\"container\">\r\n\r\n    <div id=\"box\">\r\n    <a href=\"http://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" /></a>\r\n\r\n    <br style=\"clear: both;\"/>\r\n    \r\n\t\t<h1>RouterOS v5.20</h1>\r\n        \r\n        <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>\r\n        \r\n      <table id=\"login\">\r\n\t<tr><td colspan=\"3\"><h2>WebFig Login:</h2>\r\n        <tr><td class=\"label\">Login: <td><input id=\"name\" type=\"text\" tabindex=\"1\">\r\n\t <td class=\"toolbar\" rowspan=\"2\">\r\n         <ul class=\"toolbar\">\r\n\t   <li><a onclick=\"dologin()\" ondragstart=\"return false;\"><span>Login</span></a></li>\r\n         </ul>\r\n         <tr><td class=\"label\">Password: <td><input id=\"password\" type=\"password\" tabindex=\"2\">\r\n\t<tr><td colspan=\"3\">\r\n\t    <div id=\"error\"></div>\r\n      </table>\r\n            \r\n            <fieldset>\r\n            <div class=\"floater\"> \r\n            \t<a href=\"/winbox/winbox.exe\"><img src=\"winbox.png\"/></a><br/>\r\n                <label>Winbox</label>\r\n            </div>\r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"telnet://<ip>\"><img src=\"console.png\"/></a><br/>\r\n                <label>Telnet</label>\r\n            </div>\r\n\r\n            \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/graphs\"><img src=\"green.png\"/></a><br/>\r\n                <label>Graphs</label>\r\n            </div>\r\n           \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/help/license.html\"><img src=\"license.png\"/></a><br/>\r\n                <label>License</label>\r\n            </div>\r\n            \r\n\t\t\t<div class=\"floater\"> \r\n            \t<a href=\"http://wiki.mikrotik.com\"><img src=\"help.png\"/></a><br/>\r\n                <label>Help</label>\r\n            </div>\r\n\r\n</fieldset>\r\n           \r\n            <br style=\"clear: both\"/> \r\n                            <div style=\"float: right\">&copy; mikrotik</div>\r\n\r\n    </div>\r\n</div>\r\n\r\n</div>\r\n\r\n</body>\r\n</html>\r\n",
         "datamd5" : "239d4d203610bd75f8073c7dff6e7bc9",
         "datammh3" : -2062512513,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "adanet.net.tr"
         ],
         "host" : [
            "s95179"
         ],
         "hostname" : [
            "s95179.adanet.net.tr"
         ],
         "ip" : "95.173.168.179",
         "ipv6" : "false",
         "latitude" : "41.0214",
         "location" : "41.0214,28.9948",
         "longitude" : "28.9948",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Netinternet Bilisim Teknolojileri AS",
         "os" : "RouterOS",
         "osvendor" : "Mikrotik",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "s95179.adanet.net.tr"
         ],
         "seen_date" : "2024-11-20",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "95.173.168.0/22",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "net.tr"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }
      
  • 109.236.46.142:87 (tcp/http) - last seen on 2024-11-20 at 11:13:29 UTC

    • IP
      109.236.46.142
      Network
      109.236.32.0/20
      Domain(s)
      abissnet.al
      Device

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

      Operating System
      Mikrotik RouterOS
      URL

      http://109.236.46.142:87/ 200

      HTTP Title
      RouterOS router configuration page
      Reverse DNS
      net.abissnet.al
      ASN
      AS35047
      Organization
      Abissnet sh.a.
      Protocol
      http
      Source
      datascan
    • Operating System
      Mikrotik RouterOS
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      84dee3c197cf22894bd40900d22b3cfb
      HTTP Header MD5
      508070579d3bda9d98e9ba0408c62fd3
      HTTP Body MD5
      41c2c3761d230bb53767115348879817
    • HTTP/1.1 200 OK
      Connection: close
      Content-Length: 6998
      Content-Type: text/html
      Date: Sat, 05 May 2001 05:19:55 GMT
      Expires: 0
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>RouterOS router configuration page</title>
      <style type="text/css">
      body {
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      }
      img {border: none}
      img:hover {opacity: 0.8;}
      h1 {
      font-size: 1.7em;
      display: inline;
      margin-bottom: 10px;
      }
      fieldset {
      margin-top: 20px;
      background: #fff;
      padding: 20px;
      border: 1px solid #c1c1c1; 
      }
      #container {
      width: 70%;
      margin: 10% auto;
      }
      #box {
      background-color: #fff; 
      -moz-border-radius: 7px; 
      -webkit-border-radius: 7px; 
      border: 1px solid #c1c1c1; 
      padding: 30px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */
      background: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */
      }
      .floater {float: left; margin-right: 10px;}
      .floater label {display: block; text-align: center;}
      
      #login {
          margin: 2em 0 4em 0;
      }
      #login h2 {
          font-weight: normal;
          font-size: 14px;
          margin: 0 0 0.5em 1em;
      }
      #login td {
          padding: 0 4px 0 0;
      }
      #login td.label {
          text-align: right;
      }
      #login td.toolbar {
          padding: 0 0 0 1em;
          vertical-align: top;
      }
      #login ul.toolbar {
          margin: 0;
      }
      #login input {
          margin: 2px;
          padding: 2px;
          border: 1px solid #888;
          box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
          -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
      }
      #error {
          display:none;
          color:red;
          padding: 1em 0 0 0;
      }
      ul.toolbar {
          font-size: 11px;
          text-align: left;
          list-style-type: none;
          padding: 0;
          margin: 2px 0 4px 2px;
      }
      ul.toolbar li {
          float: left;
          vertical-align: middle;
      }
      ul.toolbar a {
          float: none;
          display: block;
          margin: 2px 4px 2px 0;
          padding: 5px;
      
          background: #ddd;
          border: 1px solid #888;
          border-radius: 3px;
          -moz-border-radius: 3px;
          box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */
      	1px 1px 2px rgba(0,0,0,0.2); /* shadow */
          -webkit-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          -moz-box-shadow:
              1px 1px 2px rgba(255,255,255,0.8) inset,
      	0 10px 10px -5px rgba(255,255,255,0.5) inset,
      	1px 1px 2px rgba(0,0,0,0.2);
          color: #000;
      
          text-decoration: none;
          text-align: center;
          white-space: nowrap;
          cursor: inherit;
          min-width: 4em;
      
          -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;
          -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;
      }
      ul.toolbar a:hover {
          background: #eee;
      }
      ul.toolbar a:active {
          background: #aaa;
          box-shadow: 1px 1px 2px #999 inset;
          -webkit-box-shadow: 1px 1px 2px #999 inset;
          -moz-box-shadow: 1px 1px 2px #999 inset;
      }
      </style>
      <script>
      function get(id) {
          return document.getElementById(id);
      }
      function trim(str) {
          return str.replace(/^\s+|\s+$/g, '');
      }
      function login(user, pwd, autologin) {
          var expires = new Date();
          expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));
          document.cookie = 'username=' + user +
              '; expires=' + expires.toGMTString() + '; path=/';
      
          window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;
          window.location.replace('/webfig/' + window.location.hash);
      }
      function dologin() {
          login(get('name').value, get('password').value);
      }
      function loaded() {
          var p = window.name.split('=');
          if (p[0] == 'error' && p[1]) {
              var err = get('error');
              err.appendChild(document.createTextNode(p[1]));
              err.style.display = 'block';
          } else if (p[0] != 'noautologin' || p[1] != 1) {
              var user = '';
              if (user) {
                  login(user, '', true);
                  return;
              }
          }
          window.name = '';
      
          document.onkeydown = function(e) {
              e = e || event;
              if (e.keyCode == 13) {
                  dologin();
                  return false;
              }
              return true;
          };
      
          var username = null;
          var cookies = document.cookie.split(';');
          for (var i in cookies) {
      	var c = trim(cookies[i]).split('=');
      	if (c[0] == 'username') {
      	    username = c[1];
      	    break;
      	}
          }
          
          if (username != null) {
      	get('name').value = username;
      	get('password').focus();
          } else {
              get('name').value = 'admin';
      	get('name').focus();
          }
      }
      </script>
      </head>
      
      <body onload="loaded()">
      
      <div id="container">
      
          <div id="box">
          <a href="http://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" /></a>
      
          <br style="clear: both;"/>
          
      		<h1>RouterOS v6.31</h1>
              
              <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>
              
            <table id="login">
      	<tr><td colspan="3"><h2>WebFig Login:</h2>
              <tr><td class="label">Login: <td><input id="name" type="text" tabindex="1">
      	 <td class="toolbar" rowspan="2">
               <ul class="toolbar">
      	   <li><a onclick="dologin()" ondragstart="return false;"><span>Login</span></a></li>
               </ul>
               <tr><td class="label">Password: <td><input id="password" type="password" tabindex="2">
      	<tr><td colspan="3">
      	    <div id="error"></div>
            </table>
                  
                  <fieldset>
                  <div class="floater"> 
                  	<a href="/winbox/winbox.exe"><img src="winbox.png"/></a><br/>
                      <label>Winbox</label>
                  </div>
                  
                  <div class="floater"> 
                  	<a href="telnet://<ip>"><img src="console.png"/></a><br/>
                      <label>Telnet</label>
                  </div>
      
                  
                  
                  <div class="floater"> 
                  	<a href="/graphs"><img src="green.png"/></a><br/>
                      <label>Graphs</label>
                  </div>
                 
                  
                  <div class="floater"> 
                  	<a href="/help/license.html"><img src="license.png"/></a><br/>
                      <label>License</label>
                  </div>
                  
      			<div class="floater"> 
                  	<a href="http://wiki.mikrotik.com"><img src="help.png"/></a><br/>
                      <label>Help</label>
                  </div>
      
      </fieldset>
                 
                  <br style="clear: both"/> 
                                  <div style="float: right">&copy; mikrotik</div>
      
          </div>
      </div>
      
      </div>
      
      </body>
      </html>
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-20T11:13:29.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "mikrotik.com",
                  "w3.org"
               ],
               "file" : [
                  "winbox.exe"
               ],
               "hostname" : [
                  "mikrotik.com",
                  "wiki.mikrotik.com",
                  "www.w3.org"
               ],
               "url" : [
                  "http://mikrotik.com",
                  "http://wiki.mikrotik.com",
                  "http://www.w3.org/1999/xhtml",
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
               ]
            },
            "http" : {
               "bodymd5" : "41c2c3761d230bb53767115348879817",
               "bodymmh3" : -1399280060,
               "headermd5" : "508070579d3bda9d98e9ba0408c62fd3",
               "headermmh3" : -429833466,
               "title" : "RouterOS router configuration page"
            },
            "length" : 7122
         },
         "asn" : "AS35047",
         "city" : "Tirana",
         "country" : "AL",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nConnection: close\r\nContent-Length: 6998\r\nContent-Type: text/html\r\nDate: Sat, 05 May 2001 05:19:55 GMT\r\nExpires: 0\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<title>RouterOS router configuration page</title>\r\n<style type=\"text/css\">\r\nbody {\r\nfont-family: Verdana, Geneva, sans-serif;\r\nfont-size: 11px;\r\n}\r\nimg {border: none}\r\nimg:hover {opacity: 0.8;}\r\nh1 {\r\nfont-size: 1.7em;\r\ndisplay: inline;\r\nmargin-bottom: 10px;\r\n}\r\nfieldset {\r\nmargin-top: 20px;\r\nbackground: #fff;\r\npadding: 20px;\r\nborder: 1px solid #c1c1c1; \r\n}\r\n#container {\r\nwidth: 70%;\r\nmargin: 10% auto;\r\n}\r\n#box {\r\nbackground-color: #fff; \r\n-moz-border-radius: 7px; \r\n-webkit-border-radius: 7px; \r\nborder: 1px solid #c1c1c1; \r\npadding: 30px;\r\nfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */\r\nbackground: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */\r\nbackground: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */\r\n}\r\n.floater {float: left; margin-right: 10px;}\r\n.floater label {display: block; text-align: center;}\r\n\r\n#login {\r\n    margin: 2em 0 4em 0;\r\n}\r\n#login h2 {\r\n    font-weight: normal;\r\n    font-size: 14px;\r\n    margin: 0 0 0.5em 1em;\r\n}\r\n#login td {\r\n    padding: 0 4px 0 0;\r\n}\r\n#login td.label {\r\n    text-align: right;\r\n}\r\n#login td.toolbar {\r\n    padding: 0 0 0 1em;\r\n    vertical-align: top;\r\n}\r\n#login ul.toolbar {\r\n    margin: 0;\r\n}\r\n#login input {\r\n    margin: 2px;\r\n    padding: 2px;\r\n    border: 1px solid #888;\r\n    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);\r\n}\r\n#error {\r\n    display:none;\r\n    color:red;\r\n    padding: 1em 0 0 0;\r\n}\r\nul.toolbar {\r\n    font-size: 11px;\r\n    text-align: left;\r\n    list-style-type: none;\r\n    padding: 0;\r\n    margin: 2px 0 4px 2px;\r\n}\r\nul.toolbar li {\r\n    float: left;\r\n    vertical-align: middle;\r\n}\r\nul.toolbar a {\r\n    float: none;\r\n    display: block;\r\n    margin: 2px 4px 2px 0;\r\n    padding: 5px;\r\n\r\n    background: #ddd;\r\n    border: 1px solid #888;\r\n    border-radius: 3px;\r\n    -moz-border-radius: 3px;\r\n    box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset, /* top gradient */\r\n\t1px 1px 2px rgba(0,0,0,0.2); /* shadow */\r\n    -webkit-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    -moz-box-shadow:\r\n        1px 1px 2px rgba(255,255,255,0.8) inset,\r\n\t0 10px 10px -5px rgba(255,255,255,0.5) inset,\r\n\t1px 1px 2px rgba(0,0,0,0.2);\r\n    color: #000;\r\n\r\n    text-decoration: none;\r\n    text-align: center;\r\n    white-space: nowrap;\r\n    cursor: inherit;\r\n    min-width: 4em;\r\n\r\n    -webkit-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n    -moz-transition: background 0.2s linear, box-shadow 0.2s ease-out;\r\n}\r\nul.toolbar a:hover {\r\n    background: #eee;\r\n}\r\nul.toolbar a:active {\r\n    background: #aaa;\r\n    box-shadow: 1px 1px 2px #999 inset;\r\n    -webkit-box-shadow: 1px 1px 2px #999 inset;\r\n    -moz-box-shadow: 1px 1px 2px #999 inset;\r\n}\r\n</style>\r\n<script>\r\nfunction get(id) {\r\n    return document.getElementById(id);\r\n}\r\nfunction trim(str) {\r\n    return str.replace(/^\\s+|\\s+$/g, '');\r\n}\r\nfunction login(user, pwd, autologin) {\r\n    var expires = new Date();\r\n    expires.setTime(expires.getTime() + (30 * 24 * 60 * 60 * 1000));\r\n    document.cookie = 'username=' + user +\r\n        '; expires=' + expires.toGMTString() + '; path=/';\r\n\r\n    window.name = (autologin ? 'autologin=' : 'login=') + user + '|' + pwd;\r\n    window.location.replace('/webfig/' + window.location.hash);\r\n}\r\nfunction dologin() {\r\n    login(get('name').value, get('password').value);\r\n}\r\nfunction loaded() {\r\n    var p = window.name.split('=');\r\n    if (p[0] == 'error' && p[1]) {\r\n        var err = get('error');\r\n        err.appendChild(document.createTextNode(p[1]));\r\n        err.style.display = 'block';\r\n    } else if (p[0] != 'noautologin' || p[1] != 1) {\r\n        var user = '';\r\n        if (user) {\r\n            login(user, '', true);\r\n            return;\r\n        }\r\n    }\r\n    window.name = '';\r\n\r\n    document.onkeydown = function(e) {\r\n        e = e || event;\r\n        if (e.keyCode == 13) {\r\n            dologin();\r\n            return false;\r\n        }\r\n        return true;\r\n    };\r\n\r\n    var username = null;\r\n    var cookies = document.cookie.split(';');\r\n    for (var i in cookies) {\r\n\tvar c = trim(cookies[i]).split('=');\r\n\tif (c[0] == 'username') {\r\n\t    username = c[1];\r\n\t    break;\r\n\t}\r\n    }\r\n    \r\n    if (username != null) {\r\n\tget('name').value = username;\r\n\tget('password').focus();\r\n    } else {\r\n        get('name').value = 'admin';\r\n\tget('name').focus();\r\n    }\r\n}\r\n</script>\r\n</head>\r\n\r\n<body onload=\"loaded()\">\r\n\r\n<div id=\"container\">\r\n\r\n    <div id=\"box\">\r\n    <a href=\"http://mikrotik.com\"><img src=\"mikrotik_logo.png\" style=\"float: right;\" /></a>\r\n\r\n    <br style=\"clear: both;\"/>\r\n    \r\n\t\t<h1>RouterOS v6.31</h1>\r\n        \r\n        <p>You have connected to a router. Administrative access only. If this device is not in your possession, please contact your local network administrator. </p>\r\n        \r\n      <table id=\"login\">\r\n\t<tr><td colspan=\"3\"><h2>WebFig Login:</h2>\r\n        <tr><td class=\"label\">Login: <td><input id=\"name\" type=\"text\" tabindex=\"1\">\r\n\t <td class=\"toolbar\" rowspan=\"2\">\r\n         <ul class=\"toolbar\">\r\n\t   <li><a onclick=\"dologin()\" ondragstart=\"return false;\"><span>Login</span></a></li>\r\n         </ul>\r\n         <tr><td class=\"label\">Password: <td><input id=\"password\" type=\"password\" tabindex=\"2\">\r\n\t<tr><td colspan=\"3\">\r\n\t    <div id=\"error\"></div>\r\n      </table>\r\n            \r\n            <fieldset>\r\n            <div class=\"floater\"> \r\n            \t<a href=\"/winbox/winbox.exe\"><img src=\"winbox.png\"/></a><br/>\r\n                <label>Winbox</label>\r\n            </div>\r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"telnet://<ip>\"><img src=\"console.png\"/></a><br/>\r\n                <label>Telnet</label>\r\n            </div>\r\n\r\n            \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/graphs\"><img src=\"green.png\"/></a><br/>\r\n                <label>Graphs</label>\r\n            </div>\r\n           \r\n            \r\n            <div class=\"floater\"> \r\n            \t<a href=\"/help/license.html\"><img src=\"license.png\"/></a><br/>\r\n                <label>License</label>\r\n            </div>\r\n            \r\n\t\t\t<div class=\"floater\"> \r\n            \t<a href=\"http://wiki.mikrotik.com\"><img src=\"help.png\"/></a><br/>\r\n                <label>Help</label>\r\n            </div>\r\n\r\n</fieldset>\r\n           \r\n            <br style=\"clear: both\"/> \r\n                            <div style=\"float: right\">&copy; mikrotik</div>\r\n\r\n    </div>\r\n</div>\r\n\r\n</div>\r\n\r\n</body>\r\n</html>\r\n",
         "datamd5" : "84dee3c197cf22894bd40900d22b3cfb",
         "datammh3" : 541568097,
         "device" : {
            "class" : "<enterprise field>: device.class",
            "productvendor" : "<enterprise field>: device.productvendor"
         },
         "domain" : [
            "abissnet.al"
         ],
         "geolocus" : {
            "asn" : "AS35047",
            "continent" : "EU",
            "continentname" : "Europe",
            "country" : "AL",
            "countryname" : "Albania",
            "domain" : [
               "abissnet.al"
            ],
            "isineu" : "false",
            "latitude" : "41.153332",
            "location" : "41.153332,20.168331",
            "longitude" : "20.168331",
            "netname" : "Abissnet",
            "organization" : "Abissnet",
            "subnet" : "109.236.44.0/22"
         },
         "host" : [
            "net"
         ],
         "hostname" : [
            "net.abissnet.al"
         ],
         "ip" : "109.236.46.142",
         "ipv6" : "false",
         "latitude" : "41.3253",
         "location" : "41.3253,19.8184",
         "longitude" : "19.8184",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Abissnet sh.a.",
         "os" : "RouterOS",
         "osvendor" : "Mikrotik",
         "port" : 87,
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "reverse" : [
            "net.abissnet.al"
         ],
         "seen_date" : "2024-11-20",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "109.236.32.0/20",
         "tag" : "<enterprise field>: tag",
         "tld" : [
            "al"
         ],
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }