Skip to content

Commit c5f13c7

Browse files
authored
Merge pull request #3634 from splunk/ctl_5.12.0
removed detections for 5.12.0
2 parents bb6f8b8 + 01e4f16 commit c5f13c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contentctl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ app:
33
uid: 3449
44
title: ES Content Updates
55
appid: DA-ESS-ContentUpdate
6-
version: 5.11.0
6+
version: 5.12.0
77
description: Explore the Analytic Stories included with ES Content Updates.
88
prefix: ESCU
99
label: ESCU

detections/deprecated/any_powershell_downloadfile.yml renamed to removed/detections/any_powershell_downloadfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 1a93b7ea-7af7-11eb-adb5-acde48001122
33
version: '16'
44
date: '2025-06-23'
55
author: Michael Haag, Splunk
6-
status: deprecated
6+
status: removed
77
type: TTP
88
description: The following analytic detects the use of PowerShell's `DownloadFile`
99
method to download files. It leverages data from Endpoint Detection and Response

detections/deprecated/any_powershell_downloadstring.yml renamed to removed/detections/any_powershell_downloadstring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 4d015ef2-7adf-11eb-95da-acde48001122
33
version: 14
44
date: '2025-07-29'
55
author: Michael Haag, Splunk
6-
status: deprecated
6+
status: removed
77
type: TTP
88
description: The following analytic detects the use of PowerShell's `DownloadString`
99
method to download files. It leverages data from Endpoint Detection and Response

detections/deprecated/windows_installutil_uninstall_option_with_network.yml renamed to removed/detections/windows_installutil_uninstall_option_with_network.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 1a52c836-43ef-11ec-a36c-acde48001122
33
version: 13
44
date: '2025-06-26'
55
author: Michael Haag, Splunk
6-
status: deprecated
6+
status: removed
77
type: TTP
88
description: The following analytic identifies the use of Windows InstallUtil.exe
99
making a remote network connection using the `/u` (uninstall) switch. This detection

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
contentctl==5.5.7
1+
contentctl==5.5.8

0 commit comments

Comments
 (0)