{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
        "slug": "dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/"
        },
        "title": "Collect both ends of an SMB failure before interpreting retransmissions",
        "summary": "Which evidence should be collected before investigating an SMB connection failure?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "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": "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-09-08T18:15:44+00:00",
        "modified_at": "2026-09-08T18:20:22+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 1,
        "word_count": 200,
        "potentially_affected": "Administrators diagnosing SMB client-to-server communication failures.",
        "dse_recommendation": "Prepare one coordinated collection window covering both endpoints.",
        "primary_source": {
            "name": "Advanced Troubleshooting Server Message Block (SMB)",
            "url": "https://learn.microsoft.com/en-us/windows-server/storage/file-server/Troubleshoot/troubleshooting-smb",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "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</h2>\n<p>Microsoft recommends collecting network traces at both the SMB client and server before troubleshooting. Its guidance emphasizes consistent SMB terminology so that collection and analysis refer to the same operations. A sequence of five retransmissions followed by a TCP reset may indicate lost connectivity or an SMB service that stopped responding. Microsoft presents these as possible explanations, not a unique diagnosis. <a href=\"https://learn.microsoft.com/en-us/windows-server/storage/file-server/Troubleshoot/troubleshooting-smb\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft documentation</a>.</p>\n<h2>Applicability</h2>\n<p>Define the failed file operation, client, server, share name, and observed time. Review whether the issue can be reproduced safely, and arrange appropriate handling for any sensitive information present in the captured traffic.</p>\n<h2>DSE recommendation</h2>\n<p>Prepare one coordinated collection window covering both endpoints. Record the exact reproduction steps and the result the user expected. Ask the network and file-service owners to agree on the timestamps and operation identifiers they will use when comparing captures and logs.</p>\n<h2>Verification</h2>\n<p>Confirm that both captures contain the same attempted operation before drawing a conclusion. Compare connection establishment, requests, responses, retransmissions, and termination. Preserve alternative explanations until the endpoint and network evidence distinguishes them; record a missing capture or uncertain time alignment as a collection limitation.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/storage/file-server/Troubleshoot/troubleshooting-smb\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Advanced Troubleshooting Server Message Block (SMB)</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nMicrosoft recommends collecting network traces at both the SMB client and server before troubleshooting. Its guidance emphasizes consistent SMB terminology so that collection and analysis refer to the same operations. A sequence of five retransmissions followed by a TCP reset may indicate lost connectivity or an SMB service that stopped responding. Microsoft presents these as possible explanations, not a unique diagnosis. Microsoft documentation.\nApplicability\nDefine the failed file operation, client, server, share name, and observed time. Review whether the issue can be reproduced safely, and arrange appropriate handling for any sensitive information present in the captured traffic.\nDSE recommendation\nPrepare one coordinated collection window covering both endpoints. Record the exact reproduction steps and the result the user expected. Ask the network and file-service owners to agree on the timestamps and operation identifiers they will use when comparing captures and logs.\nVerification\nConfirm that both captures contain the same attempted operation before drawing a conclusion. Compare connection establishment, requests, responses, retransmissions, and termination. Preserve alternative explanations until the endpoint and network evidence distinguishes them; record a missing capture or uncertain time alignment as a collection limitation.\nOfficial references\nMicrosoft Learn: Advanced Troubleshooting Server Message Block (SMB). Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nMicrosoft recommends collecting network traces at both the SMB client and server before troubleshooting. Its guidance emphasizes consistent SMB terminology so that collection and analysis refer to the same operations. A sequence of five retransmissions followed by a TCP reset may indicate lost connectivity or an SMB service that stopped responding. Microsoft presents these as possible explanations, not a unique diagnosis. [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/storage/file-server/Troubleshoot/troubleshooting-smb).\n\n## Applicability\n\nDefine the failed file operation, client, server, share name, and observed time. Review whether the issue can be reproduced safely, and arrange appropriate handling for any sensitive information present in the captured traffic.\n\n## DSE recommendation\n\nPrepare one coordinated collection window covering both endpoints. Record the exact reproduction steps and the result the user expected. Ask the network and file-service owners to agree on the timestamps and operation identifiers they will use when comparing captures and logs.\n\n## Verification\n\nConfirm that both captures contain the same attempted operation before drawing a conclusion. Compare connection establishment, requests, responses, retransmissions, and termination. Preserve alternative explanations until the endpoint and network evidence distinguishes them; record a missing capture or uncertain time alignment as a collection limitation.\n\n## Official references\n\n[Microsoft Learn: Advanced Troubleshooting Server Message Block (SMB)](https://learn.microsoft.com/en-us/windows-server/storage/file-server/Troubleshoot/troubleshooting-smb). Source reviewed September 8, 2026."
    },
    "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/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Collect both ends of an SMB failure before interpreting retransmissions",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/",
                "headline": "Collect both ends of an SMB failure before interpreting retransmissions",
                "description": "Which evidence should be collected before investigating an SMB connection failure?",
                "abstract": "Which evidence should be collected before investigating an SMB connection failure?",
                "articleBody": "Source facts\nMicrosoft recommends collecting network traces at both the SMB client and server before troubleshooting. Its guidance emphasizes consistent SMB terminology so that collection and analysis refer to the same operations. A sequence of five retransmissions followed by a TCP reset may indicate lost connectivity or an SMB service that stopped responding. Microsoft presents these as possible explanations, not a unique diagnosis. Microsoft documentation.\nApplicability\nDefine the failed file operation, client, server, share name, and observed time. Review whether the issue can be reproduced safely, and arrange appropriate handling for any sensitive information present in the captured traffic.\nDSE recommendation\nPrepare one coordinated collection window covering both endpoints. Record the exact reproduction steps and the result the user expected. Ask the network and file-service owners to agree on the timestamps and operation identifiers they will use when comparing captures and logs.\nVerification\nConfirm that both captures contain the same attempted operation before drawing a conclusion. Compare connection establishment, requests, responses, retransmissions, and termination. Preserve alternative explanations until the endpoint and network evidence distinguishes them; record a missing capture or uncertain time alignment as a collection limitation.\nOfficial references\nMicrosoft Learn: Advanced Troubleshooting Server Message Block (SMB). Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:15:44+00:00",
                "dateModified": "2026-09-08T18:20:22+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/"
                },
                "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/dse-20260908-087-collect-both-ends-of-an-smb-failure-before-interpreting-retransmissions/#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": "Collect both ends of an SMB failure before interpreting retransmissions"
                },
                "articleSection": [
                    "IT",
                    "Networks & Infrastructure"
                ],
                "keywords": [
                    "IT",
                    "Networks & Infrastructure",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@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": 200,
                "timeRequired": "PT1M",
                "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": "Advanced Troubleshooting Server Message Block (SMB)",
                    "url": "https://learn.microsoft.com/en-us/windows-server/storage/file-server/Troubleshoot/troubleshooting-smb"
                }
            }
        ]
    }
}