Help Understanding RKHunter Results and Finding Alternatives

0
7
Asked By CuriousCat92 On

I'm trying to secure my PC and recently started using RKHunter, which flagged a suspicious file and mentioned four potential rootkits during the check. I'm skeptical about the presence of these rootkits, but I thought I'd reach out to the community for some insight. Is RKHunter still a reliable tool for rootkit detection? Are there better alternatives out there for monitoring and securing my system? By the way, I'm new to Linux—just under a week in! Any advice would be greatly appreciated!

3 Answers

Answered By TechSavvy89 On

RKHunter is pretty straightforward to use. Just run a couple of commands like `sudo rkhunter --propupd` to update the signatures, then `sudo rkhunter --check --rwo --sk --append-log` for a thorough scan. The `--check` does a full scan, `--rwo` will only show warnings, `--sk` skips the prompts, and the `--append-log` is nice for keeping a log. It can seem like nothing’s happening with `--rwo`, but that just means there are no issues!

LinuxGuru77 -

Yeah, it might look like it's stalled, but that's just how it processes. You can trust it!

Answered By User12345 On

It's good that you ran the `--novl` option for clearer output. But now you mentioned an update that showed one more rootkit? That’s surprising and a bit concerning. If the output didn’t provide clear information, there might not be much to worry about. Check your system manually to confirm if anything seems out of place. It could be a false positive!

SkepticalUser -

Yeah, that output doesn’t seem alarming to me either. Just keep an eye on those results!

Answered By SecurityNewbie On

In terms of alternatives, you might want to check out tools like ClamAV orchkrootkit as well. They're worth exploring while you’re getting the hang of Linux security. Remember to keep everything updated and do regular checks!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.