Domain bultimore.com
Germany
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Open service 63.176.8.218:80 · bultimore.com

    2026-01-13 00:43

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Tue, 13 Jan 2026 00:43:49 GMT
    Location: https://bultimore.com/
    Server: Netlify
    X-Nf-Request-Id: 01KETCY5RKTVNS2ESFJG9VN80A
    Content-Length: 37
    Connection: close
    
    
    Redirecting to https://bultimore.com/
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · bultimore.com

    2026-01-13 00:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 9537
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 13 Jan 2026 00:43:41 GMT
    Etag: "c1d9fed72f87e9a17cdf01cc48f9206f-ssl"
    Referrer-Policy: strict-origin-when-cross-origin
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Content-Type-Options: nosniff
    X-Frame-Options: DENY
    X-Nf-Request-Id: 01KETCXY1AAP62C6N6V67P4J7R
    X-Xss-Protection: 1; mode=block
    Connection: close
    
    Page title: Bultimore
    
    <!DOCTYPE html>
    <html lang='en'>
    <head>
    <meta charset='UTF-8'>
    <meta name='viewport' content='width=device-width, initial-scale=1.0'>
    <title>Bultimore</title>
    
    <link href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css' rel='stylesheet'>
    <link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css' rel='stylesheet'>
    
    <link href='style.css' rel='stylesheet'>
    
    <style>
        
      :root {
        --primary: #FDDC5C;
        --dark: #996515;
        --nav-h: 90px;
      }
      
      /* TOPBAR */
      .topbar {
        background: var(--dark);
        padding: 6px 0;
        color: white;
      }
      
       HEADER BACKGROUND IMAGE 
      .site-header {
        position: sticky;
        top: 0;
        z-index: 999;
        transition: 0.3s ease;
        background-image: url("assets/digital_archieve.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
      /* NAVBAR */
      .main-nav {
        background: transparent !important;
        height: var(--nav-h);
        display: flex;
        align-items: center;
        transition: 0.3s ease;
      }
      
     /* Brand */
    .navbar-brand {
      color: var(--dark);
      font-weight: 700;
      font-size: 1.6rem;
      transition: 0.3s;
      }
      .navbar-brand:hover {
    color: rgba(29, 28, 28, 0.75)
    }
      .site-header.scrolled .navbar-brand {
        color: var(--dark);
      }
      
      /* NAV LINKS */
      .nav-link {
        text-decoration: none !important;
        white-space: nowrap;
        color: var(--dark);
        font-weight: 600;
        font-size: 1rem;
        padding: 10px 6px;
        transition: 0.3s;
        position: relative;
        line-height: 1;
      }
      
      .nav-link:hover,
      .nav-link:active,
      .nav-link:focus {
        text-decoration: none !important;
      }
      
      /* Animated underline */
      .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 60%;
        height: 2px;
        background: linear-gradient(90deg, var(--primary), var(--dark));
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
      }
      .nav-link:hover::after,
      .nav-link.active::after {
        transform: translateX(-50%) scaleX(1);
      }
      body {
      padding-top: var(--nav-h);
    }
    
      
      .site-header.scrolled .nav-link {
        color: var(--dark);
      }
      
      /* HAMBURGER */
      .custom-toggler {
        border: none;
        background: transparent;
        display: none;
      }
      .hamburger {
        width: 24px;
        height: 20px;
        position: relative;
      }
      .hamburger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        left: 0;
        transition: 0.3s;
      }
      .hamburger span:nth-child(1) { top: 0; }
      .hamburger span:nth-child(2) { top: 8px; }
      .hamburger span:nth-child(3) { top: 16px; }
      
      .site-header.scrolled .hamburger span {
        background: var(--dark);
      }
      
      .custom-toggler.open .hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }
      .custom-toggler.open .hamburger span:nth-child(2) {
        opacity: 0;
      }
      .custom-toggler.open .hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }
      
      @media(max-width: 992px){
        .navbar-toggler { display: block; }
        .navbar-collapse {
          background: white;
          padding: 20px;
        }
        .nav-link {
          color: var(--dark) !important;
        }
      }
      /* Mobile: let Bootstrap control it */
    @media (max-width: 991px) {
      .navbar-collapse {
        display: none;
      }
      .navbar-collapse.show {
        display: block;
        background: white;
        padding: 12px 0;
      }
      .navbar-nav {
        flex-direction: column !important;
      }
    }
    .navbar-toggler {
      border: none;
    }
    
    .navbar-toggler-icon {
      filter: invert(1);
    }
    #bg-video,
    .overlay {
      pointer-events: none;
    }
    
    .hero,
    .hero .content {
      pointer-events: auto;
    }
    
    
    .site-header,
    .site-header * {
      pointer-events: auto;
    }
    
      /*#bg-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.4));
      }*/
      .hero .content {
        position: relative;
        z-index: 3;
        padding-top: 30vh;
      }
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · bultimore.com

    2026-01-13 00:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 9537
    Content-Type: text/html; charset=UTF-8
    Date: Tue, 13 Jan 2026 00:43:41 GMT
    Etag: "c1d9fed72f87e9a17cdf01cc48f9206f-ssl"
    Referrer-Policy: strict-origin-when-cross-origin
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Content-Type-Options: nosniff
    X-Frame-Options: DENY
    X-Nf-Request-Id: 01KETCXY0KFAV8W5Z9SAW0KTS6
    X-Xss-Protection: 1; mode=block
    Connection: close
    
    Page title: Bultimore
    
    <!DOCTYPE html>
    <html lang='en'>
    <head>
    <meta charset='UTF-8'>
    <meta name='viewport' content='width=device-width, initial-scale=1.0'>
    <title>Bultimore</title>
    
    <link href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css' rel='stylesheet'>
    <link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css' rel='stylesheet'>
    
    <link href='style.css' rel='stylesheet'>
    
    <style>
        
      :root {
        --primary: #FDDC5C;
        --dark: #996515;
        --nav-h: 90px;
      }
      
      /* TOPBAR */
      .topbar {
        background: var(--dark);
        padding: 6px 0;
        color: white;
      }
      
       HEADER BACKGROUND IMAGE 
      .site-header {
        position: sticky;
        top: 0;
        z-index: 999;
        transition: 0.3s ease;
        background-image: url("assets/digital_archieve.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      
      /* NAVBAR */
      .main-nav {
        background: transparent !important;
        height: var(--nav-h);
        display: flex;
        align-items: center;
        transition: 0.3s ease;
      }
      
     /* Brand */
    .navbar-brand {
      color: var(--dark);
      font-weight: 700;
      font-size: 1.6rem;
      transition: 0.3s;
      }
      .navbar-brand:hover {
    color: rgba(29, 28, 28, 0.75)
    }
      .site-header.scrolled .navbar-brand {
        color: var(--dark);
      }
      
      /* NAV LINKS */
      .nav-link {
        text-decoration: none !important;
        white-space: nowrap;
        color: var(--dark);
        font-weight: 600;
        font-size: 1rem;
        padding: 10px 6px;
        transition: 0.3s;
        position: relative;
        line-height: 1;
      }
      
      .nav-link:hover,
      .nav-link:active,
      .nav-link:focus {
        text-decoration: none !important;
      }
      
      /* Animated underline */
      .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 60%;
        height: 2px;
        background: linear-gradient(90deg, var(--primary), var(--dark));
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        transition: transform 0.25s ease;
      }
      .nav-link:hover::after,
      .nav-link.active::after {
        transform: translateX(-50%) scaleX(1);
      }
      body {
      padding-top: var(--nav-h);
    }
    
      
      .site-header.scrolled .nav-link {
        color: var(--dark);
      }
      
      /* HAMBURGER */
      .custom-toggler {
        border: none;
        background: transparent;
        display: none;
      }
      .hamburger {
        width: 24px;
        height: 20px;
        position: relative;
      }
      .hamburger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        left: 0;
        transition: 0.3s;
      }
      .hamburger span:nth-child(1) { top: 0; }
      .hamburger span:nth-child(2) { top: 8px; }
      .hamburger span:nth-child(3) { top: 16px; }
      
      .site-header.scrolled .hamburger span {
        background: var(--dark);
      }
      
      .custom-toggler.open .hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }
      .custom-toggler.open .hamburger span:nth-child(2) {
        opacity: 0;
      }
      .custom-toggler.open .hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }
      
      @media(max-width: 992px){
        .navbar-toggler { display: block; }
        .navbar-collapse {
          background: white;
          padding: 20px;
        }
        .nav-link {
          color: var(--dark) !important;
        }
      }
      /* Mobile: let Bootstrap control it */
    @media (max-width: 991px) {
      .navbar-collapse {
        display: none;
      }
      .navbar-collapse.show {
        display: block;
        background: white;
        padding: 12px 0;
      }
      .navbar-nav {
        flex-direction: column !important;
      }
    }
    .navbar-toggler {
      border: none;
    }
    
    .navbar-toggler-icon {
      filter: invert(1);
    }
    #bg-video,
    .overlay {
      pointer-events: none;
    }
    
    .hero,
    .hero .content {
      pointer-events: auto;
    }
    
    
    .site-header,
    .site-header * {
      pointer-events: auto;
    }
    
      /*#bg-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.4));
      }*/
      .hero .content {
        position: relative;
        z-index: 3;
        padding-top: 30vh;
      }
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · bultimore.com

    2026-01-13 00:43

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Tue, 13 Jan 2026 00:43:49 GMT
    Location: https://bultimore.com/
    Server: Netlify
    X-Nf-Request-Id: 01KETCY5RT7G2KANK83VT5GDVM
    Content-Length: 37
    Connection: close
    
    
    Redirecting to https://bultimore.com/
    Found 2 days ago by HttpPlugin
    Create report
*.bultimore.combultimore.com
CN:
bultimore.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-12 23:43
Not after:
2026-04-12 23:43
Domain summary
IP summary