-
Notifications
You must be signed in to change notification settings - Fork 121
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
Ingest new data #178
Ingest new data #178
Conversation
…forced domain properties
@@ -61,7 +61,7 @@ services: | |||
start_period: 30s | |||
|
|||
bloodhound: | |||
image: docker.io/specterops/bloodhound:${BLOODHOUND_TAG:-latest} | |||
image: docker.io/0cmenog/bloodhound:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey there, you should reverse this change
Thank you very much for your patience. We've had a lot going on lately and have some process improvements in the works to provide more timely feedback on PRs. Unfortunately, we need to decline this PR at this time. The scope of this effort extends beyond the primary use cases of identifying and testing Attack Paths. Any time we accept code into the product, maintenance becomes the responsibility of SpecterOps; the additions within do not meet our objectives for the tool at this time, and we cannot accept long-term responsibility for functionality outside of those goals. With that said, I will share two pieces of good news:
We would still like to recognize the effort put into this PR (and associated SharpHound PR) and would like to send a swag package your way. If you would be interested, please DM me your shipping address, and I'll have our team send one out as a token of our appreciation. |
Description
Motivation and Context
This PR allows to visualize and ingest, according to GPO precedences, new properties:
Password Policies
Lockout Policies
SMB Signings
LDAP properties
LM Authentication Level
MS Cache
This PR is related to the BloodHoundAD/SharpHoundCommon#52 one, that extract these new properties.
How Has This Been Tested?
The code has been tested for all the new properties and for the following precedences rules (with combinations):
Screenshots (if appropriate):
Below is an example of some newly extracted properties that are visible under the Object Information tab.
Types of changes
Checklist: