-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: embedded config files to binary #1370 #1385
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hitenkoku
I confirmed csv result has no diff between before/after :)
But the progress bar is output twice as follows only when run without config directory🤔 Could you please confirm this?🙏
(When there is a config directory, the progress bar is printed only once)
% ./hayabusa-new csv-timeline -d ../hayabusa-sample-evtx -o new.csv -D -n -u -w -q -C
Start time: 2024/07/15 19:06
Total event log files: 585
Total file size: 137.2 MB
Loading detection rules. Please wait.
Excluded rules: 20
Noisy rules: 12
Deprecated rules: 209 (4.72%)
Experimental rules: 566 (12.78%)
Stable rules: 253 (5.71%)
Test rules: 3,355 (75.77%)
Unsupported rules: 45 (1.02%)
Hayabusa rules: 179
Sigma rules: 4,249
Total detection rules: 4,428
Creating the channel filter. Please wait.
Evtx files loaded after channel filter: 575
Detection rules enabled after channel filter: 4,355
Output profile: standard
Scanning in progress. Please wait.
[00:00:00] 0 / 575 ⠁ [ ] 0%
[00:00:05] 575 / 575 [========================================] 100%
Scanning finished. Please wait while the results are being saved.
@fukusuket Thank you for your review. |
@fukusuket Sorry for late fix. I fixed follwoing problem in Could you review it?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hitenkoku
Thank you so much for fix! I confirmed #1385 (review) is fixed! LGTM!!🚀
@hitenkoku Thanks for this. I have confirmed that if I rename |
@YamatoSecurity Fixed follwing problem. Please recheck it.
|
@hitenkoku Thanks! When i run the following it updates the config file correctly but it displays an error:
Can you remove the Also, when I change the
just to test, the colors do not change anymore. Can you check this? |
@YamatoSecurity Thanks for your review. I following problems. Please recheck it.
|
@hitenkoku Thank you!
However, it is easy to miss the message as it gets displayed before the logo. Can you change it to:
or just
I changed the colors for the levels in
but the colors still do not change. Can you check this? |
The Could you please check this as well. |
@YamatoSecurity Thanks for your comment. I fixed following point out in c12a06a.
I fixed following point out in 562c117.
I fixed following your point out in dbd0417.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hitenkoku I checked that everything works on my environment. Thanks so much!
What Changed