Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.88 KB

ensure-no-guest-user.md

File metadata and controls

24 lines (20 loc) · 1.88 KB

CloudSploit

AZURE / Active Directory / Ensure No Guest User

Quick Info

Plugin Title Ensure No Guest User
Cloud AZURE
Category Active Directory
Description Ensures that there are no guest users in the subscription
More Info Guest users are usually users that are invited from outside the company structure, these users are not part of the onboarding/offboarding process and could be overlooked, causing security vulnerabilities.
AZURE Link https://docs.microsoft.com/en-us/azure/active-directory/b2b/add-users-administrator
Recommended Action Remove all guest users unless they are required to be members of the Active Directory account.

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Find the search bar at the top and search for Azure Active Directory.
  3. Select the "Azure Active Directory" and on the left navigation panel, select the "Users" under "Manage".
  4. In the users list, look for users with "User type" as "Guest". If there are "Guest" type users then those users are not part of the onboarding/offboarding process and are considered a security vulnerability. Such accounts must be deleted.
  5. Select all Users with "User type" as "Guest" and click "Delete User" on the top right.
  6. Click OK in the confirmation popup.
  7. Repeat step number 3 to 6 for all other directories.