FixVibe

// docs / domains

Domèn

A domèn se a verified hostname ou own. Verifying once unlocks active probes, scheduled re-eskan, ak live threat monitoring on that hostname.

Verifying a domèn

Add a hostname at Dashboard → Domèn. Pick one of two verification methods:

  • DNS TXT — add a record at _fixvibe.<hostname> ak la token nou generate. We re-resolve it soti nan our server, not yours, so SPF / DMARC settings don't interfere. Typical propagation: 1-5 minutes; nou re-check chak 30 seconds pou 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 yo re-checked daily by la domain-reverify cron. If a previously-verified domèn stops resolving la token (e.g. ou removed la DNS record), la verification se revoked ak active eskan against it drop back pou verify_required until ou re-add it.

Scheduled re-eskan 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, la eskan-completed email goes out using la scheduled_scan_email preference (manage at Account → Settings).

Live threat detection Unlimited+

Plan Unlimited siveye otomatikman chak domèn verifye pou twa siyal ant skanaj pwograme yo:

  • Certificate transparency — chak 30 minutes nou query crt.sh pou nouvo certs containing ou hostname oswa any subdomain. New certs fire a new_certificate alèt.
  • DNS diff — chak 30 minutes nou resolve A, AAAA, MX, TXT, NS, CNAME ak compare against la last snapshot. Changes fire a dns_change alèt.
  • Threat-intel — chak hour nou check Spamhaus DBL ak URLhaus pou listings of la apex hostname. Listings fire a threat_intel_listing alèt.

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 la most recent baseline per (domèn, signal-type) pair — that one stays regardless of age so la next diff se correct. Dismissed alèt purge after 90 days.

Trigger soti nan API oswa 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"}'
Domèn — Docs · FixVibe