FixVibe

// docs / domains

Domain-नामानि

A domain अस्ति a verified hostname त्वम् own. Verifying once unlocks active probes, scheduled re-scans, च live threat monitoring on that hostname.

Verifying a domain

Add a hostname at Dashboard → Domain-नामानि. Pick one of two verification methods:

  • DNS TXT — add a record at _fixvibe.<hostname> सह तत् token वयम् generate. We re-resolve it तः our server, not yours, so SPF / DMARC settings don't interfere. Typical propagation: 1-5 minutes; वयम् re-check प्रत्येकम् 30 seconds कृते 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 सन्ति re-checked daily by तत् domain-reverify cron. If a previously-verified domain stops resolving तत् token (e.g. त्वम् removed तत् DNS record), तत् verification अस्ति revoked च active scans against it drop back प्रति verify_required until त्वम् re-add it.

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

Live threat detection Unlimited+

Unlimited योजना समय-निर्धारित-स्कैन्-योः मध्ये प्रत्येकं सत्यापित-domain त्रीणि सङ्केतान् प्रति स्वयमेव अवलोकयति:

  • Certificate transparency — प्रत्येकम् 30 minutes वयम् query crt.sh कृते नूतनम् certs containing तव hostname वा any subdomain. New certs fire a new_certificate alert.
  • DNS diff — प्रत्येकम् 30 minutes वयम् resolve A, AAAA, MX, TXT, NS, CNAME च compare against तत् last snapshot. Changes fire a dns_change alert.
  • Threat-intel — प्रत्येकम् hour वयम् check Spamhaus DBL च URLhaus कृते listings of तत् apex hostname. Listings fire a threat_intel_listing alert.

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 तत् most recent baseline per (domain, signal-type) pair — that one stays regardless of age so तत् next diff अस्ति correct. Dismissed alerts purge after 90 days.

Trigger तः API वा 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"}'
Domain-नामानि — Docs · FixVibe