You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: detections/endpoint/executables_or_script_creation_in_suspicious_path.yml
+40-39
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Executables Or Script Creation In Suspicious Path
2
2
id: a7e3f0f0-ae42-11eb-b245-acde48001122
3
-
version: '12'
4
-
date: '2025-02-28'
3
+
version: '13'
4
+
date: '2025-03-19'
5
5
author: Teoderick Contreras, Splunk
6
6
status: production
7
7
type: Anomaly
@@ -15,14 +15,15 @@ description: The following analytic identifies the creation of executables or sc
15
15
a significant security threat.
16
16
data_source:
17
17
- Sysmon EventID 11
18
-
search: '| tstats `security_content_summariesonly` values(Filesystem.file_path) as file_path count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Filesystem
19
-
where Filesystem.file_name IN ("*.exe", "*.dll", "*.sys", "*.com", "*.vbs", "*.vbe", "*.js", "*.ps1", "*.bat", "*.cmd", "*.pif")
20
-
AND Filesystem.file_path IN ("*\\windows\\fonts\\*", "*\\users\\public\\*", "*\\windows\\debug\\*", "*\\Users\\Administrator\\Music\\*", "*\\Windows\\servicing\\*", "*\\Users\\Default\\*", "*Recycle.bin*", "*\\Windows\\Media\\*",
18
+
search: '| tstats `security_content_summariesonly` values(Filesystem.file_path) as
19
+
file_path count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Filesystem
20
+
where Filesystem.file_name IN ("*.exe", "*.dll", "*.sys", "*.com", "*.vbs", "*.vbe",
21
+
"*.js", "*.ps1", "*.bat", "*.cmd", "*.pif") AND Filesystem.file_path IN ("*\\windows\\fonts\\*",
Copy file name to clipboardExpand all lines: detections/endpoint/executables_or_script_creation_in_temp_path.yml
+42-43
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Executables Or Script Creation In Temp Path
2
2
id: e0422b71-2c05-4f32-8754-01fb415f49c9
3
-
version: 11
4
-
date: '2025-02-11'
3
+
version: '12'
4
+
date: '2025-03-19'
5
5
author: Teoderick Contreras, Splunk
6
6
status: production
7
7
type: Anomaly
@@ -15,14 +15,13 @@ description: The following analytic identifies the creation of executables or sc
15
15
a significant security threat.
16
16
data_source:
17
17
- Sysmon EventID 11
18
-
search: '| tstats `security_content_summariesonly` values(Filesystem.file_path) as file_path count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Filesystem
19
-
where Filesystem.file_name IN ("*.exe", "*.dll", "*.sys", "*.com", "*.vbs", "*.vbe", "*.js", "*.ps1", "*.bat", "*.cmd", "*.pif")
20
-
AND Filesystem.file_path IN ("*\\AppData\\Local\\Temp\\*", "*:\\Windows\\Temp\\*", "*:\\Temp*")
21
-
by Filesystem.file_create_time Filesystem.process_id Filesystem.file_name Filesystem.user
0 commit comments