Returning 1 result(s) out of 1 in 0.070 second(s)

  • 37.224.101.161:512 (tcp/http) - last seen on 2024-11-07 at 03:31:20 UTC

    • IP
      37.224.101.161
      Network
      37.224.96.0/19
      Device

      <enterprise field>: device.class

      Operating System
      Microsoft Windows
      URL

      http://37.224.101.161:512/ 200

      HTTP Title
      Solvait | Login
      ASN
      AS25019
      Organization
      Saudi Telecom Company JSC
      Protocol
      http
      Source
      datascan
    • Operating System
      Microsoft Windows
      Product
      Microsoft IIS 10.0
      HTTP Component(s)
      Microsoft ASP.NET 4.0.30319
      CPE(s)

      <enterprise field>: cpe

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

    • Data MD5
      df847a33faa40ebd87f04dba7a606da9
      HTTP Header MD5
      71a7f5c0dbb8040657678d91abd70565
      HTTP Body MD5
      3f11afdc767c74d1cb6ca8923678e217
    • HTTP/1.1 200 OK
      Cache-Control: private
      Content-Type: text/html; charset=utf-8
      Server: Microsoft-IIS/10.0
      X-AspNetMvc-Version: 5.2
      X-AspNet-Version: 4.0.30319
      Set-Cookie: ASP.NET_SessionId=toymv5i3gvfju0goj2jrbjrr; path=/; HttpOnly; SameSite=Lax
      Set-Cookie: .ASPXAUTH=; expires=Mon, 11-Oct-1999 21:00:00 GMT; path=/; HttpOnly; SameSite=Lax
      X-Powered-By: ASP.NET
      Date: Thu, 07 Nov 2024 03:25:28 GMT
      Connection: close
      Content-Length: 6204
      
      
      
      
      <!DOCTYPE html>
       
      <head>
      
          <meta charset="utf-8">
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
      
          <title>Solvait | Login</title>
          <link rel="shortcut icon" href="/Content/favicon.ico" />
          <link href="/Content/bootstrap.min.css" rel="stylesheet">
          <link href="/Fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
      
          <link href="/Content/animate.css" rel="stylesheet">
          <link href="/Content/style.css" rel="stylesheet">
      
          <style>
              .footer {
                  position: absolute;
              }
              form {
                  background: white;
                  border-radius: 6px;
                  box-shadow: 0px 0px 96px rgba(163, 178, 201, 0.3);
              }
              form .login-header {
                  font-family: Nunito Sans;
                  font-style: normal;
                  font-weight: bold;
                  font-size: 4vh;
                  letter-spacing: 0.01em;
                  color: #30354E;
              }
              form .label-username, form .label-password {
                  font-family: Nunito Sans;
                  font-style: normal;
                  font-weight: bold;
                  font-size: 2vh;
                  color: #232632;
              }
              form .input-username, form .input-password {
                  border: 2px solid #E2E2E2;
                  box-sizing: border-box;
                  border-radius: 6px;
                  padding: 20px 10px;
                  outline:none;
              }
              form .input-username:focus , form .input-password:focus {
                  border: 2px solid #5364FD;
                  border-radius: 6px;
              }
              form .login-submit {
                  margin-top: 20px;
                  margin-bottom: 20px;
                  background: #5364FD;
                  border-radius: 8px;
                  letter-spacing: 0.02em;
                  color: #FFFFFF;
                  font-style: normal;
                  font-weight: bold;
                  font-size: 3vh;
                  line-height: 4vh;
                  width: 100%;
              }
              form .login-submit:hover, form .login-submit:focus {
                  color: #FFFFFF;
                  background: #3b4bdd;
              }
              
          </style>
      
      
          </head>
      
      </head>
      
      
      
      
      <body class="gray-bg row">
              
              <div class="col-md-6 login-columns-left">
      
                  <div style="max-width: 40%;
                          max-height: 23vh;
                          height: 23vh;
                          text-align: center;
                          margin: auto;
                          margin-top: 5vh;
                       ">
                      <img src="/Content/img/fa35aa1d-9fff-4963-85ce-10ef0b3678fbimages.jpg" style="max-width: 15vw;max-height: 20vh;"  />
                  </div>
                  
                  
                  <br />
                  <br />
                  <br />
      
                  <div class="login-columns-left-headers"
                       style="margin: 20px 20px 0px 100px;">
                      <h3>
                          - Employees access to personal records and details.
                      </h3>
                      <br />
                      <h3>- Requests such as Leave, Loan and others with workflows.</h3>
                      <br />
                      <h3>
                          - One-stop shop to to engage with your information.
                      </h3>
                      
                  </div>
                  
      
                  <div class="col-md-12 login-columns-left-bootom-image" style="margin-top: 5.5%;">
                      <h5>Solvait Human Capital Management
      
      </h5>
                      <img src="/Content/img/login-page-letter-image.svg" width="330px;" style="width: 14vw;"/>
                  </div>
                  
      
      
              </div>
              
          <div class="col-md-6" 
               style="height: 100%;
                      display: flex;
                      justify-content: center;
                      align-items: center;">
      
              <div class="col-md-7">
      <form action="/" method="post">                <div style="padding: 7%;">
      
                          <div class="form-group">
                              <input type="hidden" id="lang" name="lang" value="en-us" />
                              <input type="hidden" id="error" />
                          </div>
                          <div>
                              <label class="login-header">Log in</label>
                          </div>
                          <br />
                          <br />
                          <div class="form-group">
                              <label class="label-username" id="label-username">Username</label>
                              <input type="text" class="form-control input-username" id="input-username" name="Username" placeholder="Username" required="">
                          </div>
                          <div class="form-group">
                              <label class="label-password">Password</label>
                              <input type="password" class="form-control input-password" name="Password" placeholder="Password" required="">
                          </div>
                          <button type="submit" class="btn login-submit">Login</button>
                          <span style="color:red"></span>
                      </div>
      </form>        </div>
              
      
              <div class="login-footer"><style>
          .copyrights {
              font-family: Nunito Sans;
              font-style: normal;
              font-weight: normal;
              font-size: 1.7vh;
              line-height: 19px;
              letter-spacing: 0.02em;
              color: #A2B4CF;
          }
          .copyrights-wrapper {
              float: left;
              margin-top: 6px;
          }
          .rtls .copyrights-wrapper {
              float: right;
          }
      </style>
      <div class="footer">
          <div class="pull-right">
              <a href="http://www.solvait.com/">
                  
                  <img src="/Content/logo.png" width="100" height="50" style="width: 5vw;height: 5.5vh;padding-bottom: 8px;"/>
              </a>
              
      </div>
          <div class="copyrights-wrapper ">
              <a href="http://www.solvait.com/" class="copyrights">
                  &copy; 2024 V 24.2.2 Solvait. All rights reserved. 
              </a>
          </div>
      </div>
      </div>
          </div>
      </body>
      <script>
          console.log(document.getElementById("error").value);
          function langvalue(id) {
              debugger;
              document.getElementById("lang").value = id;
          }
      </script>
      
      
    • {
         "@category" : "datascan",
         "@timestamp" : "2024-11-07T03:31:20.000Z",
         "app" : {
            "extract" : {
               "domain" : [
                  "solvait.com"
               ],
               "hostname" : [
                  "www.solvait.com"
               ],
               "url" : [
                  "http://www.solvait.com/"
               ]
            },
            "http" : {
               "bodymd5" : "3f11afdc767c74d1cb6ca8923678e217",
               "bodymmh3" : 1318311869,
               "component" : [
                  {
                     "productversion" : "4.0.30319",
                     "productvendor" : "Microsoft",
                     "product" : "ASP.NET"
                  }
               ],
               "headermd5" : "71a7f5c0dbb8040657678d91abd70565",
               "headermmh3" : 1064574295,
               "title" : "Solvait | Login"
            },
            "length" : 6654
         },
         "asn" : "AS25019",
         "city" : "Jeddah",
         "country" : "SA",
         "cpe" : "<enterprise field>: cpe",
         "cpecount" : "<enterprise field>: cpecount",
         "data" : "HTTP/1.1 200 OK\r\nCache-Control: private\r\nContent-Type: text/html; charset=utf-8\r\nServer: Microsoft-IIS/10.0\r\nX-AspNetMvc-Version: 5.2\r\nX-AspNet-Version: 4.0.30319\r\nSet-Cookie: ASP.NET_SessionId=toymv5i3gvfju0goj2jrbjrr; path=/; HttpOnly; SameSite=Lax\r\nSet-Cookie: .ASPXAUTH=; expires=Mon, 11-Oct-1999 21:00:00 GMT; path=/; HttpOnly; SameSite=Lax\r\nX-Powered-By: ASP.NET\r\nDate: Thu, 07 Nov 2024 03:25:28 GMT\r\nConnection: close\r\nContent-Length: 6204\r\n\r\n\r\n\r\n\r\n<!DOCTYPE html>\r\n \r\n<head>\r\n\r\n    <meta charset=\"utf-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n    <title>Solvait | Login</title>\r\n    <link rel=\"shortcut icon\" href=\"/Content/favicon.ico\" />\r\n    <link href=\"/Content/bootstrap.min.css\" rel=\"stylesheet\">\r\n    <link href=\"/Fonts/font-awesome/css/font-awesome.css\" rel=\"stylesheet\">\r\n\r\n    <link href=\"/Content/animate.css\" rel=\"stylesheet\">\r\n    <link href=\"/Content/style.css\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        .footer {\r\n            position: absolute;\r\n        }\r\n        form {\r\n            background: white;\r\n            border-radius: 6px;\r\n            box-shadow: 0px 0px 96px rgba(163, 178, 201, 0.3);\r\n        }\r\n        form .login-header {\r\n            font-family: Nunito Sans;\r\n            font-style: normal;\r\n            font-weight: bold;\r\n            font-size: 4vh;\r\n            letter-spacing: 0.01em;\r\n            color: #30354E;\r\n        }\r\n        form .label-username, form .label-password {\r\n            font-family: Nunito Sans;\r\n            font-style: normal;\r\n            font-weight: bold;\r\n            font-size: 2vh;\r\n            color: #232632;\r\n        }\r\n        form .input-username, form .input-password {\r\n            border: 2px solid #E2E2E2;\r\n            box-sizing: border-box;\r\n            border-radius: 6px;\r\n            padding: 20px 10px;\r\n            outline:none;\r\n        }\r\n        form .input-username:focus , form .input-password:focus {\r\n            border: 2px solid #5364FD;\r\n            border-radius: 6px;\r\n        }\r\n        form .login-submit {\r\n            margin-top: 20px;\r\n            margin-bottom: 20px;\r\n            background: #5364FD;\r\n            border-radius: 8px;\r\n            letter-spacing: 0.02em;\r\n            color: #FFFFFF;\r\n            font-style: normal;\r\n            font-weight: bold;\r\n            font-size: 3vh;\r\n            line-height: 4vh;\r\n            width: 100%;\r\n        }\r\n        form .login-submit:hover, form .login-submit:focus {\r\n            color: #FFFFFF;\r\n            background: #3b4bdd;\r\n        }\r\n        \r\n    </style>\r\n\r\n\r\n    </head>\r\n\r\n</head>\r\n\r\n\r\n\r\n\r\n<body class=\"gray-bg row\">\r\n        \r\n        <div class=\"col-md-6 login-columns-left\">\r\n\r\n            <div style=\"max-width: 40%;\r\n                    max-height: 23vh;\r\n                    height: 23vh;\r\n                    text-align: center;\r\n                    margin: auto;\r\n                    margin-top: 5vh;\r\n                 \">\r\n                <img src=\"/Content/img/fa35aa1d-9fff-4963-85ce-10ef0b3678fbimages.jpg\" style=\"max-width: 15vw;max-height: 20vh;\"  />\r\n            </div>\r\n            \r\n            \r\n            <br />\r\n            <br />\r\n            <br />\r\n\r\n            <div class=\"login-columns-left-headers\"\r\n                 style=\"margin: 20px 20px 0px 100px;\">\r\n                <h3>\r\n                    - Employees access to personal records and details.\r\n                </h3>\r\n                <br />\r\n                <h3>- Requests such as Leave, Loan and others with workflows.</h3>\r\n                <br />\r\n                <h3>\r\n                    - One-stop shop to to engage with your information.\r\n                </h3>\r\n                \r\n            </div>\r\n            \r\n\r\n            <div class=\"col-md-12 login-columns-left-bootom-image\" style=\"margin-top: 5.5%;\">\r\n                <h5>Solvait Human Capital Management\r\n\r\n</h5>\r\n                <img src=\"/Content/img/login-page-letter-image.svg\" width=\"330px;\" style=\"width: 14vw;\"/>\r\n            </div>\r\n            \r\n\r\n\r\n        </div>\r\n        \r\n    <div class=\"col-md-6\" \r\n         style=\"height: 100%;\r\n                display: flex;\r\n                justify-content: center;\r\n                align-items: center;\">\r\n\r\n        <div class=\"col-md-7\">\r\n<form action=\"/\" method=\"post\">                <div style=\"padding: 7%;\">\r\n\r\n                    <div class=\"form-group\">\r\n                        <input type=\"hidden\" id=\"lang\" name=\"lang\" value=\"en-us\" />\r\n                        <input type=\"hidden\" id=\"error\" />\r\n                    </div>\r\n                    <div>\r\n                        <label class=\"login-header\">Log in</label>\r\n                    </div>\r\n                    <br />\r\n                    <br />\r\n                    <div class=\"form-group\">\r\n                        <label class=\"label-username\" id=\"label-username\">Username</label>\r\n                        <input type=\"text\" class=\"form-control input-username\" id=\"input-username\" name=\"Username\" placeholder=\"Username\" required=\"\">\r\n                    </div>\r\n                    <div class=\"form-group\">\r\n                        <label class=\"label-password\">Password</label>\r\n                        <input type=\"password\" class=\"form-control input-password\" name=\"Password\" placeholder=\"Password\" required=\"\">\r\n                    </div>\r\n                    <button type=\"submit\" class=\"btn login-submit\">Login</button>\r\n                    <span style=\"color:red\"></span>\r\n                </div>\r\n</form>        </div>\r\n        \r\n\r\n        <div class=\"login-footer\"><style>\r\n    .copyrights {\r\n        font-family: Nunito Sans;\r\n        font-style: normal;\r\n        font-weight: normal;\r\n        font-size: 1.7vh;\r\n        line-height: 19px;\r\n        letter-spacing: 0.02em;\r\n        color: #A2B4CF;\r\n    }\r\n    .copyrights-wrapper {\r\n        float: left;\r\n        margin-top: 6px;\r\n    }\r\n    .rtls .copyrights-wrapper {\r\n        float: right;\r\n    }\r\n</style>\r\n<div class=\"footer\">\r\n    <div class=\"pull-right\">\r\n        <a href=\"http://www.solvait.com/\">\r\n            \r\n            <img src=\"/Content/logo.png\" width=\"100\" height=\"50\" style=\"width: 5vw;height: 5.5vh;padding-bottom: 8px;\"/>\r\n        </a>\r\n        \r\n</div>\r\n    <div class=\"copyrights-wrapper \">\r\n        <a href=\"http://www.solvait.com/\" class=\"copyrights\">\r\n            &copy; 2024 V 24.2.2 Solvait. All rights reserved. \r\n        </a>\r\n    </div>\r\n</div>\r\n</div>\r\n    </div>\r\n</body>\r\n<script>\r\n    console.log(document.getElementById(\"error\").value);\r\n    function langvalue(id) {\r\n        debugger;\r\n        document.getElementById(\"lang\").value = id;\r\n    }\r\n</script>\r\n\r\n",
         "datamd5" : "df847a33faa40ebd87f04dba7a606da9",
         "datammh3" : -938681917,
         "device" : {
            "class" : "<enterprise field>: device.class"
         },
         "geolocus" : {
            "asn" : "AS25019",
            "continent" : "AS",
            "continentname" : "Asia",
            "country" : "SA",
            "countryname" : "Saudi Arabia",
            "domain" : [
               "stc.com.sa"
            ],
            "isineu" : "false",
            "latitude" : "23.885942",
            "location" : "23.885942,45.079162",
            "longitude" : "45.079162",
            "netname" : "SA-STC-20120405",
            "organization" : "Saudi Telecom Company JSC",
            "subnet" : "37.224.96.0/19"
         },
         "ip" : "37.224.101.161",
         "ipv6" : "false",
         "latitude" : "21.4849",
         "location" : "21.4849,39.1920",
         "longitude" : "39.1920",
         "node" : {
            "country" : "<enterprise field>: node.country",
            "groupid" : "<enterprise field>: node.groupid",
            "id" : "<enterprise field>: node.id",
            "physicalcountry" : "<enterprise field>: node.physicalcountry"
         },
         "organization" : "Saudi Telecom Company JSC",
         "os" : "Windows",
         "osvendor" : "Microsoft",
         "osversion" : [
            "Server 2016",
            10
         ],
         "port" : 512,
         "product" : "IIS",
         "productvendor" : "Microsoft",
         "productversion" : "10.0",
         "protocol" : "http",
         "protocolversion" : "1.1",
         "reason" : "OK",
         "seen_date" : "2024-11-07",
         "source" : "datascan",
         "status" : 200,
         "subnet" : "37.224.96.0/19",
         "tag" : "<enterprise field>: tag",
         "tls" : "false",
         "transport" : "tcp",
         "url" : "/"
      }