Domain halwa.me
United States
AMAZON-02
Software information

Vercel

tcp/443 tcp/80

  • Open service 216.198.79.1:443 · halwa.me

    2026-01-12 07:52

    HTTP/1.1 307 Temporary Redirect
    Cache-Control: public, max-age=0, must-revalidate
    Content-Type: text/plain
    Date: Mon, 12 Jan 2026 07:52:56 GMT
    Location: https://www.halwa.me/
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Id: iad1::lgrgw-1768204376938-23de85546e91
    Connection: close
    Transfer-Encoding: chunked
    
    
    Redirecting...
    
    Found 2 hours ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:80 · halwa.me

    2026-01-12 07:52

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://halwa.me/
    Refresh: 0;url=https://halwa.me/
    server: Vercel
    
    
    Redirecting...
    Found 2 hours ago by HttpPlugin
    Create report
  • Open service 64.29.17.1:80 · www.halwa.me

    2026-01-10 07:56

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://www.halwa.me/
    Refresh: 0;url=https://www.halwa.me/
    server: Vercel
    
    
    Redirecting...
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:443 · www.halwa.me

    2026-01-10 07:56

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 1938
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 10494
    Content-Type: text/html; charset=utf-8
    Date: Sat, 10 Jan 2026 07:56:15 GMT
    Etag: "4a013db2677744d323f0a81b18c51b0c"
    Last-Modified: Sat, 10 Jan 2026 07:23:57 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::qks85-1768031775815-748af0c7d310
    Connection: close
    
    Page title: 대출
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>대출</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                background-color: #0a0a0a;
                color: #fafafa;
                line-height: 1.6;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 1rem;
            }
    
            /* Hero Section */
            .hero {
                position: relative;
                overflow: hidden;
                min-height: 100vh;
                display: flex;
                align-items: center;
            }
    
            .hero::before {
                content: '';
                position: absolute;
                inset: 0;
                background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
                opacity: 0.5;
            }
    
            .hero::after {
                content: '';
                position: absolute;
                inset: 0;
                background: radial-gradient(circle at 30% 20%, rgba(212,175,55,0.1), transparent 50%),
                            radial-gradient(circle at 70% 80%, rgba(212,175,55,0.05), transparent 50%);
            }
    
            .hero-content {
                position: relative;
                z-index: 1;
                text-align: center;
                padding: 4rem 0;
            }
    
            .logo-container {
                display: flex;
                justify-content: center;
                margin-bottom: 2rem;
                position: relative;
            }
    
            .logo-wrapper {
                width: 8rem;
                height: 8rem;
                border-radius: 50%;
                background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
                padding: 4px;
                position: relative;
            }
    
            .logo-inner {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #1a1a1a;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 2px solid rgba(212,175,55,0.3);
            }
    
            .logo-img {
                width: 6rem;
                height: 6rem;
                border-radius: 50%;
                object-fit: cover;
            }
    
            .crown-icon {
                position: absolute;
                top: -8px;
                right: -8px;
                width: 2rem;
                height: 2rem;
                color: #d4af37;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.5; }
            }
    
            .main-title {
                font-size: 3rem;
                font-weight: bold;
                margin-bottom: 1rem;
                background: linear-gradient(90deg, #d4af37, #d4af37, rgba(212,175,55,0.8));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
    
            .subtitle {
                font-size: 1.5rem;
                font-weight: 600;
                color: #a1a1aa;
                margin-bottom: 2rem;
            }
    
            .description {
                font-size: 1.125rem;
                color: #a1a1aa;
                max-width: 32rem;
                margin: 0 auto 3rem;
            }
    
            .cta-button {
                background-color: #d4af37;
                color: #0a0a0a;
                border: none;
                padding: 1.5rem 3rem;
                font-size: 1.125rem;
                font-weight: bold;
                border-radius: 0.75rem;
                cursor: pointer;
                display: inline-flex;
                align-items: center;
                gap: 0.75rem;
                box-shadow: 0 25px 50px -12px rgba(212,175,55,0.25);
                transition: all 0.3s ease;
            }
    
            .cta-button:hover {
                background-color: rgba(212,175,55,0.9);
                transform: scale(1.05);
            }
    
            /* Features Section */
            .features {
                padding: 6rem 0;
      
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 64.29.17.1:443 · www.halwa.me

    2026-01-10 07:56

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Access-Control-Allow-Origin: *
    Age: 1938
    Cache-Control: public, max-age=0, must-revalidate
    Content-Disposition: inline
    Content-Length: 10494
    Content-Type: text/html; charset=utf-8
    Date: Sat, 10 Jan 2026 07:56:15 GMT
    Etag: "4a013db2677744d323f0a81b18c51b0c"
    Last-Modified: Sat, 10 Jan 2026 07:23:57 GMT
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Cache: HIT
    X-Vercel-Id: fra1::ggxtt-1768031775765-c3e4ab1ad5ad
    Connection: close
    
    Page title: 대출
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>대출</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
                background-color: #0a0a0a;
                color: #fafafa;
                line-height: 1.6;
            }
    
            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 1rem;
            }
    
            /* Hero Section */
            .hero {
                position: relative;
                overflow: hidden;
                min-height: 100vh;
                display: flex;
                align-items: center;
            }
    
            .hero::before {
                content: '';
                position: absolute;
                inset: 0;
                background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
                opacity: 0.5;
            }
    
            .hero::after {
                content: '';
                position: absolute;
                inset: 0;
                background: radial-gradient(circle at 30% 20%, rgba(212,175,55,0.1), transparent 50%),
                            radial-gradient(circle at 70% 80%, rgba(212,175,55,0.05), transparent 50%);
            }
    
            .hero-content {
                position: relative;
                z-index: 1;
                text-align: center;
                padding: 4rem 0;
            }
    
            .logo-container {
                display: flex;
                justify-content: center;
                margin-bottom: 2rem;
                position: relative;
            }
    
            .logo-wrapper {
                width: 8rem;
                height: 8rem;
                border-radius: 50%;
                background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
                padding: 4px;
                position: relative;
            }
    
            .logo-inner {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #1a1a1a;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 2px solid rgba(212,175,55,0.3);
            }
    
            .logo-img {
                width: 6rem;
                height: 6rem;
                border-radius: 50%;
                object-fit: cover;
            }
    
            .crown-icon {
                position: absolute;
                top: -8px;
                right: -8px;
                width: 2rem;
                height: 2rem;
                color: #d4af37;
                animation: pulse 2s infinite;
            }
    
            @keyframes pulse {
                0%, 100% { opacity: 1; }
                50% { opacity: 0.5; }
            }
    
            .main-title {
                font-size: 3rem;
                font-weight: bold;
                margin-bottom: 1rem;
                background: linear-gradient(90deg, #d4af37, #d4af37, rgba(212,175,55,0.8));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
            }
    
            .subtitle {
                font-size: 1.5rem;
                font-weight: 600;
                color: #a1a1aa;
                margin-bottom: 2rem;
            }
    
            .description {
                font-size: 1.125rem;
                color: #a1a1aa;
                max-width: 32rem;
                margin: 0 auto 3rem;
            }
    
            .cta-button {
                background-color: #d4af37;
                color: #0a0a0a;
                border: none;
                padding: 1.5rem 3rem;
                font-size: 1.125rem;
                font-weight: bold;
                border-radius: 0.75rem;
                cursor: pointer;
                display: inline-flex;
                align-items: center;
                gap: 0.75rem;
                box-shadow: 0 25px 50px -12px rgba(212,175,55,0.25);
                transition: all 0.3s ease;
            }
    
            .cta-button:hover {
                background-color: rgba(212,175,55,0.9);
                transform: scale(1.05);
            }
    
            /* Features Section */
            .features {
                padding: 6rem 0;
      
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:80 · www.halwa.me

    2026-01-10 07:56

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://www.halwa.me/
    Refresh: 0;url=https://www.halwa.me/
    server: Vercel
    
    
    Redirecting...
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:80 · halwa.me

    2026-01-10 06:30

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://halwa.me/
    Refresh: 0;url=https://halwa.me/
    server: Vercel
    
    
    Redirecting...
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:443 · halwa.me

    2026-01-10 06:30

    HTTP/1.1 307 Temporary Redirect
    Cache-Control: public, max-age=0, must-revalidate
    Content-Type: text/plain
    Date: Sat, 10 Jan 2026 06:30:39 GMT
    Location: https://www.halwa.me/
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Id: lhr1::kddtt-1768026639804-a7b55b591bf9
    Connection: close
    Transfer-Encoding: chunked
    
    
    Redirecting...
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 216.198.79.1:443 · halwa.me

    2026-01-04 08:24

    HTTP/1.1 307 Temporary Redirect
    Cache-Control: public, max-age=0, must-revalidate
    Content-Type: text/plain
    Date: Sun, 04 Jan 2026 08:24:18 GMT
    Location: https://www.halwa.me/
    Server: Vercel
    Strict-Transport-Security: max-age=63072000
    X-Vercel-Id: bom1::cf7ct-1767515058341-1e690180caa9
    Connection: close
    Transfer-Encoding: chunked
    
    
    Redirecting...
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 216.198.79.1:80 · halwa.me

    2026-01-04 08:24

    HTTP/1.0 308 Permanent Redirect
    Content-Type: text/plain
    Location: https://halwa.me/
    Refresh: 0;url=https://halwa.me/
    server: Vercel
    
    
    Redirecting...
    Found 2026-01-04 by HttpPlugin
    Create report
halwa.me
CN:
halwa.me
Key:
RSA-2048
Issuer:
R13
Not before:
2026-01-10 05:31
Not after:
2026-04-10 05:31
www.halwa.me
CN:
www.halwa.me
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-08 12:22
Not after:
2026-02-06 12:22
halwa.me
CN:
halwa.me
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-08 22:09
Not after:
2026-02-06 22:09
Domain summary
IP summary