Domain helnar.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2a06:98c1:3121::3:80 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: request_id=e812e117-42d5-4b88-8096-db8633fa11b6; Max-Age=3600; Path=/; HttpOnly
    Last-Modified: Tue, 28 Jan 2020 05:53:42 GMT
    Cache-Control: max-age=3600
    Expires: Sun, 11 Jan 2026 21:47:28 GMT
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7HyUygyTD4Tp5lZEIJZtyY2hbifd%2BaNUDhysaSQjT06q781rknrEzx3UwpeuHU9dnW8J3JiO5ilnsRr6XnBcD3VGmYdX%2BRvWrvsZLjnMrE7oSVDuVMc%3D"}]}
    Age: 0
    X-Request-ID: e812e117-42d5-4b88-8096-db8633fa11b6
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9bc744faeca9fe9e-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    <html><FRAMESET border='0' ROWS='*,1'><FRAME SRC='http://www.searchvity.com/?dn=helnar.com&pid=9PO1MNIJ3'><FRAME SRC='blank.html'> </FRAMESET> </html>
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 472 <none>
    Date: Sun, 11 Jan 2026 20:47:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Set-Cookie: request_id=1d521630-fe12-4fd8-9feb-28e915b40d8b; Max-Age=3600; Path=/; HttpOnly
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    pragma: no-cache
    expires: 0
    x-request-id: 1d521630-fe12-4fd8-9feb-28e915b40d8b
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SfqmYq3t18yMcyh3Dx%2BH8oUCgSIv3B8xIFAFAHYmRFAtczQYMpWQGhhtRmbyUFOAw2AEChoznf5oBY16mf%2Bg77aoqAQpvemefGk%3D"}]}
    Server: cloudflare
    CF-RAY: 9bc744fb6a708ec7-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Access Denied
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Access Denied</title>
    <style>
    html, body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #ffffff;
        color: #333;
        margin: 0;
        padding: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h1 {
        color: #c00;
        font-size: 2.5em;
        margin: 50px 0 10px 0;
        text-align: center;
    }
    h2 {
        color: #555;
        font-size: 1.7em;
        margin: 5px 0 40px 0;
        text-align: center;
    }
    
    /* Browser window */
    .screen {
        width: 90%;
        max-width: 1200px;
        background: #f0f0f0;
        border-radius: 10px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        border: 1px solid #ccc;
        position: relative;
        overflow: hidden;
    }
    
    /* Tab bar */
    .screen .tab-bar {
        height: 35px;
        background: #e0e0e0;
        display: flex;
        align-items: center;
        padding: 0 10px;
        border-bottom: 1px solid #ccc;
    }
    .screen .tab {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin-right: 6px;
    }
    .screen .tab.red { background: #f25f58; }
    .screen .tab.yellow { background: #f8c956; }
    .screen .tab.green { background: #3fc14f; }
    
    /* URL bar */
    .screen .url-bar {
        height: 28px;
        background: #ffffff;
        margin: 5px 15px;
        border-radius: 6px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-size: 0.9em;
        color: #555;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }
    
    /* Page content */
    .screen .content {
        padding: 100px 40px; 
        position: relative;
    }
    
    /* Red circle X */
    .block-icon {
        width: 160px;  
        height: 160px; 
        margin: 0 auto;
        border-radius: 50%;
        background-color: #c00;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 12px rgba(0,0,0,0.25);
    }
    .block-icon svg {
        width: 80px;
        height: 80px;
        stroke: #fff;
        stroke-width: 10;
    }
    
    /* Bottom questions */
    .container {
        width: 95%;
        max-width: 1400px;
        margin: 40px auto 10px auto; 
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .box {
        flex: 1;
        min-width: 0;
        background: #fff;
        padding: 30px;
        border-radius: 6px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        text-align: left;
        font-size: 1em;
    }
    
    /* Request ID in rectangle */
    .request-id-footer {
        margin-top: 10px; 
        background: #f8f8f8;
        border: 1px solid #ccc;
        padding: 15px 30px;
        font-weight: bold;
        font-family: monospace;
        color: #c00;
        font-size: 1.3em;
        border-radius: 6px;
        text-align: center;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    }
    </style>
    </head>
    <body>
    
    <h1>Sorry, you have been blocked</h1>
    <h2>You are unable to access <strong>helnar.com</strong></h2>
    
    <div class="screen">
        <!-- Tab bar -->
        <div class="tab-bar">
            <div class="tab red"></div>
            <div class="tab yellow"></div>
            <div class="tab green"></div>
        </div>
        <!-- URL bar -->
        <div class="url-bar">
            https://helnar.com
        </div>
        <!-- Page content -->
        <div class="content">
            <div class="block-icon">
                <svg viewBox="0 0 60 60">
                    <line x1="0" y1="0" x2="60" y2="60"/>
                    <line x1="60" y1="0" x2="0" y2="60"/>
                </svg>
            </div>
        </div>
    </div>
    
    <div class="container">
        <div class="box">
            <strong>Why have I been blocked?</strong>
            <p>It seems that something in your recent request triggered our website’s security system. These protections are in place to keep the site safe from online threats and misuse. Various actions can cause this block, such as submitting specific words or phrases, executing a SQL command, or sending improperly formatted data.</p>
        </div>
        <div class="box">
            <strong>What can I do to resolve this?</strong>
            <p>If you think you were blocked by mistake, please reach out to the site owner. Be sure to include the Request ID shown below so they can quickly look into your request and restore access if appropriate.</p>
        </div>
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 20:47:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc744ffd962e98a-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 20:47:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc744ffccd96a5e-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: request_id=2fe24316-597d-4d8d-9aac-547df24045c4; Max-Age=3600; Path=/; HttpOnly
    Last-Modified: Tue, 28 Jan 2020 05:53:42 GMT
    Cache-Control: max-age=3600
    Expires: Sun, 11 Jan 2026 21:18:08 GMT
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bgZ03HwfKjJ0%2F0bH5tElky2B6Wrn8A9cjw8vjWsEa1T%2Fdqbs5UJqpzrYHJ1bUb4M9wcAdgCuwoD9%2BN88hJpC5IzdhgQ4QAeRlEk9Mf8TQ2Do%2BLzLsOY%3D"}]}
    Age: 1760
    X-Request-ID: 2fe24316-597d-4d8d-9aac-547df24045c4
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9bc744fa8c55ae83-LHR
    alt-svc: h3=":443"; ma=86400
    
    
    <html><FRAMESET border='0' ROWS='*,1'><FRAME SRC='http://www.searchvity.com/?dn=helnar.com&pid=9PO1MNIJ3'><FRAME SRC='blank.html'> </FRAMESET> </html>
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Set-Cookie: request_id=6da1de7a-b8e0-463e-bfd8-9e4786960433; Max-Age=3600; Path=/; HttpOnly
    last-modified: Tue, 28 Jan 2020 05:53:42 GMT
    Cache-Control: max-age=3600
    vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t7pvfTPGkL1l6K3at8wp0tEGFQF5cykQppctNo2CaXuazphqXWh5zrFEJgk4oMThgFqw3ikNyDgHGW8gZA4SomRhAulCbAkZBfNQN68w4rHEtqZFGts%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Sun, 11 Jan 2026 21:47:28 GMT
    Age: 0
    x-request-id: 6da1de7a-b8e0-463e-bfd8-9e4786960433
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9bc744fb4ff8d272-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html><FRAMESET border='0' ROWS='*,1'><FRAME SRC='http://www.searchvity.com/?dn=helnar.com&pid=9PO1MNIJ3'><FRAME SRC='blank.html'> </FRAMESET> </html>
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 20:47:48 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc744ffadde3784-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 472 <none>
    Date: Sun, 11 Jan 2026 20:47:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: request_id=07ba5025-c72d-4a79-b7fe-6797d4fdf216; Max-Age=3600; Path=/; HttpOnly
    Cache-Control: no-store, no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Expires: 0
    X-Request-ID: 07ba5025-c72d-4a79-b7fe-6797d4fdf216
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=McIeZPHFspki%2BB0KaKzuSW%2BJMnRxzTCAron3o4B53XgKsTgJUez0e2PAbfpep%2FuefOtG84JpQgd%2FlDFyuepX2%2FW0e%2Fk4D9sGtM0%3D"}]}
    Server: cloudflare
    CF-RAY: 9bc744f98a571526-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Access Denied
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Access Denied</title>
    <style>
    html, body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #ffffff;
        color: #333;
        margin: 0;
        padding: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    h1 {
        color: #c00;
        font-size: 2.5em;
        margin: 50px 0 10px 0;
        text-align: center;
    }
    h2 {
        color: #555;
        font-size: 1.7em;
        margin: 5px 0 40px 0;
        text-align: center;
    }
    
    /* Browser window */
    .screen {
        width: 90%;
        max-width: 1200px;
        background: #f0f0f0;
        border-radius: 10px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        border: 1px solid #ccc;
        position: relative;
        overflow: hidden;
    }
    
    /* Tab bar */
    .screen .tab-bar {
        height: 35px;
        background: #e0e0e0;
        display: flex;
        align-items: center;
        padding: 0 10px;
        border-bottom: 1px solid #ccc;
    }
    .screen .tab {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin-right: 6px;
    }
    .screen .tab.red { background: #f25f58; }
    .screen .tab.yellow { background: #f8c956; }
    .screen .tab.green { background: #3fc14f; }
    
    /* URL bar */
    .screen .url-bar {
        height: 28px;
        background: #ffffff;
        margin: 5px 15px;
        border-radius: 6px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        padding: 0 10px;
        font-size: 0.9em;
        color: #555;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }
    
    /* Page content */
    .screen .content {
        padding: 100px 40px; 
        position: relative;
    }
    
    /* Red circle X */
    .block-icon {
        width: 160px;  
        height: 160px; 
        margin: 0 auto;
        border-radius: 50%;
        background-color: #c00;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 12px rgba(0,0,0,0.25);
    }
    .block-icon svg {
        width: 80px;
        height: 80px;
        stroke: #fff;
        stroke-width: 10;
    }
    
    /* Bottom questions */
    .container {
        width: 95%;
        max-width: 1400px;
        margin: 40px auto 10px auto; 
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .box {
        flex: 1;
        min-width: 0;
        background: #fff;
        padding: 30px;
        border-radius: 6px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        text-align: left;
        font-size: 1em;
    }
    
    /* Request ID in rectangle */
    .request-id-footer {
        margin-top: 10px; 
        background: #f8f8f8;
        border: 1px solid #ccc;
        padding: 15px 30px;
        font-weight: bold;
        font-family: monospace;
        color: #c00;
        font-size: 1.3em;
        border-radius: 6px;
        text-align: center;
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    }
    </style>
    </head>
    <body>
    
    <h1>Sorry, you have been blocked</h1>
    <h2>You are unable to access <strong>helnar.com</strong></h2>
    
    <div class="screen">
        <!-- Tab bar -->
        <div class="tab-bar">
            <div class="tab red"></div>
            <div class="tab yellow"></div>
            <div class="tab green"></div>
        </div>
        <!-- URL bar -->
        <div class="url-bar">
            https://helnar.com
        </div>
        <!-- Page content -->
        <div class="content">
            <div class="block-icon">
                <svg viewBox="0 0 60 60">
                    <line x1="0" y1="0" x2="60" y2="60"/>
                    <line x1="60" y1="0" x2="0" y2="60"/>
                </svg>
            </div>
        </div>
    </div>
    
    <div class="container">
        <div class="box">
            <strong>Why have I been blocked?</strong>
            <p>It seems that something in your recent request triggered our website’s security system. These protections are in place to keep the site safe from online threats and misuse. Various actions can cause this block, such as submitting specific words or phrases, executing a SQL command, or sending improperly formatted data.</p>
        </div>
        <div class="box">
            <strong>What can I do to resolve this?</strong>
            <p>If you think you were blocked by mistake, please reach out to the site owner. Be sure to include the Request ID shown below so they can quickly look into your request and restore access if appropriate.</p>
        </div>
    Found 4 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · helnar.com

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Set-Cookie: request_id=d3142acc-379a-4095-b74e-76407f2fa664; Max-Age=3600; Path=/; HttpOnly
    last-modified: Tue, 28 Jan 2020 05:53:42 GMT
    Cache-Control: max-age=3600
    vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YVKh5oOj%2BW9CO6y5blZsjVN2xUxg6agYPYMDOyLNS3V5gqidQGPLHcHYZpo%2FiifaqtEMOypcBpJqzN37VWB35OxPEZ%2BI%2FNhgQQmT1%2FH5C0c5aUjVbGw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Sun, 11 Jan 2026 21:47:28 GMT
    Age: 0
    x-request-id: d3142acc-379a-4095-b74e-76407f2fa664
    cf-cache-status: DYNAMIC
    Server: cloudflare
    CF-RAY: 9bc744fb1c754f46-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    <html><FRAMESET border='0' ROWS='*,1'><FRAME SRC='http://www.searchvity.com/?dn=helnar.com&pid=9PO1MNIJ3'><FRAME SRC='blank.html'> </FRAMESET> </html>
    Found 4 hours ago by HttpPlugin
    Create report
helnar.com*.helnar.com
CN:
helnar.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 19:47
Not after:
2026-04-11 20:45
Domain summary