0012-mounts-add-New Path Mounted¶
Rule ID¶
- 0012-mounts-add
Category¶
- Storage
Level¶
- Warn
Compatible Versions¶
- Linux
Description¶
- Monitor new paths being mounted on the host.
Scan Frequency¶
- 1 */5 * * *
Theoretical Basis¶
- A bind mount is an additional view of a related directory tree. Typically, mounts create a tree-like view for storage devices. A bind mount duplicates an existing directory tree to another mount point. Directories and files obtained through a bind mount are identical to the original directories and files. Changes made in either the mount directory or the original directory will immediately reflect at the other end. In short, any mount point, regular directory, or file can be mounted elsewhere. If maliciously mounted, it can lead to risks such as data leakage.
Risk Items¶
-
Data Leakage
-
Network Security
Audit Method¶
- Verify that a new path has been mounted. You can execute the following command to verify:
Remediation¶
- If a new path is maliciously mounted, carefully inspect the host environment to prevent data leakage.
Impact¶
- None
Default Value¶
- None
References¶
-
Emergency Response and Investigation Process for Hacker Intrusion (Unofficial)
-
Real Case Analysis of Mining Malware Intrusion Investigation (Unofficial)
CIS Controls¶
- None