Skip to content
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

Question (Feature Request) #3

Closed
enj5oy opened this issue Oct 31, 2023 · 3 comments
Closed

Question (Feature Request) #3

enj5oy opened this issue Oct 31, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@enj5oy
Copy link

enj5oy commented Oct 31, 2023

Hi, i use function NetSessionEnum on remote computer, or i enum Local Groups in remote computer how i can upload this info to bloodhound, any idea how i can parse this with bofhound?

@Tw1sm Tw1sm added the enhancement New feature or request label Nov 7, 2023
@Tw1sm
Copy link
Collaborator

Tw1sm commented Nov 7, 2023

This is something we've talked about implementing before, but have not attempted or tested. Potentially could parse data from the CS-Situational-Awareness-BOF collection's netloggedon and netsession BOFs.

At a minimum this would require

  • additional parsing logic (BOF output won't match the currently expected ldapsearch output format)
  • additional processing logic (session/logged on results will have to get tied back to a computer object queried from LDAP)
  • slight tweak to output JSON to include the new relationships

@Tw1sm
Copy link
Collaborator

Tw1sm commented Jan 30, 2024

This was added in #4 and the corresponding BOFs that can be parsed by BOFHound can be found in this PR to the CS-Situational-Awareness-BOF repo

@Tw1sm
Copy link
Collaborator

Tw1sm commented Jan 30, 2024

Some additional info on how to actually perform these actions can be found here https://posts.specterops.io/bofhound-session-integration-7b88b6f18423

@Tw1sm Tw1sm closed this as completed Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants