Terminology Index

Glossary

2953 terms

Open concept maps
A
32

Attack Surface Reduction

Shrinking the number of ways an attacker could get in by removing or disabling unnecessary services, features, accounts, and exposure, so there is simply less to attack and defend.

Every running service, open port, or extra account is a potential entry point, and reduction removes the ones that are not needed. It is a foundational hardening principle that lowers risk cheaply and creates a cost asymmetry, making the attacker's job harder while simplifying the defender's.

Introduced in: System Hardening Fundamentals

Examples

  • Disabling an unused network service so it cannot be exploited.
  • Removing default accounts and sample files from a server.
  • Closing ports that no application requires.

Related