Commit Graph

829 Commits

Author SHA1 Message Date
DastInDark
f7fd837bf8 removed debug print and comment out process 2022-09-15 19:46:14 +09:00
DastInDark
8e76c942cb cargo fmt 2022-09-15 19:45:18 +09:00
DastInDark
709fc5bf15 fixed json output parse error 2022-09-15 19:44:45 +09:00
DastInDark
97b6a35c88 cargo fmt 2022-09-14 18:55:49 +09:00
DastInDark
93070e8fcd fixed lack of first key data in recordinformation 2022-09-14 18:55:12 +09:00
DastInDark
0b489c5ca2 fixed key index crash 2022-09-13 20:15:47 +09:00
DastInDark
c96ac1d0e5 fixed object separate comma lack 2022-09-12 23:17:48 +09:00
DastInDark
3c618db661 fixed double quote json parse error in allrecordinfo field 2022-09-12 00:30:28 +09:00
DastInDark
e55a119846 cargo fmt 2022-09-12 00:14:04 +09:00
DastInDark
6cbf74a4cb fixed key processing in details #654 2022-09-12 00:13:19 +09:00
DastInDark
9ef7868b22 Merge branch 'main' into 654-enhancement-output-to-json 2022-09-10 15:55:12 +09:00
Yamato Security
4f1e4c34d6 change wording 2022-09-10 06:12:46 +09:00
DastInDark
9e15e162eb Merge branch '687-change-pipe-separator-character' into 654-enhancement-output-to-json 2022-09-09 23:04:59 +09:00
DastInDark
2e4418dce1 changed details separator character 2022-09-09 22:35:32 +09:00
DastInDark
6253ef0c14 cargo fmt 2022-09-09 20:36:32 +09:00
DastInDark
29f8eacbd2 fixed excluded pipe in value is replace double pipe.
ex. pipe in powershell
2022-09-09 20:34:06 +09:00
DastInDark
bdd4fe97c2 cargo fmt 2022-09-09 20:22:40 +09:00
DastInDark
25aae3f230 Merge branch 'main' into 687-change-pipe-separator-character 2022-09-09 12:49:22 +09:00
DastInDark
fb42afa1d0 fixed test 2022-09-09 12:47:57 +09:00
DastInDark
4b80dc63f8 changed allrecordinfo data separator to broken pipe 2022-09-09 12:47:18 +09:00
Yamato Security
b2331058ce add space, change colors 2022-09-09 12:17:41 +09:00
DastInDark
0482d73d18 changed separator 2022-09-09 12:03:19 +09:00
DastInDark
31988f2f08 Add color to Saved alerts and events / Total events analyzed #690 2022-09-09 11:54:35 +09:00
DastInDark
4c7158d5e8 fixed test 2022-09-08 14:23:23 +09:00
DastInDark
c655856abe fixed output header format 2022-09-08 13:47:38 +09:00
DastInDark
33df28d41c cargo fmt 2022-09-08 11:03:24 +09:00
Yamato Security
64bc89d750 update tags to broken pipe 2022-09-08 10:36:10 +09:00
DastInDark
58e78b7203 changed MitreTags, MitreTactics, OtherTags field separator character 2022-09-08 09:52:26 +09:00
DastInDark
e6af3acc69 fixed test 2022-09-08 09:52:03 +09:00
DastInDark
c131a64d28 changed output field sparator #687 2022-09-08 09:51:32 +09:00
DastInDark
6e9709170b fixed process contiguous empty value in array when output json #654 2022-09-08 01:48:00 +09:00
DastInDark
2c707a85a3 removed duplicated process 2022-09-08 01:05:41 +09:00
DastInDark
7996313f69 fixed error 2022-09-08 00:51:58 +09:00
DastInDark
6cecc74c03 cargo fmt 2022-09-08 00:36:01 +09:00
DastInDark
430a910320 fixed output lack json when last stock value #654 2022-09-08 00:32:49 +09:00
DastInDark
763ec973df Merge branch 'main' into 654-enhancement-output-to-json 2022-09-07 23:00:13 +09:00
DastInDark
576f34bcb0 fixed test input code and removed unused import 2022-09-07 10:28:48 +09:00
DastInDark
a3faa89d41 fixed test 2022-09-07 10:23:55 +09:00
DastInDark
26fe7dd2b2 changed channel convert from case-sensitive to insensitive #685 2022-09-07 10:22:36 +09:00
DustInDark
47b778ec42 Merge branch 'main' into 681-bug-custom-config-directory-doesnt-load-target_event_idstxt 2022-09-05 08:55:17 +09:00
Yamato Security
d21c07c04a fix backslash and filenames 2022-09-05 06:46:34 +09:00
DastInDark
3ee5e9e900 changed total event count from iterator.count to count up 2022-09-05 00:39:15 +09:00
DastInDark
45f678b147 fixed total events from scanned event number to actual evtx record num 2022-09-05 00:15:36 +09:00
DastInDark
793820679e cargo fmt 2022-09-04 23:43:58 +09:00
DastInDark
24e2c4cc73 added rule config files check function 2022-09-04 23:43:22 +09:00
DastInDark
916da7fb26 added eventkey_alias.txt to custom config directory check 2022-09-04 23:42:20 +09:00
DastInDark
452c901def cargo fmt 2022-09-03 18:58:56 +09:00
DastInDark
8afa631d2d removed debug print 2022-09-03 18:43:55 +09:00
DastInDark
0e920bda50 removed unnecessary ./ to path join 2022-09-03 18:43:32 +09:00
DastInDark
8f7c2d574b fixed custom config directory doesn't load #681
- channel_abbrevations.txt
- target_events_IDs.txt
- default_details.txt
- level_tuning.txt
- statistics_event_info.txt
2022-09-03 18:34:35 +09:00