// docs / domains
Domain
Domain वह verified hostname आहे जिसका स्वामित्व तुमच्या पास है। एक बार verification करने पर उसी hostname पर active probes, scheduled re-scans, आणि live threat monitoring खुल जाते हैं।
Domain verify करना
Dashboard → Domains पर hostname add करें। दो verification methods मध्ये से एक निवडा:
- DNS TXT —
_fixvibe.<hostname>पर आमचे generated token वाला record add करें। आम्ही इसे अपने server से re-resolve करते आहेत, तुमच्या server से नाही, इसलिए SPF / DMARC settings interfere नाही करतीं। Typical propagation: 1-5 minutes; आम्ही 10 minutes तक हर 30 seconds मध्ये re-check करते हैं। - 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 रोज़ re-check करता है। अगर पहले verified domain token resolve करना बंद कर दे (जैसे आपने DNS record हटा दिया), verification revoke हो जाती आहे आणि उस पर active scans तब तक verify_required पर लौट जाते आहेत जब तक आप उसे फिर add नाही करते।
शेड्यूल किए गए 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.
पूरा होने पर scan-completed email scheduled_scan_email preference से भेजी जाती आहे (manage करा Account → Settings पर)।
लाइव खतरा पहचान Unlimited+
Unlimited प्लॅन वेळापत्रकित स्कॅनदरम्यान प्रत्येक सत्यापित डोमेनला तीन सिग्नलसाठी आपोआप पाहतो:
- Certificate transparency — हर 30 minutes आम्ही crt.sh query करते आहेत ताकि तुमच्या hostname या किसी subdomain वाले नवे certs मिलें। नवे certs
new_certificatealert fire करते हैं। - DNS diff — हर 30 minutes आम्ही A, AAAA, MX, TXT, NS, CNAME resolve करते आहेत आणि last snapshot से compare करते हैं। Changes
dns_changealert fire करते हैं। - Threat-intel — हर hour आम्ही apex hostname की listings साठी Spamhaus DBL आणि URLhaus check करते हैं। Listings
threat_intel_listingalert fire करती हैं।
View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.
Snapshot retention
Monitor snapshots 7 days बाद auto-prune होते आहेत, सिवाय हर (domain, signal-type) pair के सबसे recent baseline के — वह age की परवाह किए बिना रहता आहे ताकि अगला diff सही हो। Dismissed alerts 90 days बाद purge होते हैं।
API या MCP से trigger करा
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"}'