mirror of
https://github.com/sqall01/LSMS.git
synced 2024-11-16 17:18:26 +01:00
updated description
This commit is contained in:
parent
c2d3d32610
commit
ed87b33550
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue