BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't import large AzureHound output files.

dreadlocked opened this issue · comments

It doesn't seems to be possible to import a large json output file (4GB in my case) collected using AzureHound. I've read that this is because memory limitations in electron. Is there any known way to overcome this issue? I've only seen solutions for SharpHound collector output files, but AzureHound uses a single file to import all the information, it doesn't split it.

Large corporations means large output files, so it could be fine to have a known and easy way to overcome this memory limitation issue.

I found a tool that worked for me: https://github.com/ustayready/ShredHound

It's not perfect, as it doesn't split based on a maximum file size and resulting files sometimes can weight more than 1GB, but it's fine.