FixVibe

// docs / domains

Domains ni nomu

Na domain e dua na hostname sa vakadeitaki ka o taukena. Ni vakadeitaki vakadua, e dolava na active probes, scheduled re-scans, kei na live threat monitoring ena hostname o ya.

Verify e dua na domain

Add e dua na hostname ena Dashboard โ†’ Domains. Digitaka e dua vei rau na verification methods:

  • DNS TXT โ€” add e dua na record ena _fixvibe.<hostname> kei na token keitou generate. Keitou re-resolve mai na neitou server, sega ni nomu, me kua ni veilecayaki na SPF / DMARC settings. Typical propagation: 1-5 minutes; keitou re-check every 30 seconds for 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 e re-checked daily ena domain-reverify cron. Kevaka e dua na previously-verified domain e muduka na resolving ni token (e.g. o sa remove na DNS record), e revoked na verification ka active scans ki na domain o ya e drop back ki verify_required me yacova ni o re-add.

Scheduled re-scans tuvanaki 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, e lako yani na scan-completed email ena scheduled_scan_email preference (manage ena Account โ†’ Settings).

Live threat detection bula Unlimited+

Na palani Unlimited e qaqaravi vakatabakidua na veidomain vakadinadinataki ena tolu na ivakaraitaki ena maliwa ni vakaraici e tuvanaki:

  • Certificate transparency โ€” every 30 minutes keitou query crt.sh me baleta na certs vou e contain nomu hostname se dua na subdomain. New certs e fire e dua na new_certificate alert.
  • DNS diff โ€” every 30 minutes keitou resolve A, AAAA, MX, TXT, NS, CNAME ka compare kei na last snapshot. Changes e fire e dua na dns_change alert.
  • Threat-intel โ€” every hour keitou check Spamhaus DBL kei URLhaus me baleta na listings ni apex hostname. Listings e fire e dua na threat_intel_listing alert.

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

Maroroi ni snapshot

Monitor snapshots e auto-prune after 7 days, except na most recent baseline per (domain, signal-type) pair โ€” e tiko ga o ya regardless of age me dodonu kina na next diff. Dismissed alerts e purge after 90 days.

Trigger mai API se 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"}'
Domains ni nomu โ€” Docs ยท FixVibe