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

Added Suricata Docker deployment, enabled flow marking, some usability and documentation improvements #40

Open
wants to merge 3 commits into
base: teameurope/frontend-features
Choose a base branch
from

Conversation

0x707a15ec
Copy link

@0x707a15ec 0x707a15ec commented Mar 25, 2024

Thank you for making useful open source tool!

I wanted to use flow starring/marking functionality, so fixed code and made it working.

When working with big number of flows refetch (required to update info) is slow, so I added FORCE_REFETCH_ON_STAR constant (change default behavior if necessary).

In the process I have changed some hotkeys (see frontend/src/pages/Home.tsx) to be more closely located and memorable.

I made reset scroll on flow switch as a default behavior. It makes sense when working with big flows so that I start from the first message in the flow.

The bug remains when opening graph by pressing g, then clicking on the point. Selected flow will be shown, but navigation is difficult. To make navigation usable, when flow is not focused, I added hotkey (w) to fix it and added helpful message in Graph view.

After successful run with Suricata tagging of analyzed pcaps, I added Docker deployment file and documentation.
Fixed tag dropping code in wipe_tags.py, added information in README. Because old suricata rules were repopulated from logs (signatures) I changed this "dirty wipe code".

Also improved README with more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant