{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/retire-ntlm-audit-remediate-block/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/",
        "slug": "retire-ntlm-audit-remediate-block",
        "url": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/retire-ntlm-audit-remediate-block/"
        },
        "title": "Retire NTLM by proving every dependency before you block it",
        "summary": "NTLM is deprecated and Microsoft is preparing Windows for stronger Kerberos-based authentication. A safe retirement starts with auditing real use, assigning every dependency, repairing its cause, and testing progressively tighter blocking.",
        "format": {
            "slug": "playbook",
            "name": "Playbook"
        },
        "priority": {
            "slug": "important",
            "name": "Important"
        },
        "featured": false,
        "image": {
            "theme": "identity-cloud",
            "label": "Identity & cloud",
            "alt": "Governed cloud identity system with connected service and lifecycle nodes.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-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": "microsoft-365-identity",
                "name": "Microsoft 365 & Identity",
                "url": "https://update.dsesecurity.com/topic/microsoft-365-identity/"
            }
        ],
        "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-11T09:55:00+00:00",
        "modified_at": "2026-08-11T14:12:10+00:00",
        "reviewed_on": "2026-08-11",
        "reading_minutes": 4,
        "word_count": 704,
        "potentially_affected": "Active Directory domains, Windows clients and servers, file services, IIS applications, appliances, scanners, service accounts, legacy applications, and integrations that use Windows authentication.",
        "dse_recommendation": "Enable NTLM auditing, build an owned dependency register, remediate Kerberos and application issues, then pilot blocking in controlled rings with documented, expiring exceptions.",
        "primary_source": {
            "name": "Microsoft: Advancing Windows security—Disabling NTLM by default",
            "url": "https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-security-disabling-ntlm-by-default/4489526",
            "published_on": "2026-01-29",
            "authority": "Microsoft"
        },
        "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 fact: Windows now has a documented path away from NTLM</h2>\n<p>Microsoft classifies all versions of NTLM as deprecated. NTLM remains available in supported Windows releases today, but Microsoft is moving Windows toward Kerberos-based alternatives and has described a phased path toward network NTLM being disabled by default in future client and server releases. Microsoft expressly notes that roadmap dates and feature availability can change, so organizations should treat the announcement as a direction of travel—not as permission to assume a fixed cutoff date.</p>\n\n<p>Microsoft identifies important weaknesses in NTLM, including the absence of server authentication and exposure to relay, replay, pass-the-hash, and other attacks. Kerberos uses tickets and can authenticate the service being reached. That difference matters: a user should not merely prove who they are while unknowingly sending an authentication exchange to the wrong server.</p>\n\n<p>Current Windows Server 2025 and Windows 11 version 24H2 capabilities include enhanced NTLM auditing and an SMB client option that blocks NTLM for outbound remote connections. These are useful migration tools, but SMB blocking is only one control surface. NTLM can remain in web applications, database connections, management products, appliances, scheduled jobs, and other Windows authentication paths.</p>\n\n<h2>Source fact: NTLM is often a symptom of another dependency</h2>\n<p>NTLM commonly appears because Kerberos cannot complete or because an application explicitly requests legacy authentication. Examples include connecting by IP address rather than a service name, missing or duplicate service principal names, name-resolution problems, local accounts, workgroup devices, unsupported trust paths, old network storage, hard-coded authentication providers, or products that never implemented Kerberos.</p>\n\n<p>Microsoft’s audit policies can record NTLM activity without blocking it. Domain-controller, incoming, and outgoing perspectives are all relevant because no single log necessarily explains the full transaction. Audit records are security-sensitive: they reveal identities, systems, and legacy paths, so access and retention should be controlled.</p>\n\n<h2>DSE recommendation: build an evidence-backed dependency register</h2>\n<p>Begin with a written scope and a rollback owner. Enable supported NTLM auditing on representative domain controllers, member servers, and clients, then forward the resulting events to a protected central location. Observe more than an ordinary workday. Include month-end jobs, backups, disaster-recovery tests, remote maintenance, badge and video integrations, scanner workflows, and applications used only during an outage.</p>\n\n<p>Turn observations into a register containing the source, destination, account, service, business purpose, owner, frequency, criticality, likely cause, remediation plan, test evidence, and target retirement date. Do not classify an entry as harmless simply because it is infrequent. A once-a-month backup or emergency administration path may be more important than a high-volume workstation process.</p>\n\n<h2>DSE recommendation: repair the cause before enforcing the control</h2>\n<ol>\n<li><strong>Correct names and service identity.</strong> Use supported DNS names, validate time and name resolution, and have qualified administrators repair service principal name ownership.</li>\n<li><strong>Update applications and appliances.</strong> Ask vendors which releases support Kerberos or another strong protocol. Preserve written compatibility evidence.</li>\n<li><strong>Replace explicit NTLM calls.</strong> Where supported, applications should request Negotiate so Windows can select Kerberos instead of calling NTLM directly.</li>\n<li><strong>Separate local-account use.</strong> Identify workflows that depend on accounts local to a member system and redesign them rather than silently carrying the exception forward.</li>\n<li><strong>Retest the business transaction.</strong> A successful sign-in alone does not prove that printing, scanning, file writes, failover, service restart, or scheduled processing still works.</li>\n</ol>\n\n<h2>DSE recommendation: block in progressively wider rings</h2>\n<p>Start with a lab that represents real production dependencies. Move to a small pilot containing knowledgeable users and noncritical services, then expand by application group, server role, or site. Modern Windows systems can block outbound SMB NTLM independently, which may provide a useful early control where the required servers support Kerberos.</p>\n\n<p>Every exception should identify the exact system, protocol, approving owner, compensating safeguards, review date, and expiration. Avoid broad domain-wide exceptions created only to clear an error. Monitor both blocked attempts and unexpected operational failures during every ring.</p>\n\n<p>Completion means that a representative audit period shows no unexplained NTLM, critical workflows pass with blocking enabled, emergency and recovery procedures have been tested, and remaining exceptions are narrow and owned. Retain the before-and-after evidence as part of the identity-system change record.</p>\n\n<h2>Official references</h2>\n<ul>\n<li><a href=\"https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-security-disabling-ntlm-by-default/4489526\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft: Advancing Windows security—Disabling NTLM by default</a></li>\n<li><a href=\"https://learn.microsoft.com/en-us/windows-server/security/kerberos/ntlm-overview\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: NTLM overview</a></li>\n<li><a href=\"https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-ntlm-blocking\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Block NTLM connections on SMB</a></li>\n<li><a href=\"https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Deprecated features in Windows client</a></li>\n</ul>",
        "content_text": "Source fact: Windows now has a documented path away from NTLM\nMicrosoft classifies all versions of NTLM as deprecated. NTLM remains available in supported Windows releases today, but Microsoft is moving Windows toward Kerberos-based alternatives and has described a phased path toward network NTLM being disabled by default in future client and server releases. Microsoft expressly notes that roadmap dates and feature availability can change, so organizations should treat the announcement as a direction of travel—not as permission to assume a fixed cutoff date.\n\nMicrosoft identifies important weaknesses in NTLM, including the absence of server authentication and exposure to relay, replay, pass-the-hash, and other attacks. Kerberos uses tickets and can authenticate the service being reached. That difference matters: a user should not merely prove who they are while unknowingly sending an authentication exchange to the wrong server.\n\nCurrent Windows Server 2025 and Windows 11 version 24H2 capabilities include enhanced NTLM auditing and an SMB client option that blocks NTLM for outbound remote connections. These are useful migration tools, but SMB blocking is only one control surface. NTLM can remain in web applications, database connections, management products, appliances, scheduled jobs, and other Windows authentication paths.\n\nSource fact: NTLM is often a symptom of another dependency\nNTLM commonly appears because Kerberos cannot complete or because an application explicitly requests legacy authentication. Examples include connecting by IP address rather than a service name, missing or duplicate service principal names, name-resolution problems, local accounts, workgroup devices, unsupported trust paths, old network storage, hard-coded authentication providers, or products that never implemented Kerberos.\n\nMicrosoft’s audit policies can record NTLM activity without blocking it. Domain-controller, incoming, and outgoing perspectives are all relevant because no single log necessarily explains the full transaction. Audit records are security-sensitive: they reveal identities, systems, and legacy paths, so access and retention should be controlled.\n\nDSE recommendation: build an evidence-backed dependency register\nBegin with a written scope and a rollback owner. Enable supported NTLM auditing on representative domain controllers, member servers, and clients, then forward the resulting events to a protected central location. Observe more than an ordinary workday. Include month-end jobs, backups, disaster-recovery tests, remote maintenance, badge and video integrations, scanner workflows, and applications used only during an outage.\n\nTurn observations into a register containing the source, destination, account, service, business purpose, owner, frequency, criticality, likely cause, remediation plan, test evidence, and target retirement date. Do not classify an entry as harmless simply because it is infrequent. A once-a-month backup or emergency administration path may be more important than a high-volume workstation process.\n\nDSE recommendation: repair the cause before enforcing the control\n\nCorrect names and service identity. Use supported DNS names, validate time and name resolution, and have qualified administrators repair service principal name ownership.\nUpdate applications and appliances. Ask vendors which releases support Kerberos or another strong protocol. Preserve written compatibility evidence.\nReplace explicit NTLM calls. Where supported, applications should request Negotiate so Windows can select Kerberos instead of calling NTLM directly.\nSeparate local-account use. Identify workflows that depend on accounts local to a member system and redesign them rather than silently carrying the exception forward.\nRetest the business transaction. A successful sign-in alone does not prove that printing, scanning, file writes, failover, service restart, or scheduled processing still works.\n\nDSE recommendation: block in progressively wider rings\nStart with a lab that represents real production dependencies. Move to a small pilot containing knowledgeable users and noncritical services, then expand by application group, server role, or site. Modern Windows systems can block outbound SMB NTLM independently, which may provide a useful early control where the required servers support Kerberos.\n\nEvery exception should identify the exact system, protocol, approving owner, compensating safeguards, review date, and expiration. Avoid broad domain-wide exceptions created only to clear an error. Monitor both blocked attempts and unexpected operational failures during every ring.\n\nCompletion means that a representative audit period shows no unexplained NTLM, critical workflows pass with blocking enabled, emergency and recovery procedures have been tested, and remaining exceptions are narrow and owned. Retain the before-and-after evidence as part of the identity-system change record.\n\nOfficial references\n\nMicrosoft: Advancing Windows security—Disabling NTLM by default\nMicrosoft Learn: NTLM overview\nMicrosoft Learn: Block NTLM connections on SMB\nMicrosoft Learn: Deprecated features in Windows client",
        "content_markdown": "## Source fact: Windows now has a documented path away from NTLM\n\nMicrosoft classifies all versions of NTLM as deprecated. NTLM remains available in supported Windows releases today, but Microsoft is moving Windows toward Kerberos-based alternatives and has described a phased path toward network NTLM being disabled by default in future client and server releases. Microsoft expressly notes that roadmap dates and feature availability can change, so organizations should treat the announcement as a direction of travel—not as permission to assume a fixed cutoff date.\n\nMicrosoft identifies important weaknesses in NTLM, including the absence of server authentication and exposure to relay, replay, pass-the-hash, and other attacks. Kerberos uses tickets and can authenticate the service being reached. That difference matters: a user should not merely prove who they are while unknowingly sending an authentication exchange to the wrong server.\n\nCurrent Windows Server 2025 and Windows 11 version 24H2 capabilities include enhanced NTLM auditing and an SMB client option that blocks NTLM for outbound remote connections. These are useful migration tools, but SMB blocking is only one control surface. NTLM can remain in web applications, database connections, management products, appliances, scheduled jobs, and other Windows authentication paths.\n\n## Source fact: NTLM is often a symptom of another dependency\n\nNTLM commonly appears because Kerberos cannot complete or because an application explicitly requests legacy authentication. Examples include connecting by IP address rather than a service name, missing or duplicate service principal names, name-resolution problems, local accounts, workgroup devices, unsupported trust paths, old network storage, hard-coded authentication providers, or products that never implemented Kerberos.\n\nMicrosoft’s audit policies can record NTLM activity without blocking it. Domain-controller, incoming, and outgoing perspectives are all relevant because no single log necessarily explains the full transaction. Audit records are security-sensitive: they reveal identities, systems, and legacy paths, so access and retention should be controlled.\n\n## DSE recommendation: build an evidence-backed dependency register\n\nBegin with a written scope and a rollback owner. Enable supported NTLM auditing on representative domain controllers, member servers, and clients, then forward the resulting events to a protected central location. Observe more than an ordinary workday. Include month-end jobs, backups, disaster-recovery tests, remote maintenance, badge and video integrations, scanner workflows, and applications used only during an outage.\n\nTurn observations into a register containing the source, destination, account, service, business purpose, owner, frequency, criticality, likely cause, remediation plan, test evidence, and target retirement date. Do not classify an entry as harmless simply because it is infrequent. A once-a-month backup or emergency administration path may be more important than a high-volume workstation process.\n\n## DSE recommendation: repair the cause before enforcing the control\n\n- Correct names and service identity. Use supported DNS names, validate time and name resolution, and have qualified administrators repair service principal name ownership.\n\n- Update applications and appliances. Ask vendors which releases support Kerberos or another strong protocol. Preserve written compatibility evidence.\n\n- Replace explicit NTLM calls. Where supported, applications should request Negotiate so Windows can select Kerberos instead of calling NTLM directly.\n\n- Separate local-account use. Identify workflows that depend on accounts local to a member system and redesign them rather than silently carrying the exception forward.\n\n- Retest the business transaction. A successful sign-in alone does not prove that printing, scanning, file writes, failover, service restart, or scheduled processing still works.\n\n## DSE recommendation: block in progressively wider rings\n\nStart with a lab that represents real production dependencies. Move to a small pilot containing knowledgeable users and noncritical services, then expand by application group, server role, or site. Modern Windows systems can block outbound SMB NTLM independently, which may provide a useful early control where the required servers support Kerberos.\n\nEvery exception should identify the exact system, protocol, approving owner, compensating safeguards, review date, and expiration. Avoid broad domain-wide exceptions created only to clear an error. Monitor both blocked attempts and unexpected operational failures during every ring.\n\nCompletion means that a representative audit period shows no unexplained NTLM, critical workflows pass with blocking enabled, emergency and recovery procedures have been tested, and remaining exceptions are narrow and owned. Retain the before-and-after evidence as part of the identity-system change record.\n\n## Official references\n\n- [Microsoft: Advancing Windows security—Disabling NTLM by default](https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-security-disabling-ntlm-by-default/4489526)\n\n- [Microsoft Learn: NTLM overview](https://learn.microsoft.com/en-us/windows-server/security/kerberos/ntlm-overview)\n\n- [Microsoft Learn: Block NTLM connections on SMB](https://learn.microsoft.com/en-us/windows-server/storage/file-server/smb-ntlm-blocking)\n\n- [Microsoft Learn: Deprecated features in Windows client](https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features)"
    },
    "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/retire-ntlm-audit-remediate-block/",
                "url": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-08-11"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Retire NTLM by proving every dependency before you block it",
                        "item": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/#article",
                "identifier": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/",
                "url": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/",
                "headline": "Retire NTLM by proving every dependency before you block it",
                "description": "NTLM is deprecated and Microsoft is preparing Windows for stronger Kerberos-based authentication. A safe retirement starts with auditing real use…",
                "abstract": "NTLM is deprecated and Microsoft is preparing Windows for stronger Kerberos-based authentication. A safe retirement starts with auditing real use, assigning every dependency, repairing its cause, and testing progressively tighter blocking.",
                "articleBody": "Source fact: Windows now has a documented path away from NTLM\nMicrosoft classifies all versions of NTLM as deprecated. NTLM remains available in supported Windows releases today, but Microsoft is moving Windows toward Kerberos-based alternatives and has described a phased path toward network NTLM being disabled by default in future client and server releases. Microsoft expressly notes that roadmap dates and feature availability can change, so organizations should treat the announcement as a direction of travel—not as permission to assume a fixed cutoff date.\n\nMicrosoft identifies important weaknesses in NTLM, including the absence of server authentication and exposure to relay, replay, pass-the-hash, and other attacks. Kerberos uses tickets and can authenticate the service being reached. That difference matters: a user should not merely prove who they are while unknowingly sending an authentication exchange to the wrong server.\n\nCurrent Windows Server 2025 and Windows 11 version 24H2 capabilities include enhanced NTLM auditing and an SMB client option that blocks NTLM for outbound remote connections. These are useful migration tools, but SMB blocking is only one control surface. NTLM can remain in web applications, database connections, management products, appliances, scheduled jobs, and other Windows authentication paths.\n\nSource fact: NTLM is often a symptom of another dependency\nNTLM commonly appears because Kerberos cannot complete or because an application explicitly requests legacy authentication. Examples include connecting by IP address rather than a service name, missing or duplicate service principal names, name-resolution problems, local accounts, workgroup devices, unsupported trust paths, old network storage, hard-coded authentication providers, or products that never implemented Kerberos.\n\nMicrosoft’s audit policies can record NTLM activity without blocking it. Domain-controller, incoming, and outgoing perspectives are all relevant because no single log necessarily explains the full transaction. Audit records are security-sensitive: they reveal identities, systems, and legacy paths, so access and retention should be controlled.\n\nDSE recommendation: build an evidence-backed dependency register\nBegin with a written scope and a rollback owner. Enable supported NTLM auditing on representative domain controllers, member servers, and clients, then forward the resulting events to a protected central location. Observe more than an ordinary workday. Include month-end jobs, backups, disaster-recovery tests, remote maintenance, badge and video integrations, scanner workflows, and applications used only during an outage.\n\nTurn observations into a register containing the source, destination, account, service, business purpose, owner, frequency, criticality, likely cause, remediation plan, test evidence, and target retirement date. Do not classify an entry as harmless simply because it is infrequent. A once-a-month backup or emergency administration path may be more important than a high-volume workstation process.\n\nDSE recommendation: repair the cause before enforcing the control\n\nCorrect names and service identity. Use supported DNS names, validate time and name resolution, and have qualified administrators repair service principal name ownership.\nUpdate applications and appliances. Ask vendors which releases support Kerberos or another strong protocol. Preserve written compatibility evidence.\nReplace explicit NTLM calls. Where supported, applications should request Negotiate so Windows can select Kerberos instead of calling NTLM directly.\nSeparate local-account use. Identify workflows that depend on accounts local to a member system and redesign them rather than silently carrying the exception forward.\nRetest the business transaction. A successful sign-in alone does not prove that printing, scanning, file writes, failover, service restart, or scheduled processing still works.\n\nDSE recommendation: block in progressively wider rings\nStart with a lab that represents real production dependencies. Move to a small pilot containing knowledgeable users and noncritical services, then expand by application group, server role, or site. Modern Windows systems can block outbound SMB NTLM independently, which may provide a useful early control where the required servers support Kerberos.\n\nEvery exception should identify the exact system, protocol, approving owner, compensating safeguards, review date, and expiration. Avoid broad domain-wide exceptions created only to clear an error. Monitor both blocked attempts and unexpected operational failures during every ring.\n\nCompletion means that a representative audit period shows no unexplained NTLM, critical workflows pass with blocking enabled, emergency and recovery procedures have been tested, and remaining exceptions are narrow and owned. Retain the before-and-after evidence as part of the identity-system change record.\n\nOfficial references\n\nMicrosoft: Advancing Windows security—Disabling NTLM by default\nMicrosoft Learn: NTLM overview\nMicrosoft Learn: Block NTLM connections on SMB\nMicrosoft Learn: Deprecated features in Windows client",
                "datePublished": "2026-08-11T09:55:00+00:00",
                "dateModified": "2026-08-11T14:12:10+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/retire-ntlm-audit-remediate-block/"
                },
                "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/retire-ntlm-audit-remediate-block/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/identity-cloud-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/identity-cloud-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Retire NTLM by proving every dependency before you block it"
                },
                "articleSection": [
                    "Cybersecurity",
                    "IT",
                    "Microsoft 365 & Identity"
                ],
                "keywords": [
                    "Cybersecurity",
                    "IT",
                    "Microsoft 365 & Identity",
                    "Playbook",
                    "Important priority"
                ],
                "genre": "Playbook",
                "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": "Microsoft 365 & Identity",
                        "url": "https://update.dsesecurity.com/topic/microsoft-365-identity/"
                    }
                ],
                "wordCount": 704,
                "timeRequired": "PT4M",
                "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": "Microsoft: Advancing Windows security—Disabling NTLM by default",
                    "url": "https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-security-disabling-ntlm-by-default/4489526",
                    "datePublished": "2026-01-29"
                }
            }
        ]
    }
}