Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 2
    This would be very annoying. A Unix system is based on files and there would be created and deleted a lot. Especially when you do an upgrade or so. Commented Aug 27, 2016 at 19:49
  • There are a lot of ways you could go about this. You could learn about intrusion detection systems, you could set up puppet, you could write your own script. If you were to write your own script you would probably want to learn about the md5sum command and maybe use sqlite to store know good values of the file. Commented Aug 27, 2016 at 19:51
  • @RedCricket Great, can you just explain a bit more on what I should do and what thing I gotta go for? Commented Aug 27, 2016 at 22:08
  • 1
    You could probably use dtrace for this. Commented Aug 27, 2016 at 22:20
  • 1
    sounds like you really want a HIDS. Try OSSEC Commented Aug 28, 2016 at 1:02