// docs / domains
டொமைன்கள்
Domain என்பது உங்களுடையது என்று verify செய்யப்பட்ட hostname. ஒருமுறை verify செய்தால், அந்த hostname இல் active probes, scheduled re-scans, live threat monitoring திறக்கப்படும்.
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 ஆக மாறும்.
திட்டமிட்ட 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 செய்யவும்).
நேரடி 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 தக்கவைத்தல்
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"}'