BloodHoundAD/AzureHound

Data generated from AzureHound cannot be imported in BloodHound

JoeHO888 opened this issue · 3 comments

I generate the data with below command
azurehound.exe -r "<<refresh-token>>" list --tenant "<<tenant>>" -o output.json

The export data is something as below
{ "data": [ {"kind":"AZTenant","data":{...}, {"kind":"AZManagementGroup",","data":{...}, ... ], "meta": {"type":"azure","version":5,"count":xxx} }

However, Bloodhound cannot recognize the data format.
image

Azurehound version: v1.1.2
Bloodhound version: v4.2.0

hi,
how did you solved ? i have the same problem, thanks

I was using old version bloodhound when I created this issue

Using the latest version of azurehound and bloodhound should fix.

may i ask you how to get the refresh token ? i miss that part, if you can of course thanks