Hi,
We have integrated SentinelOne, I have queries to write use case to alert if a file name/Hash value is detected as malicious, and it should not be actioned (mitigated/Quarantined/Deleted) within a few min (ex.: 5min).
SELECT "File Hash","Filename","Action","Hostname",DATEFORMAT(starttime,'DD-MM-yyy hh:mm') AS 'Start Time' FROM events WHERE "File Hash" IS NOT NULL AND ACTION!='mitigated' AND ACTION!='deleted'
Thanks
Arunkumar
------------------------------
Arunkumar R
------------------------------