Linux Security Hardening: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Linux 7 Security Hardening to Linux Security Hardening without leaving a redirect) |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Linux 7 Security#Subjects|Linux Security]] | * [[Linux 7 Security#Subjects|Linux Security]] | ||
=Overview= | |||
=Steps= | |||
==Minimal Footprint== | |||
Install a minimal image and add utilities as needed. | |||
==Eliminate Users== | |||
Remove all unneeded users. | |||
==Scan for Services Listening on Ports== | |||
[[Netstat#Scan_Open_Ports_and_Shut_Down_Services|netstat -tupln]] | |||
=TODO= | =TODO= | ||
<font color=red> | <font color=red> | ||
* Penetration detection. | * Penetration detection. | ||
</font> | </font> |
Revision as of 04:05, 22 April 2018
Internal
Overview
Steps
Minimal Footprint
Install a minimal image and add utilities as needed.
Eliminate Users
Remove all unneeded users.
Scan for Services Listening on Ports
netstat -tupln
TODO
- Penetration detection.