Attack Surface
- •
def
- •
the total set of points where an unauthorized user could try to enter or extract data from a system — every open port, exposed service, and accessible interface adds to it
- •
- •
mitigation
- •
reduce the attack surface by closing unnecessary ports/services and limiting what's exposed
- •
- •
related