advanced
1 min answer
Design continuous controls monitoring for a large cloud estate. What does it monitor and how does it avoid becoming noise?
Show the full answer Hide the answer
What it monitors
Two distinct things that are frequently conflated:
- Control operation — did the control run, on what proportion of the estate, with what outcome. A control that stopped running produces silence, and silence looks like success, so this must be measured explicitly.
- Control effectiveness — is the state the control is meant to maintain actually in place. Configuration drift, standing access that should have expired, unencrypted storage, publicly reachable resources.
Avoiding noise
- Severity from consequence, not from rule violation. A public bucket containing marketing images and one containing customer records are the same finding and very different problems, and treating them alike is what causes alert fatigue.
- Grouping by root cause. One misconfigured module deployed to two hundred services produces two hundred findings and one problem.
- A defined response per finding type. A finding with no defined action trains people to ignore it.
- Automatic remediation where the fix is unambiguous, so routine drift never reaches a human.
- Suppression with expiry and justification, never permanent muting — permanent suppression is how a monitored control becomes an unmonitored one.
What determines credibility
Coverage. A monitoring system reporting on the accounts it knows about, while teams create new ones outside it, gives false assurance — which is more dangerous than no monitoring, because it is relied upon.
Coverage against the authoritative inventory should be the headline metric, and it is the one most implementations do not publish.
The relationship to audit
Continuous monitoring generates the evidence that periodic audit samples for. Done well, it converts the audit from an investigation into a review of an existing record — which is a large cost reduction and the main argument for funding it beyond the risk reduction itself.