Skip to content

PowerShell script used for checking your Azure environment and finding Azure Storage accounts and Containers in them who have public access configured.

License

Notifications You must be signed in to change notification settings

KostaS10/AzStorageContainerEnumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

AzContainerEnumerator

This PowerShell script is used for checking your Azure environment and finding Azure Storage accounts and Containers in them who have public access configured.

Requirements:

Instructions:

  • Start Windows Terminal, Windows PowerShell or other application of your choice
  • Execute AzStorageContainerEnumerator.ps1 script
  • Login prompt will show up asking you to login with your Azure credentials to Azure tenant

Script will search through Azure subscriptions, find all Storage accounts and check if you have any Containers that are configured to allow Public access and will present the findings to you, so Containers can be double checked and confirmed if they should indeed be publicly accessible.

Possible problems:

  • If you cannot execute the script on the machine, make sure that Set-ExecutionPolicy is configured as -RemoteSigned
  • If you don't see a list of storage accounts or containers, make sure that the account that you are using has sufficient privileges noted in the Requirements section

About

PowerShell script used for checking your Azure environment and finding Azure Storage accounts and Containers in them who have public access configured.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published