Scanning guide

External Vulnerability Scanning

External vulnerability scanning looks at your organisation the way an outsider does: from the public internet, without credentials, against whatever your domain and hosting actually expose. It is the closest cheap approximation of an attacker's starting position.

This guide covers what that perspective covers well, how often to run it, how to triage what comes back, and where it stops being sufficient.

What makes a scan external

An external scan runs from outside your network against internet-facing assets: web servers, mail records, DNS, certificates and any other publicly reachable service. It is unauthenticated, meaning it does not log in, so it sees only what an anonymous visitor can see.

That constraint is the point. Anything an unauthenticated scan finds is, by definition, already visible to anyone else scanning the internet — which makes those findings the most urgent to review.

Defining your perimeter before you scan

Scanning is only as good as the asset list behind it. Enumerate the domains and subdomains you own, where each resolves, which hosting or platform serves it, and which services are meant to be public.

Forgotten assets are where external scanning earns its value: a staging subdomain, an old marketing microsite, a decommissioned application still resolving. These rarely appear in internal documentation but are entirely visible from outside.

External versus internal and authenticated scanning

Internal scanning runs inside your network and covers workstations, servers and internal applications. Authenticated scanning logs in and inspects patch levels and configuration in depth. Both see things an external scan cannot.

External scanning answers a narrower and more urgent question: what can be reached and probed by anyone, right now, without any access at all. Most small businesses should establish that baseline before investing in broader programmes.

Choosing a scan cadence

A single scan is a snapshot. Certificates expire, headers get dropped during a deployment, DNS records change when suppliers change, and new subdomains appear without announcement. Cadence is what turns scanning into an actual control.

Scan on a regular schedule and additionally after any change to hosting, DNS, platform or supplier arrangements. Scheduled monitoring is preferable to ad-hoc scanning precisely because drift is gradual and easy to miss.

  • Run a scheduled external scan at a fixed, repeatable interval.
  • Re-scan after hosting, DNS, CMS or supplier changes.
  • Record who owns remediation for each finding.
  • Track whether findings are closing over time, not just how many exist.

Triaging findings without drowning in them

Sort findings by exploitability and business impact rather than by count. A missing header on a brochure page and an exposed administration interface are not comparable, even if a report lists them adjacently.

Expect some noise. Unauthenticated tooling infers from limited evidence, so validate before acting, and record a reasoned decision when you accept a finding rather than fixing it. Repeat findings that never close usually indicate an ownership problem rather than a technical one.

What external scanning cannot do

External scanning does not review source code, test authenticated workflows, or chain findings together the way a human tester does. It cannot see internal networks or endpoints, and a clean result is evidence about visible configuration rather than proof of safety.

ScoutLab's Free Scan, Deep Scan and Monitoring provide external, unauthenticated assessment of website and domain signals. They do not perform malware or blacklist detection, are not a manual penetration test, do not provide compliance certification, and do not guarantee security. Where obligations or sensitive data demand more, engage a tester with access.

Check your website's external security signals

The Free Scan performs an unauthenticated external review of website and domain signals. It does not log in to your systems, does not detect malware or blacklisting, and does not guarantee security.

Run the free website security check

Frequently asked questions

What is the difference between external vulnerability scanning and a penetration test?

External scanning is automated and unauthenticated, reporting what is visible from the internet. A penetration test is manual work by a skilled tester who chains weaknesses together and tests authenticated functionality. ScoutLab provides the former, not the latter.

How often should external scans run?

On a regular schedule, plus after any change to hosting, DNS, platform or suppliers. Configuration drift is the main reason a one-off scan loses value quickly.

Does a clean external scan mean there are no vulnerabilities?

No. It means the checks performed found nothing externally visible. Application logic, authenticated areas, internal systems and endpoint security are outside what an unauthenticated external scan can assess.

Security references

Website security is layered. External checks can surface useful public signals, but secure development, patching, access control, backups and appropriate testing remain separate responsibilities.