Domain Security Info
๐ Overview
Updated May 1, 2026, 8:31 AM
Admin overview#
The admin interface lets you manage the data that powers Domain Security Information. You can add brands, set up record tags, verify domains, track IP address ranges, run automated scans, and monitor how the system is used.
Accessing the admin interface#
The admin interface is at admin.domainsecurityinfo.com. Access is protected by Cloudflare Access. You must log in through the configured identity provider before you can reach any admin page. Requests without a valid Cloudflare Access token are rejected.
What the admin interface manages#
The admin interface controls the knowledge base that the tool uses to identify services and brands when someone looks up a domain or IP address. Without this data, the tool would still show raw DNS and WHOIS information โ but it would not be able to label providers with colored badges or associate domains with organizations.
Core data types#
| Data type | What it does | Example |
|---|---|---|
| Brands | Represent organizations that own services, domains, and IP ranges | Google, Cloudflare, Microsoft |
| TXT record tags | Match patterns in TXT records to identify services | google-site-verification= โ Google |
| MX record tags | Match patterns in MX records to identify email providers | .google.com โ Google Workspace |
| NS record tags | Match patterns in NS records to identify DNS providers | .ns.cloudflare.com โ Cloudflare |
| Regex patterns | Use regular expressions to match complex TXT record formats | ^[a-f0-9]{32}$ โ Verification token |
| Verified domains | Confirm that a domain belongs to a specific brand | google.com โ Google |
| IP prefixes | Map IP address ranges to the brands that own them | 8.8.8.0/24 โ Google |
| Verified ASNs | Link autonomous system numbers to brands | AS15169 โ Google |
| Known services | Categorize domains by the type of service they provide | sendgrid.net โ email |
Monitoring and reporting#
| Feature | What it does |
|---|---|
| Analytics | Shows how the public tool is used: request counts, popular domains, response times, and geographic distribution |
| Audit logging | Records every admin action for security review and compliance |
| Enterprise scanning | Runs automated domain analysis on a schedule and tracks changes over time |
| Known domains | Tracks large numbers of domains for historical monitoring |
| Dashboard | Shows summary counts and recent changes at a glance |
System management#
| Feature | What it does |
|---|---|
| Users | Shows who has admin access and when they last logged in |
| Import and export | Backs up and restores the knowledge base |
| Brand merge tool | Safely combines two brands into one |
| Unknown records | Shows DNS records that don't match any tags, so you can add new ones |
| Data dictionary | Describes every field the system stores |
Dashboard#
The dashboard is the first page you see after you log in. It shows:
- Total counts โ How many brands, tags, verified domains, IP prefixes, and other records exist in the system.
- Recent changes โ The most recent additions and edits across all data types.
- Quick actions โ Shortcuts to add a new brand, tag, or domain.
How the data fits together#
Brands are the foundation. Most other data types connect to a brand:
Brand (for example, "Google")
โโโ TXT record tags (patterns in TXT records that indicate Google services)
โโโ MX record tags (patterns in MX records that indicate Google email)
โโโ NS record tags (patterns in NS records that indicate Google DNS)
โโโ Verified domains (domains confirmed to belong to Google)
โโโ IP prefixes (IP ranges owned by Google)
โโโ Verified ASNs (autonomous system numbers operated by Google)
When someone looks up a domain on the public website:
- The tool fetches the domain's live DNS records and WHOIS data.
- It checks each DNS record against the tag database and regex patterns to identify known services.
- It checks the domain against the verified domains database.
- It checks resolved IP addresses against the known IP prefixes database.
- It displays the results with brand badges, color coding, and service labels.
Navigation#
The admin navigation is organized into sections:
Dashboard โ Summary of the system.
Manage Data:
- Brands
- TXT Record Tags
- MX Record Tags
- NS Record Tags
- Verified Domains
- Verified IP Prefixes
- Verified ASNs
- Known Services
- Regex Patterns
- Unknown Records
- Known Domains
- Bulk Import Known Domains
- Brand Merge Tool
Enterprise Scanning:
- Domain Tags
- Scheduled Scans
- Scan Runs
- Scan Logs
- Reports
System:
- Stats
- Audit Logs
- Analytics
- Users
- Export
- Import
Help โ Built-in documentation and troubleshooting guidance.
Revision tracking#
Every change to brands, tags, verified domains, IP prefixes, and verified ASNs is tracked with revision history. The system records:
- What was changed.
- When it was changed.
- Who made the change.
- The previous and new values.
- A version number that increases with each change.
You can view the revision history for any item to see its complete change log. This is useful for troubleshooting and auditing.
What is public vs. what is admin-only#
| Available to everyone | Available only to administrators |
|---|---|
| Live domain lookups | Historical analysis data |
| Live IP lookups | Change detection and tracking |
| Current DNS records and WHOIS data | Analytics and usage statistics |
| Brand badges and service identification | Audit logs |
| JSON API (/raw/{domain}) | User management |
| Enterprise scanning | |
| Known domains database | |
| Import and export |