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

Microsoft Defender Reporting Successful Login Attempts #69

Closed
ikspozd opened this issue Oct 12, 2023 · 4 comments
Closed

Microsoft Defender Reporting Successful Login Attempts #69

ikspozd opened this issue Oct 12, 2023 · 4 comments

Comments

@ikspozd
Copy link

ikspozd commented Oct 12, 2023

Hello,

Does SharpHound.ps1 attempt to log into workstations when querying AD?

Thanks

@StephenHinck
Copy link

Workstation logons will be attempted only if you are enumerating local group memberships and/or sessions. These will be non-interactive logons.

@ikspozd
Copy link
Author

ikspozd commented Oct 31, 2023

@StephenHinck is there a way to disable that feature?

@StephenHinck
Copy link

If you choose not to use those collection methods, it will not be attempted. You'd want to avoid methods such as All, ComputerOnly, Session, LoggedOn, etc

See: https://support.bloodhoundenterprise.io/hc/en-us/articles/17481375424795-All-SharpHound-Community-Edition-Flags-Explained

@ikspozd
Copy link
Author

ikspozd commented Oct 31, 2023

Excellent thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants