Feature: interesting files page, added the ability to click the category on the bar chart to filter the interesting files table rows for that category.
DEFAULT PARAMETER
- Changed default share name sample reporting to 200 (That's 100% for most companies)
TOP FOLDER GROUPS PAGE
- Added pagination.
- Added unique share name count column.
- Added column sorting.
- Added search.
TOP SHARE NAME PAGE
- Added pagination.
INTERESTING FILES PAGE
0. All interesting files are now saved to the [domain]-Shares-Interesting-Files.csv file when PowerHuntShares is run.
1. Added interesting files page.
2. Added view total interesting files display.
3. Added bar chart showing interesting file category summary. Note: apexcharts.js requires internet access, but may ship with PowerHuntShares in future versions.
3. Added ability to view uncpaths for interesting files via expandable div.
4. Added ability to filter results with search.
5. Added ability to export uncpaths associated with filtered results to a csv file.
6. Added ability to import a file that allows users to define their work interesting file keywords and categories.
Example: Invoke-HuntSMBShares -OutputDirectory 'c:\temp' -DomainController 'dc1.domain.com' -Username 'domain.com\user' -Password 'YourPassword' -FileKeywordsPath "C:\temp\interesting-files-template.csv"
7. Added template file for interesting file definition: https://raw.githubusercontent.com/NetSPI/PowerHuntShares/main/interesting-files-template.csv
Added similarity score to top share names page. It shows how similar the shares that share the same name are based on folder group, owner, create date, and last mod dates.
Added folder group counts (directory list hashes) to the "Top Share Names" summary dashboard to better understand the distribution of unique folder lists.