FixVibe

// docs / domains

Domain များ

Domain ဆိုသည်မှာ သင်ပိုင်ဆိုင်ကြောင်း အတည်ပြုထားသော hostname ဖြစ်သည်။ တစ်ကြိမ်အတည်ပြုလိုက်သည်နှင့် ထို hostname တွင် active probe များ၊ scheduled re-scan များနှင့် live threat monitoring ကို ဖွင့်နိုင်သည်။

Domain တစ်ခု အတည်ပြုခြင်း

Dashboard → Domains တွင် hostname တစ်ခု ထည့်ပါ။ Verification method နှစ်ခုအနက် တစ်ခုကို ရွေးပါ:

  • DNS TXT — ကျွန်ုပ်တို့ generate လုပ်သော token ဖြင့် _fixvibe.<hostname> တွင် record တစ်ခု ထည့်ပါ။ SPF / DMARC setting များ မထိခိုက်စေရန် သင့် server မဟုတ်ဘဲ ကျွန်ုပ်တို့ server မှ ပြန် resolve လုပ်သည်။ ပုံမှန် propagation: 1-5 မိနစ်; 10 မိနစ်အတွက် 30 စက္ကန့်တိုင်း re-check လုပ်သည်။
  • HTTP file — host a small text file at /.well-known/fixvibe-verification.txt with the token. FixVibe checks it over HTTPS before enabling domain-gated features.

Verification များကို domain-reverify cron က နေ့စဉ် re-check လုပ်သည်။ ယခင်အတည်ပြုထားသော domain တစ်ခုက token ကို resolve မလုပ်တော့ပါက (ဥပမာ DNS record ဖယ်ထားခြင်း) verification ကို revoke လုပ်ပြီး ၎င်းပေါ်ရှိ active scan များသည် ပြန်လည်ထည့်သွင်းသည်အထိ verify_required သို့ ပြန်ကျသွားသည်။

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.

ပြီးဆုံးသောအခါ scan-completed email ကို scheduled_scan_email preference ဖြင့် ပို့သည် (Account → Settings တွင် စီမံပါ)။

Live threat detection Unlimited+

Unlimited အစီအစဉ်သည် အချိန်ဇယားအတိုင်း scan များကြားတွင် အတည်ပြုထားသော domain တိုင်းကို signal သုံးခုအတွက် အလိုအလျောက် စောင့်ကြည့်သည်:

  • Certificate transparency — 30 မိနစ်တိုင်း သင့် hostname သို့မဟုတ် subdomain တစ်ခုခု ပါဝင်သော cert အသစ်များအတွက် crt.sh ကို query လုပ်သည်။ Cert အသစ်များက new_certificate alert ထုတ်သည်။
  • DNS diff — 30 မိနစ်တိုင်း A၊ AAAA၊ MX၊ TXT၊ NS၊ CNAME ကို resolve လုပ်ပြီး နောက်ဆုံး snapshot နှင့် နှိုင်းယှဉ်သည်။ ပြောင်းလဲမှုများက dns_change alert ထုတ်သည်။
  • Threat-intel — တစ်နာရီတိုင်း apex hostname ၏ listing များအတွက် Spamhaus DBL နှင့် URLhaus ကို စစ်သည်။ Listing များက threat_intel_listing alert ထုတ်သည်။

View and dismiss alerts at Dashboard → Domains → [domain] → Monitor. Email notifications follow the threat_alert_email preference.

Snapshot retention

Monitor snapshot များကို 7 ရက်အကြာ auto-prune လုပ်သည်၊ သို့သော် (domain, signal-type) pair တစ်ခုချင်းစီအတွက် နောက်ဆုံး baseline ကို မဖယ်ပါ — နောက် 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
curl -X POST https://fixvibe.app/api/v1/scans \
  -H "Authorization: Bearer fxv_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://example.com"}'
Domain များ — Docs · FixVibe