Article

Attack Surface Management Tools in 2026: Enterprise EASM, Mid-Market Scanners and the Free Stack

Attack surface management tools fall into three tiers: enterprise EASM platforms that discover assets you didn't know about, mid-market scanners that watch a target list you give them, and free or open-source tools a small team runs itself. Pick by asset count and who acts on alerts, not by number of checks.

By Paul Rudenko, Security ResearcherUpdated Sep 18, 20268 min read

Attack surface management tools fall into three tiers: enterprise EASM platforms that discover and monitor thousands of assets across subsidiaries, mid-market scanners that watch a target list you give them, and free or open-source tools that a small team can run itself. Pick by how many assets you have and who will act on the alerts — not by check count.

How do you choose an attack surface management tool?

Five questions decide it; everything else is a demo.

  • Asset discovery or target list? True EASM finds assets you didn't tell it about (from seeds like a domain or company name). Scanners test the list you supply. If you have under ~50 hostnames and can produce the list yourself from CT logs and DNS, discovery is the feature you're paying most for and using least.
  • Passive or active? Passive reads public configuration (headers, TLS, DNS, CT logs, RDAP) and is safe to run against anything you own. Active sends payloads and needs explicit authorisation — and a target you're allowed to test. Agencies scanning client sites should default to passive unless the client has signed for more.
  • Who reads the output? Developer-facing tools produce findings with CVE IDs and CVSS scores; owner-facing tools explain the business impact and the fix. If the person receiving the report isn't an engineer, the second kind gets acted on.
  • Pricing model. Per asset, per target, per user or flat. Per-asset pricing punishes discovery (the better the tool finds things, the more you pay); flat or per-organisation pricing suits agencies with many small clients.
  • Monitoring of things that aren't yours. Lookalike domains, cloned sites and impersonation certificates sit outside your inventory and outside most scanners' scope. If phishing against your customers is a risk, check this box explicitly — see attack surface monitoring.

Attack surface management tools compared

Facts below are from each vendor's public documentation at the time of writing; pricing models are described, not quoted, because most change by negotiation. MySecScan is listed on the same terms as everyone else — it is a free-checker-plus-monitor product, not an enterprise EASM platform.

ToolBest forDiscoveryMonitoringPricing modelFree tier
MySecScanSmall teams, agencies, site ownersPassive checkers per host; CT-log subdomain countDomain Monitor: clones, lookalike certs, typosquats (verified domains)Free checkers + free monitor beta; operator-run full scanYes — no signup
Microsoft Defender EASMEnterprises on AzureSeeded crawl of the org's internet footprintContinuous inventory + Defender integrationPer discovered asset, billed through AzureTrial
CyCognitoLarge enterprisesGraph-based discovery across subsidiariesContinuous, with active testingQuote-basedNo
DetectifyProduct/security teamsSubdomain discovery + crowdsourced payload testsContinuous surface + app scanningPer-domain/asset subscriptionTrial
IntruderSMB to mid-market with IT staffCloud-connector + target listScheduled vulnerability scanning, emerging-threat scansPer target, published tiersTrial
Censys / ShodanResearchers, security teamsInternet-wide scan data you querySaved searches / alerts on paid tiersFreemium, per-query and subscriptionLimited
HostedScanIT generalists, small businessesYou supply targets; wraps OpenVAS, nuclei, ZAP, nmapScheduled scans, change alertsPer target, published tiersLimited free tier
subfinder + nuclei + testssl.sh (OSS)Anyone comfortable with a terminalPassive + active subdomain enumerationWhatever you script (cron + diff)Free (your time)Yes

Enterprise EASM — Defender EASM, CyCognito, and peers (Palo Alto Cortex Xpanse, IONIX, Hadrian)

Built for organisations that genuinely don't know what they own: acquisitions, dozens of business units, cloud accounts nobody inventoried. Discovery from a seed, continuous re-discovery, risk scoring, ticketing integrations. The value is real above a few hundred assets; below that you are paying for a search engine to find ten things you could have listed.

Mid-market scanners — Intruder, Detectify, HostedScan

You give them targets, they scan on a schedule and alert on new findings; Detectify adds subdomain discovery and crowdsourced payloads, Intruder adds cloud connectors and emerging-threat scans, HostedScan wraps well-known open-source engines behind a simple UI. Good fit for an SMB with one person who owns IT. Output is developer-facing; someone has to translate it for the business.

Internet-wide scan data — Censys, Shodan

Not scanners of your surface but databases of everyone's. Search your own IPs and domains to see what an attacker already knows; set alerts on paid tiers. Excellent for “what ports are open on things that resolve to us” without ever running a port scan.

Free and open-source — the stack a small team actually runs

subfinder or amass for subdomains, httpx to see which are live, nuclei for templated checks, testssl.sh for TLS, dnstwist for lookalike domains, plus passive web checkers for headers, cookies, CSP and email. Combined with a cron job and a diff, it's a complete program; the cost is someone's time and the discipline to only scan what you own.

Common gotcha: comparing tools by number of checks. Most scanners share the same open-source engines underneath (nuclei templates, OpenVAS, ZAP), so “3,000 checks vs 5,000” is mostly a count of templates you'll never trigger. Compare on discovery scope, false-positive handling, who the report is written for, and what happens to an alert at 2 a.m.

For the site owner and for the developer

For the site owner (plain English)

If you run one company website and a handful of subdomains, you do not need an enterprise attack surface platform. You need: a list of what you own, free checks that tell you what's weak in plain English, and an alert when someone registers a lookalike of your domain or copies your site. Buy a platform when you have more assets than one person can hold in their head, or when a customer or regulator asks for continuous evidence.

The free stack for a small business: run the passive checkers on each host, then let the Domain Monitor watch your verified domain for clones, lookalike certificates and typosquats.

Start with free monitoring

For the developer / IT

Before any vendor call, run the open-source loop from the ASM guide once and count what you find. Under 50 live hosts and no compliance mandate: stay on free tooling plus monitoring, spend the budget on reducing the surface instead. Over that, or with multiple business units, shortlist two EASM vendors and insist the trial runs from a seed domain only — the quality of unseeded discovery is the whole product.

Frequently asked questions

What is the best attack surface management tool for a small business?

For a small business the best tool is usually not a platform but a routine built on free pieces: an inventory of hostnames from Certificate Transparency logs and DNS, passive checkers that score each host's headers, TLS, cookies, CSP and email authentication in plain English, and continuous monitoring of the main domain for lookalike certificates, typosquat registrations and cloned copies of the site. That covers the attack-surface problems that actually breach small organisations — forgotten subdomains, exposed admin panels and phishing domains — without a security team. A paid mid-market scanner such as Intruder or HostedScan becomes worthwhile when there is an IT person to act on developer-facing findings; enterprise EASM earns its price only above a few hundred assets.

What is the difference between EASM and vulnerability management tools?

Vulnerability management tools test a known list of systems for weaknesses and track remediation. External attack surface management tools start earlier: they discover what internet-facing assets exist from a seed such as a domain or company name, including the ones nobody listed, then assess and continuously re-discover them. EASM answers 'what do we have that's reachable?'; vulnerability management answers 'what's wrong with what we know about?'. In mature programs EASM feeds the vulnerability scanner its target list. Many products now do both, which is why the categories blur in marketing — the question to ask a vendor is whether discovery works from a seed alone, or only from the inventory you upload.

Are free attack surface management tools good enough?

For discovery and assessment of a small footprint, yes. Certificate Transparency logs, DNS, and internet-scan databases such as Censys and Shodan hold most of what an EASM platform would find for you; open-source tools such as subfinder, httpx, nuclei, testssl.sh and dnstwist perform the same checks the commercial engines wrap; and passive web checkers grade individual hosts without any setup. What free tooling lacks is the operational layer — scheduling, de-duplication, ticket integration, an SLA, and a vendor name for procurement — and someone has to run it and only ever against systems they own. For monitoring of your own domain, MySecScan's Domain Monitor is free during its beta.

Related guides

Watch your domain's attack surface continuously

A one-time check is a snapshot. The Domain Monitor alerts you when a copy of your site appears, a lookalike certificate is issued, or a typosquat domain is registered — free during the beta, up to five verified domains.

See the Domain Monitor →