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

Security monitor #139

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

juanmitaboada
Copy link
Contributor

This monitor aims to manage all the security reports from the client, right now it supports:

  • Listening ports (ports that are opened and in LISTENING state)
  • Report information from rkhunter (checked/suspicious files and checked/suspicious rootkits)

@juanmitaboada juanmitaboada changed the title Security plugin Security monitor Mar 7, 2023
@juanmitaboada juanmitaboada marked this pull request as ready for review March 7, 2023 19:20
@Perfect5th
Copy link
Contributor

This LGTM, and I like it in general. We'll need to roadmap how we want to surface this information in the server UI - likely that won't happen for awhile, as we have a UI overhaul in the works.

I'm also not 💯 about calling the message type "rkhunter-info". I know rkhunter is pretty widely-regarded/-used but I'd prefer if we keep the message types a agnostic as to the actual tools being used to provide the data. That way if we swap rkhunter for a different tool in the future the message type still makes sense (unlikely, but still). May I suggest rootkit-scan-info?

@juanmitaboada
Copy link
Contributor Author

rootkit-scan-info LGTM

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.

2 participants