You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hayabusa is ran without any arguments, the list of commands is shown:
csv-timeline Save the timeline in CSV format
json-timeline Save the timeline in JSON/JSONL format
logon-summary Print a summary of successful and failed logons
metrics Print event ID metrics
pivot-keywords-list Create a list of pivot keywords
search Search by keyword
update-rules Update to the latest rules in the hayabusa-rules github repository
level-tuning Tune alert levels (default: ./rules/config/level_tuning.txt)
set-default-profile Set default output profile
list-contributors Print the list of contributors
list-profiles List the output profiles
help Print this message or the help of the given subcommand(s)
After the search command is implemented, I would like to sort them as follows:
Commands:
csv-timeline Save the timeline in CSV format
help Print this message or the help of the given subcommand(s)
json-timeline Save the timeline in JSON/JSONL format
level-tuning Tune alert levels (default: ./rules/config/level_tuning.txt)
list-contributors Print the list of contributors
list-profiles List the output profiles
logon-summary Print a summary of successful and failed logons
metrics Print event ID metrics
pivot-keywords-list Create a list of pivot keywords
search Search by keyword
set-default-profile Set default output profile
update-rules Update to the latest rules in the hayabusa-rules github repository
If it is possible to organize the commands into groups then this is better:
Analysis Commands:
logon-summary Print a summary of successful and failed logons
metrics Print event ID metrics
pivot-keywords-list Create a list of pivot keywords
search Search by keyword
DFIR Timeline Commands:
csv-timeline Save the timeline in CSV format
json-timeline Save the timeline in JSON/JSONL format
level-tuning Tune alert levels (default: ./rules/config/level_tuning.txt)
list-profiles List the output profiles
set-default-profile Set default output profile
update-rules Update to the latest rules in the hayabusa-rules github repository
General Commands:
help Print this message or the help of the given subcommand(s)
list-contributors Print the list of contributors
The text was updated successfully, but these errors were encountered:
When hayabusa is ran without any arguments, the list of commands is shown:
After the
search
command is implemented, I would like to sort them as follows:If it is possible to organize the commands into groups then this is better:
The text was updated successfully, but these errors were encountered: