Domain Security Info

Brands

Updated May 1, 2026, 8:27 AM

Managing brands#

Brands are the foundation of the identification system. Every tag, verified domain, IP prefix, and verified ASN connects to a brand. Brands represent the organizations behind internet services.

What is a brand?#

A brand is a record that represents a company, organization, or service provider. When the tool identifies a service in a DNS record, it displays the associated brand's name and color as a badge.

Examples of brands:

  • Google (for Google Workspace, Google Cloud DNS, Google Public DNS)
  • Cloudflare (for Cloudflare DNS, Cloudflare CDN)
  • Microsoft (for Microsoft 365, Azure DNS)
  • Amazon (for AWS Route 53, Amazon SES, CloudFront)

Brand fields#

FieldRequiredDescription
Brand IDYesA unique identifier for the brand. Use a short, lowercase string with no spaces (for example, google, cloudflare, microsoft). This cannot be changed after creation.
NameYesThe display name shown in badges (for example, "Google", "Cloudflare", "Microsoft 365").
ColorNoA hex color code for the badge background (for example, #4285F4 for Google blue). Defaults to a standard color if not set.
URLNoA link to the brand's website. When set, the badge becomes clickable.
LocationNoThe brand's headquarters or primary location. This is informational and doesn't affect lookups.

Creating a brand#

  1. Go to Brands in the navigation.
  2. Click Add Brand.
  3. Fill in the fields:Brand ID: Choose a short, unique identifier. Use lowercase letters, numbers, and hyphens. Examples: google, aws, microsoft-365.Name: Enter the display name users will see.Color: Enter a hex color code (with the # symbol). Choose a color that represents the brand.URL: Enter the brand's website (optional).Location: Enter the brand's headquarters (optional).
  4. Click Save.

Tips for brand IDs#

  • Keep IDs short and descriptive: google, not google-llc-alphabet-inc.
  • Use hyphens for multi-word IDs: digital-ocean, not digitalocean.
  • IDs are permanent โ€” choose carefully.
  • IDs are case-sensitive. Stick to lowercase.

Tips for colors#

  • Use the brand's official color when possible.
  • Make sure the color has enough contrast with white text (badges show white text on the colored background).
  • Avoid very light colors โ€” they won't be readable.

Editing a brand#

  1. Go to Brands in the navigation.
  2. Find the brand in the list.
  3. Click Edit in the Actions column.
  4. Change the fields you want to update.
  5. Click Save.

Changes take effect immediately. The next domain lookup will use the updated brand information.

Note: You can't change the Brand ID. If you need a different ID, create a new brand and reassign the associated tags, domains, and prefixes.

Deleting a brand#

  1. Go to Brands in the navigation.
  2. Find the brand in the list.
  3. Click Delete in the Actions column.
  4. Confirm the deletion.

Before deleting a brand, check its dependencies. The admin interface shows how many tags, verified domains, and IP prefixes reference this brand. Deleting a brand may affect associated records.

Brand dependencies#

A brand can be referenced by:

  • TXT record tags โ€” Patterns that display this brand's badge on matching TXT records.
  • MX record tags โ€” Patterns that display this brand's badge on matching MX records.
  • NS record tags โ€” Patterns that display this brand's badge on matching NS records.
  • Verified domains โ€” Domains confirmed to belong to this brand.
  • IP prefixes โ€” IP address ranges owned by this brand.
  • Verified ASNs โ€” Autonomous system numbers operated by this brand.

Use the dependencies view to see all items linked to a brand before making changes.

Bulk operations#

You can create multiple brands at once using the bulk import feature:

  1. Go to Brands in the navigation.
  2. Click Bulk Import.
  3. Provide brand data in the required format (JSON or CSV).
  4. Review the preview.
  5. Click Import.

Revision history#

Every brand change is recorded. To view the history:

  1. Open the brand's detail page.
  2. Look for the Revision History section.
  3. Each revision shows:What changed (name, color, URL, or location)When the change was madeWho made the changeThe previous and new version numbers