From 810ae687b18f5e24e9e11d23bfcd8151ea17b491 Mon Sep 17 00:00:00 2001 From: Thom McKiernan Date: Thu, 4 Jan 2024 13:05:34 +0000 Subject: [PATCH 1/4] Update readme.md Had old link/naming for Azure Security Center. Corrected to Microsoft Defender for Cloud --- 025-ArcEnabledServers/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/025-ArcEnabledServers/readme.md b/025-ArcEnabledServers/readme.md index 343c0e9ca0..6b63d9078c 100644 --- a/025-ArcEnabledServers/readme.md +++ b/025-ArcEnabledServers/readme.md @@ -4,7 +4,7 @@ ![](./img/image1.png) [Azure Arc enabled servers](https://docs.microsoft.com/en-us/azure/azure-arc/servers/overview) allows customers to use Azure management tools on any server running in any public cloud or on-premises environment. In this hack, you will be working on a set of progressive challenges to showcase the core features of Azure Arc. - In the first few challenges, you will set up your lab environment and deploy servers somewhere other than Azure. Then, you will use Azure Arc to project these servers into Azure, and begin to enable Azure management and security tools on these servers. On successive challenges, you will apply [Azure Policy](https://docs.microsoft.com/en-us/azure/governance/policy/overview) and enable other Azure services like [Azure Security Center](https://docs.microsoft.com/en-us/azure/security-center/) on your projected workloads. + In the first few challenges, you will set up your lab environment and deploy servers somewhere other than Azure. Then, you will use Azure Arc to project these servers into Azure, and begin to enable Azure management and security tools on these servers. On successive challenges, you will apply [Azure Policy](https://docs.microsoft.com/en-us/azure/governance/policy/overview) and enable other Azure services like [Microsoft Defender for Cloud](https://learn.microsoft.com/en-us/azure/defender-for-cloud/) on your projected workloads. ## Learning Objectives @@ -18,7 +18,7 @@ This hack will help you learn: - [Challenge 0](./Student/challenge00.md) - Complete Prerequisites (Do before you attend the hack) - [Challenge 1](./Student/challenge01.md) - Onboarding servers with Azure Arc - [Challenge 2](./Student/challenge02.md) - Policy for Azure Arc connected servers - - [Challenge 3](./Student/challenge03.md) - Arc Value Add: Integrate Security Center + - [Challenge 3](./Student/challenge03.md) - Arc Value Add: Integrate Microsoft Defender for Cloud - [Challenge 4](./Student/challenge04.md) - Arc Value Add: Enable Sentinel - [Challenge 5](./Student/challenge05.md) - Arc Value Add: Azure Lighthouse From d55b2ad9c910add7b35da783c0017f694f400e23 Mon Sep 17 00:00:00 2001 From: Andy Huang <54148527+Whowong@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:51:03 -0700 Subject: [PATCH 2/4] Update readme.md Update coach readme to match student readme --- 025-ArcEnabledServers/Coach/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/025-ArcEnabledServers/Coach/readme.md b/025-ArcEnabledServers/Coach/readme.md index 5f5038aaa7..4137785604 100644 --- a/025-ArcEnabledServers/Coach/readme.md +++ b/025-ArcEnabledServers/Coach/readme.md @@ -10,6 +10,6 @@ It is recommended that the host present a short overview of each challenge befor - Challenge 1: **[Onboarding servers with Azure Arc](Solutions/Solution-01.md)** - Challenge 2: **[Policy for Azure Arc connected servers](Solutions/Solution-02.md)** -- Challenge 3: **[Arc Value Add: Integrate Security Center](Solutions/Solution-03.md)** +- Challenge 3: **[Arc Value Add: Integrate Microsoft Defender for Cloud](Solutions/Solution-03.md)** - Challenge 4: **[Arc Value Add: Enable Sentinel](Solutions/Solution-04.md)** -- Challenge 5: **[Arc Value Add: Azure Lighthouse](Solutions/Solution-04.md)** \ No newline at end of file +- Challenge 5: **[Arc Value Add: Azure Lighthouse](Solutions/Solution-04.md)** From c2ba4fda8abe343b3aa5b1d7a5ace5dc98f2b880 Mon Sep 17 00:00:00 2001 From: Andy Huang <54148527+Whowong@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:55:42 -0700 Subject: [PATCH 3/4] Update challenge03.md --- 025-ArcEnabledServers/Student/challenge03.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/025-ArcEnabledServers/Student/challenge03.md b/025-ArcEnabledServers/Student/challenge03.md index 8666c53889..11206661eb 100644 --- a/025-ArcEnabledServers/Student/challenge03.md +++ b/025-ArcEnabledServers/Student/challenge03.md @@ -1,18 +1,18 @@ # What the Hack: Azure Arc enabled servers -## Challenge 3 - Arc Value Add: Integrate Security Center +## Challenge 3 - Arc Value Add: Integrate Microsoft Defender for Cloud [Back](challenge02.md) - [Home](../readme.md) - [Next](challenge04.md) ### Introduction -In this challenge, we will integrate your Azure Arc connected machines with [Azure Security Center (ASC)](https://docs.microsoft.com/en-us/azure/security-center/). After completing the previous challenges, you should now have an Azure subscription with one or more Azure Arc managed servers. You should also have an available Log Analytics workspace and have deployed the Log Analytics agent to your server(s). +In this challenge, we will integrate your Azure Arc connected machines with [Microsoft Defender for Cloud](https://learn.microsoft.com/en-us/azure/defender-for-cloud/). After completing the previous challenges, you should now have an Azure subscription with one or more Azure Arc managed servers. You should also have an available Log Analytics workspace and have deployed the Log Analytics agent to your server(s). ### Challenge -1. Enable Azure Security Center on your Azure Arc connected machines. +1. Enable Microsoft Defender for Cloud on your Azure Arc connected machines. ### Success Criteria -1. Open Azure Security Center and view the [Secure Score](https://docs.microsoft.com/en-us/azure/security-center/secure-score-security-controls) for your Azure arc connected machine. +1. Open Microsoft Defender for Cloud and view the [Secure Score](https://learn.microsoft.com/en-us/azure/defender-for-cloud/secure-score-security-controls) for your Azure arc connected machine. -[Back](challenge02.md) - [Home](../readme.md) - [Next](challenge04.md) \ No newline at end of file +[Back](challenge02.md) - [Home](../readme.md) - [Next](challenge04.md) From 2e27c21b0b7a8455058fe80f6f4bfee1f08c2fa4 Mon Sep 17 00:00:00 2001 From: Andy Huang <54148527+Whowong@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:06:54 -0700 Subject: [PATCH 4/4] Create .wordlist.txt --- 025-ArcEnabledServers/.wordlist.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 025-ArcEnabledServers/.wordlist.txt diff --git a/025-ArcEnabledServers/.wordlist.txt b/025-ArcEnabledServers/.wordlist.txt new file mode 100644 index 0000000000..45957606ab --- /dev/null +++ b/025-ArcEnabledServers/.wordlist.txt @@ -0,0 +1,3 @@ +Kamrat +Lior +Hussain