From 205aee36f365ca2d7607667aae57b02d7979d174 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 31 May 2023 09:21:56 -0400 Subject: [PATCH] updates --- .openpublishing.redirection.json | 5 +++++ .../security/{apps.md => application-security/index.md} | 8 +++----- windows/security/application-security/toc.yml | 2 +- windows/security/identity-protection/index.md | 1 + windows/security/index.yml | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) rename windows/security/{apps.md => application-security/index.md} (65%) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 61194f2482..631b40554c 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -21484,6 +21484,11 @@ "source_path": "windows/security/identity-protection/configure-s-mime.md", "redirect_url": "/windows/security/operating-system-security/data-protection/configure-s-mime", "redirect_document_id": false + }, + { + "source_path": "windows/security/apps.md", + "redirect_url": "/windows/security/application-security", + "redirect_document_id": false } ] } \ No newline at end of file diff --git a/windows/security/apps.md b/windows/security/application-security/index.md similarity index 65% rename from windows/security/apps.md rename to windows/security/application-security/index.md index a2e62786ce..fddf34c9a4 100644 --- a/windows/security/apps.md +++ b/windows/security/application-security/index.md @@ -19,8 +19,6 @@ The following table summarizes the Windows security features and capabilities fo | Security Measures | Features & Capabilities | |:---|:---| -| Windows Defender Application Control | Application control is one of the most effective security controls to prevent unwanted or malicious code from running. It moves away from an application trust model where all code is assumed trustworthy to one where apps must earn trust to run. Learn more: [Application Control for Windows](threat-protection/windows-defender-application-control/windows-defender-application-control.md) | -| Microsoft Defender Application Guard | Application Guard uses chip-based hardware isolation to isolate untrusted websites and untrusted Office files, seamlessly running untrusted websites and files in an isolated Hyper-V-based container, separate from the desktop operating system, and making sure that anything that happens within the container remains isolated from the desktop. Learn more [Microsoft Defender Application Guard overview](threat-protection/microsoft-defender-application-guard/md-app-guard-overview.md). | -| Windows Sandbox | Windows Sandbox provides a lightweight desktop environment to safely run applications in isolation. Software installed inside the Windows Sandbox environment remains "sandboxed" and runs separately from the host machine. A sandbox is temporary. When it's closed, all the software and files and the state are deleted. You get a brand-new instance of the sandbox every time you open the application. Learn more: [Windows Sandbox](application-security/application-isolation/windows-sandbox/windows-sandbox-overview.md) | -| Email Security | With Windows S/MIME email security, users can encrypt outgoing messages and attachments, so only intended recipients with digital identification (ID)—also called a certificate—can read them. Users can digitally sign a message, which verifies the identity of the sender and ensures the message has not been tampered with.[Configure S/MIME for Windows 10](identity-protection/configure-s-mime.md) | -| Microsoft Defender SmartScreen | Microsoft Defender SmartScreen protects against phishing or malware websites and applications, and the downloading of potentially malicious files. Learn more: [Microsoft Defender SmartScreen overview](threat-protection/microsoft-defender-smartscreen/microsoft-defender-smartscreen-overview.md) | +| Windows Defender Application Control | Application control is one of the most effective security controls to prevent unwanted or malicious code from running. It moves away from an application trust model where all code is assumed trustworthy to one where apps must earn trust to run. Learn more: [Application Control for Windows](../threat-protection/windows-defender-application-control/windows-defender-application-control.md) | +| Microsoft Defender Application Guard | Application Guard uses chip-based hardware isolation to isolate untrusted websites and untrusted Office files, seamlessly running untrusted websites and files in an isolated Hyper-V-based container, separate from the desktop operating system, and making sure that anything that happens within the container remains isolated from the desktop. Learn more [Microsoft Defender Application Guard overview](../threat-protection/microsoft-defender-application-guard/md-app-guard-overview.md). | +| Windows Sandbox | Windows Sandbox provides a lightweight desktop environment to safely run applications in isolation. Software installed inside the Windows Sandbox environment remains "sandboxed" and runs separately from the host machine. A sandbox is temporary. When it's closed, all the software and files and the state are deleted. You get a brand-new instance of the sandbox every time you open the application. Learn more: [Windows Sandbox](../application-security/application-isolation/windows-sandbox/windows-sandbox-overview.md) | diff --git a/windows/security/application-security/toc.yml b/windows/security/application-security/toc.yml index 5e2bd70284..3ae26b2e31 100644 --- a/windows/security/application-security/toc.yml +++ b/windows/security/application-security/toc.yml @@ -1,6 +1,6 @@ items: - name: Overview - href: ../apps.md + href: index.md - name: Application Control href: application-control/toc.yml - name: Application Isolation diff --git a/windows/security/identity-protection/index.md b/windows/security/identity-protection/index.md index 4abadc21bf..f118eb9d30 100644 --- a/windows/security/identity-protection/index.md +++ b/windows/security/identity-protection/index.md @@ -23,3 +23,4 @@ Learn more about identity and access management technologies in Windows. | [Smart Cards](smart-cards/smart-card-windows-smart-card-technical-reference.md) | Provides a collection of references articles about smart cards, which are tamper-resistant portable storage devices that can enhance the security of tasks such as authenticating clients, signing code, securing e-mail, and signing in with a Windows domain account. | | [Windows Credential Theft Mitigation Guide Abstract](windows-credential-theft-mitigation-guide-abstract.md) | Learn more about credential theft mitigation in Windows. | | [Virtual Smart Cards](virtual-smart-cards/virtual-smart-card-overview.md) | Provides information about deploying and managing virtual smart cards. Virtual smart cards use the Trusted Platform Module (TPM) chip that is available on computers in many organizations, rather than requiring the use of a separate physical smart card and reader. | +| Microsoft Defender SmartScreen | Microsoft Defender SmartScreen protects against phishing or malware websites and applications, and the downloading of potentially malicious files. Learn more: [Microsoft Defender SmartScreen overview](../threat-protection/microsoft-defender-smartscreen/microsoft-defender-smartscreen-overview.md) | diff --git a/windows/security/index.yml b/windows/security/index.yml index 649761855e..f7d7e351ce 100644 --- a/windows/security/index.yml +++ b/windows/security/index.yml @@ -80,7 +80,7 @@ landingContent: - linkListType: overview links: - text: Overview - url: apps.md + url: application-security/index.md - linkListType: concept links: - text: Application Control and virtualization-based protection