We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stack-dns
stack-dns: stack DNS queries and responses
Similar to stack-processes, it will stack similar with an option to output to CSV.
stack-processes
cat ../hayabusa/sample.jsonl | jq 'select(.EventID==22) | .Details.Proc, " -> ", .Details.Query, " -> ", .Details.Result, "\n"' -j -r | sort | uniq -c | sort -nr 2 C:\Windows\System32\svchost.exe -> wpad -> - 2 C:\TOOLS\PsExec64.exe -> fs03vuln -> 10.23.42.38;
Right now, we only support Sysmon logs but in the future I want to support built in Windows logs as well.
The text was updated successfully, but these errors were encountered:
fukusuket
Successfully merging a pull request may close this issue.
stack-dns: stack DNS queries and responses
Similar to
stack-processes
, it will stack similar with an option to output to CSV.Right now, we only support Sysmon logs but in the future I want to support built in Windows logs as well.
The text was updated successfully, but these errors were encountered: