BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.62k stars 1.7k forks source link

Support for extra Azure resources + their role assignments #628

Open crimike opened 1 year ago

crimike commented 1 year ago

Added support for storage accounts, automation accounts, logic apps and webapps(both function apps and app services). These resources are now queried by Azurehound, along with their role assignments. Besides this the role assignments are also modelled as edges.

image image image

Besides that the Node information tab is also populated with information and links to certain relations: image image

Caveat: custom role assignments will be marked as undefined, need to find a way to model those as well.