nccgroup / ScoutSuite

Multi-Cloud Security Auditing Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure 'Blob Containers Allowing Public Access' results incorrectly labeled

rieck-srlabs opened this issue · comments

Describe the bug

The rule 'Blob Containers Allowing Public Access' states how many Storage Accounts were checked and how many Storage Accounts were flagged. However, the rule checks and flags Blob Containers, not Storage Accounts.

See this example result, which shows that 145 storage accounts were checked:

Screenshot 2024-02-26 at 17 22 49

However, according to another rule, only 47 storage accounts exist:

Screenshot 2024-02-26 at 17 26 44

There are 47 storage accounts according to the az CLI utility.

To Reproduce

Run ScoutSuite with the default parameters:

$ scout azure --cli

Additional context

n/a

Closing issue, as the fix was merged and is included in the latest release.