mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
12 lines
494 B
YAML
12 lines
494 B
YAML
name: Potential password in username Unit Test
|
|
tests:
|
|
- name: Potential password in username
|
|
file: endpoint/potential_password_in_username.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
earliest_time: -24h
|
|
latest_time: now
|
|
attack_data:
|
|
- file_name: linux_secure.log
|
|
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1552.001/password_in_username/linux_secure.log
|
|
source: /var/log/secure
|
|
sourcetype: linux_secure |