{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/build-trustworthy-ipfix-flow-telemetry/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/",
        "slug": "build-trustworthy-ipfix-flow-telemetry",
        "url": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/build-trustworthy-ipfix-flow-telemetry/"
        },
        "title": "Build IPFIX flow telemetry you can trust before an incident",
        "summary": "IPFIX can show who communicated, when, where, and how much—if observation points, templates, clocks, sampling, transport, retention, and collector health are engineered and tested first.",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "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": "cybersecurity",
                "name": "Cybersecurity",
                "url": "https://update.dsesecurity.com/topic/cybersecurity/"
            },
            {
                "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": "Gavin Stewart",
            "url": "https://www.linkedin.com/in/gavin-stewart-0718/",
            "type": "Person"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-08-17T13:16:00+00:00",
        "modified_at": "2026-08-17T19:22:09+00:00",
        "reviewed_on": "2026-08-17",
        "reading_minutes": 3,
        "word_count": 628,
        "potentially_affected": "Routers; switches; firewalls; cloud networks; IPFIX exporters and collectors; templates; time sources; sampling; storage; SIEM and NDR tools; incident response; privacy; and retention.",
        "dse_recommendation": "Define investigation questions, place observation points deliberately, select and document fields, monitor templates and sequence gaps, validate clocks and sampling, size collectors, protect telemetry, and test known traffic end to end.",
        "primary_source": {
            "name": "IETF RFC 7011: Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information",
            "url": "https://www.rfc-editor.org/info/rfc7011/",
            "published_on": null,
            "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: IPFIX exports structured observations about flows</h2>\n<p><a href=\"https://www.rfc-editor.org/info/rfc7011/\" target=\"_blank\" rel=\"noopener noreferrer\">RFC 7011</a> specifies the IP Flow Information Export protocol. An exporting process sends data records described by templates to a collecting process. Information elements can describe addresses, ports, protocols, counters, timing, interfaces, and other observed properties. Observation domains and points provide context for where the metering occurred.</p>\n<p>Templates are essential to decoding data records and have transport and refresh considerations. Sequence numbers can help a collector detect gaps, but they do not make delivery perfectly reliable or recover every missing record. Sampling, aggregation, cache behavior, exporter resources, clock accuracy, transport, and field support affect what the collector receives and what analysts can infer.</p>\n<p>RFC 9232 discusses network telemetry frameworks and emphasizes connecting telemetry selection to operational objectives, data models, collection, and analysis. CISA has included flow monitoring such as IPFIX in official visibility guidance for network infrastructure. Flow telemetry is metadata, not full packet capture: it normally cannot show packet payload and may not distinguish permitted business activity from malicious activity without additional context.</p>\n\n<h2>DSE recommendation: engineer flow collection as an evidence pipeline</h2>\n<p>Start with the questions responders need to answer, then prove that the selected exporter and collector produce complete-enough evidence for those questions.</p>\n<ol>\n<li><strong>Define use cases.</strong> Prioritize questions such as unexpected external communication, lateral movement, unusual management access, data movement, denied connections, service dependency, and incident scoping. For each, identify required direction, fields, precision, history, and response time.</li>\n<li><strong>Choose observation points.</strong> Map internet edges, data-center boundaries, user networks, server segments, cloud gateways, VPN termination, management networks, and high-value zones. Record whether addresses are observed before or after translation and where asymmetric traffic or encrypted tunnels limit visibility.</li>\n<li><strong>Select fields deliberately.</strong> Document addresses, ports, protocol, start and end time, bytes, packets, interfaces, direction, TCP flags, forwarding status, application identifiers, and vendor elements actually supported. Preserve exporter, observation domain, template, site, and configuration version as provenance.</li>\n<li><strong>Manage templates and transport.</strong> Verify that collectors receive current templates after restart, failover, and path interruption. Monitor unknown templates, decoding errors, exporter resets, sequence gaps, transport failures, and stale sources. Use supported secure transport or protected management paths where available.</li>\n<li><strong>Validate time, sampling, and scale.</strong> Synchronize exporters and collectors, document clock quality, record sampling algorithms and rates, and test burst conditions. Size cache, export bandwidth, collector ingestion, storage, and queries for peak—not average—load. Treat changed sampling as a change to the evidence.</li>\n<li><strong>Test known traffic.</strong> Generate approved connections with known endpoints, ports, timing, direction, volume, allow or deny result, and address translation. Confirm that records arrive, decode correctly, retain the needed precision, appear in searches, and remain available through the promised retention period.</li>\n<li><strong>Protect and govern the data.</strong> Restrict exporter configuration and collector access, monitor pipeline changes, back up configurations, define retention, and handle flow metadata according to privacy and customer obligations. Document blind spots and teach analysts not to infer payload, user identity, or causation that records do not contain.</li>\n</ol>\n<p><strong>Factual boundary:</strong> IPFIX is an extensible export protocol, so available fields and behavior vary by exporter and collector. Missing records can reflect sampling, cache pressure, transport loss, template problems, asymmetric routing, or configuration—not necessarily an attacker. Complete flow records still do not contain packet payload.</p>\n<p>Measure active exporters, expected observation-point coverage, template failures, sequence gaps, clock drift, sampling changes, ingest delay, dropped records, storage pressure, query latency, and successful known-traffic tests. Trustworthy flow telemetry is not achieved when a dashboard appears. It is achieved when responders know what was observed, what may be missing, and how to verify the pipeline before relying on it.</p>\n\n<h2>Official references</h2>\n<ul>\n<li>IETF, <a href=\"https://www.rfc-editor.org/info/rfc7011/\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information</em></a>, RFC 7011.</li>\n<li>IETF, <a href=\"https://www.rfc-editor.org/rfc/rfc9232.html\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Network Telemetry Framework</em></a>, RFC 9232.</li>\n<li>CISA, <a href=\"https://www.cisa.gov/news-events/cybersecurity-advisories/aa25-239a\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Countering Chinese State-Sponsored Actors Compromise of Networks Worldwide to Feed Global Espionage System</em></a>.</li>\n</ul>",
        "content_text": "Source facts: IPFIX exports structured observations about flows\nRFC 7011 specifies the IP Flow Information Export protocol. An exporting process sends data records described by templates to a collecting process. Information elements can describe addresses, ports, protocols, counters, timing, interfaces, and other observed properties. Observation domains and points provide context for where the metering occurred.\nTemplates are essential to decoding data records and have transport and refresh considerations. Sequence numbers can help a collector detect gaps, but they do not make delivery perfectly reliable or recover every missing record. Sampling, aggregation, cache behavior, exporter resources, clock accuracy, transport, and field support affect what the collector receives and what analysts can infer.\nRFC 9232 discusses network telemetry frameworks and emphasizes connecting telemetry selection to operational objectives, data models, collection, and analysis. CISA has included flow monitoring such as IPFIX in official visibility guidance for network infrastructure. Flow telemetry is metadata, not full packet capture: it normally cannot show packet payload and may not distinguish permitted business activity from malicious activity without additional context.\n\nDSE recommendation: engineer flow collection as an evidence pipeline\nStart with the questions responders need to answer, then prove that the selected exporter and collector produce complete-enough evidence for those questions.\n\nDefine use cases. Prioritize questions such as unexpected external communication, lateral movement, unusual management access, data movement, denied connections, service dependency, and incident scoping. For each, identify required direction, fields, precision, history, and response time.\nChoose observation points. Map internet edges, data-center boundaries, user networks, server segments, cloud gateways, VPN termination, management networks, and high-value zones. Record whether addresses are observed before or after translation and where asymmetric traffic or encrypted tunnels limit visibility.\nSelect fields deliberately. Document addresses, ports, protocol, start and end time, bytes, packets, interfaces, direction, TCP flags, forwarding status, application identifiers, and vendor elements actually supported. Preserve exporter, observation domain, template, site, and configuration version as provenance.\nManage templates and transport. Verify that collectors receive current templates after restart, failover, and path interruption. Monitor unknown templates, decoding errors, exporter resets, sequence gaps, transport failures, and stale sources. Use supported secure transport or protected management paths where available.\nValidate time, sampling, and scale. Synchronize exporters and collectors, document clock quality, record sampling algorithms and rates, and test burst conditions. Size cache, export bandwidth, collector ingestion, storage, and queries for peak—not average—load. Treat changed sampling as a change to the evidence.\nTest known traffic. Generate approved connections with known endpoints, ports, timing, direction, volume, allow or deny result, and address translation. Confirm that records arrive, decode correctly, retain the needed precision, appear in searches, and remain available through the promised retention period.\nProtect and govern the data. Restrict exporter configuration and collector access, monitor pipeline changes, back up configurations, define retention, and handle flow metadata according to privacy and customer obligations. Document blind spots and teach analysts not to infer payload, user identity, or causation that records do not contain.\n\nFactual boundary: IPFIX is an extensible export protocol, so available fields and behavior vary by exporter and collector. Missing records can reflect sampling, cache pressure, transport loss, template problems, asymmetric routing, or configuration—not necessarily an attacker. Complete flow records still do not contain packet payload.\nMeasure active exporters, expected observation-point coverage, template failures, sequence gaps, clock drift, sampling changes, ingest delay, dropped records, storage pressure, query latency, and successful known-traffic tests. Trustworthy flow telemetry is not achieved when a dashboard appears. It is achieved when responders know what was observed, what may be missing, and how to verify the pipeline before relying on it.\n\nOfficial references\n\nIETF, Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information, RFC 7011.\nIETF, Network Telemetry Framework, RFC 9232.\nCISA, Countering Chinese State-Sponsored Actors Compromise of Networks Worldwide to Feed Global Espionage System.",
        "content_markdown": "## Source facts: IPFIX exports structured observations about flows\n\n[RFC 7011](https://www.rfc-editor.org/info/rfc7011/) specifies the IP Flow Information Export protocol. An exporting process sends data records described by templates to a collecting process. Information elements can describe addresses, ports, protocols, counters, timing, interfaces, and other observed properties. Observation domains and points provide context for where the metering occurred.\n\nTemplates are essential to decoding data records and have transport and refresh considerations. Sequence numbers can help a collector detect gaps, but they do not make delivery perfectly reliable or recover every missing record. Sampling, aggregation, cache behavior, exporter resources, clock accuracy, transport, and field support affect what the collector receives and what analysts can infer.\n\nRFC 9232 discusses network telemetry frameworks and emphasizes connecting telemetry selection to operational objectives, data models, collection, and analysis. CISA has included flow monitoring such as IPFIX in official visibility guidance for network infrastructure. Flow telemetry is metadata, not full packet capture: it normally cannot show packet payload and may not distinguish permitted business activity from malicious activity without additional context.\n\n## DSE recommendation: engineer flow collection as an evidence pipeline\n\nStart with the questions responders need to answer, then prove that the selected exporter and collector produce complete-enough evidence for those questions.\n\n- Define use cases. Prioritize questions such as unexpected external communication, lateral movement, unusual management access, data movement, denied connections, service dependency, and incident scoping. For each, identify required direction, fields, precision, history, and response time.\n\n- Choose observation points. Map internet edges, data-center boundaries, user networks, server segments, cloud gateways, VPN termination, management networks, and high-value zones. Record whether addresses are observed before or after translation and where asymmetric traffic or encrypted tunnels limit visibility.\n\n- Select fields deliberately. Document addresses, ports, protocol, start and end time, bytes, packets, interfaces, direction, TCP flags, forwarding status, application identifiers, and vendor elements actually supported. Preserve exporter, observation domain, template, site, and configuration version as provenance.\n\n- Manage templates and transport. Verify that collectors receive current templates after restart, failover, and path interruption. Monitor unknown templates, decoding errors, exporter resets, sequence gaps, transport failures, and stale sources. Use supported secure transport or protected management paths where available.\n\n- Validate time, sampling, and scale. Synchronize exporters and collectors, document clock quality, record sampling algorithms and rates, and test burst conditions. Size cache, export bandwidth, collector ingestion, storage, and queries for peak—not average—load. Treat changed sampling as a change to the evidence.\n\n- Test known traffic. Generate approved connections with known endpoints, ports, timing, direction, volume, allow or deny result, and address translation. Confirm that records arrive, decode correctly, retain the needed precision, appear in searches, and remain available through the promised retention period.\n\n- Protect and govern the data. Restrict exporter configuration and collector access, monitor pipeline changes, back up configurations, define retention, and handle flow metadata according to privacy and customer obligations. Document blind spots and teach analysts not to infer payload, user identity, or causation that records do not contain.\n\nFactual boundary: IPFIX is an extensible export protocol, so available fields and behavior vary by exporter and collector. Missing records can reflect sampling, cache pressure, transport loss, template problems, asymmetric routing, or configuration—not necessarily an attacker. Complete flow records still do not contain packet payload.\n\nMeasure active exporters, expected observation-point coverage, template failures, sequence gaps, clock drift, sampling changes, ingest delay, dropped records, storage pressure, query latency, and successful known-traffic tests. Trustworthy flow telemetry is not achieved when a dashboard appears. It is achieved when responders know what was observed, what may be missing, and how to verify the pipeline before relying on it.\n\n## Official references\n\n- IETF, [Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information](https://www.rfc-editor.org/info/rfc7011/), RFC 7011.\n\n- IETF, [Network Telemetry Framework](https://www.rfc-editor.org/rfc/rfc9232.html), RFC 9232.\n\n- CISA, [Countering Chinese State-Sponsored Actors Compromise of Networks Worldwide to Feed Global Espionage System](https://www.cisa.gov/news-events/cybersecurity-advisories/aa25-239a)."
    },
    "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/build-trustworthy-ipfix-flow-telemetry/",
                "url": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-08-17"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Build IPFIX flow telemetry you can trust before an incident",
                        "item": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/#article",
                "identifier": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/",
                "url": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/",
                "headline": "Build IPFIX flow telemetry you can trust before an incident",
                "description": "IPFIX can show who communicated, when, where, and how much—if observation points, templates, clocks, sampling, transport, retention, and collector…",
                "abstract": "IPFIX can show who communicated, when, where, and how much—if observation points, templates, clocks, sampling, transport, retention, and collector health are engineered and tested first.",
                "articleBody": "Source facts: IPFIX exports structured observations about flows\nRFC 7011 specifies the IP Flow Information Export protocol. An exporting process sends data records described by templates to a collecting process. Information elements can describe addresses, ports, protocols, counters, timing, interfaces, and other observed properties. Observation domains and points provide context for where the metering occurred.\nTemplates are essential to decoding data records and have transport and refresh considerations. Sequence numbers can help a collector detect gaps, but they do not make delivery perfectly reliable or recover every missing record. Sampling, aggregation, cache behavior, exporter resources, clock accuracy, transport, and field support affect what the collector receives and what analysts can infer.\nRFC 9232 discusses network telemetry frameworks and emphasizes connecting telemetry selection to operational objectives, data models, collection, and analysis. CISA has included flow monitoring such as IPFIX in official visibility guidance for network infrastructure. Flow telemetry is metadata, not full packet capture: it normally cannot show packet payload and may not distinguish permitted business activity from malicious activity without additional context.\n\nDSE recommendation: engineer flow collection as an evidence pipeline\nStart with the questions responders need to answer, then prove that the selected exporter and collector produce complete-enough evidence for those questions.\n\nDefine use cases. Prioritize questions such as unexpected external communication, lateral movement, unusual management access, data movement, denied connections, service dependency, and incident scoping. For each, identify required direction, fields, precision, history, and response time.\nChoose observation points. Map internet edges, data-center boundaries, user networks, server segments, cloud gateways, VPN termination, management networks, and high-value zones. Record whether addresses are observed before or after translation and where asymmetric traffic or encrypted tunnels limit visibility.\nSelect fields deliberately. Document addresses, ports, protocol, start and end time, bytes, packets, interfaces, direction, TCP flags, forwarding status, application identifiers, and vendor elements actually supported. Preserve exporter, observation domain, template, site, and configuration version as provenance.\nManage templates and transport. Verify that collectors receive current templates after restart, failover, and path interruption. Monitor unknown templates, decoding errors, exporter resets, sequence gaps, transport failures, and stale sources. Use supported secure transport or protected management paths where available.\nValidate time, sampling, and scale. Synchronize exporters and collectors, document clock quality, record sampling algorithms and rates, and test burst conditions. Size cache, export bandwidth, collector ingestion, storage, and queries for peak—not average—load. Treat changed sampling as a change to the evidence.\nTest known traffic. Generate approved connections with known endpoints, ports, timing, direction, volume, allow or deny result, and address translation. Confirm that records arrive, decode correctly, retain the needed precision, appear in searches, and remain available through the promised retention period.\nProtect and govern the data. Restrict exporter configuration and collector access, monitor pipeline changes, back up configurations, define retention, and handle flow metadata according to privacy and customer obligations. Document blind spots and teach analysts not to infer payload, user identity, or causation that records do not contain.\n\nFactual boundary: IPFIX is an extensible export protocol, so available fields and behavior vary by exporter and collector. Missing records can reflect sampling, cache pressure, transport loss, template problems, asymmetric routing, or configuration—not necessarily an attacker. Complete flow records still do not contain packet payload.\nMeasure active exporters, expected observation-point coverage, template failures, sequence gaps, clock drift, sampling changes, ingest delay, dropped records, storage pressure, query latency, and successful known-traffic tests. Trustworthy flow telemetry is not achieved when a dashboard appears. It is achieved when responders know what was observed, what may be missing, and how to verify the pipeline before relying on it.\n\nOfficial references\n\nIETF, Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information, RFC 7011.\nIETF, Network Telemetry Framework, RFC 9232.\nCISA, Countering Chinese State-Sponsored Actors Compromise of Networks Worldwide to Feed Global Espionage System.",
                "datePublished": "2026-08-17T13:16:00+00:00",
                "dateModified": "2026-08-17T19:22:09+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Person",
                    "name": "Gavin Stewart",
                    "url": "https://www.linkedin.com/in/gavin-stewart-0718/"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/build-trustworthy-ipfix-flow-telemetry/#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": "Build IPFIX flow telemetry you can trust before an incident"
                },
                "articleSection": [
                    "Cybersecurity",
                    "IT",
                    "Networks & Infrastructure"
                ],
                "keywords": [
                    "Cybersecurity",
                    "IT",
                    "Networks & Infrastructure",
                    "Guide",
                    "Advisory priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Cybersecurity",
                        "url": "https://update.dsesecurity.com/topic/cybersecurity/"
                    },
                    {
                        "@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": 628,
                "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 7011: Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information",
                    "url": "https://www.rfc-editor.org/info/rfc7011/"
                }
            }
        ]
    }
}