{"id":15013994,"url":"https://github.com/voxpupuli/puppet-rkhunter","last_synced_at":"2025-10-06T07:30:38.253Z","repository":{"id":36672057,"uuid":"229094727","full_name":"voxpupuli/puppet-rkhunter","owner":"voxpupuli","description":"Manage rkhunter installation and configuration with Puppet","archived":false,"fork":true,"pushed_at":"2024-09-16T19:02:21.000Z","size":311,"stargazers_count":2,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T14:22:42.268Z","etag":null,"topics":["debian-puppet-module","hacktoberfest","linux-puppet-module","puppet","puppet-module","redhat-puppet-module","rkhunter"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/rkhunter","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mmz-srf/puppet-rkhunter","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null}},"created_at":"2019-12-19T16:25:05.000Z","updated_at":"2024-07-09T17:49:36.000Z","dependencies_parsed_at":"2023-09-24T10:05:33.359Z","dependency_job_id":"22ff29fc-dbd5-44f8-b80d-03bd7f5ddc8c","html_url":"https://github.com/voxpupuli/puppet-rkhunter","commit_stats":{"total_commits":123,"total_committers":17,"mean_commits":7.235294117647059,"dds":0.7886178861788617,"last_synced_commit":"bab92cf6ac64115f25f8254b0e8c3140df80ea23"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-rkhunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-rkhunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-rkhunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-rkhunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-rkhunter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235510114,"owners_count":19001650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian-puppet-module","hacktoberfest","linux-puppet-module","puppet","puppet-module","redhat-puppet-module","rkhunter"],"created_at":"2024-09-24T19:45:02.628Z","updated_at":"2025-10-06T07:30:38.247Z","avatar_url":"https://github.com/voxpupuli.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-rkhunter\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-rkhunter.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-rkhunter)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/rkhunter.svg)](https://forge.puppetlabs.com/puppet/rkhunter)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/rkhunter.svg)](https://forge.puppetlabs.com/puppet/rkhunter)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/rkhunter.svg)](https://forge.puppetlabs.com/puppet/rkhunter)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/rkhunter.svg)](https://forge.puppetlabs.com/puppet/rkhunter)\n\nManage rkhunter installation and configuration with Puppet.\n\n## Features\n\n- Manage ALL config entries (some of them dont make sense in server environments)\n- Manage your whitelists\n- The check cronjob is called staggered (predefined timewindow)\n- The db update cronjob is configured separately\n\n## Supported OS\n\nSee [`metadata.json`](metadata.json) for the list of supported operating systems.\n\n## Used Modules\n\nOther than some data types from [puppetlabs/stdlib](https://forge.puppet.com/puppetlabs/stdlib),\nno other external modules are used.\n\n## Configuration\n\nSee `templates/etc/rkhunter.conf.erb` for detailed explanation of the rkhunter\nconfig options. Important: full possible configuration is visible in params.pp.\nDo not uncomment them in params.pp.\n\n### Minimal configuration\n\n```puppet\n  include rkhunter\n  include rkhunter::cron\n```\n\n### A bit bigger configuration\n\n```puppet\nclass { 'rkhunter':\n  allow_ssh_root_user         =\u003e 'yes',\n  shared_lib_whitelist        =\u003e [ '/lib/snoopy.so' ],\n  allow_syslog_remote_logging =\u003e \"1\",\n  scriptwhitelist             =\u003e [\n    '/bin/egrep',\n    '/bin/fgrep',\n    '/bin/which',\n    '/usr/bin/groups',\n    '/usr/bin/ldd',\n    '/usr/bin/lwp-request',\n    '/usr/sbin/adduser',\n  ],\n}\ninclude rkhunter::cron\n```\n\n### List of optional configuration parameters\n\nNOTE: there may be more. I do not update this list every time. Have a look into params.pp\n\n```\n  rotate_mirrors\n  update_mirrors\n  mirrors_mode\n  mail_on_warning\n  tmpdir\n  dbdir\n  scriptdir\n  logfile\n  append_log\n  copy_log_on_error\n  use_syslog\n  color_set2\n  auto_x_detect\n  whitelisted_is_white\n  allow_ssh_root_user\n  allow_ssh_prot_v1\n  enable_tests\n  disable_tests\n  immutable_set\n  allow_syslog_remote_logging\n  suspscan_temp\n  suspscan_maxsize\n  suspscan_thresh\n  use_locking\n  lock_timeout\n  show_lockmsgs\n  disable_unhide\n  installdir\n  ssh_config_dir\n  hash_func\n  hash_fld_idx\n  package_manager\n  pkgmgr_no_verfy\n  ignore_prelink_dep_err\n  use_sunsum\n  existwhitelist\n  attrwhitelist\n  writewhitelist\n  scan_mode_dev\n  phlanx2_dirtest\n  inetd_conf_path\n  inetd_allowed_svc\n  xinetd_conf_path\n  xinetd_allowed_svc\n  startup_paths\n  passwd_file\n  user_fileprop_files_dirs\n  rtkt_file_whitelist\n  rtkt_dir_whitelist\n  scriptwhitelist\n  immutewhitelist\n  allowhiddendir\n  allowhiddenfile\n  allowprocdelfile\n  allowproclisten\n  allowpromiscif\n  allowdevfile\n  allowipcproc\n  uid0_accounts\n  pwdless_accounts\n  syslog_config_file\n  app_whitelist\n  suspscan_dirs\n  port_whitelist\n  shared_lib_whitelist\n```\n\n## License\n\nThis project is licensed under the Apache-2 license\n\n## Copyright and origin\n\nThis repository was forked from https://github.com/mmz-srf/puppet-rkhunter and is now maintained\nby the Vox Pupuli community.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-rkhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-rkhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-rkhunter/lists"}