Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

5
cron.d/0hourly Normal file
View File

@@ -0,0 +1,5 @@
# Run the hourly jobs
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
01 * * * * root run-parts /etc/cron.hourly

View File

@@ -0,0 +1,31 @@
# https://eXtremeSHOK.com ######################################################
# This file contains the cron settings for clamav-unofficial-sigs.sh
###################
# This is property of eXtremeSHOK.com
# You are free to use, modify and distribute, however you may not remove this notice.
# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
##################
#
# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
#
# Originially based on:
# Script provide by Bill Landry (unofficialsigs@gmail.com).
#
# License: BSD (Berkeley Software Distribution)
#
##################
# Automatically Generated: Fri Oct 23 14:08:33 EEST 2020
##################
#
# This cron file will execute the clamav-unofficial-sigs.sh script that
# currently supports updating third-party signature databases provided
# by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc.
#
# The script is set to run hourly, at a random minute past the hour, and the
# script itself is set to randomize the actual execution time between
# 60 - 600 seconds. To Adjust the cron values, edit your configs and run
# bash clamav-unofficial-sigs.sh --install-cron to generate a new file.
MAILTO=root
1 0 * * * amavis [ -x /usr/local/sbin/clamav-unofficial-sigs.sh ] && /usr/bin/bash /usr/local/sbin/clamav-unofficial-sigs.sh --force && /usr/bin/bash /usr/local/sbin/clamav-unofficial-sigs.sh --update && sudo systemctl restart clamd
# https://eXtremeSHOK.com ######################################################

1
cron.d/csf-cron Normal file
View File

@@ -0,0 +1 @@
SHELL=/bin/sh

2
cron.d/csf_update Normal file
View File

@@ -0,0 +1,2 @@
SHELL=/bin/sh
7 20 * * * root /usr/sbin/csf -u

2
cron.d/lfd-cron Normal file
View File

@@ -0,0 +1,2 @@
SHELL=/bin/sh
0 0 * * * root /usr/sbin/csf --lfd restart > /dev/null 2>&1

1
cron.d/maldet_pub Normal file
View File

@@ -0,0 +1 @@
*/5 * * * * root /usr/local/maldetect/maldet --mkpubpaths >> /dev/null 2>&1