Skip to content

Commit

Permalink
Merge branch 'develop' into nterl0k-t1595-generic-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella authored Jan 6, 2025
2 parents 9ee8526 + 6adf586 commit f1fca81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions contentctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ test_instance:
hec_port: 8088
web_ui_port: 8000
api_port: 8089
full_image_path: registry.hub.docker.com/splunk/splunk:latest
container_settings:
full_image_path: registry.hub.docker.com/splunk/splunk:9.3
leave_running: true
num_containers: 1
mode: {}
Expand Down Expand Up @@ -77,9 +77,9 @@ apps:
- uid: 5579
title: Splunk Add-on for CrowdStrike FDR
appid: Splunk_TA_CrowdStrike_FDR
version: 2.0.2
version: 2.0.3
description: description of app
hardcoded_path: https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/splunk-add-on-for-crowdstrike-fdr_202.tgz
hardcoded_path: https://attack-range-appbinaries.s3.us-west-2.amazonaws.com/splunk-add-on-for-crowdstrike-fdr_203.tgz
- uid: 3185
title: Splunk Add-on for Microsoft IIS
appid: SPLUNK_TA_FOR_IIS
Expand Down
2 changes: 1 addition & 1 deletion data_sources/crowdstrike_processrollup2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ separator: event_simpleName
supported_TA:
- name: Splunk Add-on for CrowdStrike FDR
url: https://splunkbase.splunk.com/app/5579
version: 2.0.2
version: 2.0.3
fields:
- AuthenticationId
- AuthenticationId_meaning
Expand Down
2 changes: 1 addition & 1 deletion macros/f5_bigip_rogue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
definition: index=netops sourcetype="f5:bigip:rogue"
definition: sourcetype="f5:bigip:rogue"
description: customer specific splunk configurations(eg- index, source, sourcetype).
Replace the macro definition with configurations for your Splunk Environment.
name: f5_bigip_rogue
2 changes: 1 addition & 1 deletion macros/zeek_rpc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
definition: index=zeek sourcetype="zeek:rpc:json"
definition: sourcetype="zeek:rpc:json"
description: customer specific splunk configurations(eg- index, source, sourcetype).
Replace the macro definition with configurations for your Splunk Environment.
name: zeek_rpc
2 changes: 1 addition & 1 deletion macros/zeek_ssl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
definition: index=zeek sourcetype="zeek:ssl:json"
definition: sourcetype="zeek:ssl:json"
description: customer specific splunk configurations(eg- index, source, sourcetype).
Replace the macro definition with configurations for your Splunk Environment.
name: zeek_ssl

0 comments on commit f1fca81

Please sign in to comment.