mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update detections/endpoint/windows_rdp_file_execution.yml
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user