From ed87b335500f011e930fb50bbd064b295e1521bc Mon Sep 17 00:00:00 2001 From: Andre Pawlowski Date: Fri, 14 Jan 2022 09:57:11 +0100 Subject: [PATCH] updated description --- scripts/monitor_hosts_file.py | 2 ++ scripts/monitor_ld_preload.py | 2 ++ scripts/monitor_passwd.py | 2 ++ scripts/monitor_ssh_authorized_keys.py | 2 ++ 4 files changed, 8 insertions(+) diff --git a/scripts/monitor_hosts_file.py b/scripts/monitor_hosts_file.py index 3887516..b473220 100755 --- a/scripts/monitor_hosts_file.py +++ b/scripts/monitor_hosts_file.py @@ -11,6 +11,8 @@ Short summary: Monitor /etc/hosts for changes to detect malicious attempts to divert traffic. +NOTE: The first execution of this script will only show you the current state of the environment which should be acknowledged before monitoring for changes will become an effective security measure. + Requirements: None """ diff --git a/scripts/monitor_ld_preload.py b/scripts/monitor_ld_preload.py index d3c860d..3388341 100755 --- a/scripts/monitor_ld_preload.py +++ b/scripts/monitor_ld_preload.py @@ -11,6 +11,8 @@ Short summary: Monitor /etc/ld.so.preload for changes to detect malicious attempts to alter the control flow of binaries. +NOTE: The first execution of this script will only show you the current state of the environment which should be acknowledged before monitoring for changes will become an effective security measure. + Requirements: None """ diff --git a/scripts/monitor_passwd.py b/scripts/monitor_passwd.py index 41f6996..27a1dc3 100755 --- a/scripts/monitor_passwd.py +++ b/scripts/monitor_passwd.py @@ -11,6 +11,8 @@ Short summary: Monitor /etc/passwd for changes to detect malicious attempts to hijack/change users. +NOTE: The first execution of this script will only show you the current state of the environment which should be acknowledged before monitoring for changes will become an effective security measure. + Requirements: None """ diff --git a/scripts/monitor_ssh_authorized_keys.py b/scripts/monitor_ssh_authorized_keys.py index acb6fbd..77b2e75 100755 --- a/scripts/monitor_ssh_authorized_keys.py +++ b/scripts/monitor_ssh_authorized_keys.py @@ -11,6 +11,8 @@ Short summary: Monitor ~/.ssh/authorized_keys for changes to detect malicious backdoor attempts. +NOTE: The first execution of this script will only show you the current state of the environment which should be acknowledged before monitoring for changes will become an effective security measure. + Requirements: None """