0001-user-add-Host Addition of New Users
Rule ID
Category
Level
Compatible Versions
Description
- Monitor whether the host adds unknown users.
Scan Frequency
Theoretical Basis
- Adding users to a host is a normal behavior. However, adding unknown users can lead to information security breaches on the host, so it needs to be within the audit scope.
Risk Items
- Hacker Penetration
- Data Leakage
- Network Security
- Mining Risk
- Botnet Risk
Audit Method
- Verify if the host has added any users. You can use the following command to verify:
cat /etc/passwd |cut -f 1 -d :
- If the host has added an unknown user, carefully review the user information. If there are suspicious users, delete the user and change the login passwords for other users.
Impact
Default Value
References
CIS Control