Query Details

Time Between Dates

Query

SecurityEvent
| where TimeGenerated between(datetime("2020-04-01 22:46:42") .. datetime("2020-04-30 00:57:27"))

Explanation

The query is looking for security events that occurred between April 1st, 2020 at 22:46:42 and April 30th, 2020 at 00:57:27.

Details

Rod Trent profile picture

Rod Trent

Released: May 13, 2020

Tables

SecurityEvent

Keywords

SecurityEvent,TimeGenerated

Operators

wherebetweendatetime

Actions