Skip to content

Search timestamp version 2.5.0 #118

Answered by alexkornitzer
EICP02 asked this question in Q&A
Discussion options

You must be logged in to vote

Heya,

So you should be able to use timestamp like follows:

chainsaw search --timestamp Event.System.TimeCreated --from '2020-03-21T05:00:25' --to '2020-03-21T06:00:25' -t 'Event.System.EventID: =7' /tmp/EVTX-ATTACK-SAMPLES

Where --timestamp is used to specify the field that contains the timestamp value you wish to apply date range filtering to. Then you can use --from and/or --to to filter the time on the specified field.

Is there anything we could add to make it easier to understand?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EICP02
Comment options

Answer selected by EICP02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants