The commit 80a1561a4e882c0559c50aa8941d5031bbec7ad3 deletes the rules\config\regex directory despite the fact that 2 other rules depend on the LOLBAS_paths.txt regex file.
This creates an error when running Hayabusa with the csv-timeline option.
[WARN] Failed to parse rule file. (FilePath : C:\Users\xxx\Downloads\217\rules\hayabusa\sysmon\Sysmon_1_ProcExec_High_LOLBAS-Rename.yml)
[WARN] Cannot open file. [file:./rules/config/regex/LOLBAS_paths.txt]
[WARN] Cannot open file. [file:./rules/config/regex/LOLBAS_paths.txt]
After unzipping Hayabusa, both with 2.16.1 and 2.17.0, the regex directory exists. After the rules-update, the regex dir is gone, causing an error message.
So maybe the LOLBAS_paths.txt should be added back until the 2 rules have been modifed.
The commit 80a1561a4e882c0559c50aa8941d5031bbec7ad3 deletes the
rules\config\regex
directory despite the fact that 2 other rules depend on theLOLBAS_paths.txt
regex file.This creates an error when running Hayabusa with the
csv-timeline
option.After unzipping Hayabusa, both with 2.16.1 and 2.17.0, the regex directory exists. After the
rules-update
, the regex dir is gone, causing an error message.So maybe the
LOLBAS_paths.txt
should be added back until the 2 rules have been modifed.