// docs / domains
Domenlar
Domen — siz egalik qilishingiz tasdiqlangan hostname. Bir marta tasdiqlash shu hostname uchun aktiv tekshiruvlar, rejalangan qayta skanlar va jonli tahdid monitoringini ochadi.
Domenni tasdiqlash
Dashboard → Domains ga hostname qo‘shing. Ikki verification method’dan birini tanlang:
- DNS TXT —
_fixvibe.<hostname>ga biz generate qilgan token bilan record qo‘shing. Uni sizning serveringizdan emas, o‘z serverimizdan re-resolve qilamiz, shuning uchun SPF / DMARC settings xalaqit bermaydi. Typical propagation: 1-5 daqiqa; 10 daqiqa davomida har 30 soniyada re-check qilamiz. - HTTP file — host a small text file at
/.well-known/fixvibe-verification.txtwith the token. FixVibe checks it over HTTPS before enabling domain-gated features.
Verifications domain-reverify cron orqali daily re-checked bo‘ladi. Agar oldin verified domain token’ni resolve qilmay qolsa (masalan, DNS record’ni olib tashlagansiz), verification revoked bo‘ladi va unga qarshi active scans qayta qo‘shmaguningizcha verify_required ga tushadi.
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.
Completion’da scan-completed email scheduled_scan_email preference orqali yuboriladi (Account → Settings da manage).
Live threat aniqlash Unlimited+
Unlimited rejasi rejalashtirilgan skanlar orasida har bir tasdiqlangan domenni uchta signal uchun avtomatik kuzatib boradi:
- Certificate transparency — har 30 daqiqada crt.sh’dan hostname yoki istalgan subdomainingizni o‘z ichiga olgan new certs so‘raymiz. New certs
new_certificatealert fire qiladi. - DNS diff — har 30 daqiqada A, AAAA, MX, TXT, NS, CNAME resolve qilamiz va last snapshot bilan compare qilamiz. Changes
dns_changealert fire qiladi. - Threat-intel — har soatda apex hostname uchun Spamhaus DBL va URLhaus listings tekshiramiz. Listings
threat_intel_listingalert fire qiladi.
View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.
Snapshot retention
Monitor snapshots 7 kundan keyin auto-prune bo‘ladi, lekin har (domain, signal-type) pair uchun eng recent baseline qoladi — keyingi diff to‘g‘ri bo‘lishi uchun u age’dan qat’i nazar saqlanadi. Dismissed alerts 90 kundan keyin purge bo‘ladi.
API yoki MCP orqali trigger qilish
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 -X POST https://fixvibe.app/api/v1/scans \
-H "Authorization: Bearer fxv_..." \
-H "content-type: application/json" \
-d '{"target":"https://example.com"}'