We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df72650 commit 849a537Copy full SHA for 849a537
.github/workflows/replay-datasets.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
fetch-depth: 0 # Fetch full history for file change detection
28
29
+ - name: Pull Git LFS files
30
+ run: git lfs pull
31
+
32
- name: Set up Python
33
uses: actions/setup-python@v4
34
datasets/attack_techniques/T1556/disable_lsa_protection_new/disable_lsa_protection_new.yml
@@ -10,4 +10,5 @@ datasets:
10
- name: lsa_reg_deletion_modification.log
11
path: /datasets/attack_techniques/T1556/disable_lsa_protection_new/lsa_reg_deletion_modification.log
12
sourcetype: 'XmlWinEventLog'
13
- source: 'XmlWinEventLog:Microsoft-Windows-Sysmon/Operational'
+ source: 'XmlWinEventLog:Microsoft-Windows-Sysmon/Operational'
14
0 commit comments