Commit Graph

739 Commits

Author SHA1 Message Date
DastInDark 4f1de4745b condensed most total detection in results summary #675 2022-08-24 20:01:29 +09:00
DastInDark c93a979791 Condensed detection count output format in the results summary #675 2022-08-23 22:56:21 +09:00
DastInDark 5b3773b192 added --no-summary option to do not display result summary #672 2022-08-21 11:29:19 +09:00
DastInDark 628cf64618 fixed fmt comment and newline 2022-08-21 02:31:56 +09:00
DastInDark 43d070ca47 added top alert to results summary by rule #667 2022-08-21 02:31:16 +09:00
DastInDark fd653f24fc added count by rule titles variable 2022-08-21 02:28:38 +09:00
DustInDark c48d8589cd Merge pull request #663 from fukusuket/fix-console-output-colored-by-detection-level
fix: Detection result records(crit,med,low level) not colored
2022-08-19 05:16:33 +09:00
fukusuket 2d12d5e846 fix: add file existing check when -f option specified. issue #664 2022-08-19 02:25:19 +09:00
fukusuket 01f6d9f711 fix: clippy waring(needless_borrow) 2022-08-19 01:09:31 +09:00
fukusuket 4d19f84d80 fix: Change the source color hashmap LEVEL_ABBR to LEVEL_FULL. issue #662 2022-08-19 00:25:35 +09:00
Fukusuke Takahashi 08185977cc fix race condition in insert_message. #639 (#660) 2022-08-13 19:56:30 +09:00
DastInDark 3c9e0adaa9 added version number 2022-08-12 15:52:25 +09:00
Yamato Security 1ca1b8a850 Merge branch 'main' into 651-organize-menu 2022-08-12 08:21:13 +09:00
Yamato Security 1ce5ffb0e3 add version in help menu 2022-08-11 22:19:08 +09:00
DastInDark 1491ecba07 cargo fmt 2022-08-11 20:18:31 +09:00
DastInDark 73028972e0 added output percentage of detections in result summary #658 2022-08-11 20:10:27 +09:00
DastInDark 436a61a436 passed test verstion (arg_required_else_help is false) 2022-08-11 19:48:36 +09:00
DastInDark acab188fec disabled version 2022-08-11 18:56:58 +09:00
DastInDark c2a093fb1e cargo fmt 2022-08-11 18:51:26 +09:00
DastInDark faaf068db0 Merge branch '651-organize-menu' of https://github.com/Yamato-Security/hayabusa into 651-organize-menu 2022-08-11 18:45:02 +09:00
Yamato Security dcd401f462 Merge branch 'main' into 651-organize-menu 2022-08-11 00:31:57 +09:00
Yamato Security 5d48ad4a26 update readme 2022-08-11 00:29:48 +09:00
DastInDark 09240212e8 add new line help 2022-08-10 20:44:26 +09:00
Tanaka Zakku c7f44bd315 updated menu 2022-08-10 10:48:32 +09:00
DastInDark a48f942cfe Merge branch 'main' into 651-organize-menu 2022-08-10 02:42:50 +09:00
DastInDark a74681f8fd fixed organized menu when args is empty #651 2022-08-10 02:26:56 +09:00
DastInDark 6049d30185 Merge branch 'main' into 643-enhancement-implement-null-keyword 2022-08-10 01:12:32 +09:00
DastInDark 7b4f2f3717 reverted removed event_value none check 2022-08-10 01:06:39 +09:00
DastInDark 506b2ce283 cargo fmt 2022-08-10 00:45:49 +09:00
DastInDark d6443ae144 added exist check when rule value is null #643 2022-08-10 00:44:05 +09:00
Tanaka Zakku 4f9b4559db organize menu 2022-08-08 23:58:10 +09:00
DastInDark a5a055d75c Changed previous codename 2022-08-08 23:40:57 +09:00
DastInDark 20293d9b61 cargo fmt 2022-08-08 23:33:56 +09:00
DastInDark b1eba5e039 output summary numbers with commas #649 2022-08-08 23:16:44 +09:00
DastInDark 7cc0217cb1 cargo fmt 2022-08-08 10:09:37 +09:00
DastInDark 187192c5d8 To removed unnecessary all-tags option. 2022-08-08 03:24:22 +09:00
DastInDark b07b4f6fb2 Revert "fixed profile reference wrong file ref"
This reverts commit bbd6c98616.
2022-08-07 01:02:18 +09:00
DastInDark bbd6c98616 fixed profile reference wrong file ref 2022-08-07 00:56:47 +09:00
DastInDark 3f25f951e7 Changed MitreTechniques alias to MitreTags due to MitreTags is included
tags expect techniques.
2022-08-07 00:24:32 +09:00
DastInDark 8ae2cf0bec cargo fmt 2022-08-07 00:11:23 +09:00
DastInDark 3f186cb281 Added separate feature Mitre ATT&CK tags and other tags when outputting #637 2022-08-07 00:09:38 +09:00
DastInDark 3ef2845d89 removed %MitreAttack% 2022-08-07 00:07:47 +09:00
DastInDark b58ddcdfe6 Renamed file name To be clearly output_tag.txt treat MitreTactics #637 2022-08-07 00:05:43 +09:00
DustInDark e401a0e7e1 Merge pull request #645 from Yamato-Security/640-bug-miscalculation-of-data-reduction-in-rare-cases
Fixed miscalculation of data reduction in rare cases
2022-08-06 13:57:46 +09:00
DastInDark 887b734035 Fixed: Removed aggregation condition detection from data reduction count #640 2022-08-06 08:06:06 +09:00
DastInDark aada26841f Fixed: To remove './' string from update path result. #642 2022-08-06 06:05:50 +09:00
DustInDark 5d0bd9ce5a Merge branch 'main' into 165-customize-columns-with-output-profiles 2022-08-03 10:24:20 +09:00
DustInDark 922869fb15 fixed detection output order 2022-08-03 10:12:15 +09:00
DustInDark d60ed0e62c fixed output format 2022-08-03 09:22:46 +09:00
DustInDark e54acfe24a reverted %RecordInformation% 2022-08-01 20:14:54 +09:00