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
Describe the bug
Nothing is detected when using the -J, --JSON-input option with the timeline command because of Channel filer #1334 :(
This issue occurs only in dev-2.16.0 version.
fukusuket
changed the title
[bug] Nothing is detected when using the -J, --JSON-input option with the timeline command because of Channel filer
[bug] Nothing is detected when using the -J, --JSON-input option with the timeline command because of Channel filter
May 8, 2024
@YamatoSecurity@hitenkoku
I'm thinking about which is the best expected behavior...🤔, what do you think? Personally, I think it might be better to indicate that -A, --enable-all-rules /-a, --scan-all-evtx-files option is required...? (or if you have any other ideas, please let me know🙏)
@fukusuket I think that is a good idea. Since the JSON(L) files won't usually be separated by Channel like evtx files then I think we can solve this by just requiring -A and -a whenever -J is specified.
Describe the bug
Nothing is detected when using the
-J, --JSON-input
option with the timeline command because ofChannel
filer #1334 :(This issue occurs only in
dev-2.16.0
version.Step to Reproduce
hayabusa csv-timeline -f ../apt29/apt29_evals_day1_manual_2020-05-01225525.json -J -w
Actual behavior
Nothing is detected.
Expected behavior
I expect the following behavior. It is necessary to consider which specifications to use.
2.15.0
(disable Channel filter when-J, --JSON-input
)-A, --enable-all-rules
/-a, --scan-all-evtx-files
option is required.evtx
, get theChannel
of the first record and filter based on itJSON
has 1 channel in 1 file likeevtx
?Environment
Additional context
If you enable the
-A, --enable-all-rules
/-a, --scan-all-evtx-files
option, it will be detected as in version 2.15.0.The text was updated successfully, but these errors were encountered: