Closed fukusuket closed 1 week ago
I created prototype! The following features have not yet been implemented🤔
@YamatoSecurity I would appreciate your comments when you have time🙏(Sort order of output results, column order, ... etc)
The following three issues may be better separated as separate issues and will be addressed in a separate pull request.
@fukusuket Thanks! Looking good. Just two things about the table besides what you mentioned.
When writing to CSV file, maybe we should separate by the broken pipe character like we do for Hayabusa results?
One more bug I noticed is that the progress bar does not reach 100% for some reason.
@YamatoSecurity Thank you for comment! I updated following points! Could you check it?🙏
Also, I implemented Timeformat/Filter!
I created https://github.com/Yamato-Security/hayabusa/pull/1484#issuecomment-2469739234 issue as separate one.
@fukusuket Thanks! It seems that --timeline-offset
is not working. Can you check this?
Sorry, just a few small things.
¦
separator to ¦
with spaces around it?channel_abbreviations.txt
file before generic_abbreviations.txt
? I see MS-Win-PwrShell/Op
but it should be PwSh/Op
. Also, provider abbreviations should first check provider_abbreviations.txt
and then after that use generic_abbreviations.txt
.-M, --multiline Output event field information in multiple rows
under Output
that uses newlines instead of ¦
like we do for csv-timeline
?@YamatoSecurity Thank you for checking! I fixed following four points! Could you check it?🙏
It seems that --timeline-offset is not working. Can you check this?
- Can you change the ¦ separator to ¦ with spaces around it?
- Does the abbreviations first check the channel_abbreviations.txt file before generic_abbreviations.txt? I see MS-Win-PwrShell/Op but it should be PwSh/Op. Also, provider abbreviations should first check provider_abbreviations.txt and then after that use generic_abbreviations.txt.
- Could you add a -M, --multiline Output event field information in multiple rows under Output that uses newlines instead of ¦ like we do for csv-timeline?
What Changed
Evidence
Integration-Test