updated description

This commit is contained in:
Andre Pawlowski 2022-01-14 09:57:11 +01:00
parent c2d3d32610
commit ed87b33550
4 changed files with 8 additions and 0 deletions

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""

View File

@ -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
"""