Hunting for Rootkits
Posted Mar 1, 2007 13:43 UTC (Thu) by
vonbrand (subscriber, #4458)
In reply to:
Hunting for Rootkits by NAR
Parent article:
Hunting for Rootkits
I remember reading about a kernel-based rootkit which enabled the miscreant to redirect exec(2) requests to another file, while read(2) got the original, so you can checksum until you are blue in the face to no avail. Besides, the checksumming idea is fine for detecting changed files, but doesn't help with new files (say, for starting stuff via init(8), or at(1), or cron(8), or ...), and it is a big hassle whenever you (legitimately) change some file.
(
Log in to post comments)