Skip to content

Commit 5f9fb78

Browse files
authored
Merge branch 'develop' into ftd-cim-update
2 parents 271fd75 + 88d689f commit 5f9fb78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

contentctl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ apps:
221221
- uid: 3471
222222
title: Splunk Add-on for AppDynamics
223223
appid: Splunk_TA_AppDynamics
224-
version: 3.1.2
224+
version: 3.1.3
225225
description: The Splunk Add-on for AppDynamics enables you to easily configure data
226226
inputs to pull data from AppDynamics' REST APIs
227-
hardcoded_path: https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/cisco-splunk-add-on-for-appdynamics_312.tgz
227+
hardcoded_path: https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/cisco-splunk-add-on-for-appdynamics_313.tgz
228228
githash: d6fac80e6d50ae06b40f91519a98489d4ce3a3fd

data_sources/cisco_secure_application_appdynamics_alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourcetype: appdynamics_security
99
supported_TA:
1010
- name: Splunk Add-on for AppDynamics
1111
url: https://splunkbase.splunk.com/app/3471
12-
version: 3.1.2
12+
version: 3.1.3
1313
fields:
1414
- SourceType
1515
- apiServerExternal

detections/network/detect_remote_access_software_usage_traffic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Detect Remote Access Software Usage Traffic
22
id: 885ea672-07ee-475a-879e-60d28aa5dd42
3-
version: 8
4-
date: '2025-05-02'
3+
version: 9
4+
date: '2025-05-30'
55
author: Steven Dick
66
status: production
77
type: Anomaly
@@ -16,7 +16,7 @@ description: The following analytic detects network traffic associated with know
1616
data_source:
1717
- Palo Alto Network Traffic
1818
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
19-
as lastTime values(All_Traffic.dest_port) as dest_port latest(user) as user from
19+
as lastTime values(All_Traffic.dest_port) as dest_port latest(All_Traffic.user) as user from
2020
datamodel=Network_Traffic by All_Traffic.action All_Traffic.app All_Traffic.bytes
2121
All_Traffic.bytes_in All_Traffic.bytes_out All_Traffic.dest All_Traffic.dest_ip
2222
All_Traffic.dest_port All_Traffic.dvc All_Traffic.protocol All_Traffic.protocol_version

0 commit comments

Comments
 (0)