8000 Improve special identities coverage by JonasBK · Pull Request #208 · SpecterOps/SharpHoundCommon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Improve special identities coverage #208

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

Merged
merged 3 commits into from
Jun 10, 2025
Merged

Improve special identities coverage #208

merged 3 commits into from
Jun 10, 2025

Conversation

JonasBK
Copy link
Contributor
@JonasBK JonasBK commented Jun 3, 2025

Description

Add additional well-known SIDs

SIDs removed from the ACL SID filter:

  • Network – S-1-5-2
  • Anonymous – S-1-5-7

SIDs added to the filter:

  • IUSR - S-1-5-17

Motivation and Context

We want to include all well-known SIDs so we can resolve their names in BloodHound.

The ACL SID filter should only filter out permissions that are irrelevant from an abuse perspective. IUSR is a local service on DCs and therefore only interesting from local privilege escalation perspective, which BloodHound currently does not cover. The two SIDs now excluded from the filter can (potentially) be abused remotely.

Resolves BP-499

How Has This Been Tested?

Ran it locally in lab.

See result in this PR: SpecterOps/BloodHound#1529

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • Documentation updates are needed, and have been made accordingly.
  • I have added and/or updated tests to cover my changes.
  • All new and existing tests passed.
  • My changes include a database migration.

@JonasBK JonasBK self-assigned this Jun 3, 2025
@JonasBK JonasBK added the enhancement New feature or request label Jun 3, 2025
@JonasBK JonasBK merged commit 56c4aca into v4 Jun 10, 2025
3 checks passed
@JonasBK JonasBK deleted the special-identities branch June 10, 2025 06:20
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0