Host 40.71.176.225
United States
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

Microsoft-HTTPAPI Microsoft-HTTPAPI 2.0

tcp/443

Microsoft-IIS Microsoft-IIS 10.0

tcp/84

  • SonarQube instance is public
    First seen 2022-03-17 11:29
    • Fingerprint: 589c6afe2f208cfbe34b1d8a445cd537cb8708adff979db81abcff828c6be5fc

      Found project: KeyPleazMobileApp
      Found top file: __tests__/
      Found top file: android/app/src/
      Found top file: assets/
      Found top file: src/
      Found top file: App.js
      Found top file: babel.config.js
      Found top file: config.js
      Found top file: index.js
      Found top file: metro.config.js
      Found top file: react-native.config.js
      Found project: KeyPleazPortal
      Found top file: App_Start/
      Found top file: Content/
      Found top file: Controllers/
      Found top file: Models/
      Found top file: packages/
      Found top file: Properties/
      Found top file: Scripts/
      Found top file: StripeApi/
      Found top file: ViewModel/
      Found top file: Views/
      Found top file: Global.asax.cs
      Found project: KeyPleazWebAPIUpdated
      Found top file: KeyPleazAPI/
      Found top file: packages/
      Found top file: WindowsAPICallService/
      Found top file: WindowsAPICheckService/
      
      Found on 2022-03-17 11:29
  • Open service 40.71.176.225:443

    2024-06-14 20:29

    HTTP/1.1 404 Not Found
    Content-Type: text/html; charset=us-ascii
    Server: Microsoft-HTTPAPI/2.0
    Date: Fri, 14 Jun 2024 20:29:24 GMT
    Connection: close
    Content-Length: 315
    
    Page title: Not Found
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
    <HTML><HEAD><TITLE>Not Found</TITLE>
    <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
    <BODY><h2>Not Found</h2>
    <hr><p>HTTP Error 404. The requested resource is not found.</p>
    </BODY></HTML>
    
    Found 2024-06-14 by HttpPlugin
    Create report
  • Open service 40.71.176.225:84

    2024-06-14 08:33

    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-Frame-Options: SAMEORIGIN
    X-AspNet-Version: 4.0.30319
    Set-Cookie: __RequestVerificationToken=AW1_mLsNp1KGJ3bjbh5wJcvfwp_ILTZYNWMygmnPVaMqtM7JiYzb-qo_nLbV3_GRBelRV1pp7RDHXOnFG2HXdXIIYVV8EndmGfXL_iagwps1; path=/; HttpOnly
    X-Powered-By: ASP.NET
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Headers: Content-Type
    Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
    Date: Fri, 14 Jun 2024 08:33:12 GMT
    Connection: close
    Content-Length: 2479
    
    Page title: Login
    
    
    
    
    <!DOCTYPE html>
    
    <html>
    <head>
        <meta name="viewport" content="width=device-width" />
        <title>Login</title>
    
    </head>
    <body>
        <div>
           
    <form action="/Home/LoginPortalUser" enctype="multipart/form-data" method="post"><input name="__RequestVerificationToken" type="hidden" value="ht0PNor9qYUCSHf_MzrzOQTWqeIG1SwjTXbhPNmlFQE9xs3chGDhjhByK19f2LpbH12LG8roALah4TSTQg7FwKds_xtSnBMsLQt7aFdNHWU1" />    <div style="margin-top:100px">
                    
                <table align="center" border="0">
    
                    <tr>
                        <td>User Name</td>
                        
                        <td><input id="UserName" name="UserName" type="text" value="" /></td>
                        
                    </tr>
                    <tr>
                        <td>
                            <label for="Password">Password</label>
                        </td>
                        <td>
                            <input id="Password" name="Password" type="password" />
                        </td>
                        
                    </tr>
                    <tr>
                        <td></td>
                        <td>
                            <input type="submit" value="Login" />
                            
                        </td>
                        
                    </tr>
                    <tr>
                        <td></td>
                        <td><h5></h5></td>
                    </tr>
                </table>
            
        </div>
    </form>        <script src="/Scripts/jquery-1.10.2.js"></script>
            <link href="/Content/jquery.dataTables.min.css" rel="stylesheet" />
            <script src="/Scripts/jquery.dataTables.min.js"></script>
            <link href="/Content/jquery-ui.css" rel="stylesheet" />
            <script src="/Scripts/jquery-ui.js"></script>
    
            <script>
     function LoginUser() {
            var userObj = {
                username: $('#txtUserName').val(),
                password: $('#txtPassword').val()
    
            };
            $.ajax({
                url: "/Login/LoginUser",
                data: JSON.stringify(userObj),
                type: "POST",
                contentType: "application/json;charset=utf-8",
                dataType: "json",
                success: function (result) {
                    alert("User added sucessfully");
                },
    
            });
        }
        function clearTextBox() {
            $('#txtUserName').val("");
            $('#txtPassword').val("");
    
        }
            </script>
        </div>
    </body>
    </html>
    
    Found 2024-06-14 by HttpPlugin
    Create report
  • Open service 40.71.176.225:443

    2024-06-13 08:58

    HTTP/1.1 404 Not Found
    Content-Type: text/html; charset=us-ascii
    Server: Microsoft-HTTPAPI/2.0
    Date: Thu, 13 Jun 2024 08:58:42 GMT
    Connection: close
    Content-Length: 315
    
    Page title: Not Found
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
    <HTML><HEAD><TITLE>Not Found</TITLE>
    <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
    <BODY><h2>Not Found</h2>
    <hr><p>HTTP Error 404. The requested resource is not found.</p>
    </BODY></HTML>
    
    Found 2024-06-13 by HttpPlugin
    Create report
*.keypleaz.comkeypleaz.com
CN:
*.keypleaz.com
Not before:
2023-06-22 00:11
Not after:
2024-07-23 00:11
Domain summary
No record