// docs / domains
Domain
Domain ହେଉଛି ଆପଣଙ୍କ ମାଲିକାନାର verified hostname। ଗୋଟେଥର verify କଲେ ସେହି hostname ଉପରେ active probe, scheduled re-scan, ଏବଂ live threat monitoring ଖୋଲିଯାଏ।
Domain verify କରିବା
Dashboard → Domains ରେ hostname add କରନ୍ତୁ। ଦୁଇଟି verification method ମଧ୍ୟରୁ ଗୋଟିଏ ବାଛନ୍ତୁ:
- DNS TXT — ଆମେ generate କରୁଥିବା token ସହିତ
_fixvibe.<hostname>ରେ record add କରନ୍ତୁ। ଆମ server ରୁ ଏହାକୁ re-resolve କରୁ, ଆପଣଙ୍କ server ରୁ ନୁହେଁ, ସେହିପାଇଁ SPF / DMARC setting ଅଡ଼ଚଣ କରେ ନାହିଁ। ସାଧାରଣ 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.
Verification ଗୁଡ଼ିକ domain-reverify cron ଦ୍ୱାରା ଦୈନିକ re-check ହୁଏ। ପୂର୍ବରୁ verified domain token resolve କରିବା ବନ୍ଦ କଲେ (ଯଥା DNS record କାଢ଼ିଦେଲେ), verification revoke ହୁଏ ଏବଂ ଏହା ବିରୁଦ୍ଧରେ active scan verify_required କୁ ଫେରେ, ଯବତ୍ତ ଆପଣ ଏହାକୁ ପୁଣି add କରନ୍ତି।
Scheduled re-scan 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 ଉପରେ, scan-completed email scheduled_scan_email preference ବ୍ୟବହାର କରି ଯାଏ (Account → Settings ରେ manage କରନ୍ତୁ)।
ସଜୀବ ବିପଦ ଚିହ୍ନଟ ନିରୀକ୍ଷଣ Unlimited+
Unlimited ଯୋଜନା ସମୟସୂଚୀ ସ୍କାନ ମଧ୍ୟରେ ପ୍ରତ୍ୟେକ ସତ୍ୟାପିତ ଡୋମେନକୁ ତିନୋଟି ସିଗନାଲ ପାଇଁ ଆପେଆପେ ନିରୀକ୍ଷଣ କରେ:
- Certificate transparency — ପ୍ରତି 30 ମିନିଟ୍ ଆମେ ଆପଣଙ୍କ hostname କିମ୍ବା କୌଣସି subdomain ଥିବା ନୂଆ cert ପାଇଁ crt.sh query କରୁ। ନୂଆ cert
new_certificatealert fire କରେ। - DNS diff — ପ୍ରତି 30 ମିନିଟ୍ ଆମେ A, AAAA, MX, TXT, NS, CNAME resolve କରୁ ଏବଂ last snapshot ସହିତ compare କରୁ। Change
dns_changealert fire କରେ। - Threat-intel — ପ୍ରତି ଘଣ୍ଟାରେ apex hostname listing ପାଇଁ Spamhaus DBL ଓ URLhaus check କରୁ। Listing
threat_intel_listingalert fire କରେ।
View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.
Snapshot ରଖା ଅବଧି
Monitor snapshot 7 ଦିନ ପରେ auto-prune ହୁଏ, କିନ୍ତୁ ପ୍ରତି (domain, signal-type) pair ପାଇଁ ସବୁଠାରୁ recent baseline ରହେ — ସେଟି age ନିର୍ବିଶେଷେ ରହିଥାଏ ଯାହାରୁ ପରବର୍ତ୍ତୀ diff ସଠିକ୍ ହୁଏ। Dismissed alert 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"}'