Domain www.mkdev.ltd
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2a06:98c1:3121::3:8443 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=202,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc745a9587091b4-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
    Last-Modified: Sun, 16 Nov 2025 19:12:05 GMT
    cf-cache-status: DYNAMIC
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6SzaqRuRDulIR0VnI9MV1VzrB5%2BzK%2FSNDg0ayzQYL2CyaRNzqjq77FxiiAABBfvm4RQdFk%2BxkV%2FoYFs4ceU84z6%2FEMu8XyfQ76dUQIt0IlF9seDH8Pszdec%3D"}]}
    CF-RAY: 9bc745a8ed273d6d-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MKDEV LTD - Embedded Systems Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MKDEV LTD - Embedded Systems Solutions</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
            }
    
            .container {
                max-width: 1200px;
                margin: 20px auto;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
    
            header {
                background: linear-gradient(135deg, #1e3c72, #2a5298);
                color: white;
                padding: 40px 50px;
                position: relative;
                overflow: hidden;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23fff" opacity="0.03" x="0" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="20" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="40" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="60" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="80" y="0" width="10" height="10"/></svg>') repeat;
            }
    
            h1 {
                font-size: 2.8em;
                margin-bottom: 10px;
                position: relative;
                z-index: 1;
                letter-spacing: 2px;
            }
    
            .tagline {
                font-size: 1.2em;
                color: #e0e0e0;
                position: relative;
                z-index: 1;
            }
    
            .hero-section {
                padding: 50px;
                background: #f8f9fa;
                display: flex;
                align-items: center;
                gap: 40px;
            }
    
            .hero-content {
                flex: 1;
            }
    
            .hero-image {
                flex: 1;
                position: relative;
            }
    
            .circuit-board {
                width: 100%;
                max-width: 500px;
                height: 400px;
                background: linear-gradient(45deg, #2a5298, #1e3c72);
                border-radius: 15px;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }
    
            .circuit-board::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: 
                    linear-gradient(90deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%),
                    linear-gradient(0deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%);
                background-size: 30px 30px;
                opacity: 0.1;
            }
    
            .chip {
                position: absolute;
                background: #1a1a1a;
                border: 2px solid #4a90e2;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4a90e2;
                font-weight: bold;
                font-size: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            }
    
            .chip-main {
                width: 120px;
                height: 120px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 10px;
            }
    
            .chip-small {
                width: 60px;
                height: 60px;
                border-radius: 5px;
            }
    
            .chip1 { top: 20%; left: 15%; }
            .chip2 { top: 20%; right: 15%; }
      
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 16 Nov 2025 19:12:05 GMT
    cf-cache-status: DYNAMIC
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nomRS6CryuepkBEijII4gMhyR%2FqurFk4RGef1hU3yu83oO%2FvaPbvUvZwhXMVVSJ2ovBLXIen%2FXOKbhnTrbA%2Fia8Te%2BLpCeoXm7x4cfw%3D"}]}
    CF-RAY: 9bc745a87c1550b0-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MKDEV LTD - Embedded Systems Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MKDEV LTD - Embedded Systems Solutions</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
            }
    
            .container {
                max-width: 1200px;
                margin: 20px auto;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
    
            header {
                background: linear-gradient(135deg, #1e3c72, #2a5298);
                color: white;
                padding: 40px 50px;
                position: relative;
                overflow: hidden;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23fff" opacity="0.03" x="0" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="20" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="40" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="60" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="80" y="0" width="10" height="10"/></svg>') repeat;
            }
    
            h1 {
                font-size: 2.8em;
                margin-bottom: 10px;
                position: relative;
                z-index: 1;
                letter-spacing: 2px;
            }
    
            .tagline {
                font-size: 1.2em;
                color: #e0e0e0;
                position: relative;
                z-index: 1;
            }
    
            .hero-section {
                padding: 50px;
                background: #f8f9fa;
                display: flex;
                align-items: center;
                gap: 40px;
            }
    
            .hero-content {
                flex: 1;
            }
    
            .hero-image {
                flex: 1;
                position: relative;
            }
    
            .circuit-board {
                width: 100%;
                max-width: 500px;
                height: 400px;
                background: linear-gradient(45deg, #2a5298, #1e3c72);
                border-radius: 15px;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }
    
            .circuit-board::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: 
                    linear-gradient(90deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%),
                    linear-gradient(0deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%);
                background-size: 30px 30px;
                opacity: 0.1;
            }
    
            .chip {
                position: absolute;
                background: #1a1a1a;
                border: 2px solid #4a90e2;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4a90e2;
                font-weight: bold;
                font-size: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            }
    
            .chip-main {
                width: 120px;
                height: 120px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 10px;
            }
    
            .chip-small {
                width: 60px;
                height: 60px;
                border-radius: 5px;
            }
    
            .chip1 { top: 20%; left: 15%; }
            .chip2 { top: 20%; right: 15%; }
      
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
    Last-Modified: Sun, 16 Nov 2025 19:12:05 GMT
    cf-cache-status: DYNAMIC
    Vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FDsK9xA6w7N%2BKkf2o9STFWcoaUK2Sqa0w32mfKsq6dsYsNJvMScgrgqNAlczeeID7opPfvUydlLLURhHqTp5jMEexafmn4XQ5cqIng8%3D"}]}
    CF-RAY: 9bc745a8ade3e906-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MKDEV LTD - Embedded Systems Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MKDEV LTD - Embedded Systems Solutions</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
            }
    
            .container {
                max-width: 1200px;
                margin: 20px auto;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
    
            header {
                background: linear-gradient(135deg, #1e3c72, #2a5298);
                color: white;
                padding: 40px 50px;
                position: relative;
                overflow: hidden;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23fff" opacity="0.03" x="0" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="20" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="40" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="60" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="80" y="0" width="10" height="10"/></svg>') repeat;
            }
    
            h1 {
                font-size: 2.8em;
                margin-bottom: 10px;
                position: relative;
                z-index: 1;
                letter-spacing: 2px;
            }
    
            .tagline {
                font-size: 1.2em;
                color: #e0e0e0;
                position: relative;
                z-index: 1;
            }
    
            .hero-section {
                padding: 50px;
                background: #f8f9fa;
                display: flex;
                align-items: center;
                gap: 40px;
            }
    
            .hero-content {
                flex: 1;
            }
    
            .hero-image {
                flex: 1;
                position: relative;
            }
    
            .circuit-board {
                width: 100%;
                max-width: 500px;
                height: 400px;
                background: linear-gradient(45deg, #2a5298, #1e3c72);
                border-radius: 15px;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }
    
            .circuit-board::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: 
                    linear-gradient(90deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%),
                    linear-gradient(0deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%);
                background-size: 30px 30px;
                opacity: 0.1;
            }
    
            .chip {
                position: absolute;
                background: #1a1a1a;
                border: 2px solid #4a90e2;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4a90e2;
                font-weight: bold;
                font-size: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            }
    
            .chip-main {
                width: 120px;
                height: 120px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 10px;
            }
    
            .chip-small {
                width: 60px;
                height: 60px;
                border-radius: 5px;
            }
    
            .chip1 { top: 20%; left: 15%; }
            .chip2 { top: 20%; right: 15%; }
      
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=186,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc745a8a822fe1f-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 16 Nov 2025 19:12:05 GMT
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=424
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iBl6fzqJYV81AFJ5d3ib4JpEHMvzQPmnvql%2FxPEBRdzNvC3j1gNbrplDNBW4LCmKah4RVSLUgllcF52qw0A9vScY9SkJAC2%2BzacMLFI0PyN6DSv0qRqx%2FaQ%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc745a9cb68d25b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: MKDEV LTD - Embedded Systems Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MKDEV LTD - Embedded Systems Solutions</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
            }
    
            .container {
                max-width: 1200px;
                margin: 20px auto;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
    
            header {
                background: linear-gradient(135deg, #1e3c72, #2a5298);
                color: white;
                padding: 40px 50px;
                position: relative;
                overflow: hidden;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23fff" opacity="0.03" x="0" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="20" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="40" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="60" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="80" y="0" width="10" height="10"/></svg>') repeat;
            }
    
            h1 {
                font-size: 2.8em;
                margin-bottom: 10px;
                position: relative;
                z-index: 1;
                letter-spacing: 2px;
            }
    
            .tagline {
                font-size: 1.2em;
                color: #e0e0e0;
                position: relative;
                z-index: 1;
            }
    
            .hero-section {
                padding: 50px;
                background: #f8f9fa;
                display: flex;
                align-items: center;
                gap: 40px;
            }
    
            .hero-content {
                flex: 1;
            }
    
            .hero-image {
                flex: 1;
                position: relative;
            }
    
            .circuit-board {
                width: 100%;
                max-width: 500px;
                height: 400px;
                background: linear-gradient(45deg, #2a5298, #1e3c72);
                border-radius: 15px;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }
    
            .circuit-board::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: 
                    linear-gradient(90deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%),
                    linear-gradient(0deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%);
                background-size: 30px 30px;
                opacity: 0.1;
            }
    
            .chip {
                position: absolute;
                background: #1a1a1a;
                border: 2px solid #4a90e2;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4a90e2;
                font-weight: bold;
                font-size: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            }
    
            .chip-main {
                width: 120px;
                height: 120px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 10px;
            }
    
            .chip-small {
                width: 60px;
                height: 60px;
                border-radius: 5px;
            }
    
            .chip1 { top: 20%; left: 15%; }
            .chip2 { top: 20%; right: 15%; }
      
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
    Last-Modified: Sun, 16 Nov 2025 19:12:05 GMT
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=408
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pp4UY8af5ZsIGDJH0jbWVJ41gT24a%2Fq5Mh7Q0iiSPpkkvNt1MZWw%2Bg%2BmbNPbjkQNP5eo4KLDxmYmEE8BlzmHt0D9feVXPWaC09sJC%2BFZPTRFGN7xpXG%2B55c%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc745a9489478df-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MKDEV LTD - Embedded Systems Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MKDEV LTD - Embedded Systems Solutions</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
            }
    
            .container {
                max-width: 1200px;
                margin: 20px auto;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
    
            header {
                background: linear-gradient(135deg, #1e3c72, #2a5298);
                color: white;
                padding: 40px 50px;
                position: relative;
                overflow: hidden;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23fff" opacity="0.03" x="0" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="20" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="40" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="60" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="80" y="0" width="10" height="10"/></svg>') repeat;
            }
    
            h1 {
                font-size: 2.8em;
                margin-bottom: 10px;
                position: relative;
                z-index: 1;
                letter-spacing: 2px;
            }
    
            .tagline {
                font-size: 1.2em;
                color: #e0e0e0;
                position: relative;
                z-index: 1;
            }
    
            .hero-section {
                padding: 50px;
                background: #f8f9fa;
                display: flex;
                align-items: center;
                gap: 40px;
            }
    
            .hero-content {
                flex: 1;
            }
    
            .hero-image {
                flex: 1;
                position: relative;
            }
    
            .circuit-board {
                width: 100%;
                max-width: 500px;
                height: 400px;
                background: linear-gradient(45deg, #2a5298, #1e3c72);
                border-radius: 15px;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }
    
            .circuit-board::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: 
                    linear-gradient(90deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%),
                    linear-gradient(0deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%);
                background-size: 30px 30px;
                opacity: 0.1;
            }
    
            .chip {
                position: absolute;
                background: #1a1a1a;
                border: 2px solid #4a90e2;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4a90e2;
                font-weight: bold;
                font-size: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            }
    
            .chip-main {
                width: 120px;
                height: 120px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 10px;
            }
    
            .chip-small {
                width: 60px;
                height: 60px;
                border-radius: 5px;
            }
    
            .chip1 { top: 20%; left: 15%; }
            .chip2 { top: 20%; right: 15%; }
      
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=125,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc745a7c8fce222-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 6 hours ago by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · www.mkdev.ltd

    2026-01-11 20:47

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 20:47:56 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 16 Nov 2025 19:12:05 GMT
    Vary: Accept-Encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=249
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Bq9HNcpNBTg8MAiXAYSWHRQSg16H7uV7kUDKRLmDBJDOHHLFILQnezCqUZXrotSX3ULxX%2BsievNF%2BLOOCVio3CRrdOR0zzRd8%2BnwYjlpmZJ3gfavY3xafek%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc745a87a1527f6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: MKDEV LTD - Embedded Systems Solutions
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>MKDEV LTD - Embedded Systems Solutions</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                line-height: 1.6;
                color: #333;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                min-height: 100vh;
            }
    
            .container {
                max-width: 1200px;
                margin: 20px auto;
                background: rgba(255, 255, 255, 0.98);
                border-radius: 20px;
                overflow: hidden;
                box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            }
    
            header {
                background: linear-gradient(135deg, #1e3c72, #2a5298);
                color: white;
                padding: 40px 50px;
                position: relative;
                overflow: hidden;
            }
    
            header::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23fff" opacity="0.03" x="0" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="20" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="40" y="0" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="60" y="20" width="10" height="10"/><rect fill="%23fff" opacity="0.03" x="80" y="0" width="10" height="10"/></svg>') repeat;
            }
    
            h1 {
                font-size: 2.8em;
                margin-bottom: 10px;
                position: relative;
                z-index: 1;
                letter-spacing: 2px;
            }
    
            .tagline {
                font-size: 1.2em;
                color: #e0e0e0;
                position: relative;
                z-index: 1;
            }
    
            .hero-section {
                padding: 50px;
                background: #f8f9fa;
                display: flex;
                align-items: center;
                gap: 40px;
            }
    
            .hero-content {
                flex: 1;
            }
    
            .hero-image {
                flex: 1;
                position: relative;
            }
    
            .circuit-board {
                width: 100%;
                max-width: 500px;
                height: 400px;
                background: linear-gradient(45deg, #2a5298, #1e3c72);
                border-radius: 15px;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }
    
            .circuit-board::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: 
                    linear-gradient(90deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%),
                    linear-gradient(0deg, transparent 48%, #4a90e2 48%, #4a90e2 52%, transparent 52%);
                background-size: 30px 30px;
                opacity: 0.1;
            }
    
            .chip {
                position: absolute;
                background: #1a1a1a;
                border: 2px solid #4a90e2;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #4a90e2;
                font-weight: bold;
                font-size: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            }
    
            .chip-main {
                width: 120px;
                height: 120px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 10px;
            }
    
            .chip-small {
                width: 60px;
                height: 60px;
                border-radius: 5px;
            }
    
            .chip1 { top: 20%; left: 15%; }
            .chip2 { top: 20%; right: 15%; }
      
    Found 6 hours ago by HttpPlugin
    Create report
mkdev.ltd*.mkdev.ltd
CN:
mkdev.ltd
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-16 15:31
Not after:
2026-02-14 16:29
Domain summary