Having fun while learning about and pivoting into the world of DFIR.
by ogmini
David Cowen has posted his weekly Sunday Funday challenge at his blog and it is about the looking at the delays present between action and log availability.
I’m not going to be able to full testing as I don’t have access to test instances for all these cloud providers.
For the main cloud providers (AWS, Azure, Google Cloud) determine how long it takes from you performing the action the log being available for the following actions:
Initially, I had planned to check the logs using Graph API; but I do not have the required Premium P1 license. The following documenation from Microsoft talks about the process to check logs using the Microsoft Entra admin center and Graph API.
https://learn.microsoft.com/en-us/entra/identity/monitoring-health/quickstart-analyze-sign-in
One important thing to note from the Microsoft Documentation is they explicitly state to
Wait for 5 minutes to ensure that you can find the event in the sign-in log.
We’re going to test and verify this statement.
I successfully log in at 4:23:10 PM and start refreshing the search screen.
After refreshing the page at 4:27:04 the Success Log-in records are seen.
RequestID (Censored) | Date | Status |
---|---|---|
f1bb9a | 4/1/2025 4:23:09 PM | Interrupted |
43e60d | 4/1/2025 4:23:11 PM | Success |
225002 | 4/1/2025 4:23:12 PM | Success |
0f4a0f | 4/1/2025 4:23:12 PM | Success |
It is nice to see that the timestamps are not off or show any appreciable delay. I’m going to chalk the second difference up to network delay.
There is a delay of about 4 minutes.
I fail log in at 4:39:05 PM and start refreshing the search screen. I’m going to forgo the screenshot of refreshing the logs.
After refreshing the page at 4:42:59 PM the Failure Log-in record is seen.
RequestID (Censored) | Date | Status |
---|---|---|
6351f6 | 4/2/2025 4:39:06 PM | Failure |
Again the timestamps are not off or show any appreciable delay. I’m going to chalk the second difference up to network delay.
There is a delay of about 4 minutes.
At 4:55:04 PM I delete a test user and start refreshing the search screen for the Audit Logs. I’m going to forgo the screenshot of refreshing the logs.
After refreshing the page at 4:47:15 PM the Delete user record is seen.
Again the timestamps are not off or show any appreciable delay.
There is a delay of about 2 minutes.
At 5:03:37 PM I add a test user and start refreshing the search screen for the Audit Logs. I’m going to forgo the screenshot of refreshing the logs.
After refreshing the page at 5:04:34 PM the Add user record is seen.
Again the timestamps are not off or show any appreciable delay.
There is a delay of about 1 minute.
At 5:12:46 PM, I add the Password Administrator role to my test user and start refreshing the search screen for the Audit Logs. I’m going to forgo the screenshot of refreshing the logs.
After refreshing the page at 5:14:01 PM the Add member to role record is seen.
Again the timestamps are not off or show any appreciable delay.
There is a delay of about 1 minute.
Microsoft Entra Log Delays
Log | Delay | Notes |
---|---|---|
Log-in | ~4 minuttes | Approximately 4 minutes for log in success and failure. |
Audit | ~2 minutes | Deleting a user showed 2 minutes. Adding a user was faster at 1 minute. Role changes were in the middle. |