- Attack surface
- Everything through which an attacker might enter: exposed services, users, suppliers, physical access. Reducing it is cheaper than defending it.
- Shadow IT
- Systems and services introduced without IT's knowledge. It arises not from malice but because the official route is slow. Discovery starts from proxy logs.
- Insider risk
- Threat originating inside the organisation, whether deliberate or negligent. The negligent case is more common, and the same controls address it as an external attacker.
- Principle of least surprise
- A security control works when it is predictable for the user. Surprising or seemingly unjustified restrictions get bypassed, creating new risk.
- Security baseline
- A uniform, documented security configuration for systems. Without it every machine is unique and deviation cannot be identified.
- Change management
- Recording who changed what and when. In incident response this distinguishes attacker activity from a colleague's work.
- Risk acceptance
- A written decision not to treat a risk. A legitimate answer when somebody makes and signs it. Tacit neglect is not.
- Security culture
- The state where reporting is natural and not punished. It is measurable: report rate says more about an organisation than click rate.
- Four-eyes principle
- A critical operation (payment, granting access, configuration change) is approved by two people. Against invoice fraud it is worth more than any mail filter.
- Security by design
- Security requirements are part of design rather than bolted on afterwards. Retrofitting costs more, and some things can no longer be fixed at all.
- Defence in depth
- Multiple independent layers of protection. None is perfect, but the attacker must defeat all of them, and each layer buys the defender time and traces.
- Security debt
- Accumulated deferred security work: unpatched systems, temporary exceptions, undocumented workarounds. It compounds like technical debt.
- Threat modelling
- Structured thinking about who might attack a system, what, and how. In the design phase it is the cheapest security investment available.
- Security control
- A specific measure addressing a risk. Three types exist: preventive (stops), detective (alerts) and corrective (restores). All three are needed.