Skip to content
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

New command: stack-dns #95

Closed
YamatoSecurity opened this issue Feb 9, 2024 · 0 comments · Fixed by #106
Closed

New command: stack-dns #95

YamatoSecurity opened this issue Feb 9, 2024 · 0 comments · Fixed by #106
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YamatoSecurity
Copy link
Collaborator

stack-dns: stack DNS queries and responses

Similar to stack-processes, it will stack similar with an option to output to CSV.

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.

@YamatoSecurity YamatoSecurity added the enhancement New feature or request label Feb 9, 2024
@YamatoSecurity YamatoSecurity added this to the v2.4.0 milestone Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants