FixVibe

// docs / domains

Dominio-kuéra

A dominio ha'e a verified hostname nde own. Verifying once unlocks active probes, scheduled re-scan-kuéra, ha live threat monitoring on that hostname.

Verifying a dominio

Add a hostname at Dashboard → Dominio-kuéra. Pick one of two verification methods:

  • DNS TXT — add a record at _fixvibe.<hostname> ndive pe token ore generate. We re-resolve it gui our server, not yours, so SPF / DMARC settings don't interfere. Typical propagation: 1-5 minutes; ore re-check peteĩteĩ 30 seconds guarã 10 minutes.
  • HTTP file — host a small text file at /.well-known/fixvibe-verification.txt with the token. FixVibe checks it over HTTPS before enabling domain-gated features.

Verifications hína re-checked daily by pe domain-reverify cron. If a previously-verified dominio stops resolving pe token (e.g. nde removed pe DNS record), pe verification ha'e revoked ha active scan-kuéra against it drop back pe verify_required until nde re-add it.

Scheduled re-scan-kuéra Pro+

The Pro plan can re-scan a verified domain at ≥3h cadence; the Unlimited plan at ≥6h. Open Dashboard → Domains → Schedule, enable the toggle, pick a cadence:

  • 3 hours — available on Pro
  • 6h, 12h, daily, every 2 days, weekly — available on Pro and Unlimited

When a scheduled run is due, FixVibe queues a fresh scan for the verified domain and records the run. The scan inherits your domain authorization until you disable the schedule or revoke active authorization.

On completion, pe scan-completed email goes out using pe scheduled_scan_email preference (manage at Account → Settings).

Live threat detection Unlimited+

Plan Unlimited oma'ẽ automatikamente cada dominio oñemoañetévape mbohapy señal-re escaneo ojeprograma'ipyre apytépe:

  • Certificate transparency — peteĩteĩ 30 minutes ore query crt.sh guarã pyahu certs containing ne hostname térã any subdomain. New certs fire a new_certificate alerta.
  • DNS diff — peteĩteĩ 30 minutes ore resolve A, AAAA, MX, TXT, NS, CNAME ha compare against pe last snapshot. Changes fire a dns_change alerta.
  • Threat-intel — peteĩteĩ hour ore check Spamhaus DBL ha URLhaus guarã listings of pe apex hostname. Listings fire a threat_intel_listing alerta.

View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.

Snapshot retention

Monitor snapshots auto-prune after 7 days, except pe most recent baseline per (dominio, signal-type) pair — that one stays regardless of age so pe next diff ha'e correct. Dismissed alerta-kuéra purge after 90 days.

Trigger gui API térã MCP

Domain management remains dashboard-only for launch. After a domain is verified and explicitly authorized, REST API and MCP can start scans against it according to your plan:

curl
curl -X POST https://fixvibe.app/api/v1/scans \
  -H "Authorization: Bearer fxv_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://example.com"}'
Dominio-kuéra — Docs · FixVibe