Domain brainmr.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2025-07-05 07:25
    Last seen 2026-01-01 22:09
    Open for 180 days
  • Open service 18.66.112.94:443 · brainmr.com

    2026-01-08 23:26

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Date: Thu, 08 Jan 2026 13:50:16 GMT
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 0341da327f4c4c49034aa07ebeeab1f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: zly2s-lKFOslOJzS9Y3wESWQglCvBWUP9GmTOJSvWFAlUKnZvwBKLA==
    Age: 34570
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 18.66.112.94:443 · brainmr.com

    2026-01-01 22:09

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Thu, 01 Jan 2026 14:21:02 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 0a624670dff351af866d2f19bde4a312.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 55l3JLAhohcFT1sp8u0wh_QSqf40Q1DlnduGJH9P513ABNY6wvrUzg==
    Age: 28088
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 18.172.242.49:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:28 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6c2990b4724ce28ba7088718a2312fc2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: CKUo3BnF0bhWsiunIQXqTs9IUnh6PEgcrw7wBPhSR3E-HRZDSO9w9g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:3600:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:28 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 55107fc1be09ed1afcf3154ed9bd93cc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: HwQCJjwH8iYTcst6XOEnG9S3Q859WzGll0TiiIdCNjJVGOgTZKrsZw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:c00:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:28 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 cf2071a2896a4f71dbfdbc521d554362.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: HB70pa2kF4jkvteTDtgb7NresnmsAaoI7DCGbAzz77ebTq-xR096pg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:200:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:28 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 02d68f3a4f2a3f8967c5e021dcd7f96a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: wvlbZNS4mjKo4EG562y7kRsLCznUCzedYbt7AY7L-PW9M1JS30D6Bw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:2a00:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:28 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b6be6ee8d445cfa291adcacd75a3fb12.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 1fL4OdkyGnsHbzlY70v9S6JTodFqoXDXKOHTiuih4PspFmTpUaPFZw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:3400:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 02d68f3a4f2a3f8967c5e021dcd7f96a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 6M6jgb10RpYTrf2vSGeoqj8bjKhmFWePPN3-JpaUwXaFtqz_TDehTA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.17:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 4cfa930fc6c84f21e8b75edab9c07bbc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: ogE30_3TtX_M-c4IK66d_YD1v8jgvZ18WTXizzyyJP1kMlp43zm3DA==
    Age: 2245
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:b800:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f952757fdddf3c9caa357164f2d464d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: Y53mrnuaH3XgA_vVkY9CwjJE4ZJbqicaIg4p-kD2ozWMaaIcMeLXfw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:5800:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 0c39e892d8c809025c8f47425847f680.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: jpjBvXTlwRBUgQLyZEzRpwbJuEfBQxNFfhuUpz3VG8PF-AtnsdLfxA==
    Age: 3657
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:3600:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 5c14dc328191a14142654d833f772c6c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: yjFbNrxOYih5Ivngz4xMj87TFoylmznV3ThMIVMpyCNcnOrqARNDcw==
    Age: 3657
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:1200:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 fc562aab29280948aa0691960bee3d6a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: FZb16IgjqMNaEny_Fn10Gn6rVLxSTyKgAriP6LjBf1vPtVWqNnkHWg==
    Age: 3657
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:1200:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 eb6e5773d654b9aeadbed8169564506c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: xDXznBdiKvBzNLn3DTKLMPiTlMVXVRpTDiivboML029kQUxnM6joaA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:c00:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 ab985bb6f3435d42701015dfa6015878.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: Q-yhKWjeu9CQMPRb2U8xJZRwNrSTXxQKAHSLeqjFWRFFIYHKOo7UsA==
    Age: 3657
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:b800:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 b30b1c2659a3fb836783824fe37110ee.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: o6I7f4ZNossmGeU-RFnARSHLPnj9CbCjfTTyXPnf1BwRoxpDEaJD-g==
    Age: 3657
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:3400:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 1fd323b9134f7d940dac0d007036a604.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: UAwO9Duo4ceIntCk2ao20IZcueT4pMHgjxmmzn40f5MhTPbmLnz6Xg==
    Age: 3657
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.39:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 6164863a8032b4b19e42aff8915017e2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: GAqM5EPUO7XRy75p_CC_gLNOoFQz70gc0PNxG5trSOB7QAMTGKBYCQ==
    Age: 2245
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:5800:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5e28951e5f2b6d7d562636473d26d7a6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: qbXh9tjlnVuOvU83fkG5uaAV2lwazOQpvyroGVCOhw7zoEr_deQEmg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:200:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 98652de9f742fc1df9de714d921e14c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: hfiy9NkKle9x1PeAIKMn873RSYLykKBAY6bUwzb5eHODLz_tFjn3PQ==
    Age: 3656
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.9:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 6c7bdfd74db5e91cf1ff9a3ffaecde98.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: CsRfjCTmMYgzwXA0-eoaZCtZjEp50rKQILCx-LBDK3u8gyg116cy-w==
    Age: 2245
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.17:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 afefc2e0cad8cff764251b2e1abbdfba.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: WRTy3foyHm9hvQumd4Qha3_rvy5omXpvSqLO5Ktewa31Rq2yEmZ1OA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:2a00:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:26 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 91dc0292eef4e22508a3ae73fe64bbf4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: uHZe1pH5VmH4r1h7h9XkfzWowHwx752Vgi7VegalTDYTPQ9ZNpHedA==
    Age: 3656
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.49:443 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 6c2990b4724ce28ba7088718a2312fc2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: ZPNwmr7amBtH5SmvXS_yfBwFbL-6Io0sI5qqJxIX_NzLyzR5V011HQ==
    Age: 2245
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.9:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 adfb81e24c9cceca6f19d71f97ed58be.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: w4oTrdFWfINljeUPArEwF-mrCqYkzd4WgHMmKrUEbzoCjojCAQEeuw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.172.242.39:80 · brainmr.com

    2025-12-30 06:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Tue, 30 Dec 2025 06:18:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 ab18d80411d418596fdc7a546bbd23fc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: BUD50-P1
    X-Amz-Cf-Id: VGWzlufRFg71vse1_Tj1DYuv54Qg71T--BJBevNseSCeNnFIl4Papw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 18.66.112.94:443 · brainmr.com

    2025-12-23 05:26

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Tue, 23 Dec 2025 05:26:43 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 3a21078459f955a33f79dacf082781c4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 4_ccHTyQMNHARQNFV8hjeBx_65edJPcUKQ7_g7CqwPHhXqSt37neWA==
    Age: 84588
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:7600:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:14 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f7d063966b06905209f8790f5fd607e2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: bWkwpU7XIYogBwbheY43aqY58bTjOcnyCTP-TxOCXAygAlTYFMMMug==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:4800:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:12 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 22b00b5685ee1822efcb3d9e95d3c19a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 22_rqaYvgk4PZJn4rjTcbHGjhDts0VzQJAmbfvPad8nmSA7vWR0ONQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:5800:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:12 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 3a21078459f955a33f79dacf082781c4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: DTYegG7fMpg7CTQKLVyrHfMo4_2HQiUu5bNbPMpJP1fsS5cWQpq8-w==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:4800:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 f952757fdddf3c9caa357164f2d464d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 0v2mGtVFMTkoNOo0cCt-xqhaYvGvmg0Ghrocl4m5fhPzlHZtbb-CnQ==
    Age: 72215
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.11:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b30b1c2659a3fb836783824fe37110ee.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: -fc5nzz1CL4axtyt1nXhdgZ16QlmKRwfnkWk-8aLeRqynvOogJICLQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.94:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 0341da327f4c4c49034aa07ebeeab1f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: H-qEEonV2IQ4f2xVoBt-GQHWP8m8_SIQN-A8kyFVFkiuZ9bjEi05Zg==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:6200:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 f952757fdddf3c9caa357164f2d464d8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: XDKneyb0ponYgCouqAE0sRADDmnosD_DdoFDvXsibA1N63mnVBCjCA==
    Age: 72215
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.94:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0162e02b2d0212054988a68716227daa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: D5RBfElQM1oX39kc79b1Hjja9B2zGWBZlgU6tRWcM069oOg0Sxp9xg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:bc00:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 63505de36d604e79a77328b302a7d4a2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: Zw9pQNGTqQV2VgHcAf-yx4StojTZ3IEUxGueWAf6TkMhnuIXoz478Q==
    Age: 72215
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:9a00:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f7d063966b06905209f8790f5fd607e2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: -bU0LOGUPcPgYMmdaHMz_v9qViShcui4RfhU0ade10RIIHgEcAzOgQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.122:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 0341da327f4c4c49034aa07ebeeab1f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: uUO35mhD7CR55Ers0gWBeEZ3IuvtC1-sqDs1x0nFGslHox186nMOHg==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.43:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 0341da327f4c4c49034aa07ebeeab1f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: RJr7wp_Vc91-xl7eGEIU0npIyNtdKXBKAV8T16kZaheHFDZePX9k8A==
    Age: 72215
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:6200:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 5c14dc328191a14142654d833f772c6c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: eNCtqoH-J7PyJetWDl1lrjAFM6Yje04hpBHiL-5cN4YVjnQ7hh9J0g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:5800:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 b6be6ee8d445cfa291adcacd75a3fb12.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 3GTY25EKqapiSaBILdKyABcEjIbMKvOKwOl2QlIzRI7ecO8qwQzqSQ==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:9a00:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 5c14dc328191a14142654d833f772c6c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: izq9hTGGqmUQEwSUnIIvs2FSNQua_PN-_ETLwW0dot-q3F-Z1Kf1lA==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.43:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b6be6ee8d445cfa291adcacd75a3fb12.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: AgVPUT_6BXDUyU1aWunpxgLnwpbiuboYHMnGadsDdmAE19F0ncae6A==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:7600:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 63505de36d604e79a77328b302a7d4a2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 3GyOtV4v2ihrRYytmFScesVBw88-uBVcg83u-trZQ4tTR9URa31Mow==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:bc00:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 eb6e5773d654b9aeadbed8169564506c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: DQhpJvgXGQdv7hN4gHDHwlQI0Ja2S7ykWIUbEZx4U2iOG-dxfOvBLA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.122:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 604f8ac78ed3ba5235c1a14794f2ac64.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: CnVtW-5ldI3CyMUjyXZ7xj00AOQnC9n8XvqLWibgo0wGLPu6d3S7wQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:1e00:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 83f46196ad7d99e4351e2a7adab8f174.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: E7FgWfpOAi792cdpizuXqYnAm9oDj-jVEE-Z4duTTIOYptaLOD1UQg==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:1e00:d:28e7:f5c0:93a1:80 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Sun, 21 Dec 2025 13:10:11 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://brainmr.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 edffe6978db53d114a80cda421e0b6b8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: uvcFqLpGmt_H3zD_2zRodTxbpbFUXULwUfNj6IatXBmQkoguGnnYGQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2600:9000:223f:1400:d:28e7:f5c0:93a1:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 d4744f6f4cb683596fb4a26e59b2aba8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: 3R91ZHXnASU15UD_VuDnFWdYKOCCqNxQTz7G6cURJSs4eUJb1wG1BA==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.11:443 · brainmr.com

    2025-12-21 13:10

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Sat, 20 Dec 2025 17:06:38 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 d4744f6f4cb683596fb4a26e59b2aba8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: zuXvJW2fAGacMnbRr3PnhfnGoyHOJt14gm5YiXKjKOaO1BvvbfJfKQ==
    Age: 72214
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 18.66.112.94:443 · brainmr.com

    2025-12-20 13:02

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 16037
    Connection: close
    Last-Modified: Thu, 22 May 2025 09:56:28 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 19 Dec 2025 15:24:05 GMT
    ETag: "3e185b7c984cc77c486ab3b2db25c4de"
    X-Cache: Hit from cloudfront
    Via: 1.1 0162e02b2d0212054988a68716227daa.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA56-P5
    X-Amz-Cf-Id: R701_KYkm7lRC0Q1dUCgRvprcWqkGTdBChLY-y_eoNqP0ySXJkDD0A==
    Age: 77894
    
    Page title: 한국인 뇌 MR 영상 데이터센터
    
    <!DOCTYPE html>
    <html lang="ko">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>한국인 뇌 MR 영상 데이터센터</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
    <script src="https://cdn.tailwindcss.com/3.4.16"></script>
    <script>
        tailwind.config={
          theme:{
            container: {
              screens: {
                sm: '640px',
                md: '768px',
                lg: '1024px',
                xl: '1280px'
              }
            },
            extend:{
              colors:{primary:'#2563eb',secondary:'#64748b'},
              borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}
            }
          }
        }
    </script>
    <style>
    :where([class^="ri-"])::before { content: "\f3c2"; }
    body {
    font-family: 'Noto Sans KR', sans-serif;
    }
    .gradient-bg {
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,249,255,0.9) 100%);
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
    .custom-checkbox {
    display: none;
    }
    .custom-checkbox + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    }
    .custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
    }
    .custom-checkbox:checked + label:before {
    background: #2563eb;
    border-color: #2563eb;
    }
    .custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    }
    .custom-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    }
    .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e8f0;
    transition: .4s;
    border-radius: 24px;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    }
    input:checked + .slider {
    background-color: #2563eb;
    }
    input:checked + .slider:before {
    transform: translateX(24px);
    }
    </style>
    </head>
    <body class="bg-white min-h-screen">
    <header class="w-full bg-white shadow-sm sticky top-0 z-50">
    <div class="container mx-auto px-4 py-4 flex justify-between items-center">
    <div class="flex items-center">
        <a href="/">
    <img src="https://static.readdy.ai/image/c8ce571b248a6bf350dd8ed88cde3701/11d5cb9d021ec2a4cc3310d08033f8a5.png" alt="Brain MR Logo" class="h-8">
        </a>
    </div>
    <nav class="hidden md:flex space-x-8">
    <a href="/brainmrcenter" class="text-gray-700 hover:text-primary transition-colors">뇌MR영상데이터센터</a>
    <a href="/keyresearchcenter" class="text-gray-700 hover:text-primary transition-colors">중점연구소</a>
    <a href="/publications" class="text-gray-700 hover:text-primary transition-colors">Publications</a>
    </nav>
    <div class="flex items-center space-x-4">
    <a href="/contact" class="bg-primary text-white px-4 py-2 rounded-button text-sm font-medium hover:bg-blue-600 transition-colors whitespace-nowrap flex items-center">
    <i class="ri-mail-line mr-2"></i>
    Contact
    </a>
    <button class="md:hidden w-10 h-10 flex items-center justify-center" aria-label="메뉴 열기">
    <i class="ri-menu-line text-gray-700 ri-lg"></i>
    </button>
    </div>
    </div>
    </header>
    <section class="w-full relative">
    <div class="absolute inset-0 bg-gradient-to-r from-black/95 via-black/90 to-transparent z-10"></div>
    <div style="background-image: url('/
    Found 2025-12-20 by HttpPlugin
    Create report
brainmr.com*.brainmr.com
CN:
brainmr.com
Key:
RSA-2048
Issuer:
Not before:
2025-05-22 00:00
Not after:
2026-06-20 23:59