Skip to content

Commit

Permalink
Merging Updates into Main +semver: patch +tag +release +publish
Browse files Browse the repository at this point in the history
* Introduced Sylvan.Data.Csv .NET library for blazing fast processing of CSV files (only applied to one playbook so far)
* Added new Playbook AzHunter.Playbook.eDisco.SummaryReportCleaner to process Azure eDisco Summary Reports
* Added new Playbook AzHunter.Playbook.UAL.RecordTypeExporter to break down UAL logs into its individual RecordTypes to facilitate DFIR analysis
* Renamed Invoke-HuntAzureAuditLogs.ps1 to Invoke-AzHunterPlaybook.ps1 for better consistency
* Now you can pass in Playbook Parameters to a particular playbook using the "PlayBookParameters" parameter in Invoke-AzHunterPlaybook
  • Loading branch information
Diego committed Dec 8, 2021
1 parent 055a6b9 commit a365d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/AzureHunter.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzureHunter.psm1'

# Version number of this module.
ModuleVersion = '1.6.0'
ModuleVersion = '1.6.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit a365d3e

Please sign in to comment.