Commit Graph

143 Commits

Author SHA1 Message Date
b1ee82b751 Update PowerHuntShares.psm1 2024-08-02 10:53:22 -05:00
110dfc6766 Update PowerHuntShares.psm1 2024-08-02 10:27:27 -05:00
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
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
96e60f890d Update PowerHuntShares.psm1
Added export to share names page.
Updated a few table styles.
2024-07-31 11:39:00 -05:00
bd7c8fe3b6 Update Analyze-HuntSMBShares.ps1
Added exports on share names page.
Updated a few table styles.
2024-07-31 11:38:03 -05:00
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
85a3e21457 Update Analyze-HuntSMBShares.ps1 2024-07-30 13:28:51 -05:00
7f869f3146 Update Analyze-HuntSMBShares.ps1
Added clear button to interesting files page.
2024-07-24 10:26:01 -05:00
b470c2a3b6 Update PowerHuntShares.psm1
Added clear filter button to interesting files page.
2024-07-24 10:24:28 -05:00
b47607e6cd Update Analyze-HuntSMBShares.ps1
Keeping in sync with the primary script.
2024-07-24 08:50:01 -05:00
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
4a6be74349 Create Analyze-HuntSMBShares.ps1 2024-07-23 17:17:57 -05:00
624e697bfe Added support for the nova file format.
Added support for the nova file format.
2024-07-23 17:14:02 -05:00
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
1aa6ffcd23 Add files via upload 2024-07-23 13:51:55 -05:00
f810b06fd0 Update PowerHuntShares.psm1
small update to secrets word list.
2024-07-19 10:52:22 -05:00
42188422fd Update PowerHuntShares.psm1
minor style update.
2024-07-19 10:00:17 -05:00
a0f3e54cde Update PowerHuntShares.psm1
small dashboard updates.
2024-07-19 09:45:10 -05:00
fe222e03a7 Update PowerHuntShares.psm1
Small filter updates.
2024-07-18 17:03:19 -05:00
22e85a833a Update PowerHuntShares.psm1
Small bug fix.
2024-07-18 15:30:09 -05:00
ffe0f8b548 Update PowerHuntShares.psm1
Small sort function update.
2024-07-18 15:12:08 -05:00
76a82cc9a8 Update PowerHuntShares.psm1
Added pagination to top share name page.
2024-07-18 14:34:03 -05:00
f3520f9439 Update PowerHuntShares.psm1
Added sorting on folder group table.
2024-07-18 09:17:00 -05:00
0830a520f8 Update PowerHuntShares.psm1
Add unique share name count to folder group summary page.
2024-07-18 08:53:32 -05:00
933d69a67f Update PowerHuntShares.psm1
Update folder group labels.
2024-07-18 08:01:19 -05:00
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
100d5052f0 Update README.md 2024-06-28 11:20:57 -05:00
a57c0da01c Update README.md 2024-06-13 09:29:29 -05:00
ef14246193 Update PowerHuntShares.psm1
More weight fixes.
2024-06-13 08:56:17 -05:00
d7d9715b06 Update PowerHuntShares.psm1
Adjusting/tuning similarity weights.
2024-06-13 08:47:50 -05:00
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
03e50db10b Update PowerHuntShares.psm1
Updated the share similarity probability distribution weights.
2024-06-12 15:52:21 -05:00
3d46053a6d Update PowerHuntShares.psm1
Style sheet updates to match branding.
2024-06-12 09:39:39 -05:00
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
8cd5ed2e80 Update PowerHuntShares.psm1
Fix bad variable name in peak date range calculator.
2024-06-11 09:59:13 -05:00
a62b9d4022 Update PowerHuntShares.psm1
Fixed majority check bug on share name page.
2024-06-11 09:36:24 -05:00
8c2cc8f676 Update PowerHuntShares.psm1
Add line break after each owner name on share name summary page.
2024-06-11 09:26:36 -05:00
3589fa809b Update README.md
readme updates
2024-06-05 17:37:49 -05:00
af6a9f9b1d Update PowerHuntShares.psm1
Added dynamic identification of peak share creation date ranges for top share names on top share name page. (alpha)
2024-06-05 17:34:40 -05:00
b58f3d65ce Update PowerHuntShares.psm1
Small format update.
2024-06-05 08:16:39 -05:00
5b83dc73b9 Update PowerHuntShares.psm1
Added javascript based search to names page to allowing filtering of share names.
2024-06-04 16:40:48 -05:00
866b51da28 Update PowerHuntShares.psm1
Added share name drill down to folder group page.
2024-06-04 15:00:15 -05:00
f8301b2588 Update PowerHuntShares.psm1
updated top names page
2024-06-04 11:49:50 -05:00
55f1ef9534 Update PowerHuntShares.psm1
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.
2024-06-03 16:37:07 -05:00
15db1f9d1b Update PowerHuntShares.psm1
Format changes.
2024-06-03 10:06:00 -05:00
8cb937bad7 Update PowerHuntShares.psm1
Made timeline context and share description collapsible on top share names page.
2024-06-03 09:50:41 -05:00
76946cac82 Update PowerHuntShares.psm1 2024-06-03 09:29:52 -05:00
ad5cb43a65 Update PowerHuntShares.psm1
Added timeline context to top share names page.
2024-06-03 09:12:08 -05:00
2f5481d657 Update PowerHuntShares.psm1
Made folder groups list collapsible under the unique folder group count column on the top sharenames page.
2024-06-02 11:13:59 -05:00