{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/path-mtu-tunnel-cloud-validation/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/",
        "slug": "path-mtu-tunnel-cloud-validation",
        "url": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/path-mtu-tunnel-cloud-validation/"
        },
        "title": "Test Path MTU across tunnels and cloud edges before applications stall",
        "summary": "VPN, overlay, encapsulation, and cloud paths can carry less payload than an endpoint interface suggests. Validate bidirectional Path MTU, ICMP behavior, transport adaptation, and representative applications before intermittent stalls reach production.",
        "format": {
            "slug": "playbook",
            "name": "Playbook"
        },
        "priority": {
            "slug": "advisory",
            "name": "Advisory"
        },
        "featured": false,
        "image": {
            "theme": "network-infrastructure",
            "label": "Networks & infrastructure",
            "alt": "Resilient network core with engineered blue and gold data paths.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            },
            {
                "slug": "networks-infrastructure",
                "name": "Networks & Infrastructure",
                "url": "https://update.dsesecurity.com/topic/networks-infrastructure/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-08-11T09:56:00+00:00",
        "modified_at": "2026-08-11T14:48:24+00:00",
        "reviewed_on": "2026-08-11",
        "reading_minutes": 3,
        "word_count": 631,
        "potentially_affected": "WAN, internet, VPN, SD-WAN, GRE, IPsec, VXLAN, cloud gateway, load-balancer, firewall, and container overlay paths; IPv4 and IPv6; TCP, UDP, QUIC, DNS, storage, backup, replication, and remote-user applications.",
        "dse_recommendation": "Map encapsulation and expected MTU at every hop, preserve required ICMP signals, probe representative paths in both directions and address families, test real large transfers and UDP applications, and baseline results for monitoring and change control.",
        "primary_source": {
            "name": "IETF RFC 8899: Packetization Layer Path MTU Discovery for Datagram Transports",
            "url": "https://www.rfc-editor.org/rfc/rfc8899.html",
            "published_on": "2020-09-01",
            "authority": "www.rfc-editor.org"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts: Path MTU belongs to a route, not an interface label</h2>\n<p><a href=\"https://www.rfc-editor.org/rfc/rfc8899.html\" target=\"_blank\" rel=\"noopener noreferrer\">IETF RFC 8899</a> defines Datagram Packetization Layer Path MTU Discovery, or DPLPMTUD, as a robust way for a datagram transport or application to discover whether a network path supports its current packet size. It uses probe packets and confirmation from the packetization layer, can reduce message size after detecting a packet black hole, and does not depend solely on receiving ICMP Packet Too Big signals.</p>\n<p>Path MTU is the maximum IP packet size that can traverse the current path without requiring fragmentation beyond what the protocol and endpoints support. It can be lower than either endpoint interface MTU when IPsec, GRE, VXLAN, provider overlays, or other headers consume part of the packet budget. It can also differ by direction, destination, address family, or route and can change after failover.</p>\n<p>Traditional IPv4 Path MTU Discovery in RFC 1191 uses the Don’t Fragment behavior and ICMP “fragmentation needed” responses. IPv6 Path MTU Discovery in RFC 8201 relies on ICMPv6 Packet Too Big because routers do not fragment IPv6 packets in transit. Blocking these diagnostic signals without an alternate probing mechanism can prevent a sender from learning the smaller path size.</p>\n<p>A small ping, DNS query, or TCP handshake can succeed while larger packets fail. TCP may adapt through Path MTU or maximum-segment-size behavior, while a UDP application has no universal transport-level recovery unless it implements one. Therefore, the symptom can appear as selective website loading, stalled file transfer, broken large DNS response, unreliable tunnel traffic, or an application-specific timeout rather than a clear link outage.</p>\n\n<h2>DSE recommendation: validate packet size as part of every tunnel change</h2>\n<ol>\n<li><strong>Draw the encapsulated path.</strong> Record endpoint interface MTUs and every VPN, SD-WAN, GRE, IPsec, cloud gateway, firewall, load balancer, and overlay that adds headers. Calculate an expected payload budget for IPv4 and IPv6, but treat it as a hypothesis to test.</li>\n<li><strong>Keep control messages intentional.</strong> Review firewall and network-security policy for the required ICMPv4 and ICMPv6 error types, rate limits, and return routing. Permit the documented signals rather than enabling or blocking all ICMP as one undifferentiated rule.</li>\n<li><strong>Probe both directions.</strong> Test representative sources and destinations across normal and failover routes, each address family, and remote-user paths. Use increasing packet sizes with the appropriate no-fragment behavior where supported, and collect packet traces at both sides when results disagree.</li>\n<li><strong>Test the transport, not only ping.</strong> Run sustained TCP transfers, large HTTPS requests and responses, UDP or QUIC workloads, DNS over UDP and TCP, storage, backup, replication, and application transactions. Include payloads near the expected boundary and observe retransmission, Packet Too Big messages, fragmentation, and latency.</li>\n<li><strong>Apply fixes at the right layer.</strong> Prefer correcting the path MTU and control-message handling. Where architecture requires it, set a supported tunnel MTU, enable application or transport probing, or apply TCP MSS adjustment at a documented boundary. A TCP-only clamp does not repair UDP.</li>\n<li><strong>Exercise route changes.</strong> Repeat tests during carrier, gateway, tunnel, firewall, and regional failover. Confirm monitoring detects a newly smaller path and that recovery does not depend on a cache learned only on the primary route.</li>\n</ol>\n<p>Baseline successful maximum sizes, ICMP response rates, retransmissions, black-hole indicators, application timeouts, and path selection. Add MTU validation to acceptance for new carriers, VPN profiles, cloud connections, overlay changes, and security appliances. Document the exact tool options and whether their size includes or excludes IP and transport headers so later tests are comparable. The goal is not to force every interface to 1500 bytes; it is to ensure each important application can discover or safely operate within the real packet budget of every path it may use.</p>\n\n<h2>Official references</h2>\n<ul>\n<li>IETF, <a href=\"https://www.rfc-editor.org/rfc/rfc8899.html\" target=\"_blank\" rel=\"noopener noreferrer\"><em>RFC 8899: Packetization Layer Path MTU Discovery for Datagram Transports</em></a>, September 2020.</li>\n<li>IETF, <a href=\"https://www.rfc-editor.org/rfc/rfc8201.html\" target=\"_blank\" rel=\"noopener noreferrer\"><em>RFC 8201: Path MTU Discovery for IP version 6</em></a>, July 2017; and <a href=\"https://www.rfc-editor.org/rfc/rfc1191.html\" target=\"_blank\" rel=\"noopener noreferrer\"><em>RFC 1191: Path MTU Discovery</em></a>, November 1990.</li>\n</ul>",
        "content_text": "Source facts: Path MTU belongs to a route, not an interface label\nIETF RFC 8899 defines Datagram Packetization Layer Path MTU Discovery, or DPLPMTUD, as a robust way for a datagram transport or application to discover whether a network path supports its current packet size. It uses probe packets and confirmation from the packetization layer, can reduce message size after detecting a packet black hole, and does not depend solely on receiving ICMP Packet Too Big signals.\nPath MTU is the maximum IP packet size that can traverse the current path without requiring fragmentation beyond what the protocol and endpoints support. It can be lower than either endpoint interface MTU when IPsec, GRE, VXLAN, provider overlays, or other headers consume part of the packet budget. It can also differ by direction, destination, address family, or route and can change after failover.\nTraditional IPv4 Path MTU Discovery in RFC 1191 uses the Don’t Fragment behavior and ICMP “fragmentation needed” responses. IPv6 Path MTU Discovery in RFC 8201 relies on ICMPv6 Packet Too Big because routers do not fragment IPv6 packets in transit. Blocking these diagnostic signals without an alternate probing mechanism can prevent a sender from learning the smaller path size.\nA small ping, DNS query, or TCP handshake can succeed while larger packets fail. TCP may adapt through Path MTU or maximum-segment-size behavior, while a UDP application has no universal transport-level recovery unless it implements one. Therefore, the symptom can appear as selective website loading, stalled file transfer, broken large DNS response, unreliable tunnel traffic, or an application-specific timeout rather than a clear link outage.\n\nDSE recommendation: validate packet size as part of every tunnel change\n\nDraw the encapsulated path. Record endpoint interface MTUs and every VPN, SD-WAN, GRE, IPsec, cloud gateway, firewall, load balancer, and overlay that adds headers. Calculate an expected payload budget for IPv4 and IPv6, but treat it as a hypothesis to test.\nKeep control messages intentional. Review firewall and network-security policy for the required ICMPv4 and ICMPv6 error types, rate limits, and return routing. Permit the documented signals rather than enabling or blocking all ICMP as one undifferentiated rule.\nProbe both directions. Test representative sources and destinations across normal and failover routes, each address family, and remote-user paths. Use increasing packet sizes with the appropriate no-fragment behavior where supported, and collect packet traces at both sides when results disagree.\nTest the transport, not only ping. Run sustained TCP transfers, large HTTPS requests and responses, UDP or QUIC workloads, DNS over UDP and TCP, storage, backup, replication, and application transactions. Include payloads near the expected boundary and observe retransmission, Packet Too Big messages, fragmentation, and latency.\nApply fixes at the right layer. Prefer correcting the path MTU and control-message handling. Where architecture requires it, set a supported tunnel MTU, enable application or transport probing, or apply TCP MSS adjustment at a documented boundary. A TCP-only clamp does not repair UDP.\nExercise route changes. Repeat tests during carrier, gateway, tunnel, firewall, and regional failover. Confirm monitoring detects a newly smaller path and that recovery does not depend on a cache learned only on the primary route.\n\nBaseline successful maximum sizes, ICMP response rates, retransmissions, black-hole indicators, application timeouts, and path selection. Add MTU validation to acceptance for new carriers, VPN profiles, cloud connections, overlay changes, and security appliances. Document the exact tool options and whether their size includes or excludes IP and transport headers so later tests are comparable. The goal is not to force every interface to 1500 bytes; it is to ensure each important application can discover or safely operate within the real packet budget of every path it may use.\n\nOfficial references\n\nIETF, RFC 8899: Packetization Layer Path MTU Discovery for Datagram Transports, September 2020.\nIETF, RFC 8201: Path MTU Discovery for IP version 6, July 2017; and RFC 1191: Path MTU Discovery, November 1990.",
        "content_markdown": "## Source facts: Path MTU belongs to a route, not an interface label\n\n[IETF RFC 8899](https://www.rfc-editor.org/rfc/rfc8899.html) defines Datagram Packetization Layer Path MTU Discovery, or DPLPMTUD, as a robust way for a datagram transport or application to discover whether a network path supports its current packet size. It uses probe packets and confirmation from the packetization layer, can reduce message size after detecting a packet black hole, and does not depend solely on receiving ICMP Packet Too Big signals.\n\nPath MTU is the maximum IP packet size that can traverse the current path without requiring fragmentation beyond what the protocol and endpoints support. It can be lower than either endpoint interface MTU when IPsec, GRE, VXLAN, provider overlays, or other headers consume part of the packet budget. It can also differ by direction, destination, address family, or route and can change after failover.\n\nTraditional IPv4 Path MTU Discovery in RFC 1191 uses the Don’t Fragment behavior and ICMP “fragmentation needed” responses. IPv6 Path MTU Discovery in RFC 8201 relies on ICMPv6 Packet Too Big because routers do not fragment IPv6 packets in transit. Blocking these diagnostic signals without an alternate probing mechanism can prevent a sender from learning the smaller path size.\n\nA small ping, DNS query, or TCP handshake can succeed while larger packets fail. TCP may adapt through Path MTU or maximum-segment-size behavior, while a UDP application has no universal transport-level recovery unless it implements one. Therefore, the symptom can appear as selective website loading, stalled file transfer, broken large DNS response, unreliable tunnel traffic, or an application-specific timeout rather than a clear link outage.\n\n## DSE recommendation: validate packet size as part of every tunnel change\n\n- Draw the encapsulated path. Record endpoint interface MTUs and every VPN, SD-WAN, GRE, IPsec, cloud gateway, firewall, load balancer, and overlay that adds headers. Calculate an expected payload budget for IPv4 and IPv6, but treat it as a hypothesis to test.\n\n- Keep control messages intentional. Review firewall and network-security policy for the required ICMPv4 and ICMPv6 error types, rate limits, and return routing. Permit the documented signals rather than enabling or blocking all ICMP as one undifferentiated rule.\n\n- Probe both directions. Test representative sources and destinations across normal and failover routes, each address family, and remote-user paths. Use increasing packet sizes with the appropriate no-fragment behavior where supported, and collect packet traces at both sides when results disagree.\n\n- Test the transport, not only ping. Run sustained TCP transfers, large HTTPS requests and responses, UDP or QUIC workloads, DNS over UDP and TCP, storage, backup, replication, and application transactions. Include payloads near the expected boundary and observe retransmission, Packet Too Big messages, fragmentation, and latency.\n\n- Apply fixes at the right layer. Prefer correcting the path MTU and control-message handling. Where architecture requires it, set a supported tunnel MTU, enable application or transport probing, or apply TCP MSS adjustment at a documented boundary. A TCP-only clamp does not repair UDP.\n\n- Exercise route changes. Repeat tests during carrier, gateway, tunnel, firewall, and regional failover. Confirm monitoring detects a newly smaller path and that recovery does not depend on a cache learned only on the primary route.\n\nBaseline successful maximum sizes, ICMP response rates, retransmissions, black-hole indicators, application timeouts, and path selection. Add MTU validation to acceptance for new carriers, VPN profiles, cloud connections, overlay changes, and security appliances. Document the exact tool options and whether their size includes or excludes IP and transport headers so later tests are comparable. The goal is not to force every interface to 1500 bytes; it is to ensure each important application can discover or safely operate within the real packet budget of every path it may use.\n\n## Official references\n\n- IETF, [RFC 8899: Packetization Layer Path MTU Discovery for Datagram Transports](https://www.rfc-editor.org/rfc/rfc8899.html), September 2020.\n\n- IETF, [RFC 8201: Path MTU Discovery for IP version 6](https://www.rfc-editor.org/rfc/rfc8201.html), July 2017; and [RFC 1191: Path MTU Discovery](https://www.rfc-editor.org/rfc/rfc1191.html), November 1990."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/",
                "url": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-08-11"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Test Path MTU across tunnels and cloud edges before applications stall",
                        "item": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/#article",
                "identifier": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/",
                "url": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/",
                "headline": "Test Path MTU across tunnels and cloud edges before applications stall",
                "description": "VPN, overlay, encapsulation, and cloud paths can carry less payload than an endpoint interface suggests. Validate bidirectional Path MTU, ICMP…",
                "abstract": "VPN, overlay, encapsulation, and cloud paths can carry less payload than an endpoint interface suggests. Validate bidirectional Path MTU, ICMP behavior, transport adaptation, and representative applications before intermittent stalls reach production.",
                "articleBody": "Source facts: Path MTU belongs to a route, not an interface label\nIETF RFC 8899 defines Datagram Packetization Layer Path MTU Discovery, or DPLPMTUD, as a robust way for a datagram transport or application to discover whether a network path supports its current packet size. It uses probe packets and confirmation from the packetization layer, can reduce message size after detecting a packet black hole, and does not depend solely on receiving ICMP Packet Too Big signals.\nPath MTU is the maximum IP packet size that can traverse the current path without requiring fragmentation beyond what the protocol and endpoints support. It can be lower than either endpoint interface MTU when IPsec, GRE, VXLAN, provider overlays, or other headers consume part of the packet budget. It can also differ by direction, destination, address family, or route and can change after failover.\nTraditional IPv4 Path MTU Discovery in RFC 1191 uses the Don’t Fragment behavior and ICMP “fragmentation needed” responses. IPv6 Path MTU Discovery in RFC 8201 relies on ICMPv6 Packet Too Big because routers do not fragment IPv6 packets in transit. Blocking these diagnostic signals without an alternate probing mechanism can prevent a sender from learning the smaller path size.\nA small ping, DNS query, or TCP handshake can succeed while larger packets fail. TCP may adapt through Path MTU or maximum-segment-size behavior, while a UDP application has no universal transport-level recovery unless it implements one. Therefore, the symptom can appear as selective website loading, stalled file transfer, broken large DNS response, unreliable tunnel traffic, or an application-specific timeout rather than a clear link outage.\n\nDSE recommendation: validate packet size as part of every tunnel change\n\nDraw the encapsulated path. Record endpoint interface MTUs and every VPN, SD-WAN, GRE, IPsec, cloud gateway, firewall, load balancer, and overlay that adds headers. Calculate an expected payload budget for IPv4 and IPv6, but treat it as a hypothesis to test.\nKeep control messages intentional. Review firewall and network-security policy for the required ICMPv4 and ICMPv6 error types, rate limits, and return routing. Permit the documented signals rather than enabling or blocking all ICMP as one undifferentiated rule.\nProbe both directions. Test representative sources and destinations across normal and failover routes, each address family, and remote-user paths. Use increasing packet sizes with the appropriate no-fragment behavior where supported, and collect packet traces at both sides when results disagree.\nTest the transport, not only ping. Run sustained TCP transfers, large HTTPS requests and responses, UDP or QUIC workloads, DNS over UDP and TCP, storage, backup, replication, and application transactions. Include payloads near the expected boundary and observe retransmission, Packet Too Big messages, fragmentation, and latency.\nApply fixes at the right layer. Prefer correcting the path MTU and control-message handling. Where architecture requires it, set a supported tunnel MTU, enable application or transport probing, or apply TCP MSS adjustment at a documented boundary. A TCP-only clamp does not repair UDP.\nExercise route changes. Repeat tests during carrier, gateway, tunnel, firewall, and regional failover. Confirm monitoring detects a newly smaller path and that recovery does not depend on a cache learned only on the primary route.\n\nBaseline successful maximum sizes, ICMP response rates, retransmissions, black-hole indicators, application timeouts, and path selection. Add MTU validation to acceptance for new carriers, VPN profiles, cloud connections, overlay changes, and security appliances. Document the exact tool options and whether their size includes or excludes IP and transport headers so later tests are comparable. The goal is not to force every interface to 1500 bytes; it is to ensure each important application can discover or safely operate within the real packet budget of every path it may use.\n\nOfficial references\n\nIETF, RFC 8899: Packetization Layer Path MTU Discovery for Datagram Transports, September 2020.\nIETF, RFC 8201: Path MTU Discovery for IP version 6, July 2017; and RFC 1191: Path MTU Discovery, November 1990.",
                "datePublished": "2026-08-11T09:56:00+00:00",
                "dateModified": "2026-08-11T14:48:24+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/path-mtu-tunnel-cloud-validation/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/network-infrastructure-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Test Path MTU across tunnels and cloud edges before applications stall"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT",
                    "Networks & Infrastructure"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Networks & Infrastructure",
                    "Playbook",
                    "Advisory priority"
                ],
                "genre": "Playbook",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    },
                    {
                        "@type": "Thing",
                        "name": "Networks & Infrastructure",
                        "url": "https://update.dsesecurity.com/topic/networks-infrastructure/"
                    }
                ],
                "wordCount": 631,
                "timeRequired": "PT3M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "IETF RFC 8899: Packetization Layer Path MTU Discovery for Datagram Transports",
                    "url": "https://www.rfc-editor.org/rfc/rfc8899.html",
                    "datePublished": "2020-09-01"
                }
            }
        ]
    }
}