Skip to content

Commit

Permalink
Add Julius to Author list an update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Jan 31, 2025
1 parent 061a2b3 commit 590bcff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Hawk/Hawk.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
RootModule = 'Hawk.psm1'

# Version number of this module.
ModuleVersion = '3.2.4'
ModuleVersion = '4.0'

# ID used to uniquely identify this module
GUID = '1f6b6b91-79c4-4edf-83a1-66d2dc8c3d85'

# Author of this module
Author = 'Paul Navarro, Jonathan Butler'
Author = 'Paul Navarro, Jonathan Butler, Lorenzo Ireland, Julius Perez'

# Company or vendor of this module
CompanyName = 'Cloud Forensicator'
CompanyName = 'Hawk Forensics'

# Copyright statement for this module
Copyright = 'Copyright (c) 2025 Paul Navarro'

# Description of the functionality provided by this module
Description = 'Microsoft 365 Incident Response and Threat Hunting PowerShell tool.
The Hawk is designed to ease the burden on M365 administrators who are performing Cloud forensic tasks for their organization.
It accelerates the gathering of data from multiple sources in the service that be used to quickly identify malicious presence and activity.'
Description = 'A free, open-source Microsoft Cloud forensics PowerShell module for incident response and threat hunting.
Hawk streamlines the collection of forensic data from Microsoft 365 and Entra ID environments to help security professionals,
incident responders, and administrators quickly gather critical log data and identify potential security concerns.
While it includes basic analysis capabilities to flag items of interest, it focuses on efficient data collection rather than automated detection.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
Expand Down
2 changes: 1 addition & 1 deletion Hawk/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
- Updated Change Log URI.
- Removed improperly formatted JSON from Get-HawkTenantAdminInboxRuleHistory, Get-HawkTenantAdminInboxRuleRemoval, Get-HawkTenantRBACChange, Get-HawkUserAdminAudit, Search-HawkTenantEXOAuditLog

## 3.X.X (2025-X-XX)
## 4.0 (2025-2-XX)

- Implemented UTC timestamps to avoid using local timestamps
- Implemented PROMPT tag to display to screen when prompting user
Expand Down

0 comments on commit 590bcff

Please sign in to comment.