Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 3.05 KB

File metadata and controls

66 lines (34 loc) · 3.05 KB

Challenge 03 - Automated Response

< Previous Challenge - Home

Pre-requisites

Verify your environment

  • Creates an alert based on your user login
  • Creates an Incident per Alert
  • Watchlist is created

Introduction

Now we have our alert rule running, the SOC team is finding that it's just way too 'noisy' because every time an admin logs on, it's generating Alerts and Incidents. It's your job to ensure that the Alert must trigger whenever an administrator logs in and create an Incident, AND, the Incident should be automatically closed if the IP address exists in the Watchlist.

Description

We want to automatically update your Security Teams channel when the Incident is not automatically closed.

Close the Incident automatically

  • Close an alert/incident using the Watchlist and a Playbook when the IP is a known (ie is in the Watchlist) IP.
  • Ensure that an Incident is created when the login IP is not contained in the list of Watchlist IP addresses.

Hint: When you log on, if your IP is in the Watchlist, automatically close the alert/incident

Update The Workbook
Send a message to your security operations channel in Microsoft Teams or Slack to make sure your security analysts are aware of the incident.

Success Criteria

  • Verify that the Incident is automatically closed. You have implemented a playbook that automatically closes the Incident if the IP address of the administrator/logon user is included in your Watchlist. And, you've verified that an Incident is created if you login from and IP address that is NOT in the Watchlist.

  • Verify that you have updated the Workbook. When an incident is not automatically closed, your security Teams channel is notified.

Learning Resources

Tips

Check the GitHub repository for existing Logic Apps/ Playbooks.

When adding the Playbook, you need to Manage playbook permissions (in blue, just under the Actions heading).

Read the learning resource above on automated response to find out how to link into Teams (and you can search the web for additional info).

Advanced Challenges

Too comfortable? Eager to do more? Try these additional challenges!

  • Add functionality to the Incident creation that sends an email to the SOC team (you) when an Incident is created, but not when and Incident is automatically closed. Keep costs to a minimum.
  • Figure out how to publish the workbook so that management can view it, but can't make any changes.
  • Add additional useful Entity objects to help the SOC team with investigations.