Skip to content

Managing sites

A site is a thing you test with BestDefense — a domain, an IP address, or an application endpoint. Sites are the foundation of the platform: you can’t run a Vortex scan (or a Maelstrom test) without a verified site to point it at.

You manage sites on the Sites page in the app.

When you add a site you choose its type:

TypeUse it for
Web applicationWebsites and web apps — general application security scanning.
APIAPI endpoints. API sites can also import their endpoints as routes from an OpenAPI/Swagger spec or a Postman collection.

You can change a site’s type later.

  1. On the Sites page, choose Add site.
  2. Enter the site’s URL or hostname (for example example.com, api.example.com, or an IP address).
  3. Choose the type — Web application or API.
  4. Verify ownership (see below).

BestDefense only scans sites whose ownership you’ve proven, so verification is a required step before a site becomes usable.

For a domain, you verify ownership with a DNS TXT record:

  1. BestDefense gives you a unique TXT record to add to the domain’s DNS (under a _bestdefense host).
  2. Add that record at your DNS provider.
  3. Return to BestDefense and choose Verify ownership.

Until a site is verified it stays in a pending state, where you can retry verification or cancel it.

IP addresses use a different path: they’re verified by deploying a BestDefense agent at the address rather than via a DNS record.

You can also choose to verify later and finish setting other things up; the site simply stays pending until you complete verification.

For an API site, you can upload an OpenAPI/Swagger spec or a Postman collection. BestDefense reads it and creates routes for the endpoints it finds, so you don’t have to enter them by hand.

From a site you can change its type (Web application ↔ API) and, for API sites, upload or replace its API spec.

Removing a site archives it (a soft delete) rather than destroying its data:

  • Archived sites don’t count toward your site limit.
  • You can restore an archived site later, as long as you’re within your limit.

Your subscription sets how many sites you can have registered at once. Archived (removed) sites don’t count against that limit. If you hit the ceiling, either archive sites you no longer test or upgrade your plan — see Billing & subscription tiers.