Skip to content

Commit

Permalink
Completed change log and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
T0pCyber committed Mar 30, 2023
1 parent 39e6ec7 commit eebf28c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Hawk/Hawk.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'Hawk.psm1'

# Version number of this module.
ModuleVersion = '3.0.1'
ModuleVersion = '3.1.0'

# ID used to uniquely identify this module
GUID = '1f6b6b91-79c4-4edf-83a1-66d2dc8c3d85'
Expand Down Expand Up @@ -32,7 +32,6 @@
@{ModuleName = 'PSAppInsights'; ModuleVersion = '0.9.6'},
@{ModuleName = 'ExchangeOnlineManagement'; ModuleVersion = '3.0.0'},
@{ModuleName = 'RobustCloudCommand'; ModuleVersion = '2.0.1'},
@{ModuleName = 'MSOnline'; ModuleVersion = '1.1.183.17' },
@{ModuleName = 'AzureAD'; ModuleVersion = '2.0.2.140'},
@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.23.0'},
@{ModuleName = 'Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion = '1.23.0'}
Expand Down
13 changes: 9 additions & 4 deletions Hawk/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ c. Updated Sweep variable - Bug
d. Added Default Tenant Name to Hawk folder name - Issue#86 - Enhancement - Snickasaurus
e. Updated Get-HawkTenantEXOAdmins to accurately list admins that is a group

## 3.0.1 (2023-02-01)
- Updated community pull requests fixing typo
a. Updated Get-HawkTenantAuditLog.ps1 to Get-HawkTenantAppAuditLog.ps1
b. Added "Get-HawkTenantDomainActivity" function - This function will pull domain config changes from the UAL
## 3.1.0 (2023-03-30)
a. Updated community pull requests fixing typo
b. Updated Get-HawkTenantAuditLog.ps1 to Get-HawkTenantAppAuditLog.ps1
c. Added "Get-HawkTenantDomainActivity" function - This function will pull domain config changes from the UAL
d. Added "Get-HawkTenantEDiscoveryLogs" function - This function will pull EDiscovery logs from the UAL
e. Added Export of JSON to "Out-Multifileype" function. This will export returned results to JSON file for further ingestion into a SIEM or other data analysis platform
f. Remove MSOnline requirements
g. Added MS Graph requirements to replace MSOnline
h. Fixed path for System.Net.IPNetwork.dll

0 comments on commit eebf28c

Please sign in to comment.