-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get hayabusa to use JSON as input #1324
Comments
You are using it wrong. Why are you trying to output results to JSON from EVTX and then re-run scans against the outputted JSON? Typically, if you have the original |
I re-ran the scan with the JSON output because I wanted to make use of the |
@mischw Thanks, I will try to update the documentation to make it clearer. |
I tried to use JSON(L) input to hayabusa 2.14 on Linux which I can't seem to get to work.
I tried both, JSON and JSONL:
The output looks like I would expect, being a JSON and a JSONL file.
Then I tried to parse it with logon-summary for example:
It does produce no logon events here and shows a lot of errors. Do note that it says "Evtx File Path:". Maybe it tries to parse evtx files?
logon-summary help claims to also support JSONL ("Scan JSON formatted logs instead of .evtx (.json or .jsonl)") so I also tried that:
Now it says it only accepts evtx files, which also confuses me.
Is that behavior a bug or am I using it wrong somehow?
The text was updated successfully, but these errors were encountered: