-
Notifications
You must be signed in to change notification settings - Fork 148
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
Inaccurate object identification during import from .zip #583
Comments
Can you output the result of the following Neo4j Query: MATCH (n:User) WHERE n.name=" Replace the value in the quotes with one of the groups, for example the "EXCHANGE SERVERS@ADLAB" group |
FYI. Using Bloodhound 4.3.1 and the same data dumps these errors do not occur. |
I observed the same behavior. In my case, the Affected is for example the
Trying to obtain the labels does not work:
|
Hi, I'm using BloodHound 5.8.1 and I am facing the same problem. We first found out the problem in Neo4j (http://localhost:7474/browser/) while executing this query
that returned a graph with some nodes tagged both as User and Group. So our solution is unzip and import json file instead of zip file. |
@elbae - I've made sure the team is aware of this. This is very helpful context on where you noticed the issue! Thank you! |
Given the new information from elbae, I ingested the same data as I originally did, this time by first extracting the .json files, into BHCE 5.9.0 and now the domain group Exchange Servers looks and behaves as expected. |
same here. had similar issues with a zip (groups were treated badly as users), but it was working well by uploading and ingesting the jsons directly. |
This was resolved in yesterday's release, please see https://github.com/SpecterOps/BloodHound/releases/tag/v5.13.0 |
Description:
Some, not all, domain groups are marked in green which is dedicated to user objects. They should be marked in yellow. This makes it hard to get a quick overview. If that also means that the affected domain groups are identified as user objects I do not know. However, I noticed that Exchange servers that by default are members of the domain group Exchange Servers, are not shown as members when viewing the domain group Exchange Servers object. If viewed from an Exchange server object, the edge MemberOf is shown.
In the picture below you can see the following which I believe is incorrect:
Component(s) Affected:
Steps to Reproduce:
Expected Behavior:
A description of what you expected to happen.
Actual Behavior:
A description of what actually happened.
Screenshots/Code Snippets/Sample Files:
If applicable, add screenshots, relevant code snippets, or sample files that help illustrate the issue.
Environment Information:
BloodHound: [BloodHound version or revision]
Bloodhound CE 5.8.1.
Collector: [SharpHound version / AzureHound version]
Sharphound.exe 2.3.3.
OS: [your OS and version]
Kali 2024.1 and Windows 10 22H2.
Browser (if UI related): [browser name and version]
Node.js (if UI related: [Node.js version]
Go (if API related): [Go version]
Database (if persistence related): [Neo4j version / PostgreSQL version]
Docker (if using Docker): [docker version]
Additional Information:
Any additional context or information that might be helpful in understanding and diagnosing the issue.
Potential Solution (Optional):
If you have any ideas about what might be causing the issue or how it could be fixed, you can share them here.
Related Issues:
If you've found related issues in the project's issue tracker, mention them here.
Contributor Checklist:
The text was updated successfully, but these errors were encountered: