mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
e8abbd916b
to relevant test files. Removed the | character from searches that use index and sourcetype macros at the beginning of the search.
15 lines
604 B
YAML
15 lines
604 B
YAML
name: Splunk Digital Certificates Lack of Encryption Unit Test
|
|
tests:
|
|
- name: Splunk Digital Certificates Lack of Encryption
|
|
file: application/splunk_digital_certificates_lack_of_encryption.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
earliest_time: -24h
|
|
latest_time: now
|
|
attack_data:
|
|
- file_name: splunkd.log
|
|
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1587.003/splunk_fwder/splunkd.log
|
|
source: "/opt/splunk/var/log/splunk/metrics.log"
|
|
sourcetype: splunkd
|
|
update_timestamp: false
|
|
custom_index: _internal
|