Forge Home

rkhunter

Rkhunter management module

22,975 downloads

4,908 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.8.1 (latest)
  • 0.8.0
  • 0.6.5
  • 0.6.4
  • 0.6.2
  • 0.6.0
  • 0.5.5
  • 0.5.2
  • 0.5.1
  • 0.4.6
  • 0.4.5
  • 0.4.4
  • 0.4.3
  • 0.4.1
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.2
  • 0.1.1
  • 0.1.0
released May 20th 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
  • Puppet >= 4.10.0 < 7.0.0
  • , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'thbe-rkhunter', '0.8.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add thbe-rkhunter
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install thbe-rkhunter --version 0.8.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

thbe/rkhunter — version 0.8.1 May 20th 2019

rkhunter

Build Status Puppet Forge Coverage Status

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with rkhunter
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

The rkhunter module provides the installation procedure for Rkhunter including the setup of the initial rkhunter database.

Module Description

The rkhunter module provides a security feature that scan the local system for rootkit fragments and warn you, if detetcted.

Setup

What rkhunter affects

  • rkhunter package.
  • rkhunter configuration file.
  • rkhunter database.

Setup requirements

You need to activate the EPEL repository before you can setup the SSMTP instance. If you use a rpm based system from the RedHat family you can use my yum module (thbe-yum):

class { "::yum": repo_epel => true }

Beginning with rkhunter

include '::rkhunter' is enough to get you up and running if the parameters point to proper values. If you wish to pass in parameters like which servers to use then you can use:

class { '::rkhunter':
  root_email => 'john.doe@example.local',
}

Usage

All interaction with the rkhunter module can be done through the main rkhunter class. This means you can simply toggle the options in the rkhunter main class to get the full functionality.

I just want rkhunter, what's the minimum I need?

include '::rkhunter'

I just want to route all mails to central mail gateway, nothing else.

class { '::rkhunter':
  root_email => 'john.doe@example.local',
  tftp => true,
}

Reference

See https://github.com/thbe/puppet-rkhunter/blob/master/REFERENCE.md

Limitations

This module has been built on and tested against Puppet 5 and higher.

The module has been tested on:

  • CentOS 7
  • Debian 9
  • Ubuntu 18.04

Testing on other platforms has been light and cannot be guaranteed.

Development

If you like to add or improve this module, feel free to fork the module and send me a merge request with the modification.

Contributors

The list of contributors can be found at: https://github.com/thbe/puppet-rkhunter/graphs/contributors