Domain redveilgames.com
Germany
AMAZON-02
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2025-10-26 18:42
    Last seen 2026-01-02 07:41
    Open for 67 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb81dce3b7

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [submodule]
      	active = .
      [remote "origin"]
      	url = https://github.com/BenPancakes/WarpWakeWebsite
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-01-02 07:41
      329 Bytes
  • Open service 35.157.26.135:443 · redveilgames.com

    2026-01-09 13:10

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 6181
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 13:10:31 GMT
    Etag: "629e1fb6177161908d0cf25563cce3b0-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEHE2HT1MYD52XJYHB5M432R
    Connection: close
    
    Page title: The Office of the Priest
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>The Office of the Priest</title>
        <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
        <style>
            html, body 
            {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: #000;
            }
    
            .background-container 
            {
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }
    
            .background-image 
            {
                background-image: url('Art/Colored Background.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
                background-color: #000;
                width: 100%;
                height: 100%;
                position: relative;
                box-shadow: 0 0 0 0px #ddd;
            }
    
            .hotspot 
            {
                position: absolute;
                cursor: pointer;
            }
    
            .pig 
            {
                top: 85%; 
                left: 0%;
                width: 22%;
                height: 12%;
            }
    
            .bookshelf 
            {
                top: 0%;
                left: 0%;
                width: 18%;
                height: 80%;
            }
    
            .clock 
            {
                top: 5%;
                left: 71%;
                width: 10%;
                height: 18%;
                border-radius: 50%;
                transform: translate(-45%, 0);
            }
    
            .birdcage 
            {
                top: 24%;
                left: 81%;
                width: 10%;
                height: 27%;
            }
    
            .camera 
            {
                top: 52%;
                left: 69%;
                width: 8%;
                height: 12%;
            }
    
            .window 
            {
                top: 0%;
                left: 37%;
                width: 25%;
                height: 30%;
            }
    
            .tv 
            {
                top: 40%;
                left: 22%;
                width: 12%;
                height: 22%;
            }
    
            .plant 
            {
                bottom: 90%;
                top: 0%;
                left: 75%;
                width: 18%;
                height: 20%;
            }
    
            .plant-trunk 
            {
                top: 0%;
                left: 92%;
                width: 7%;
                height: 98%;
            }
    
            .text-box 
            {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 27px 20px;
                background-color: beige;
                color: #000;
                font-size: 12px;
                display: none;
                border-top: 3px solid #444;
                z-index: 1000;
                font-family: 'Press Start 2P', monospace;
                image-rendering: pixelated;
                border: 4px solid #444;
                box-shadow: 0 0 0 4px #ddd,
                            4px 4px 0 0 #222;
                border-radius: 0;
            }
    
            .birdcage:hover ~ .birdcage-thoughts
            {
                display: block;
            }
    
            .tv:hover ~ .tv-thoughts 
            {
                display: block;
            }
    
            .bookshelf:hover ~ .bookshelf-thoughts 
            {
                display: block;
            }
    
            .clock:hover ~ .clock-thoughts 
            {
                display: block;
            }
    
            .plant:hover ~ .plant-thoughts 
            {
                display: block;
            }
    
            .plant-trunk:hover ~ .plant-thoughts
            {
                display: block;
            }
    
            .pig:hover ~ .pig-thoughts 
            {
                display: block;
            }
    
            .camera:hover ~ .camera-thoughts 
            {
                display: block;
            }
    
            .window:hover ~ .window-thoughts 
            {
                display: block;
            }
    
    
        </style>
    </head>
    <body>
        <div class="background-container">
            <div class="background-image">
                <a class="hotspot bookshelf"></a>
             
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · redveilgames.com

    2026-01-02 07:41

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 6181
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 07:41:18 GMT
    Etag: "629e1fb6177161908d0cf25563cce3b0-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KDYTEPY3VDPW39G9ZPE95563
    Connection: close
    
    Page title: The Office of the Priest
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>The Office of the Priest</title>
        <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
        <style>
            html, body 
            {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: #000;
            }
    
            .background-container 
            {
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }
    
            .background-image 
            {
                background-image: url('Art/Colored Background.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
                background-color: #000;
                width: 100%;
                height: 100%;
                position: relative;
                box-shadow: 0 0 0 0px #ddd;
            }
    
            .hotspot 
            {
                position: absolute;
                cursor: pointer;
            }
    
            .pig 
            {
                top: 85%; 
                left: 0%;
                width: 22%;
                height: 12%;
            }
    
            .bookshelf 
            {
                top: 0%;
                left: 0%;
                width: 18%;
                height: 80%;
            }
    
            .clock 
            {
                top: 5%;
                left: 71%;
                width: 10%;
                height: 18%;
                border-radius: 50%;
                transform: translate(-45%, 0);
            }
    
            .birdcage 
            {
                top: 24%;
                left: 81%;
                width: 10%;
                height: 27%;
            }
    
            .camera 
            {
                top: 52%;
                left: 69%;
                width: 8%;
                height: 12%;
            }
    
            .window 
            {
                top: 0%;
                left: 37%;
                width: 25%;
                height: 30%;
            }
    
            .tv 
            {
                top: 40%;
                left: 22%;
                width: 12%;
                height: 22%;
            }
    
            .plant 
            {
                bottom: 90%;
                top: 0%;
                left: 75%;
                width: 18%;
                height: 20%;
            }
    
            .plant-trunk 
            {
                top: 0%;
                left: 92%;
                width: 7%;
                height: 98%;
            }
    
            .text-box 
            {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 27px 20px;
                background-color: beige;
                color: #000;
                font-size: 12px;
                display: none;
                border-top: 3px solid #444;
                z-index: 1000;
                font-family: 'Press Start 2P', monospace;
                image-rendering: pixelated;
                border: 4px solid #444;
                box-shadow: 0 0 0 4px #ddd,
                            4px 4px 0 0 #222;
                border-radius: 0;
            }
    
            .birdcage:hover ~ .birdcage-thoughts
            {
                display: block;
            }
    
            .tv:hover ~ .tv-thoughts 
            {
                display: block;
            }
    
            .bookshelf:hover ~ .bookshelf-thoughts 
            {
                display: block;
            }
    
            .clock:hover ~ .clock-thoughts 
            {
                display: block;
            }
    
            .plant:hover ~ .plant-thoughts 
            {
                display: block;
            }
    
            .plant-trunk:hover ~ .plant-thoughts
            {
                display: block;
            }
    
            .pig:hover ~ .pig-thoughts 
            {
                display: block;
            }
    
            .camera:hover ~ .camera-thoughts 
            {
                display: block;
            }
    
            .window:hover ~ .window-thoughts 
            {
                display: block;
            }
    
    
        </style>
    </head>
    <body>
        <div class="background-container">
            <div class="background-image">
                <a class="hotspot bookshelf"></a>
             
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · redveilgames.com

    2025-12-22 22:05

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 6181
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 22 Dec 2025 22:05:25 GMT
    Etag: "629e1fb6177161908d0cf25563cce3b0-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD41H1JJMNFFJJ79E4KFS645
    Connection: close
    
    Page title: The Office of the Priest
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>The Office of the Priest</title>
        <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
        <style>
            html, body 
            {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: #000;
            }
    
            .background-container 
            {
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }
    
            .background-image 
            {
                background-image: url('Art/Colored Background.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
                background-color: #000;
                width: 100%;
                height: 100%;
                position: relative;
                box-shadow: 0 0 0 0px #ddd;
            }
    
            .hotspot 
            {
                position: absolute;
                cursor: pointer;
            }
    
            .pig 
            {
                top: 85%; 
                left: 0%;
                width: 22%;
                height: 12%;
            }
    
            .bookshelf 
            {
                top: 0%;
                left: 0%;
                width: 18%;
                height: 80%;
            }
    
            .clock 
            {
                top: 5%;
                left: 71%;
                width: 10%;
                height: 18%;
                border-radius: 50%;
                transform: translate(-45%, 0);
            }
    
            .birdcage 
            {
                top: 24%;
                left: 81%;
                width: 10%;
                height: 27%;
            }
    
            .camera 
            {
                top: 52%;
                left: 69%;
                width: 8%;
                height: 12%;
            }
    
            .window 
            {
                top: 0%;
                left: 37%;
                width: 25%;
                height: 30%;
            }
    
            .tv 
            {
                top: 40%;
                left: 22%;
                width: 12%;
                height: 22%;
            }
    
            .plant 
            {
                bottom: 90%;
                top: 0%;
                left: 75%;
                width: 18%;
                height: 20%;
            }
    
            .plant-trunk 
            {
                top: 0%;
                left: 92%;
                width: 7%;
                height: 98%;
            }
    
            .text-box 
            {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 27px 20px;
                background-color: beige;
                color: #000;
                font-size: 12px;
                display: none;
                border-top: 3px solid #444;
                z-index: 1000;
                font-family: 'Press Start 2P', monospace;
                image-rendering: pixelated;
                border: 4px solid #444;
                box-shadow: 0 0 0 4px #ddd,
                            4px 4px 0 0 #222;
                border-radius: 0;
            }
    
            .birdcage:hover ~ .birdcage-thoughts
            {
                display: block;
            }
    
            .tv:hover ~ .tv-thoughts 
            {
                display: block;
            }
    
            .bookshelf:hover ~ .bookshelf-thoughts 
            {
                display: block;
            }
    
            .clock:hover ~ .clock-thoughts 
            {
                display: block;
            }
    
            .plant:hover ~ .plant-thoughts 
            {
                display: block;
            }
    
            .plant-trunk:hover ~ .plant-thoughts
            {
                display: block;
            }
    
            .pig:hover ~ .pig-thoughts 
            {
                display: block;
            }
    
            .camera:hover ~ .camera-thoughts 
            {
                display: block;
            }
    
            .window:hover ~ .window-thoughts 
            {
                display: block;
            }
    
    
        </style>
    </head>
    <body>
        <div class="background-container">
            <div class="background-image">
                <a class="hotspot bookshelf"></a>
             
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · redveilgames.com

    2025-12-21 09:39

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 6181
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 21 Dec 2025 09:39:33 GMT
    Etag: "629e1fb6177161908d0cf25563cce3b0-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD04EK0VFMBQ2QA5C20GYHP1
    Connection: close
    
    Page title: The Office of the Priest
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>The Office of the Priest</title>
        <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
        <style>
            html, body 
            {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: #000;
            }
    
            .background-container 
            {
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }
    
            .background-image 
            {
                background-image: url('Art/Colored Background.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
                background-color: #000;
                width: 100%;
                height: 100%;
                position: relative;
                box-shadow: 0 0 0 0px #ddd;
            }
    
            .hotspot 
            {
                position: absolute;
                cursor: pointer;
            }
    
            .pig 
            {
                top: 85%; 
                left: 0%;
                width: 22%;
                height: 12%;
            }
    
            .bookshelf 
            {
                top: 0%;
                left: 0%;
                width: 18%;
                height: 80%;
            }
    
            .clock 
            {
                top: 5%;
                left: 71%;
                width: 10%;
                height: 18%;
                border-radius: 50%;
                transform: translate(-45%, 0);
            }
    
            .birdcage 
            {
                top: 24%;
                left: 81%;
                width: 10%;
                height: 27%;
            }
    
            .camera 
            {
                top: 52%;
                left: 69%;
                width: 8%;
                height: 12%;
            }
    
            .window 
            {
                top: 0%;
                left: 37%;
                width: 25%;
                height: 30%;
            }
    
            .tv 
            {
                top: 40%;
                left: 22%;
                width: 12%;
                height: 22%;
            }
    
            .plant 
            {
                bottom: 90%;
                top: 0%;
                left: 75%;
                width: 18%;
                height: 20%;
            }
    
            .plant-trunk 
            {
                top: 0%;
                left: 92%;
                width: 7%;
                height: 98%;
            }
    
            .text-box 
            {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 27px 20px;
                background-color: beige;
                color: #000;
                font-size: 12px;
                display: none;
                border-top: 3px solid #444;
                z-index: 1000;
                font-family: 'Press Start 2P', monospace;
                image-rendering: pixelated;
                border: 4px solid #444;
                box-shadow: 0 0 0 4px #ddd,
                            4px 4px 0 0 #222;
                border-radius: 0;
            }
    
            .birdcage:hover ~ .birdcage-thoughts
            {
                display: block;
            }
    
            .tv:hover ~ .tv-thoughts 
            {
                display: block;
            }
    
            .bookshelf:hover ~ .bookshelf-thoughts 
            {
                display: block;
            }
    
            .clock:hover ~ .clock-thoughts 
            {
                display: block;
            }
    
            .plant:hover ~ .plant-thoughts 
            {
                display: block;
            }
    
            .plant-trunk:hover ~ .plant-thoughts
            {
                display: block;
            }
    
            .pig:hover ~ .pig-thoughts 
            {
                display: block;
            }
    
            .camera:hover ~ .camera-thoughts 
            {
                display: block;
            }
    
            .window:hover ~ .window-thoughts 
            {
                display: block;
            }
    
    
        </style>
    </head>
    <body>
        <div class="background-container">
            <div class="background-image">
                <a class="hotspot bookshelf"></a>
             
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · redveilgames.com

    2025-12-19 11:12

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 6181
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 11:12:51 GMT
    Etag: "629e1fb6177161908d0cf25563cce3b0-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCV500PET52XNMZWJQT5QPMX
    Connection: close
    
    Page title: The Office of the Priest
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>The Office of the Priest</title>
        <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
        <style>
            html, body 
            {
                margin: 0;
                padding: 0;
                height: 100%;
                background-color: #000;
            }
    
            .background-container 
            {
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }
    
            .background-image 
            {
                background-image: url('Art/Colored Background.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
                background-color: #000;
                width: 100%;
                height: 100%;
                position: relative;
                box-shadow: 0 0 0 0px #ddd;
            }
    
            .hotspot 
            {
                position: absolute;
                cursor: pointer;
            }
    
            .pig 
            {
                top: 85%; 
                left: 0%;
                width: 22%;
                height: 12%;
            }
    
            .bookshelf 
            {
                top: 0%;
                left: 0%;
                width: 18%;
                height: 80%;
            }
    
            .clock 
            {
                top: 5%;
                left: 71%;
                width: 10%;
                height: 18%;
                border-radius: 50%;
                transform: translate(-45%, 0);
            }
    
            .birdcage 
            {
                top: 24%;
                left: 81%;
                width: 10%;
                height: 27%;
            }
    
            .camera 
            {
                top: 52%;
                left: 69%;
                width: 8%;
                height: 12%;
            }
    
            .window 
            {
                top: 0%;
                left: 37%;
                width: 25%;
                height: 30%;
            }
    
            .tv 
            {
                top: 40%;
                left: 22%;
                width: 12%;
                height: 22%;
            }
    
            .plant 
            {
                bottom: 90%;
                top: 0%;
                left: 75%;
                width: 18%;
                height: 20%;
            }
    
            .plant-trunk 
            {
                top: 0%;
                left: 92%;
                width: 7%;
                height: 98%;
            }
    
            .text-box 
            {
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 27px 20px;
                background-color: beige;
                color: #000;
                font-size: 12px;
                display: none;
                border-top: 3px solid #444;
                z-index: 1000;
                font-family: 'Press Start 2P', monospace;
                image-rendering: pixelated;
                border: 4px solid #444;
                box-shadow: 0 0 0 4px #ddd,
                            4px 4px 0 0 #222;
                border-radius: 0;
            }
    
            .birdcage:hover ~ .birdcage-thoughts
            {
                display: block;
            }
    
            .tv:hover ~ .tv-thoughts 
            {
                display: block;
            }
    
            .bookshelf:hover ~ .bookshelf-thoughts 
            {
                display: block;
            }
    
            .clock:hover ~ .clock-thoughts 
            {
                display: block;
            }
    
            .plant:hover ~ .plant-thoughts 
            {
                display: block;
            }
    
            .plant-trunk:hover ~ .plant-thoughts
            {
                display: block;
            }
    
            .pig:hover ~ .pig-thoughts 
            {
                display: block;
            }
    
            .camera:hover ~ .camera-thoughts 
            {
                display: block;
            }
    
            .window:hover ~ .window-thoughts 
            {
                display: block;
            }
    
    
        </style>
    </head>
    <body>
        <div class="background-container">
            <div class="background-image">
                <a class="hotspot bookshelf"></a>
             
    Found 2025-12-19 by HttpPlugin
    Create report
*.redveilgames.comredveilgames.com
CN:
redveilgames.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-12-25 16:57
Not after:
2026-03-25 16:57
*.redveilgames.comredveilgames.com
CN:
redveilgames.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-10-26 17:44
Not after:
2026-01-24 17:44
Domain summary
IP summary