Skip to content

Commit

Permalink
Added a table to visualise the differences in collection methods
Browse files Browse the repository at this point in the history
  • Loading branch information
N7WEra authored Feb 11, 2021
1 parent 81a2209 commit 6169b36
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/data-collection/sharphound-all-flags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,30 @@ Here are the less common CollectionMethods and what they do:
* **ObjectProps** - Performs Object Properties collection for properties
such as LastLogon or PwdLastSet

Table to demonstrate the differences
------------------------------------

| | Default | All | DCOnly | ComputerOnly | Session | LoggedOn** | Group | ACL | GPOLocalGroup | Trusts | Container | LocalGroup | LocalAdmin | RDP | DCOM | PSRemote | ObjectProps |
|:------------------------------------------------------------------:|:-------:|:---:|:------:|:------------:|:-------:|:----------:|:-----:|:---:|:-------------:|:------:|:---------:|:----------:|:----------:|:---:|:----:|:--------:|:-----------:|
| Security group membership | X | X | X | | | X | X | | | | | | | | | | |
| Domain Trusts | X | X | X | | | X | | | | X | | | | | | | |
| abusable permissions on AD objects | X | X | X | | | X | | X | | | | | | | | | |
| OU tree structure | X | X | X | | | X | | | | | X | | | | | | |
| Group Policy links | X | X | X | | | X | | | | | X | | | | | | |
| AD object properties | X | X | X | | | X | | | | | | | | | | | |
| Correlate Group Policy-enforced local groups to affected computers | X | | X | | | | | | X | | | | | | | | |
| Local Groups | X | X | | X | | X | | | | | | | | | | | |
| User Session | X | X | | X | X | X | | | | | | | | | | | |
| Local Admins | X | X | | | | | | | | | | X | X | | | | |
| RDP group membership | | X | | | | | | | | | | X | | X | | | |
| DCOM group membership | | X | | | | | | | | | | X | | | X | | |
| PSRemote group membership | | X | | | | | | | | | | X | | | | X | |
| ObjectProps** | | X | | | | | | | | | | | | | | | X |
*Does session collection using the privileged collection method. Use this if you are running as a user with local admin rights on lots of systems for the best user session data.
*ObjectProps - Performs Object Properties collection for properties such as LastLogon or PwdLastSet

Domain
------

Expand Down

0 comments on commit 6169b36

Please sign in to comment.