{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
        "slug": "dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/"
        },
        "title": "Distinguish a Hyper-V heartbeat from a graceful guest shutdown",
        "summary": "What do the heartbeat and guest-shutdown integration services actually establish?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "continuity-recovery",
            "label": "Continuity & recovery",
            "alt": "Paired infrastructure paths converging on a stable recovered service.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            }
        ],
        "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:14:07+00:00",
        "modified_at": "2026-09-08T18:26:32+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 1,
        "word_count": 219,
        "potentially_affected": "Administrators interpreting Hyper-V guest monitoring and shutdown behavior.",
        "dse_recommendation": "Update the operations runbook so each action names its intended integration service and expected guest behavior.",
        "primary_source": {
            "name": "Hyper-V Integration Services",
            "url": "https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/integration-services",
            "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>The Hyper-V heartbeat service reports to the host that the guest operating system is installed and has booted; disabling it limits that host-side signal. The guest-shutdown service lets the host request an orderly shutdown inside the VM. Microsoft warns that, without that service, host-triggered shutdowns become hard power-offs with possible data loss or corruption. <a href=\"https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/integration-services\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Identify which host-side observation is being used to assess the guest and which mechanism an operator intends to use for shutdown. Keep operating-system heartbeat, application readiness, and successful shutdown as separate acceptance results. Review workload-specific handling before testing.</p>\n<h2>DSE recommendation</h2>\n<p>Update the operations runbook so each action names its intended integration service and expected guest behavior. Ask the application owner to define the transaction that demonstrates readiness after startup. For shutdown testing, schedule an approved disposable or recoverable workload and record the expected orderly sequence. Do not use a positive heartbeat as the sole evidence that an application can safely be stopped.</p>\n<h2>Verification</h2>\n<p>Observe the heartbeat state after the test VM starts, then verify the application independently. Request an approved graceful shutdown and retain guest and host observations showing how it completed. Investigate absent integration-service responses before substituting a forced power action. Record the actual service state and any exception.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/integration-services\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Hyper-V Integration Services</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nThe Hyper-V heartbeat service reports to the host that the guest operating system is installed and has booted; disabling it limits that host-side signal. The guest-shutdown service lets the host request an orderly shutdown inside the VM. Microsoft warns that, without that service, host-triggered shutdowns become hard power-offs with possible data loss or corruption. Microsoft Learn.\nApplicability\nIdentify which host-side observation is being used to assess the guest and which mechanism an operator intends to use for shutdown. Keep operating-system heartbeat, application readiness, and successful shutdown as separate acceptance results. Review workload-specific handling before testing.\nDSE recommendation\nUpdate the operations runbook so each action names its intended integration service and expected guest behavior. Ask the application owner to define the transaction that demonstrates readiness after startup. For shutdown testing, schedule an approved disposable or recoverable workload and record the expected orderly sequence. Do not use a positive heartbeat as the sole evidence that an application can safely be stopped.\nVerification\nObserve the heartbeat state after the test VM starts, then verify the application independently. Request an approved graceful shutdown and retain guest and host observations showing how it completed. Investigate absent integration-service responses before substituting a forced power action. Record the actual service state and any exception.\nOfficial references\nMicrosoft Learn: Hyper-V Integration Services. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nThe Hyper-V heartbeat service reports to the host that the guest operating system is installed and has booted; disabling it limits that host-side signal. The guest-shutdown service lets the host request an orderly shutdown inside the VM. Microsoft warns that, without that service, host-triggered shutdowns become hard power-offs with possible data loss or corruption. [Microsoft Learn](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/integration-services).\n\n## Applicability\n\nIdentify which host-side observation is being used to assess the guest and which mechanism an operator intends to use for shutdown. Keep operating-system heartbeat, application readiness, and successful shutdown as separate acceptance results. Review workload-specific handling before testing.\n\n## DSE recommendation\n\nUpdate the operations runbook so each action names its intended integration service and expected guest behavior. Ask the application owner to define the transaction that demonstrates readiness after startup. For shutdown testing, schedule an approved disposable or recoverable workload and record the expected orderly sequence. Do not use a positive heartbeat as the sole evidence that an application can safely be stopped.\n\n## Verification\n\nObserve the heartbeat state after the test VM starts, then verify the application independently. Request an approved graceful shutdown and retain guest and host observations showing how it completed. Investigate absent integration-service responses before substituting a forced power action. Record the actual service state and any exception.\n\n## Official references\n\n[Microsoft Learn: Hyper-V Integration Services](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/integration-services). 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-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Distinguish a Hyper-V heartbeat from a graceful guest shutdown",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/",
                "headline": "Distinguish a Hyper-V heartbeat from a graceful guest shutdown",
                "description": "What do the heartbeat and guest-shutdown integration services actually establish?",
                "abstract": "What do the heartbeat and guest-shutdown integration services actually establish?",
                "articleBody": "Source facts\nThe Hyper-V heartbeat service reports to the host that the guest operating system is installed and has booted; disabling it limits that host-side signal. The guest-shutdown service lets the host request an orderly shutdown inside the VM. Microsoft warns that, without that service, host-triggered shutdowns become hard power-offs with possible data loss or corruption. Microsoft Learn.\nApplicability\nIdentify which host-side observation is being used to assess the guest and which mechanism an operator intends to use for shutdown. Keep operating-system heartbeat, application readiness, and successful shutdown as separate acceptance results. Review workload-specific handling before testing.\nDSE recommendation\nUpdate the operations runbook so each action names its intended integration service and expected guest behavior. Ask the application owner to define the transaction that demonstrates readiness after startup. For shutdown testing, schedule an approved disposable or recoverable workload and record the expected orderly sequence. Do not use a positive heartbeat as the sole evidence that an application can safely be stopped.\nVerification\nObserve the heartbeat state after the test VM starts, then verify the application independently. Request an approved graceful shutdown and retain guest and host observations showing how it completed. Investigate absent integration-service responses before substituting a forced power action. Record the actual service state and any exception.\nOfficial references\nMicrosoft Learn: Hyper-V Integration Services. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:14:07+00:00",
                "dateModified": "2026-09-08T18:26:32+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/"
                },
                "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-184-distinguish-a-hyper-v-heartbeat-from-a-graceful-guest-shutdown/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Distinguish a Hyper-V heartbeat from a graceful guest shutdown"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    }
                ],
                "wordCount": 219,
                "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": "Hyper-V Integration Services",
                    "url": "https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/integration-services"
                }
            }
        ]
    }
}