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

Add option to ignore attempted (but not successful) connections #29

Open
Jeremy-Easi opened this issue Aug 29, 2024 · 0 comments
Open

Comments

@Jeremy-Easi
Copy link

We are facing RITA reporting a lot of detections for connections that are actually blocked by the firewall.

This is particularly annoying because these connections have very few information (no fqdn, no service) as zeek could not really see data to analyze (except initial SYN) so it's difficult to identity them to safely filter them out.

It would be interesting to have an option in the RITA config to not import entries from conn.log with a conn_state=0 (which means "Connection attempt seen, no reply") as this is typically a sign that the connection was blocked somewhere along the path (likely by the perimeter firewall).

I recognize that it may also mean that the C2 server is down, but whenever it would be UP and there would be connections, these logs would not be with a conn_state=0 anymore and hence would be processed by RITA. Moreover as it would be an option, one can decide to enable it or not.

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

No branches or pull requests

1 participant