Linux Security Hardening: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 18: | Line 18: | ||
[[Netstat#Scan_Open_Ports_and_Shut_Down_Services|netstat -tupln]] | [[Netstat#Scan_Open_Ports_and_Shut_Down_Services|netstat -tupln]] | ||
Eliminate: | |||
* [[Postfix#Service|postfix]] | |||
=TODO= | =TODO= |
Revision as of 04:09, 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
Eliminate:
TODO
- Penetration detection.