{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
        "slug": "dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy",
        "url": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/"
        },
        "title": "Inspect hidden default alert filters before explaining a missing Defender policy match",
        "summary": "Does the Defender portal display every filter in a default alert policy?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "cyber-defense",
            "label": "Cyber defense",
            "alt": "Layered glass and metal cyber-defense structure with controlled blue and gold signal paths.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "cybersecurity",
                "name": "Cybersecurity",
                "url": "https://update.dsesecurity.com/topic/cybersecurity/"
            }
        ],
        "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-10T00:24:12+00:00",
        "modified_at": "2026-09-10T02:08:04+00:00",
        "reviewed_on": "2026-09-09",
        "reading_minutes": 2,
        "word_count": 251,
        "potentially_affected": "Default alert policies exposed in the Microsoft Defender portal and Security & Compliance PowerShell.",
        "dse_recommendation": "Inspect the read-only policy properties and underlying rule before concluding that the visible portal conditions should have matched.",
        "primary_source": {
            "name": "Alert policies in the Microsoft Defender portal - Microsoft Defender XDR | Microsoft Learn",
            "url": "https://learn.microsoft.com/en-us/defender-xdr/alert-policies",
            "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>Some default Defender alert policies contain filters that the portal does not display. Microsoft warns that these filters can determine whether an activity matches and produces an alert. Get-ProtectionAlert exposes properties missing from the portal, and its IncludeRuleXml switch includes the underlying rule definition. Policy creation or updates can also take up to twenty-four hours to synchronize with the detection engine. <a href=\"https://learn.microsoft.com/en-us/defender-xdr/alert-policies\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>This is a read-only investigation of an available default policy, not an instruction to recreate system rules or assume every activity is supported. Preserve the policy identity and distinguish the event time from any recent policy-change time.</p>\n<h2>DSE recommendation</h2>\n<p>Inspect the read-only policy properties and underlying rule before concluding that the visible portal conditions should have matched. Have the policy owner compare the relevant activity evidence against the complete retrieved definition. Keep unknown or undocumented interpretation explicit, and escalate it with the sanitized rule and event rather than changing unrelated thresholds. Avoid treating the portal&#8217;s simpler presentation as the authoritative full filter list.</p>\n<h2>Verification</h2>\n<p>Save the policy properties and, where needed, its rule XML with the investigation record. Check whether synchronization timing or a previously unseen condition explains the specific missing match. If the case remains unresolved, preserve that outcome and the exact evidence for support. Do not claim that the policy was defective, that the event was ignored, or that a rule change fixed the issue without an observed result under the applicable conditions.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/defender-xdr/alert-policies\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Defender alert policies</a>. Source reviewed September 9, 2026.</p>",
        "content_text": "Source facts\nSome default Defender alert policies contain filters that the portal does not display. Microsoft warns that these filters can determine whether an activity matches and produces an alert. Get-ProtectionAlert exposes properties missing from the portal, and its IncludeRuleXml switch includes the underlying rule definition. Policy creation or updates can also take up to twenty-four hours to synchronize with the detection engine. Microsoft Learn.\nApplicability\nThis is a read-only investigation of an available default policy, not an instruction to recreate system rules or assume every activity is supported. Preserve the policy identity and distinguish the event time from any recent policy-change time.\nDSE recommendation\nInspect the read-only policy properties and underlying rule before concluding that the visible portal conditions should have matched. Have the policy owner compare the relevant activity evidence against the complete retrieved definition. Keep unknown or undocumented interpretation explicit, and escalate it with the sanitized rule and event rather than changing unrelated thresholds. Avoid treating the portal’s simpler presentation as the authoritative full filter list.\nVerification\nSave the policy properties and, where needed, its rule XML with the investigation record. Check whether synchronization timing or a previously unseen condition explains the specific missing match. If the case remains unresolved, preserve that outcome and the exact evidence for support. Do not claim that the policy was defective, that the event was ignored, or that a rule change fixed the issue without an observed result under the applicable conditions.\nOfficial references\nMicrosoft Learn: Defender alert policies. Source reviewed September 9, 2026.",
        "content_markdown": "## Source facts\n\nSome default Defender alert policies contain filters that the portal does not display. Microsoft warns that these filters can determine whether an activity matches and produces an alert. Get-ProtectionAlert exposes properties missing from the portal, and its IncludeRuleXml switch includes the underlying rule definition. Policy creation or updates can also take up to twenty-four hours to synchronize with the detection engine. [Microsoft Learn](https://learn.microsoft.com/en-us/defender-xdr/alert-policies).\n\n## Applicability\n\nThis is a read-only investigation of an available default policy, not an instruction to recreate system rules or assume every activity is supported. Preserve the policy identity and distinguish the event time from any recent policy-change time.\n\n## DSE recommendation\n\nInspect the read-only policy properties and underlying rule before concluding that the visible portal conditions should have matched. Have the policy owner compare the relevant activity evidence against the complete retrieved definition. Keep unknown or undocumented interpretation explicit, and escalate it with the sanitized rule and event rather than changing unrelated thresholds. Avoid treating the portal’s simpler presentation as the authoritative full filter list.\n\n## Verification\n\nSave the policy properties and, where needed, its rule XML with the investigation record. Check whether synchronization timing or a previously unseen condition explains the specific missing match. If the case remains unresolved, preserve that outcome and the exact evidence for support. Do not claim that the policy was defective, that the event was ignored, or that a rule change fixed the issue without an observed result under the applicable conditions.\n\n## Official references\n\n[Microsoft Learn: Defender alert policies](https://learn.microsoft.com/en-us/defender-xdr/alert-policies). Source reviewed September 9, 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-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-09"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Inspect hidden default alert filters before explaining a missing Defender policy match",
                        "item": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/",
                "headline": "Inspect hidden default alert filters before explaining a missing Defender policy match",
                "description": "Does the Defender portal display every filter in a default alert policy?",
                "abstract": "Does the Defender portal display every filter in a default alert policy?",
                "articleBody": "Source facts\nSome default Defender alert policies contain filters that the portal does not display. Microsoft warns that these filters can determine whether an activity matches and produces an alert. Get-ProtectionAlert exposes properties missing from the portal, and its IncludeRuleXml switch includes the underlying rule definition. Policy creation or updates can also take up to twenty-four hours to synchronize with the detection engine. Microsoft Learn.\nApplicability\nThis is a read-only investigation of an available default policy, not an instruction to recreate system rules or assume every activity is supported. Preserve the policy identity and distinguish the event time from any recent policy-change time.\nDSE recommendation\nInspect the read-only policy properties and underlying rule before concluding that the visible portal conditions should have matched. Have the policy owner compare the relevant activity evidence against the complete retrieved definition. Keep unknown or undocumented interpretation explicit, and escalate it with the sanitized rule and event rather than changing unrelated thresholds. Avoid treating the portal’s simpler presentation as the authoritative full filter list.\nVerification\nSave the policy properties and, where needed, its rule XML with the investigation record. Check whether synchronization timing or a previously unseen condition explains the specific missing match. If the case remains unresolved, preserve that outcome and the exact evidence for support. Do not claim that the policy was defective, that the event was ignored, or that a rule change fixed the issue without an observed result under the applicable conditions.\nOfficial references\nMicrosoft Learn: Defender alert policies. Source reviewed September 9, 2026.",
                "datePublished": "2026-09-10T00:24:12+00:00",
                "dateModified": "2026-09-10T02:08:04+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/"
                },
                "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-20260909-464-inspect-hidden-default-alert-filters-before-explaining-a-missing-defender-policy/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/cyber-defense-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/cyber-defense-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Inspect hidden default alert filters before explaining a missing Defender policy match"
                },
                "articleSection": [
                    "Cybersecurity"
                ],
                "keywords": [
                    "Cybersecurity",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Cybersecurity",
                        "url": "https://update.dsesecurity.com/topic/cybersecurity/"
                    }
                ],
                "wordCount": 251,
                "timeRequired": "PT2M",
                "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": "Alert policies in the Microsoft Defender portal - Microsoft Defender XDR | Microsoft Learn",
                    "url": "https://learn.microsoft.com/en-us/defender-xdr/alert-policies"
                }
            }
        ]
    }
}