Host 18.227.89.49
United States
AMAZON-02
Linux 4.18.0-526.el8.x86_64 x86_64
Software information

nginx nginx 1.14.1

tcp/443 tcp/80

  • Open service 18.227.89.49:80 · api.unitycollect.com

    2024-04-26 11:45

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.14.1
    Date: Fri, 26 Apr 2024 11:45:25 GMT
    Content-Type: text/html
    Content-Length: 185
    Connection: close
    Location: https://api.unitycollect.com/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.14.1</center>
    </body>
    </html>
    
    Found 2024-04-26 by HttpPlugin
    Create report
  • Open service 18.227.89.49:443 · api.unitycollect.com

    2024-04-26 11:45

    HTTP/1.1 404 Not Found
    Server: nginx/1.14.1
    Date: Fri, 26 Apr 2024 11:45:26 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2568
    Connection: close
    X-Frame-Options: DENY
    Vary: origin
    X-Content-Type-Options: nosniff
    Referrer-Policy: same-origin
    Cross-Origin-Opener-Policy: same-origin
    
    Page title: Page not found at /
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <title>Page not found at /</title>
      <meta name="robots" content="NONE,NOARCHIVE">
      <style type="text/css">
        html * { padding:0; margin:0; }
        body * { padding:10px 20px; }
        body * * { padding:0; }
        body { font:small sans-serif; background:#eee; color:#000; }
        body>div { border-bottom:1px solid #ddd; }
        h1 { font-weight:normal; margin-bottom:.4em; }
        h1 span { font-size:60%; color:#666; font-weight:normal; }
        table { border:none; border-collapse: collapse; width:100%; }
        td, th { vertical-align:top; padding:2px 3px; }
        th { width:12em; text-align:right; color:#666; padding-right:.5em; }
        #info { background:#f6f6f6; }
        #info ol { margin: 0.5em 4em; }
        #info ol li { font-family: monospace; }
        #summary { background: #ffc; }
        #explanation { background:#eee; border-bottom: 0px none; }
        pre.exception_value { font-family: sans-serif; color: #575757; font-size: 1.5em; margin: 10px 0 10px 0; }
      </style>
    </head>
    <body>
      <div id="summary">
        <h1>Page not found <span>(404)</span></h1>
        
        <table class="meta">
          <tr>
            <th>Request Method:</th>
            <td>GET</td>
          </tr>
          <tr>
            <th>Request URL:</th>
            <td>http://api.unitycollect.com/</td>
          </tr>
          
        </table>
      </div>
      <div id="info">
        
          <p>
          Using the URLconf defined in <code>TigerBackend.urls</code>,
          Django tried these URL patterns, in this order:
          </p>
          <ol>
            
              <li>
                
                    admin/
                    
                
              </li>
            
              <li>
                
                    api/v1/
                    
                
              </li>
            
              <li>
                
                    ^documents/(?P&lt;path&gt;.*)$
                    
                
              </li>
            
              <li>
                
                    ^documents/(?P&lt;path&gt;.*)$
                    
                
              </li>
            
              <li>
                
                    ^documents/(?P&lt;path&gt;.*)$
                    
                
              </li>
            
          </ol>
          <p>
            
              The empty path
            
            didn’t match any of these.
          </p>
        
      </div>
    
      <div id="explanation">
        <p>
          You’re seeing this error because you have <code>DEBUG = True</code> in
          your Django settings file. Change that to <code>False</code>, and Django
          will display a standard 404 page.
        </p>
      </div>
    </body>
    </html>
    
    Found 2024-04-26 by HttpPlugin
    Create report
  • Open service 18.227.89.49:80

    2024-04-24 20:37

    HTTP/1.1 200 OK
    Server: nginx/1.14.1
    Date: Wed, 24 Apr 2024 20:37:25 GMT
    Content-Type: text/html
    Content-Length: 4057
    Last-Modified: Tue, 21 Dec 2021 19:41:19 GMT
    Connection: close
    ETag: "61c22ddf-fd9"
    Accept-Ranges: bytes
    
    Page title: Test Page for the Nginx HTTP Server on Red Hat Enterprise Linux
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
        <head>
            <title>Test Page for the Nginx HTTP Server on Red Hat Enterprise Linux</title>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
            <style type="text/css">
                /*<![CDATA[*/
                body {
                    background-color: #fff;
                    color: #000;
                    font-size: 0.9em;
                    font-family: sans-serif,helvetica;
                    margin: 0;
                    padding: 0;
                }
                :link {
                    color: #c00;
                }
                :visited {
                    color: #c00;
                }
                a:hover {
                    color: #f50;
                }
                h1 {
                    text-align: center;
                    margin: 0;
                    padding: 0.6em 2em 0.4em;
                    background-color: #900;
                    color: #fff;
                    font-weight: normal;
                    font-size: 1.75em;
                    border-bottom: 2px solid #000;
                }
                h1 strong {
                    font-weight: bold;
                    font-size: 1.5em;
                }
                h2 {
                    text-align: center;
                    background-color: #900;
                    font-size: 1.1em;
                    font-weight: bold;
                    color: #fff;
                    margin: 0;
                    padding: 0.5em;
                    border-bottom: 2px solid #000;
                }
                hr {
                    display: none;
                }
                .content {
                    padding: 1em 5em;
                }
                .alert {
                    border: 2px solid #000;
                }
    
                img {
                    border: 2px solid #fff;
                    padding: 2px;
                    margin: 2px;
                }
                a:hover img {
                    border: 2px solid #294172;
                }
                .logos {
                    margin: 1em;
                    text-align: center;
                }
                /*]]>*/
            </style>
        </head>
    
        <body>
            <h1>Welcome to <strong>nginx</strong> on Red Hat Enterprise Linux!</h1>
    
            <div class="content">
                <p>This page is used to test the proper operation of the
                <strong>nginx</strong> HTTP server after it has been
                installed. If you can read this page, it means that the
                web server installed at this site is working
                properly.</p>
    
                <div class="alert">
                    <h2>Website Administrator</h2>
                    <div class="content">
                        <p>This is the default <tt>index.html</tt> page that
                        is distributed with <strong>nginx</strong> on
                        Red Hat Enterprise Linux.  It is located in
                        <tt>/usr/share/nginx/html</tt>.</p>
    
                        <p>You should now put your content in a location of
                        your choice and edit the <tt>root</tt> configuration
                        directive in the <strong>nginx</strong>
                        configuration file
                        <tt>/etc/nginx/nginx.conf</tt>.</p>
    
                        <p>For information on Red Hat Enterprise Linux, please visit the <a href="http://www.redhat.com/">Red Hat, Inc. website</a>. The documentation for Red Hat Enterprise Linux is <a href="http://www.redhat.com/docs/manuals/enterprise/">available on the Red Hat, Inc. website</a>.</p>
    
                    </div>
                </div>
    
                <div class="logos">
                    <a href="http://nginx.net/"><img
                        src="nginx-logo.png" 
                        alt="[ Powered by nginx ]"
                        width="121" height="32" /></a>
                    <a href="http://www.redhat.com/"><img
                        src="poweredby.png"
                        alt="[ Powered by Red Hat Enterprise Linux ]"
                        width="88" height="31" /></a>
                </div>
            </div>
        </body>
    </html>
    
    Found 2024-04-24 by HttpPlugin
    Create report
api.unitycollect.com
CN:
api.unitycollect.com
Key:
ECDSA-256
Issuer:
R3
Not before:
2024-04-26 10:44
Not after:
2024-07-25 10:44
Data leak
Size
0 B
Collections
1
Rows
158
Domain summary