Data generated from AzureHound cannot be imported in BloodHound
JoeHO888 opened this issue · 3 comments
JoeHO888 commented
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.
Azurehound version: v1.1.2
Bloodhound version: v4.2.0
johnjohnsp1 commented
hi,
how did you solved ? i have the same problem, thanks
JoeHO888 commented
I was using old version bloodhound when I created this issue
Using the latest version of azurehound and bloodhound should fix.
johnjohnsp1 commented
may i ask you how to get the refresh token ? i miss that part, if you can of course thanks