Skip to main content

Executive's DNS Intelligence Brief

Board-level domain security assessment — westbyforcongress.com

22 Apr 2026, 19:33 UTC · 60.6s · SHA-3-512: 4f84✱✱✱✱ Verify
DNS Security & Trust Posture
Risk Level: Low Risk
6 protocols configured, 2 not configured, 1 unavailable on provider
1 recommendation
Analysis Confidence
MODERATE
Resolver agreement is inconsistent for some protocols, limiting confidence. Data currency and system maturity are adequate.
Email Spoofing
Protected
Brand Impersonation
Not Set Up
DNS Tampering
Protected
Certificate Control
Open
What Requires Attention
Recommended Upgrade DMARC policy from quarantine to reject (p=reject) for maximum spoofing protection
The BIG Questions
Can this domain be impersonated by email? Unlikely SPF and DMARC quarantine policy enforced
Can DNS itself be tampered with? No DNSSEC signed and validated, cryptographic chain of trust verified
Can this brand be convincingly faked? Likely DMARC quarantine flags but does not reject spoofed mail (RFC 7489 §6.3) — no BIMI or CAA (RFC 8659) reinforcement leaves brand impersonation largely unaddressed
Is mail transport encryption enforced? Yes MTA-STS enforces TLS for all inbound mail delivery
Is certificate issuance controlled? No No CAA records — any certificate authority may issue certificates for this domain
Does this domain publish AI agent instructions? Yes llms.txt published — AI models receive structured context about this domain
Is AI crawling of our content controlled? No robots.txt present but does not block AI crawlers — content may be freely scraped
Has someone manipulated AI recommendations about us? No No indicators of AI recommendation manipulation found
Are there hidden AI prompts on our site? Yes 2 hidden prompt-like artifact(s) detected in page source
Domain Overview
Registrar GoDaddy.com, LLC
Email Provider Proofpoint
Web Hosting Unknown
DNS Hosting GoDaddy

Technical Findings

Email Authentication
Can this domain be impersonated by email? Unlikely — SPF and DMARC quarantine policy enforced
SPF (Sender Policy) Configured
DMARC (Policy) Configured Policy: quarantine
DKIM (Signatures) Configured
Mail Posture Moderately Protected
Mail Transport Security
Is mail transport encryption enforced? Yes — MTA-STS enforces TLS for all inbound mail delivery
MTA-STS Active Mode: enforce
DANE / TLSA Hosted Provider DANE not available — Proofpoint does not support inbound DANE/TLSA on its MX infrastructure
TLS-RPT (Reporting) Configured
Mail Transport Enforced Policy-assessed 2 probes
DNS Security
Can DNS itself be tampered with? No — DNSSEC signed and validated, cryptographic chain of trust verified
DNSSEC Signed & Validated
DNSSEC fully configured and validated — AD (Authenticated Data) flag set by resolver 8.8.8.8 confirming cryptographic chain of trust from root to zone (RFC 4035 §3.2.3)
NS Delegation Healthy Managed DNS
Delegation Consistency 1 Issue
NS Fleet Health Healthy Diversity: Fair
DNSSEC Operations Healthy 4 keys, 0 sigs
Brand & Certificate Controls
Can this brand be convincingly faked? Likely — DMARC quarantine flags but does not reject spoofed mail (RFC 7489 §6.3) — no BIMI or CAA (RFC 8659) reinforcement leaves brand impersonation largely unaddressed
Is certificate issuance controlled? No — No CAA records — any certificate authority may issue certificates for this domain
BIMI (Brand Logo) Not Configured
CAA (Certificate) Open Any certificate authority may issue certificates
AI Surface Scanner Risks Detected
Does this domain publish AI agent instructions? Yes — llms.txt published — AI models receive structured context about this domain
Is AI crawling of our content controlled? No — robots.txt present but does not block AI crawlers — content may be freely scraped
Has someone manipulated AI recommendations about us? No — No indicators of AI recommendation manipulation found
Are there hidden AI prompts on our site? Yes — 2 hidden prompt-like artifact(s) detected in page source
LLM Context File llms.txt Found Domain provides structured context for AI models
AI Crawler Governance Not Blocking No AI crawler restrictions found in robots.txt
Poisoning Indicators None Found No AI recommendation poisoning indicators detected
Hidden Prompt Artifacts 2 Found Hidden prompt-like content detected in page source
Public Exposure Clear No secrets detected in publicly accessible source
Priority Actions 2 total Achievable: Secure
Medium Upgrade DMARC to Reject

Your DMARC policy is set to quarantine. Upgrade to p=reject for maximum protection — reject instructs receivers to discard spoofed mail entirely rather than quarantining it.

Low Add CAA Records

CAA records specify which Certificate Authorities may issue certificates for your domain, reducing the risk of unauthorized certificate issuance.

Appendix — Additional Resources

Full technical details including raw DNS records, DKIM public keys, IP/ASN mappings, resolver consensus evidence, and verification commands are available in the Engineer's DNS Intelligence Report.

View Engineer's DNS Intelligence Report

Appendix — What AIs Are Being Told About This Organization What do AI systems see when they query this domain?

The following content is served to AI systems (ChatGPT, Gemini, Claude, Perplexity, and others) when they visit this domain. This is the organization's machine-readable narrative — it shapes how AI models describe, recommend, and represent this brand in conversations worldwide.

llms.txt (https://westbyforcongress.com/llms.txt)
# westby4congress
> The website westbyforcongress.com features a campaign announcement from Jeremy Westby, a candidate for Minnesota's Third Congressional District, who highlights his commitment to Minnesota values and common-sense conservative policies. The site also details its privacy policy, explaining how user information is collected, used, and protected. This includes data provided directly by users, automatically collected site usage data, and information from other sources. The policy outlines the site's practices regarding communication, data sharing, cookies, and security measures, while also informing users of their choices and rights concerning their personal data.

## AI Agent Access

This site is powered by Wix and supports the Model Context Protocol (MCP)
for agentic AI access. AI agents can connect directly to retrieve live,
up-to-date site content — no scraping required.

- **Site MCP Endpoint:** https://www.westbyforcongress.com/_api/mcp
- **Wix MCP Docs:** https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp

## Available MCP Tools

### GetBusinessDetails
Retrieves business and site details such as timezone, email, phone, and address.
- No parameters required.

### SearchInSite
Searches the site for information.
- \`searchTerm\` — The term to search for in the site.

### SearchSiteApiDocs
Retrieves the API documentation for the Wix business solutions installed on
this site, and informs the AI client how to use the APIs. Use this tool for
querying products and services (instead of SearchInSite).
- \`searchTerm\` — The term to search for in the site API documentation.

### GenerateVisitorToken
Creates a new visitor session and obtains a visitor access token for the site.
Must be called before making any CallWixSiteAPI request if no visitor token
is already available in context.
- No parameters required.

### CallWixSiteAPI
Calls API methods on the site to perform actions on a visitor's behalf,
such as querying site data, booking an appointment, or starting a purchase.
- \`visitorToken\` — Visitor access token. Use GenerateVisitorToken first if not available.
- \`url\` — Absolute URL of the API method to call (e.g. https://www.wixapis.com/...). Retrieve using SearchSiteApiDocs.
- \`method\` — HTTP method to use for the API call.
- \`body\` — Request body as a valid JSON string.

### ReadFullDocsArticle
Fetches a complete article from the Wix developer documentation portal.
- \`articleUrl\` — URL of an article in the Wix developer documentation portal.

### ReadFullDocsMethodSchema
Fetches the full schema for a Wix API method. Should be called before
calling the actual method via CallWixSiteAPI.
- \`articleUrl\` — URL of the reference article for the Wix API method.

## What Visitors Can Do via AI + MCP

- Get business details (contact info, location, hours)
- Discover products and services on offer
- Book services and make reservations
- Start a purchase and be directed to the site to complete checkout
- Ask questions and get relevant answers without having to browse the site

## Notes

- No authentication required to connect to the MCP endpoint
- Only public information accessible on the site is available
- Content is always live and up to date
- To receive tool updates, implement a tools/list call upon receipt of a tool update notification
Why this matters: This content directly influences how AI models describe your organization, products, and services. Review it for accuracy, brand alignment, and competitive positioning. If no llms.txt exists, AI models rely on whatever they can scrape — with no editorial control.
Verify Report Integrity SHA-3-512 Has this report been tampered with? Verify below

Tamper-evident fingerprint binding this analysis to its data, domain, timestamp, and tool version.

4f84d4fd3fa4b48fcd6c46f8fd3caa3231ab277d8686a335aa68942f59a0e4b4db9165a4406987bb22c8437941eb55f77161790bedb52fe9bb37aab5c6a325f8
12 RFCs evaluated · DNS state at 22 Apr 2026, 19:33 UTC