-
-
Notifications
You must be signed in to change notification settings - Fork 568
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
Export attack information in JSON output #942
Comments
Hello! Thank you for feedback. That's indeed make sense. We can add some basic information in same format as for Advanced edition like this:
|
We did some progress in that direction and reworked JSON logic to make it possible in near future: fe98664 |
I was checking the data that fastnetmon saves in mongo, I noticed that the "attack_uuid" key is "00000000-0000-0000-0000-000000000000"
|
A cool advance would be to have the "attack_uuid" key being sent along with the notification script args. |
Currently the fastnetmon implementations provide useful information about the current attack as variables to the notify script:
Perhaps it's possible to provide this information in a JSON format to feed it easily to custom scripts, but also enrich the output with more information like amount of flows, direction, etc
Or in case of multiple hosts being under attack, the tool can summarize the info in one JSON output and feed it to the script.
The text was updated successfully, but these errors were encountered: