You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-HawkTenantUnifiedAuditLog is currently non-functional and does not return results for the Unified Audit Log (UAL). This results in the following issues:
The function does not successfully retrieve UAL data, limiting its usefulness.
The output lacks the flattened/simplified data format that other Hawk functions provide.
Users cannot easily analyze the data in spreadsheet applications due to nested JSON structures.
The function isn't integrated into Start-HawkTenantInvestigation, meaning valuable authentication data is missing in standard tenant investigations.
Proposed Solution
Fix Get-HawkTenantUnifiedAuditLog to successfully retrieve and process UAL data.
Update Get-HawkTenantUnifiedAuditLog to use Get-SimpleUnifiedAuditLog for processing UAL data.
Generate both simplified (flattened) and raw output files:
Simple_Audit_Log_Full_{date}.csv/.json
Audit_Log_Full_{date}.csv/.json
Assess whether this function should be standalone or integrated into Start-HawkTenantInvestigation based on the timeline required to fix functionality.
Maintain the existing 48-hour collection window with 15-minute intervals.
Technical Requirements
Modify Get-HawkTenantUnifiedAuditLog to:
Ensure the function properly retrieves UAL data.
Use Get-SimpleUnifiedAuditLog for UAL processing.
Generate both simple and raw output formats.
Maintain current pagination and interval handling.
Determine Function Placement:
If the fix takes an extended period, evaluate whether this function should remain a standalone tenant function or be integrated into Start-HawkTenantInvestigation.
If integrated, ensure proper sequencing within Start-HawkTenantInvestigation.
Handle appropriate error scenarios.
Provide progress updates during execution.
Acceptance Criteria
Get-HawkTenantUnifiedAuditLog successfully retrieves and processes UAL data.
The function generates both simplified and raw output files.
What Problem Would This Feature Solve?
Get-HawkTenantUnifiedAuditLog
is currently non-functional and does not return results for the Unified Audit Log (UAL). This results in the following issues:Start-HawkTenantInvestigation
, meaning valuable authentication data is missing in standard tenant investigations.Proposed Solution
Get-HawkTenantUnifiedAuditLog
to successfully retrieve and process UAL data.Get-HawkTenantUnifiedAuditLog
to useGet-SimpleUnifiedAuditLog
for processing UAL data.Simple_Audit_Log_Full_{date}.csv/.json
Audit_Log_Full_{date}.csv/.json
Start-HawkTenantInvestigation
based on the timeline required to fix functionality.Technical Requirements
Modify
Get-HawkTenantUnifiedAuditLog
to:Get-SimpleUnifiedAuditLog
for UAL processing.Determine Function Placement:
Start-HawkTenantInvestigation
.Start-HawkTenantInvestigation
.Acceptance Criteria
Get-HawkTenantUnifiedAuditLog
successfully retrieves and processes UAL data.Start-HawkTenantInvestigation
.The text was updated successfully, but these errors were encountered: