Domain securityrisk.cc
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 104.21.65.153:8443 · securityrisk.cc

    2026-01-24 06:41

    
                                
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:4199:8443 · securityrisk.cc

    2026-01-24 06:41

    
                                
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:92af:443 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-origin-cache: HIT
    last-modified: Mon, 24 Feb 2025 01:00:14 GMT
    access-control-allow-origin: *
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fR6Bhq6TbpS6dMkIEyOLEkZEM5bkcqtyZyxUJOrMj2MAa%2BYh317Nersh38CR%2FSC3T7wM9f9sVwsvD7GAvrpkSzX6d6hnB0J9St9OiHZSbZwP%2BRyzfFsZMyo%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: 8002:231FC0:8BCBFA:8FCE0A:69746997
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=93,cfOrigin;dur=4
    via: 1.1 varnish
    Age: 1
    x-served-by: cache-sin-wsat1880062-SIN
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1769236889.956075,VS0,VE1
    vary: Accept-Encoding
    x-fastly-request-id: 1da13bcce43002b895841bc09b773eb906940a92
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b9b6c2676b5-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.65.153:443 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Mon, 24 Feb 2025 01:00:14 GMT
    access-control-allow-origin: *
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=h51Hjju9ZXIXuLm76XIcmToAnTKrKOna%2BZHsqJpeopXIm4eAUQCOjVZi8g0SDc5%2BxTywB8Y2RawJQFFZYE0wQnu1iHo4L0QuPp7rFbumlg%3D%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: F59D:2183A6:1A4D440:1DD907C:69746997
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=4,cfOrigin;dur=5
    via: 1.1 varnish
    Age: 1
    x-served-by: cache-yyz4571-YYZ
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1769236889.633604,VS0,VE1
    vary: Accept-Encoding
    x-fastly-request-id: 4311666dfe4751122ba633e3180ec7102e90ac3e
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b99eb698eb6-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.146.175:443 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Mon, 24 Feb 2025 01:00:14 GMT
    access-control-allow-origin: *
    expires: Sat, 24 Jan 2026 06:51:23 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xeDKJWRWcGoYPXoSVxaF%2FXUVyXolQ%2BibQA2xJmxKDpkRa34l5yBZd%2FZwPMDBRbZ9o5aP6VjGYUf5MhET5dUvEv87qK4qTuQHLt7ZTOFPhQ%3D%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: 1480:1837C9:1FC6384:203A457:69746992
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    via: 1.1 varnish
    Age: 5
    x-served-by: cache-fra-eddf8230041-FRA
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1769236889.583501,VS0,VE1
    vary: Accept-Encoding
    x-fastly-request-id: ba11fd44460fb6542b9aa63e9b759de893b94901
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b998d7c0c65-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:4199:443 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Mon, 24 Feb 2025 01:00:14 GMT
    access-control-allow-origin: *
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xIg6%2BEo8f3DL%2Bo2tahn4Ldlv5CO%2BXvbejXBntTCU2a7mDJCKCkBXVv7IN%2F43A4LM099x3pJWwRADfcVVvrvA8azuav7JNImkm%2Bzs1t6%2FuU57aAdxBLAZ%2Fd44Dw%3D%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: F59D:2183A6:1A4D440:1DD907C:69746997
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=41,cfOrigin;dur=5
    via: 1.1 varnish
    Age: 1
    x-served-by: cache-yyz4557-YYZ
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1769236889.612495,VS0,VE1
    vary: Accept-Encoding
    x-fastly-request-id: 554ddc44f9bd13782fb4c05b7e1ab35e5509b950
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b998cb6aae5-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.65.153:80 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41: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}
    Server: cloudflare
    Last-Modified: Mon, 24 Feb 2025 01:00:14 GMT
    Access-Control-Allow-Origin: *
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P9XX%2FBM0Y83nYvf7iiKf8rPJ9yrlJtQgEDrV7lrk4wxZ8pKjsK1KOvM4VRBBHc8yYvQxDpnb9FnbOPHW4J3tOAj5PNE2XKdNrM9hxhZkkw%3D%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 6544:16CEC6:20E25DA:2319485:69746997
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=3
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lga21944-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236889.554404,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 41c02655cb9596cfdd521288f8640fe9275df831
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b994b4a4234-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.146.175:8443 · securityrisk.cc

    2026-01-24 06:41

    
                                
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:92af:8443 · securityrisk.cc

    2026-01-24 06:41

    
                                
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:92af:80 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41: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}
    Server: cloudflare
    Last-Modified: Mon, 24 Feb 2025 01:00:14 GMT
    Access-Control-Allow-Origin: *
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kMSNQ2Fvo1M%2FFB%2F29QI1lc%2BSsUw4rg2LTF0a6F8QeqM4hvnw1%2BAe2B7FSA%2By9wtHLbA9BTnZaIMuTpuSxWsoSyjvtRg9kNxzU%2FUK3Q%2B2KX%2FWpBxP41DGIdEMKA%3D%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: E60A:1353F:1FB4C44:2027D36:69746997
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-rtm-ehrd2290050-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236889.605572,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: d041ed564580fcccc74efa01492a02091fd817ba
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b99a977d0cd-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:4199:80 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41: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}
    Server: cloudflare
    Last-Modified: Mon, 24 Feb 2025 01:00:14 GMT
    Access-Control-Allow-Origin: *
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pbpin6QDIQgZBTaQcnaApkHYWRX8CYf1ib9rJyj%2BtBsk9nnllNzLI5kpyyJXBZqvyDkP4fXBlzx28Jt5mdp1LVNL3jNP9tALtOiWMUwxLhphMXsgx%2FF0RZ%2FK%2Bw%3D%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: D294:1019E4:1EED420:1F5FF34:69746997
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-fra-eddf8230185-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236889.567436,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 023ef622f48312d9fbd5be4e241147f272c8ac6d
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b995ef8383c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.146.175:80 · securityrisk.cc

    2026-01-24 06:41

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:41: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}
    Server: cloudflare
    Last-Modified: Mon, 24 Feb 2025 01:00:14 GMT
    Access-Control-Allow-Origin: *
    expires: Sat, 24 Jan 2026 06:51:27 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Tjwpaottue1SFCmpor3pYv6%2FaInj62SIdeX1mxzEhyNIKT1N5EwqMfecfP%2Fr%2FzIfeYy0%2FSxNxDmy%2BfUtVdntjQDUTqXb5FJ%2BoMGiR5C1QA%3D%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 6E18:36BE45:8C20A3:90235B:69746997
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lcy-eglc8600073-LCY
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236889.517140,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 21a02cc77b7bfb459cf81b6c615558e72137f5cb
    cf-cache-status: DYNAMIC
    CF-RAY: 9c2d8b991d46f83b-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Your Worst Security Nightmare - Lock Your Computer!
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Your Worst Security Nightmare - Lock Your Computer!</title>
        <style>
            html {
                scroll-behavior: smooth;
            }
            
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                margin: 0;
                padding: 0;
                line-height: 1.6;
                color: #fff;
                background: #000;
            }
    
            header {
                background: #1a0000;
                color: #ff0000;
                padding: 2rem;
                text-align: center;
                border-bottom: 2px solid #ff0000;
            }
    
            .hero {
                background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
                            url('/api/placeholder/1200/600');
                color: white;
                padding: 4rem 2rem;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
    
            .hero::after {
                content: "WARNING";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 150px;
                opacity: 0.1;
                color: #ff0000;
                z-index: 0;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 2rem;
                position: relative;
            }
    
            .risk-cards {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 2rem;
                margin: 3rem 0;
            }
    
            .card {
                background: #1a0000;
                border: 1px solid #ff0000;
                border-radius: 8px;
                padding: 1.5rem;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
                transition: all 0.3s ease;
            }
    
            .card:hover {
                transform: translateY(-5px);
                box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
            }
    
            .shortcut-section {
                background: #1a0000;
                padding: 3rem 2rem;
                text-align: center;
                border-top: 1px solid #ff0000;
                border-bottom: 1px solid #ff0000;
            }
    
            .shortcut-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1.5rem;
                margin-top: 2rem;
            }
    
            .shortcut-card {
                background: #000;
                padding: 1.5rem;
                border-radius: 8px;
                border: 1px solid #ff0000;
            }
    
            .kbd {
                background: #ff0000;
                color: #fff;
                border-radius: 4px;
                padding: 0.2rem 0.5rem;
                font-family: monospace;
            }
    
            footer {
                background: #1a0000;
                color: #ff0000;
                text-align: center;
                padding: 1rem;
                margin-top: 2rem;
                border-top: 2px solid #ff0000;
            }
    
            .cta-button {
                display: inline-block;
                background: #ff0000;
                color: white;
                padding: 1rem 2rem;
                border-radius: 4px;
                text-decoration: none;
                margin-top: 1rem;
                transition: all 0.3s ease;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                position: relative;
                overflow: hidden;
                cursor: pointer;
            }
    
            .cta-button:hover {
                background: #cc0000;
                box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            }
    
            h2 {
                color: #ff0000;
                text-transform: uppercase;
                letter-spacing: 2px;
            }
    
            h3 {
                color: #ff0000;
            }
    
            .blink {
                animation: blink 1s infinite;
            }
    
            @keyframes blink {
                0% { opacity: 1; }
                50% { opacity: 0; }
                100% { opacity: 1; }
            }
    
            .scary-counter {
                font-s
    Found 2026-01-24 by HttpPlugin
    Create report
securityrisk.cc*.securityrisk.cc
CN:
securityrisk.cc
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-24 05:41
Not after:
2026-04-24 06:40