DC-2: Expand M365 Log Collection #188
Labels
status/backlog
In backlog / validated
type/feature
New feature or request
type/gaant
Used for Gaant Visualization
Milestone
What problem would this feature solve?
Currently, Hawk is not collecting several critical M365 log types that provide important investigative context. Adding the collection of these logs will enhance investigators' ability to understand user and system activity during incidents.
Proposed Solution
Implement the collection of the following additional log types using
Search-UnifiedAuditLog
:@T0pCyber input needed: Should these logs be collected for both
Start-HawkTenantInvestigation
andStart-HawkUserInvestigation
, or just one of these commands?⚙️ Developer Section (For Hawk Team Members Only)
Technical Requirements
Create Separate Functions for Each Log Type:
Get-HawkMailItemsAccessed
Get-HawkExchangeSearchQuery
Get-HawkSharePointSearchQuery
Get-HawkMailSendActivity
Each function should:
Search-UnifiedAuditLog
with the appropriate operation filters.Output Requirements:
Implementation Approach
Create Base Log Collection Framework:
Implement Individual Collection Functions:
Integration:
@T0pCyber
on scope).Acceptance Criteria
Search-UnifiedAuditLog
.Get-HawkMailItemsAccessed
,Get-HawkExchangeSearchQuery
, etc.).@T0pCyber
.Dependencies
Search-UnifiedAuditLog
: Ensure the necessary permissions are granted to retrieve M365 logs.Notes
@T0pCyber
's decision on whether to implement log collection for bothStart-HawkTenantInvestigation
andStart-HawkUserInvestigation
.The text was updated successfully, but these errors were encountered: