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 Tripwire system #221

Open
jvanbaarsen opened this issue Jan 27, 2017 · 8 comments
Open

Add Tripwire system #221

jvanbaarsen opened this issue Jan 27, 2017 · 8 comments

Comments

@jvanbaarsen
Copy link
Contributor

In order to improve security, we want to monitor the state of our servers. This includes adding a tripwire system that keeps monitoring certain files to see if they get modified. A possible system for this can be Tripwire.

@michiels
Copy link
Member

I think that a tool like "rkhunter" includes both service/port scanning, file scanning and known exploit scanning. So with running something like rkhunter, you have all tools in one.

@jvanbaarsen
Copy link
Contributor Author

I believe there is a subtle difference in rkhunter and Tripwire. Tripwire acts as an Intrusion detection system, RKHunter mainly checks for rootkits. I have to dive deeper into this matter. I'll report back here when I have more info.

@jvanbaarsen
Copy link
Contributor Author

@michiels I think it makes sense to run both.

@michiels
Copy link
Member

@jvanbaarsen Allright. I've already done some research towards this, so if you have anything that you think Tripwire does on top of RKHunter, then I'm happy to hear!

@jvanbaarsen
Copy link
Contributor Author

@michiels Tripwire checks a full set of files and checks if they have been modified. What I've seen so far is that RKHunter checks against a known list of rootkits, and only checks for those instances.

@jvanbaarsen
Copy link
Contributor Author

Downside of Tripwire is that it takes a lot of configuration work.

@michiels
Copy link
Member

@jvanbaarsen Ok, my experience is that rkhunter checks for all system files that have been installed when you "snapshotted" your system, and you can exclude paths that you know are going to change (because of deployments for example). But, we can test them both as part of this issue!

@jvanbaarsen
Copy link
Contributor Author

@michiels Yeah, I have now configured Tripwire on a new server, will also install RKHunter besides it. We can then see which gives the best result.

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

No branches or pull requests

2 participants