355 Commits

Author SHA1 Message Date
Scott Sutherland
b4d2ce4c23
Update PowerHuntShares.psm1
Added computers page.
2024-08-07 10:58:40 -05:00
Scott Sutherland
1eaa3977eb
Update Analyze-HuntSMBShares.ps1
Added computers page.
2024-08-07 10:55:41 -05:00
Scott Sutherland
6e233f7aba
Update PowerHuntShares.psm1
Style updates.
2024-08-06 14:15:12 -05:00
Scott Sutherland
f859c723ea
Update Analyze-HuntSMBShares.ps1
Style updates.
2024-08-06 14:14:44 -05:00
Scott Sutherland
cf721ec19d
Update PowerHuntShares.psm1
bug fix.
2024-08-06 10:03:51 -05:00
Scott Sutherland
91df97630a
Update PowerHuntShares.psm1
Small menu style change.
2024-08-06 09:52:18 -05:00
Scott Sutherland
154611bffe
Update Analyze-HuntSMBShares.ps1
Small menu style update.
2024-08-06 09:51:28 -05:00
Scott Sutherland
01ffb2834c
Update Analyze-HuntSMBShares.ps1
Small label update.
2024-08-05 17:01:44 -05:00
Scott Sutherland
dbb30a2b6a
Update PowerHuntShares.psm1
Small label update.
2024-08-05 17:01:05 -05:00
Scott Sutherland
cc684d90a6
Update PowerHuntShares.psm1
Added a few charts.
2024-08-05 16:47:59 -05:00
Scott Sutherland
4b75d04be4
Update Analyze-HuntSMBShares.ps1
Added a few charts.
2024-08-05 16:47:13 -05:00
Scott Sutherland
b1ee82b751
Update PowerHuntShares.psm1 2024-08-02 10:53:22 -05:00
Scott Sutherland
110dfc6766
Update PowerHuntShares.psm1 2024-08-02 10:27:27 -05:00
Scott Sutherland
12a64d9c95
Update PowerHuntShares.psm1
Added export and clear buttons to folder groups page.
Added more secrets and system images types to the interesting files categories.
2024-08-01 17:14:10 -05:00
Scott Sutherland
6583604702
Update Analyze-HuntSMBShares.ps1
Added export and clear buttons to folder groups page.
Added more secrets and system images types to the interesting files categories.
2024-08-01 17:13:25 -05:00
Scott Sutherland
96e60f890d
Update PowerHuntShares.psm1
Added export to share names page.
Updated a few table styles.
2024-07-31 11:39:00 -05:00
Scott Sutherland
bd7c8fe3b6
Update Analyze-HuntSMBShares.ps1
Added exports on share names page.
Updated a few table styles.
2024-07-31 11:38:03 -05:00
Scott Sutherland
e21a0e9a76
Update PowerHuntShares.psm1
DASHBOARD PAGE
- Add exposure summary that includes new charts that summarize acl risk levels and file exposures by category.

EXPORTS
- New file generated to that includes flags for risk levels, data exposure, read, write, and exploitability. Example: domain.com-Shares-Inventory-Excessive-Privileges-New.csv 

CONSOLE OUTPUT 
- Replaced top 5 with top $SampleSum

MENU
- Insight section - rename "Top Share Names" to "Share Names"
- Insight section - rename "Top Folder Groups" to "Folder Groups"
- Insight section - rename "Top Share Owners" to "Share Owners"
- Insight section - rename "Group Stats" to "Group ACL Summary"
- Modified titles of associate data insights pages to remove "Data Insights"
  - Group ACL Summary
  - Share Names (Top $SampleSum)
  - Affected Subnets
  - Share Owners (Top $SampleSum)
  - Folder Groups (Top $SampleSum)
- Move group stats below owners
2024-07-30 13:31:10 -05:00
Scott Sutherland
85a3e21457
Update Analyze-HuntSMBShares.ps1 2024-07-30 13:28:51 -05:00
Scott Sutherland
7f869f3146
Update Analyze-HuntSMBShares.ps1
Added clear button to interesting files page.
2024-07-24 10:26:01 -05:00
Scott Sutherland
b470c2a3b6
Update PowerHuntShares.psm1
Added clear filter button to interesting files page.
2024-07-24 10:24:28 -05:00
Scott Sutherland
b47607e6cd
Update Analyze-HuntSMBShares.ps1
Keeping in sync with the primary script.
2024-07-24 08:50:01 -05:00
Scott Sutherland
efc57d864c
Update PowerHuntShares.psm1
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.
2024-07-24 08:49:19 -05:00
Scott Sutherland
4a6be74349
Create Analyze-HuntSMBShares.ps1 2024-07-23 17:17:57 -05:00
Scott Sutherland
624e697bfe
Added support for the nova file format.
Added support for the nova file format.
2024-07-23 17:14:02 -05:00
Scott Sutherland
4ddc28df72
Added interesting files page
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
2024-07-23 16:28:13 -05:00
Scott Sutherland
1aa6ffcd23
Add files via upload 2024-07-23 13:51:55 -05:00
Scott Sutherland
f810b06fd0
Update PowerHuntShares.psm1
small update to secrets word list.
2024-07-19 10:52:22 -05:00
Scott Sutherland
42188422fd
Update PowerHuntShares.psm1
minor style update.
2024-07-19 10:00:17 -05:00
Scott Sutherland
a0f3e54cde
Update PowerHuntShares.psm1
small dashboard updates.
2024-07-19 09:45:10 -05:00
Scott Sutherland
fe222e03a7
Update PowerHuntShares.psm1
Small filter updates.
2024-07-18 17:03:19 -05:00
Scott Sutherland
22e85a833a
Update PowerHuntShares.psm1
Small bug fix.
2024-07-18 15:30:09 -05:00
Scott Sutherland
ffe0f8b548
Update PowerHuntShares.psm1
Small sort function update.
2024-07-18 15:12:08 -05:00
Scott Sutherland
76a82cc9a8
Update PowerHuntShares.psm1
Added pagination to top share name page.
2024-07-18 14:34:03 -05:00
Scott Sutherland
f3520f9439
Update PowerHuntShares.psm1
Added sorting on folder group table.
2024-07-18 09:17:00 -05:00
Scott Sutherland
0830a520f8
Update PowerHuntShares.psm1
Add unique share name count to folder group summary page.
2024-07-18 08:53:32 -05:00
Scott Sutherland
933d69a67f
Update PowerHuntShares.psm1
Update folder group labels.
2024-07-18 08:01:19 -05:00
Scott Sutherland
43cc8786c0
Updated share name summary page
added search
added quick filters
added risk score
added similarity score
added common files
added interesting files
2024-07-16 11:51:19 -05:00
Scott Sutherland
100d5052f0
Update README.md 2024-06-28 11:20:57 -05:00
Scott Sutherland
a57c0da01c
Update README.md 2024-06-13 09:29:29 -05:00
Scott Sutherland
ef14246193
Update PowerHuntShares.psm1
More weight fixes.
2024-06-13 08:56:17 -05:00
Scott Sutherland
d7d9715b06
Update PowerHuntShares.psm1
Adjusting/tuning similarity weights.
2024-06-13 08:47:50 -05:00
Scott Sutherland
da05f12082
Update PowerHuntShares.psm1
Updated similarity weights to include filename distribution across filegroups associated with each share name.
2024-06-12 16:54:52 -05:00
Scott Sutherland
03e50db10b
Update PowerHuntShares.psm1
Updated the share similarity probability distribution weights.
2024-06-12 15:52:21 -05:00
Scott Sutherland
3d46053a6d
Update PowerHuntShares.psm1
Style sheet updates to match branding.
2024-06-12 09:39:39 -05:00
Scott Sutherland
037facfa42
Update PowerHuntShares.psm1
Fixed filelistgroup count bug on share name summary page.
Removed timeline column from share name summary page. (for now)
2024-06-11 12:02:07 -05:00
Scott Sutherland
8cd5ed2e80
Update PowerHuntShares.psm1
Fix bad variable name in peak date range calculator.
2024-06-11 09:59:13 -05:00
Scott Sutherland
a62b9d4022
Update PowerHuntShares.psm1
Fixed majority check bug on share name page.
2024-06-11 09:36:24 -05:00
Scott Sutherland
8c2cc8f676
Update PowerHuntShares.psm1
Add line break after each owner name on share name summary page.
2024-06-11 09:26:36 -05:00
Scott Sutherland
3589fa809b
Update README.md
readme updates
2024-06-05 17:37:49 -05:00