What is Continuous Attack Surface Monitoring?
Also: CASM · continuous attack surface monitoring · ongoing attack surface monitoring · always-on attack surface monitoring
Definition
Continuous attack surface monitoring is the practice of running asset discovery, exposure detection, and re-validation on an ongoing loop instead of as a one-time audit, so a newly exposed cloud bucket, subdomain, or service is caught hours after it appears rather than at the next quarterly scan. It exists because your internet-facing footprint changes every day, and a point-in-time snapshot is stale the moment a single deploy ships.
In depth
Continuous attack surface monitoring (often shortened to CASM, and sometimes called continuous ASM) is the operational discipline of keeping your inventory of internet-facing exposures live. It is not a tool category so much as a tempo: the same discovery-and-validation work that a traditional assessment does once, run on a recurring schedule short enough that the gap between scans is smaller than the time it takes an attacker to find and weaponize a new exposure. NIST formalizes the underlying idea in SP 800-137 as Information Security Continuous Monitoring (ISCM): 'maintaining ongoing awareness of information security, vulnerabilities, and threats to support organizational risk management decisions,' where 'continuous' means assessing controls and risks at a frequency sufficient to support risk-based decisions, not literally every second.
The case for it is a direct consequence of how modern infrastructure is built. Cloud and SaaS environments are mutable by design: an engineer spins up a load balancer, a CI pipeline publishes a new container, a marketing team points a CNAME at a third-party host, an acquisition drags in a portfolio of unknown domains. Each of these changes the boundary an attacker can reach. OWASP's Attack Surface Analysis guidance captures this drift directly, noting that 'normally, an application's Attack Surface will increase over time as you add more interfaces and user types and integrate with other systems,' and that changes to authentication, session management, and new internet-reachable APIs or upload endpoints each carry a different risk profile that must be re-reviewed. A monitoring program is simply the mechanism that performs that re-review automatically and constantly.
This is where point-in-time assessment fails, and the failure mode is specific. A penetration test or quarterly external scan produces an accurate picture of one moment. But cloud and SaaS drift means that picture decays continuously: a storage bucket made public during a Friday deploy, a staging subdomain whose backing service was decommissioned (leaving it open to subdomain takeover), an expired TLS certificate, a dangling DNS record left behind by an offboarded vendor. None of these existed during the test, so none appear in the report, yet each is live and reachable the moment it is created. The dangerous interval is the window between when an exposure appears and when your next scheduled assessment happens to notice it, and in a quarterly cadence that window can be ninety days during which the asset is defended by nothing but luck.
It is worth differentiating continuous attack surface monitoring from the categories it overlaps with. External Attack Surface Management (EASM) is the engine and market category that performs outside-in discovery; continuous monitoring is the cadence at which you run an EASM (or CAASM, or vulnerability management) program so it never goes stale. CISA describes Cyber Asset Attack Surface Management (CAASM) as enabling teams to 'continuously monitor and analyze detected vulnerabilities' across internal and external assets pulled from existing tools, which is the same continuous principle applied to consolidated internal data. And Gartner's Continuous Threat Exposure Management (CTEM) framework wraps the whole thing into a five-stage loop, scoping, discovery, prioritization, validation, and mobilization, repeated indefinitely. In every case the word doing the work is the same one: continuous. The monitoring discipline is what turns a static report into a living risk register.
A second, frequently missed point is re-validation. Continuous monitoring is not only about finding newly appeared assets; it is also about re-checking ones you already know about, because their exposure state changes independently of whether the asset itself is new. A Redis instance that was firewalled last week can become reachable after a security-group edit. A certificate that was valid yesterday expires today. A login page that was internal becomes internet-exposed when someone moves it behind a public load balancer. Re-validation closes this gap by re-testing known assets on the same loop as discovery, so the inventory reflects current reality rather than the state at first sighting. Without it, even a complete asset list silently rots into a list of assertions that used to be true.
Practically, a continuous program is defined by three properties: cadence (how often the loop runs, ideally near-real-time for the highest-velocity layers like DNS and cloud), coverage (discovery wide enough to catch unknown and shadow-IT assets, not just the ones on the CMDB), and re-validation (confirming that previously seen exposures are still or newly real). The payoff is a measurable reduction in mean time to detect exposure, which compresses the window an attacker has to exploit a misconfiguration before a defender even knows it exists.
Why it matters
The exposures that cause breaches are rarely the ones present during your last assessment; they are the ones that appeared the day after. Attackers scan the entire public internet continuously, so the practical question is not whether a new misconfiguration will be found but who finds it first, and a quarterly or even monthly cadence hands them a window of weeks during which a public storage bucket, an exposed database, or a dangling DNS record sits undefended and undetected. CISA maintains its Known Exploited Vulnerabilities catalog precisely because exposures get weaponized fast, and the only defensive answer to that velocity is matching velocity: monitoring at a tempo faster than the attacker's. Skipping continuous monitoring means accepting that your security picture is accurate only on the day of the test and degrades every day after, which is the same as defending a perimeter whose shape you stopped tracking months ago. The cost of not doing this is not abstract; it is the time-stamped gap between when you became exposed and when you found out, and that gap is exactly where breaches live.
How Legba Recon uses it
Legba Recon is built around the monitoring loop rather than the one-off scan. It re-runs outside-in discovery on a continuous cadence so a subdomain, certificate, cloud endpoint, or newly exposed service is attributed to you and surfaced within hours of appearing, not at the next audit. Just as importantly, Recon re-validates assets it has already seen on every pass, so an exposure that changes state, a port reopened by a security-group edit, a certificate that lapsed overnight, a bucket flipped to public during a deploy, is caught when it changes rather than when it was first observed. Because Recon validates each finding before reporting it, the continuous loop does not flood your queue with the same recycled noise every cycle; it tells you what is newly and genuinely reachable. The result is a living, attacker-prioritized inventory that shrinks the window between exposure and detection from quarters to hours, so your team is reacting to current reality instead of a snapshot that expired the moment the last deploy shipped.
Explore Legba Recon →Methodology
Each finding-type guide is built from Legba Recon's real detection and validation logic, reviewed by a named security contributor, and cited against primary sources such as OWASP, CISA, NIST, and MITRE. We update pages when the underlying guidance changes. See our contributors and company.
FAQs.
References.
- 01SP 800-137, Information Security Continuous Monitoring (ISCM) for Federal Information Systems and OrganizationsNIST Computer Security Resource Center
- 02Attack Surface Analysis Cheat SheetOWASP Cheat Sheet Series
- 03Cyber Asset Attack Surface Management (CAASM)Cybersecurity and Infrastructure Security Agency (CISA)
- 04Known Exploited Vulnerabilities CatalogCybersecurity and Infrastructure Security Agency (CISA)
- 05
