Microsoft Defender Reporting Successful Login Attempts
ikspozd opened this issue · 4 comments
ikspozd commented
Hello,
Does SharpHound.ps1 attempt to log into workstations when querying AD?
Thanks
StephenHinck commented
Workstation logons will be attempted only if you are enumerating local group memberships and/or sessions. These will be non-interactive logons.
ikspozd commented
@StephenHinck is there a way to disable that feature?
StephenHinck commented
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
ikspozd commented
Excellent thanks!