add test data

This commit is contained in:
Xiao Lin
2020-10-22 21:09:27 +00:00
parent 4b933ff9ef
commit 45f67bc365
2 changed files with 20 additions and 0 deletions
@@ -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