{"id":2489,"date":"2018-06-05T16:00:15","date_gmt":"2018-06-05T16:00:15","guid":{"rendered":"https:\/\/cloudblogs.microsoft.com\/microsoftsecure\/?p=83116"},"modified":"2018-06-05T16:00:15","modified_gmt":"2018-06-05T16:00:15","slug":"virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/","title":{"rendered":"Virtualization-based security (VBS) memory enclaves: Data protection through isolation"},"content":{"rendered":"<p>The escalating sophistication of cyberattacks is marked by the increased use of kernel-level exploits that attempt to run malware with the highest privileges and evade security solutions and software sandboxes. Kernel exploits famously gave the WannaCry and Petya ransomware remote code execution capability, resulting in widescale global outbreaks.<\/p>\n<p>Windows 10 remained resilient to these attacks, with Microsoft constantly raising the bar in platform security to stay ahead of threat actors. <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-hardware\/design\/device-experiences\/oem-vbs\">Virtualization-based security (VBS)<\/a> hardens Windows 10 against attacks by using the Windows hypervisor to create an environment that isolates a secure region of memory known as secure memory enclaves.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-83119\" src=\"https:\/\/cloudblogs.microsoft.com\/uploads\/prod\/2018\/06\/VBS-secure-memory-enclave.png\" alt=\"\" width=\"600\" height=\"463\"\/><em>Figure 1. VBS secure memory enclaves<\/em><\/p>\n<p>An enclave is an isolated region of memory within the address space of a user-mode process. This region of memory is controlled entirely by the Windows hypervisor. The hypervisor creates a logical separation between the \u201cnormal world\u201d and \u201csecure world\u201d, designated by Virtual Trust Levels, VTL0 and VT1, respectively. VBS secure memory enclaves create a means for secure, attestable computation in an otherwise untrusted environment.<\/p>\n<h2>VBS enclaves in Microsoft SQL Server<\/h2>\n<p>A key technology that will leverage VBS secure memory enclaves is Microsoft SQL Server. The upcoming SQL Server secure enclave feature ensures that sensitive data stored in an SQL Server database is only decrypted and processed inside an enclave. SQL Server\u2019s use of secure enclaves allows the processing of sensitive data without exposing the data to database administrators or malware. This reduces the risk of unauthorized access and achieves separation between those who own the data (and can view it) and those who manage the data (but should have no access). To learn more about the use of secure enclaves in SQL Server, see the blog post <strong><a href=\"https:\/\/blogs.msdn.microsoft.com\/sqlsecurity\/2017\/10\/05\/enabling-confidential-computing-with-always-encrypted-using-enclaves-early-access-preview\/\">Enabling confidential computing with Always Encrypted using enclaves<\/a><\/strong>.<\/p>\n<h2>Data protection<\/h2>\n<p>One of the major benefits of secure memory enclaves is data protection. Data resident in an enclave is only accessible by code running inside that enclave. This means that there is a security boundary between VTL0 and VTL1. If a process tries to read memory that is within the secure memory enclave, an invalid access exception is thrown. This happens even when a kernel-mode debugger is attached to the normal process \u2013 the debugger will fail when trying to step into the enclave.<\/p>\n<h2>Code integrity<\/h2>\n<p>Code integrity is another major benefit provided by enclaves. Code loaded into an enclave is securely signed with a key; therefore, guarantees can be made about the integrity of code running within a secure memory enclave. The code running inside an enclave is incredibly restricted, but a secure memory enclave can still perform meaningful work. This includes performing computations on data that is encrypted outside the enclave but can be decrypted and evaluated in plaintext inside the enclave, without exposing the plaintext to anything other than the enclave itself. A great example of why this is useful in a multi-tenant cloud computing scenario is described in the <strong><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/introducing-azure-confidential-computing\/\">Azure confidential computing<\/a><\/strong> blog post. This move allowed us to continually make significant innovations in platform security.<\/p>\n<h2>Attestation<\/h2>\n<p>Attestation is also a critical aspect of secure memory enclaves. Sensitive information, such as plaintext data or encryption keys, must only be sent to the intended enclave that must be trusted. VBS enclaves can be put into debug mode for testing but lose memory isolation. This is great for testing, but in production this impacts the security guarantees of the enclave. To ensure that a production secure enclave is never in debug mode, an attestation report is generated to state what mode the enclave is in (among various other configuration and identity parameters). This report is then verified by a trust relationship between the consumer and producer of the report.<\/p>\n<p>To establish this trust, VBS enclaves can expose an <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/mt844233(v=vs.85).aspx\">enclave attestation report<\/a> that is fully signed by the VBS-unique key. This can prove the relationship between the enclave and host, as well as the exact configuration of the enclave. This attestation report can be used to establish a secure channel of communication between two enclaves. In Windows this is possible simply by exchanging the report. For remote scenarios, an attestation service can use this report to establish a trust relationship between a remote enclave and a client application.<\/p>\n<p>One feature that relies on secure memory enclave attestation is <a href=\"https:\/\/cloudblogs.microsoft.com\/microsoftsecure\/2018\/04\/19\/introducing-windows-defender-system-guard-runtime-attestation\/\">Windows Defender System Guard runtime attestation<\/a>, which allows users to measure and attest to all interactions from the enclave to other capabilities, including areas of runtime and boot integrity.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-83122\" src=\"https:\/\/cloudblogs.microsoft.com\/uploads\/prod\/2018\/06\/Windows-defender-system-guard-runtime-attestation.png\" alt=\"\" width=\"900\" height=\"499\"\/><em>Figure 2. Windows Defender System Guard runtime attestation<\/em><\/p>\n<h2>Elevating data security<\/h2>\n<p>There are many secure memory enclave technologies in the industry today. Each have pros and cons in capabilities. The benefit of using a VBS secure memory enclave is that there are no special hardware requirements, only that the processor supports hypervisor virtualization extensions:<\/p>\n<p>Additionally, VBS enclaves do not have the same memory constraints as a hardware-based enclave, which are usually quite limited.<\/p>\n<p>VBS secure memory enclaves provide hardware-rooted virtualization-based data protection and code integrity. They are leveraged for new data security capabilities, as demonstrated by <strong><a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-confidential-computing\/\">Azure confidential computing<\/a><\/strong> and the <a href=\"https:\/\/blogs.msdn.microsoft.com\/sqlsecurity\/2017\/10\/05\/enabling-confidential-computing-with-always-encrypted-using-enclaves-early-access-preview\/\"><strong>Always Encrypted feature of Microsoft SQL Server<\/strong><\/a>. These are examples of the rapid innovation happening all throughout Microsoft to elevate security. This isn\u2019t the last you\u2019ll hear of secure memory enclaves. As Microsoft security technologies continue to advance, we can expect secure memory enclaves to stand out in many more protection scenarios.<\/p>\n<p><em><strong>Maxwell Renke<\/strong>, Program manager, Windows<\/em><\/p>\n<p><em><strong>Chris Riggs<\/strong>, Principal Program Manager, Microsoft Offensive Security Research<\/em><\/p>\n<p> READ MORE <a href=\"https:\/\/cloudblogs.microsoft.com\/microsoftsecure\/2018\/06\/05\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The escalating sophistication of cyberattacks is marked by the increased use of kernel-level exploits that attempt to run malware with the highest privileges and evade security solutions and software sandboxes. Kernel exploits famously gave the WannaCry and Petya ransomware remote code execution capability, resulting in widescale global outbreaks. Windows 10 remained resilient to these attacks, Read more READ MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":2490,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[276],"tags":[1094,347,102,1095,601,1096,1097,1098,1099,1100],"class_list":["post-2489","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-secure","tag-attestation-report","tag-cybersecurity","tag-data-protection","tag-hypervisor-code-integrity-hvci","tag-microsoft-azure","tag-runtime-attestation","tag-secure-memory-enclaves","tag-sql-server","tag-vbs-enclaves","tag-virtualization-based-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Virtualization-based security (VBS) memory enclaves: Data protection through isolation 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Virtualization-based security (VBS) memory enclaves: Data protection through isolation 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-05T16:00:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2018\/06\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Virtualization-based security (VBS) memory enclaves: Data protection through isolation\",\"datePublished\":\"2018-06-05T16:00:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/\"},\"wordCount\":917,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png\",\"keywords\":[\"attestation report\",\"Cybersecurity\",\"data protection\",\"Hypervisor Code Integrity (HVCI)\",\"Microsoft Azure\",\"runtime attestation\",\"secure memory enclaves\",\"SQL Server\",\"VBS enclaves\",\"virtualization-based security\"],\"articleSection\":[\"Microsoft Secure\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/\",\"name\":\"Virtualization-based security (VBS) memory enclaves: Data protection through isolation 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png\",\"datePublished\":\"2018-06-05T16:00:15+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png\",\"width\":700,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"attestation report\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/tag\\\/attestation-report\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Virtualization-based security (VBS) memory enclaves: Data protection through isolation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Virtualization-based security (VBS) memory enclaves: Data protection through isolation 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/","og_locale":"en_US","og_type":"article","og_title":"Virtualization-based security (VBS) memory enclaves: Data protection through isolation 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2018-06-05T16:00:15+00:00","og_image":[{"width":700,"height":540,"url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2018\/06\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png","type":"image\/png"}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Virtualization-based security (VBS) memory enclaves: Data protection through isolation","datePublished":"2018-06-05T16:00:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/"},"wordCount":917,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2018\/06\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png","keywords":["attestation report","Cybersecurity","data protection","Hypervisor Code Integrity (HVCI)","Microsoft Azure","runtime attestation","secure memory enclaves","SQL Server","VBS enclaves","virtualization-based security"],"articleSection":["Microsoft Secure"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/","url":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/","name":"Virtualization-based security (VBS) memory enclaves: Data protection through isolation 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2018\/06\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png","datePublished":"2018-06-05T16:00:15+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#primaryimage","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2018\/06\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2018\/06\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation.png","width":700,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/virtualization-based-security-vbs-memory-enclaves-data-protection-through-isolation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"attestation report","item":"https:\/\/www.threatshub.org\/blog\/tag\/attestation-report\/"},{"@type":"ListItem","position":3,"name":"Virtualization-based security (VBS) memory enclaves: Data protection through isolation"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/2489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=2489"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/2489\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media\/2490"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=2489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=2489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=2489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}