Domain gateentry-mockup.smartdocs.one
The Netherlands
MICROSOFT-CORP-MSN-AS-BLOCK
  • Open service 20.4.244.223:80 · gateentry-mockup.smartdocs.one

    2026-01-12 04:08

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Mon, 12 Jan 2026 04:09:22 GMT
    Location: https://gateentry-mockup.smartdocs.one/
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · gateentry-mockup.smartdocs.one

    2026-01-12 04:08

    HTTP/1.1 200 OK
    Content-Length: 119366
    Connection: close
    Content-Type: text/html
    Date: Mon, 12 Jan 2026 04:09:22 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "13660562"
    Last-Modified: Tue, 18 Feb 2025 05:38:04 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Dashboard | Velzon - Admin & Dashboard Template
    
    <!doctype html>
    <html lang="en" data-layout="semibox" data-sidebar-visibility="show" data-topbar="light" data-sidebar="light" data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable">
    
    <head>
    
        <meta charset="utf-8" />
        <title>Dashboard | Velzon - Admin & Dashboard Template</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
        <meta content="Themesbrand" name="author" />
        <!-- App favicon -->
        <link rel="shortcut icon" href="assets/images/favicon.ico">
    
        <!-- jsvectormap css -->
        <link href="assets/libs/jsvectormap/css/jsvectormap.min.css" rel="stylesheet" type="text/css" />
    
        <!--Swiper slider css-->
        <link href="assets/libs/swiper/swiper-bundle.min.css" rel="stylesheet" type="text/css" />
    
        <!-- Layout config Js -->
        <script src="assets/js/layout.js"></script>
        <!-- Bootstrap Css -->
        <link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
        <!-- Icons Css -->
        <link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
        <!-- App Css-->
        <link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
        <!-- custom Css-->
        <link href="assets/css/custom.min.css" rel="stylesheet" type="text/css" />
    
        <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"></script>
    
    
        <style>
            
        
            /* NAVBAR STYLING */
    .navbar01 {
      background: #ffffff;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      padding: 10px 20px;
    }
    
    /* Logo */
    .navbar-brand01 img {
      height: 38px;
    }
    
    /* Navbar Items */
    .navbar-nav01 {
      margin-left: 20px;
      display: flex; /* Ensure items are aligned horizontally */
      align-items: center;
      justify-content: flex-start; /* Space out items if needed */
    }
    
    .navbar-nav01 .nav-item01 {
      margin-right: 15px;
    }
    
    .navbar-nav01 .nav-link01 {
      font-size: 14px;
      font-weight: 600;
      padding: 8px 14px;
      color: #6c757d;
      display: flex;
      align-items: center;
      gap: 6px;
      border-radius: 8px;
      transition: all 0.3s ease-in-out;
      opacity: 1; /* Ensure links are fully visible */
    }
    
    /* Hover and Active State */
    .navbar-nav01 .nav-link01:hover,
    .navbar-nav01 .nav-link01.active {
      background: #e9ecef;
      color: #0d6efd;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    }
    
    /* More Dropdown */
    .dropdown-menu01 {
      border-radius: 8px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      min-width: 220px;
    }
    
    /* Dropdown Item Styles */
    .dropdown-item01 {
      font-size: 14px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      gap: 6px;
      color: #6c757d;
      border-radius: 6px;
      transition: all 0.3s ease-in-out;
    }
    
    .dropdown-item01:hover {
      background: #e9ecef;
      color: #0d6efd;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    }
    
    /* Right-Side Menu Icons */
    .top-right-menu01 {
      display: flex;
      align-items: center;
      margin-left: auto;
      gap: 12px;
    }
    
    .icon-button01 {
      position: relative;
      width: 35px;
      height: 35px;
      border-radius: 12px;
      background: #eff6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      border: 1px solid transparent;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    }
    
    .icon-button01:hover {
      background: #dbeafe;
      border: 1px solid #93c5fd;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(13, 110, 253, 0.1);
    }
    
    .icon-button01 i {
      font-size: 18px;
      color: #3b82f6;
      transition: color 0.3s ease-in-out;
    }
    
    .icon-button01:hover i {
      color: #1e40af;
    }
    
    /* Badge on the Envelope Icon */
    .badge01 {
      position: absolute;
      top: 5px;
      right: 5px;
      background: red;
      color: white;
      font-size: 12px;
      font-weight: bold;
      padding: 3px 6px;
      border-radius: 50%;
    }
    
          </style>
    
    </head>
    
    <body>
    
        <!-- Begin page -->
        <div id="layout-wrapper">
    
            
    
    <!-- removeNotificationM
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 20.4.244.223:80 · gateentry-mockup.smartdocs.one

    2026-01-04 04:41

    HTTP/1.1 301 Moved Permanently
    Content-Length: 0
    Connection: close
    Date: Sun, 04 Jan 2026 04:41:39 GMT
    Location: https://gateentry-mockup.smartdocs.one/
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 20.4.244.223:443 · gateentry-mockup.smartdocs.one

    2026-01-04 04:41

    HTTP/1.1 200 OK
    Content-Length: 119366
    Connection: close
    Content-Type: text/html
    Date: Sun, 04 Jan 2026 04:41:38 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "13660562"
    Last-Modified: Tue, 18 Feb 2025 05:38:04 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Dashboard | Velzon - Admin & Dashboard Template
    
    <!doctype html>
    <html lang="en" data-layout="semibox" data-sidebar-visibility="show" data-topbar="light" data-sidebar="light" data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable">
    
    <head>
    
        <meta charset="utf-8" />
        <title>Dashboard | Velzon - Admin & Dashboard Template</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
        <meta content="Themesbrand" name="author" />
        <!-- App favicon -->
        <link rel="shortcut icon" href="assets/images/favicon.ico">
    
        <!-- jsvectormap css -->
        <link href="assets/libs/jsvectormap/css/jsvectormap.min.css" rel="stylesheet" type="text/css" />
    
        <!--Swiper slider css-->
        <link href="assets/libs/swiper/swiper-bundle.min.css" rel="stylesheet" type="text/css" />
    
        <!-- Layout config Js -->
        <script src="assets/js/layout.js"></script>
        <!-- Bootstrap Css -->
        <link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
        <!-- Icons Css -->
        <link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
        <!-- App Css-->
        <link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
        <!-- custom Css-->
        <link href="assets/css/custom.min.css" rel="stylesheet" type="text/css" />
    
        <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"></script>
    
    
        <style>
            
        
            /* NAVBAR STYLING */
    .navbar01 {
      background: #ffffff;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      padding: 10px 20px;
    }
    
    /* Logo */
    .navbar-brand01 img {
      height: 38px;
    }
    
    /* Navbar Items */
    .navbar-nav01 {
      margin-left: 20px;
      display: flex; /* Ensure items are aligned horizontally */
      align-items: center;
      justify-content: flex-start; /* Space out items if needed */
    }
    
    .navbar-nav01 .nav-item01 {
      margin-right: 15px;
    }
    
    .navbar-nav01 .nav-link01 {
      font-size: 14px;
      font-weight: 600;
      padding: 8px 14px;
      color: #6c757d;
      display: flex;
      align-items: center;
      gap: 6px;
      border-radius: 8px;
      transition: all 0.3s ease-in-out;
      opacity: 1; /* Ensure links are fully visible */
    }
    
    /* Hover and Active State */
    .navbar-nav01 .nav-link01:hover,
    .navbar-nav01 .nav-link01.active {
      background: #e9ecef;
      color: #0d6efd;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    }
    
    /* More Dropdown */
    .dropdown-menu01 {
      border-radius: 8px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      min-width: 220px;
    }
    
    /* Dropdown Item Styles */
    .dropdown-item01 {
      font-size: 14px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      gap: 6px;
      color: #6c757d;
      border-radius: 6px;
      transition: all 0.3s ease-in-out;
    }
    
    .dropdown-item01:hover {
      background: #e9ecef;
      color: #0d6efd;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    }
    
    /* Right-Side Menu Icons */
    .top-right-menu01 {
      display: flex;
      align-items: center;
      margin-left: auto;
      gap: 12px;
    }
    
    .icon-button01 {
      position: relative;
      width: 35px;
      height: 35px;
      border-radius: 12px;
      background: #eff6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      border: 1px solid transparent;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    }
    
    .icon-button01:hover {
      background: #dbeafe;
      border: 1px solid #93c5fd;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(13, 110, 253, 0.1);
    }
    
    .icon-button01 i {
      font-size: 18px;
      color: #3b82f6;
      transition: color 0.3s ease-in-out;
    }
    
    .icon-button01:hover i {
      color: #1e40af;
    }
    
    /* Badge on the Envelope Icon */
    .badge01 {
      position: absolute;
      top: 5px;
      right: 5px;
      background: red;
      color: white;
      font-size: 12px;
      font-weight: bold;
      padding: 3px 6px;
      border-radius: 50%;
    }
    
          </style>
    
    </head>
    
    <body>
    
        <!-- Begin page -->
        <div id="layout-wrapper">
    
            
    
    <!-- removeNotificationM
    Found 2026-01-04 by HttpPlugin
    Create report
gateentry-mockup.smartdocs.one
CN:
gateentry-mockup.smartdocs.one
Not before:
2026-01-04 00:00
Not after:
2026-04-14 23:59
gateentry-mockup.smartdocs.one
CN:
gateentry-mockup.smartdocs.one
Not before:
2025-08-26 00:00
Not after:
2026-02-26 23:59
Domain summary
IP summary