Hi everyone,
I need to migrate a SPL rule to Chronicle, can someone assit how this can be converted to YARA-L?
| eval date=strftime(_time,"%d/%m/%Y")
| eval date_dm=strftime(_time,"%d/%m")
| eval date_wday=strftime(_time, "%w")
The main goal would be to use these new fields in order to be able to search for events in a certain range of hours or days (for example in 2 p.m. and 6 p.m. or on Saturday between 3 p.m. and 8 p.m.).
Thank you in advance for your help.
Best regards