Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 731 Bytes

File metadata and controls

24 lines (15 loc) · 731 Bytes

Marmot

A tamper detection script that monitors target files for changes or access.

Process

  1. Checks system for inotify-tools package.
  2. If not installed, installs inotify-tools.
  3. If installed, proceeds with script and starts "watching" for changes to target files.
  4. In another window, run tail -r marmotscream.txt to view changes in real time.

Changes will be shown in marmotscream.txt as "File Name", "User" and date/time.

Information About inotify

To manually install:

Ubuntu: sudo apt-get inotify-tools
CentOS 7: sudo yum inotify-tools
Fedora 21: sudo dnf inotify-tools

inotify is incorporated into the Linux kernel 2.16.3 and beyond.

https://en.wikipedia.org/wiki/Inotify