mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
3fb342d4c4
Renamed the macro in the tests that use that macro. Added the optional field, "custom_index" to the test files which MUST upload data into the _audit index. This branch doesn't support custom_index yet, but those changes will be merged soon from another branch.
15 lines
607 B
YAML
15 lines
607 B
YAML
name: Splunk Protocol Impersonation Weak Encryption Configuration Unit Test
|
|
tests:
|
|
- name: Splunk Protocol Impersonation Weak Encryption Configuration
|
|
file: application/splunk_protocol_impersonation_weak_encryption_configuration.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
earliest_time: -24h
|
|
latest_time: now
|
|
attack_data:
|
|
- file_name: audit.log
|
|
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1213/audittrail/audittrail.log
|
|
source: audittrail
|
|
sourcetype: audittrail
|
|
update_timestamp: true
|
|
custom_index: _audit
|