mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
13 lines
524 B
YAML
13 lines
524 B
YAML
name: Attacker Tools On Endpoint Unit Test
|
|
tests:
|
|
- name: Attacker Tools On Endpoint
|
|
file: endpoint/attacker_tools_on_endpoint.yml
|
|
pass_condition: '| stats count | where count > 0'
|
|
earliest_time: '-30d'
|
|
latest_time: 'now'
|
|
attack_data:
|
|
- file_name: windows-sysmon.log
|
|
data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1595/attacker_scan_tools/windows-sysmon.log
|
|
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
|
|
sourcetype: xmlwineventlog
|