// docs / domains
డొమైన్లు
Domain అనేది మీరు own చేస్తారని verify చేసిన hostname. ఒకసారి verify చేస్తే, ఆ hostname పై active probes, scheduled re-scans, live threat monitoring unlock అవుతాయి.
Domain verify చేయడం
Dashboard → Domains లో hostname add చేయండి. రెండు verification methods లో ఒకటి ఎంచుకోండి:
- DNS TXT — మేము generate చేసే token తో
_fixvibe.<hostname>వద్ద record add చేయండి. దాన్ని మీ server కాదు, మా server నుండి re-resolve చేస్తాము; కాబట్టి SPF / DMARC settings అడ్డుపడవు. సాధారణ propagation: 1-5 నిమిషాలు; 10 నిమిషాల పాటు ప్రతి 30 సెకన్లకు 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 మీరు మళ్లీ add చేసే వరకు verify_required కు తిరిగి వెళ్తాయి.
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.
పూర్తయినప్పుడు, scan-completed email scheduled_scan_email preference ఉపయోగించి పంపబడుతుంది (Account → Settings లో manage చేయండి).
Live threat detection Unlimited+
Unlimited ప్లాన్ షెడ్యూల్ చేయబడిన స్కాన్ల మధ్య ప్రతి ధృవీకరించబడిన డొమైన్ని మూడు సంకేతాల కోసం స్వయంచాలకంగా పర్యవేక్షిస్తుంది:
- Certificate transparency — ప్రతి 30 నిమిషాలకు, మీ hostname లేదా ఏ subdomain అయినా కలిగిన కొత్త certs కోసం crt.sh ను query చేస్తాము. కొత్త certs
new_certificatealert ను fire చేస్తాయి. - DNS diff — ప్రతి 30 నిమిషాలకు A, AAAA, MX, TXT, NS, CNAME resolve చేసి చివరి snapshot తో compare చేస్తాము. మార్పులు
dns_changealert ను fire చేస్తాయి. - Threat-intel — ప్రతి గంటకు 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 రోజుల తర్వాత auto-prune అవుతాయి; కానీ ప్రతి (domain, signal-type) pair కు అత్యంత తాజా baseline మాత్రం వయసుతో సంబంధం లేకుండా ఉంటుంది, తదుపరి diff సరైనదిగా ఉండేందుకు. Dismissed alerts 90 రోజుల తర్వాత 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"}'