Update detections/endpoint/windows_rdp_file_execution.yml

Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
This commit is contained in:
Michael Haag
2024-11-25 15:48:05 -07:00
committed by GitHub
parent 9084ddcff4
commit 245bd2ac03
@@ -20,6 +20,7 @@ search: '| tstats count min(_time) as firstTime max(_time) as lastTime from data
match(process, "\\\\Downloads\\\\"), "downloads_execution",
match(process, "\\\\Temp\\\\"), "temp_execution",
match(process, "\\\\Microsoft\\\\Outlook\\\\"), "outlook_execution",
match(process, "\\\\Olk\\\\Attachments\\\\"), "outlook_execution",
match(process, "\\\\Content.Outlook\\\\"), "outlook_execution",
true(), "other"
),