Domain cryptic.hu
The Netherlands
MICROSOFT-CORP-MSN-AS-BLOCK
  • MacOS file listing through .DS_Store file
    First seen 2024-07-30 00:23
    Last seen 2026-01-02 07:56
    Open for 521 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c3838040e3838040e925a4a2a4440cc7e1cb7eed113118af0

      Found 20 files trough .DS_Store spidering:
      
      /assets
      /assets/css
      /assets/css/colors
      /assets/css/fonts
      /assets/files
      /assets/fonts
      /assets/fonts/custom
      /assets/fonts/thicccboi
      /assets/fonts/unicons
      /assets/fonts/urbanist
      /assets/img
      /assets/img/avatars
      /assets/img/brands
      /assets/img/brands/c1.png
      /assets/img/certs
      /assets/img/icons
      /assets/img/icons/lineal
      /assets/img/icons/solid
      /assets/img/svg
      /assets/js
      Found on 2026-01-02 07:56
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cdafa5447dafa5447b671e3e93017925fd4052a481af72c07

      Found 18 files trough .DS_Store spidering:
      
      /assets
      /assets/css
      /assets/css/colors
      /assets/css/fonts
      /assets/files
      /assets/fonts
      /assets/fonts/custom
      /assets/fonts/thicccboi
      /assets/fonts/unicons
      /assets/fonts/urbanist
      /assets/img
      /assets/img/avatars
      /assets/img/brands
      /assets/img/brands/c1.png
      /assets/img/certs
      /assets/img/icons
      /assets/img/svg
      /assets/js
      Found on 2025-11-29 00:23
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c668fcbec668fcbecac82a5dc8b4b430cee26f3b7465244b9

      Found 17 files trough .DS_Store spidering:
      
      /assets
      /assets/css
      /assets/css/colors
      /assets/css/fonts
      /assets/files
      /assets/fonts
      /assets/fonts/custom
      /assets/fonts/thicccboi
      /assets/fonts/unicons
      /assets/fonts/urbanist
      /assets/img
      /assets/img/avatars
      /assets/img/brands
      /assets/img/certs
      /assets/img/icons
      /assets/img/svg
      /assets/js
      Found on 2025-11-21 06:31
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c11d3744d11d3744d336cbabbd7dd8ab54a7dd89658934518

      Found 12 files trough .DS_Store spidering:
      
      /assets
      /assets/css
      /assets/css/colors
      /assets/css/fonts
      /assets/files
      /assets/fonts
      /assets/fonts/custom
      /assets/fonts/thicccboi
      /assets/fonts/unicons
      /assets/fonts/urbanist
      /assets/img
      /assets/js
      Found on 2025-11-16 17:43
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c63442d9d63442d9d325beceb325beceb325beceb325beceb

      Found 1 files trough .DS_Store spidering:
      
      /assets
      Found on 2025-06-30 08:42
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe800eab3a3fec112ebf84178ebfd8982d

      Found 15 files trough .DS_Store spidering:
      
      /assets
      /assets/css
      /assets/files
      /assets/fonts
      /assets/fonts/custom
      /assets/fonts/thicccboi
      /assets/fonts/unicons
      /assets/fonts/urbanist
      /assets/img
      /assets/img/avatars
      /assets/img/brands
      /assets/img/certs
      /assets/img/icons
      /assets/img/svg
      /assets/js
      Found on 2025-01-04 11:00
  • Open service 20.101.2.157:443 · cryptic.hu

    2026-01-09 09:31

    HTTP/1.1 200 OK
    Content-Length: 38641
    Connection: close
    Content-Type: text/html
    Date: Fri, 09 Jan 2026 09:32:23 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "89517386"
    Last-Modified: Thu, 09 Jan 2025 11:20:02 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: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <!-- Google Tag Manager -->
      <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
      <!-- End Google Tag Manager -->
      <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
      <script>
        $(document).ready(function() {
          $("#contact-form").submit(function(event) {
              event.preventDefault();
    
              var form = $(this);
              var url = form.attr("action");
    
              // Convert form data to JSON
              var formData = form.serializeArray();
              var data = {};
              $(formData).each(function(index, obj){
                  data[obj.name] = obj.value;
              });
              var jsonData = JSON.stringify(data);
    
              fetch(url, {
                  method: 'POST',
                  headers: {
                      'Content-Type': 'application/json'
                  },
                  body: jsonData
              })
              .then(response => {
                  if (!response.ok) {
                      // Handle non-successful responses
                      throw new Error('Network response was not ok');
                  }
                  return response.json();
              })
              .then(data => {
                  alert("Hamarosan felvesszük Önnel a kapcsolatot!");
                  form[0].reset();
              })
              .catch((error) => {
                  alert("Hiba történt.");
                  console.error('Error:', error);
              });
          });
        });
      </script>
      <meta name="author" content="Bence Hezso">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta property="og:locale" content="en_US" />
      <meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
      <meta property="og:url" content="https://www.crypticconsulting.com" />
      <meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
      <title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
      <link rel="shortcut icon" href="./assets/img/favicon.png">
      <link rel="stylesheet" href="./assets/css/plugins.css">
      <link rel="stylesheet" href="./assets/css/style.css">
      <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    </head>
    
    <body class="onepage">
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div class="content-wrapper">
        <header class="wrapper bg-gray">
          <nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
            <div class="container flex-lg-row flex-nowrap align-items-center">
              <div class="navbar-brand w-100">
                <a href="./index.html">
                  <img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
                </a>
              </div>
              <div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
                <div class=
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.101.2.157:443 · cryptic.hu

    2026-01-02 07:56

    HTTP/1.1 200 OK
    Content-Length: 38641
    Connection: close
    Content-Type: text/html
    Date: Fri, 02 Jan 2026 07:56:33 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "89517386"
    Last-Modified: Thu, 09 Jan 2025 11:20:02 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: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <!-- Google Tag Manager -->
      <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
      <!-- End Google Tag Manager -->
      <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
      <script>
        $(document).ready(function() {
          $("#contact-form").submit(function(event) {
              event.preventDefault();
    
              var form = $(this);
              var url = form.attr("action");
    
              // Convert form data to JSON
              var formData = form.serializeArray();
              var data = {};
              $(formData).each(function(index, obj){
                  data[obj.name] = obj.value;
              });
              var jsonData = JSON.stringify(data);
    
              fetch(url, {
                  method: 'POST',
                  headers: {
                      'Content-Type': 'application/json'
                  },
                  body: jsonData
              })
              .then(response => {
                  if (!response.ok) {
                      // Handle non-successful responses
                      throw new Error('Network response was not ok');
                  }
                  return response.json();
              })
              .then(data => {
                  alert("Hamarosan felvesszük Önnel a kapcsolatot!");
                  form[0].reset();
              })
              .catch((error) => {
                  alert("Hiba történt.");
                  console.error('Error:', error);
              });
          });
        });
      </script>
      <meta name="author" content="Bence Hezso">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta property="og:locale" content="en_US" />
      <meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
      <meta property="og:url" content="https://www.crypticconsulting.com" />
      <meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
      <title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
      <link rel="shortcut icon" href="./assets/img/favicon.png">
      <link rel="stylesheet" href="./assets/css/plugins.css">
      <link rel="stylesheet" href="./assets/css/style.css">
      <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    </head>
    
    <body class="onepage">
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div class="content-wrapper">
        <header class="wrapper bg-gray">
          <nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
            <div class="container flex-lg-row flex-nowrap align-items-center">
              <div class="navbar-brand w-100">
                <a href="./index.html">
                  <img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
                </a>
              </div>
              <div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
                <div class=
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.101.2.157:443 · cryptic.hu

    2025-12-23 03:31

    HTTP/1.1 200 OK
    Content-Length: 38641
    Connection: close
    Content-Type: text/html
    Date: Tue, 23 Dec 2025 03:31:00 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "89517386"
    Last-Modified: Thu, 09 Jan 2025 11:20:02 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: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <!-- Google Tag Manager -->
      <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
      <!-- End Google Tag Manager -->
      <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
      <script>
        $(document).ready(function() {
          $("#contact-form").submit(function(event) {
              event.preventDefault();
    
              var form = $(this);
              var url = form.attr("action");
    
              // Convert form data to JSON
              var formData = form.serializeArray();
              var data = {};
              $(formData).each(function(index, obj){
                  data[obj.name] = obj.value;
              });
              var jsonData = JSON.stringify(data);
    
              fetch(url, {
                  method: 'POST',
                  headers: {
                      'Content-Type': 'application/json'
                  },
                  body: jsonData
              })
              .then(response => {
                  if (!response.ok) {
                      // Handle non-successful responses
                      throw new Error('Network response was not ok');
                  }
                  return response.json();
              })
              .then(data => {
                  alert("Hamarosan felvesszük Önnel a kapcsolatot!");
                  form[0].reset();
              })
              .catch((error) => {
                  alert("Hiba történt.");
                  console.error('Error:', error);
              });
          });
        });
      </script>
      <meta name="author" content="Bence Hezso">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta property="og:locale" content="en_US" />
      <meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
      <meta property="og:url" content="https://www.crypticconsulting.com" />
      <meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
      <title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
      <link rel="shortcut icon" href="./assets/img/favicon.png">
      <link rel="stylesheet" href="./assets/css/plugins.css">
      <link rel="stylesheet" href="./assets/css/style.css">
      <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    </head>
    
    <body class="onepage">
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div class="content-wrapper">
        <header class="wrapper bg-gray">
          <nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
            <div class="container flex-lg-row flex-nowrap align-items-center">
              <div class="navbar-brand w-100">
                <a href="./index.html">
                  <img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
                </a>
              </div>
              <div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
                <div class=
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.101.2.157:443 · cryptic.hu

    2025-12-21 01:57

    HTTP/1.1 200 OK
    Content-Length: 38641
    Connection: close
    Content-Type: text/html
    Date: Sun, 21 Dec 2025 01:57:13 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "89517386"
    Last-Modified: Thu, 09 Jan 2025 11:20:02 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: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="utf-8">
      <!-- Google Tag Manager -->
      <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
      <!-- End Google Tag Manager -->
      <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
      <script>
        $(document).ready(function() {
          $("#contact-form").submit(function(event) {
              event.preventDefault();
    
              var form = $(this);
              var url = form.attr("action");
    
              // Convert form data to JSON
              var formData = form.serializeArray();
              var data = {};
              $(formData).each(function(index, obj){
                  data[obj.name] = obj.value;
              });
              var jsonData = JSON.stringify(data);
    
              fetch(url, {
                  method: 'POST',
                  headers: {
                      'Content-Type': 'application/json'
                  },
                  body: jsonData
              })
              .then(response => {
                  if (!response.ok) {
                      // Handle non-successful responses
                      throw new Error('Network response was not ok');
                  }
                  return response.json();
              })
              .then(data => {
                  alert("Hamarosan felvesszük Önnel a kapcsolatot!");
                  form[0].reset();
              })
              .catch((error) => {
                  alert("Hiba történt.");
                  console.error('Error:', error);
              });
          });
        });
      </script>
      <meta name="author" content="Bence Hezso">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta property="og:locale" content="en_US" />
      <meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
      <meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
      <meta property="og:url" content="https://www.crypticconsulting.com" />
      <meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
      <title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
      <link rel="shortcut icon" href="./assets/img/favicon.png">
      <link rel="stylesheet" href="./assets/css/plugins.css">
      <link rel="stylesheet" href="./assets/css/style.css">
      <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    </head>
    
    <body class="onepage">
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div class="content-wrapper">
        <header class="wrapper bg-gray">
          <nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
            <div class="container flex-lg-row flex-nowrap align-items-center">
              <div class="navbar-brand w-100">
                <a href="./index.html">
                  <img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
                </a>
              </div>
              <div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
                <div class=
    Found 2025-12-21 by HttpPlugin
    Create report
cryptic.hu
CN:
cryptic.hu
Not before:
2025-09-21 00:00
Not after:
2026-03-18 23:59
Domain summary
IP summary