mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
add test data
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: Detect Kerberoasting - SSA Unit test
|
||||
detections:
|
||||
- name: Detect kerberoasting
|
||||
file: endpoint/detect_kerberoasting__ssa.yml
|
||||
pass_condition: '| stats count | where count > 0'
|
||||
description: Test detection of kerberoasting
|
||||
attack_data:
|
||||
- file_name: T1558.003.json
|
||||
data: https://attack-range-attack-data.s3-us-west-2.amazonaws.com/T1558.003/T1558.003.json
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
name: Detect Pass the Hash - SSA Unit test
|
||||
detections:
|
||||
- name: Detect Pass the Hash
|
||||
file: endpoint/detect_pass_hash__ssa.yml
|
||||
pass_condition: '| stats count | where count > 0'
|
||||
description: Test detection of pass-the-hash
|
||||
attack_data:
|
||||
- file_name: T1550.002.json
|
||||
data: https://attack-range-attack-data.s3-us-west-2.amazonaws.com/T1550.002/T1550.002.json
|
||||
|
||||
Reference in New Issue
Block a user