Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Sentinel - Detection (Analytical Rule) problem because of log ingestion delay

Copper Contributor

Hi,

 

I am facing problem with sentinel analytical rule, as it failed to detect certain events because of delay in log ingestion time and conflict with my scheduling frequency.

 

below conditions of my analytical rule to explain my problem statement.

 

//Delay on log ingestion from Office365 to sentinel

Minimum:10 mins

Max: 30 mins

 

//Query-Office365Activity

let timeframe = 5m;
OfficeActivity
| where TimeGenerated >= ago(timeframe)
| where Operation =~ "Set-AdminAuditLogConfig"

 

//Query Scheduling in Analytical rule

KrishhnaM_0-1600243711791.png

 

Our objective is to identify high severity incidents within 5mins from the log ingestion time on sentinel, I am unable to use ingestion_time() Property in my query (as it returns default timeframe 24 hours)

Can you suggest me solution or workaround to solve this issue? as we have more than 50+ use cases having the similar problem.

 

PS: To overcome this i have increased the Lookup data from time, in that case i receive duplicate alerts

 

1 Reply