-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domain trust information not working #614
Comments
Reviewing the code and I'm definitely new here but wanted to throw out this lead...could it be related to the changes regarding moving from See also https://github.com/BloodHoundAD/BloodHound/blob/master/src/js/newingestion.js#L3 |
I stumbled upon the issue today and automated the workaround in a small Python script: https://gist.github.com/dadevel/a8e7f5af88f659e99141e21011b1f37d FYI: There's also an related issue open in SpecterOps/SharpHound#33 |
There is a typo on line 71, array should be TRUST_TYPES, not TRUST_DIRECTIONS |
@Pastea Thanks, I fixed it. |
Hi @matt-moses, Thanks for reporting the issue. I think someone changed SharpHoundCommon without updating BloodHound 🙃 I will close this issue when 4.3.1 is released. |
Should be fixed in 4.3.1 |
Thanks all! |
Closing - Fixed in 4.3.1 🥳 |
Describe the bug
Domain trust information is getting lost somewhere either in ingestion or failing to map on the UI. I have verified that SharpHound is collecting the domain trust information by reviewing the SharpHound JSON (see screenshots). After importing the SharpHound JSON files domain trust is not viewable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Domain trusts are mapped onto the screen.
Screenshots
This screenshot is to verify that the trust information exists in the JSON.
The text was updated successfully, but these errors were encountered: