FixVibe

// 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 እናደርገዋለን፣ ከእርስዎ አይደለም፣ ስለዚህ SPF / DMARC setting አይገባበትም። የተለመደ 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 ይደረጋሉ። ቀድሞ verified የነበረ domain token resolve ማድረጉን ካቆመ (ለምሳሌ DNS record ካስወገዱ) verification revoked ይሆናል እና በእሱ ላይ 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 manage ያድርጉ)።

የቀጥታ የአደጋ መለየት ክትትል Unlimited+

የUnlimited ዕቅድ በታቀዱ ስካን መካከል ለሦስት ምልክቶች እያንዳንዱን የተረጋገጠ ዶሜን በራስ-ሰር ይከታተላል፦

  • Certificate transparency — በየ30 ደቂቃ hostnameዎን ወይም ማንኛውንም subdomain የያዙ አዲስ cert-ዎች ለማግኘት crt.sh query እናደርጋለን። አዲስ cert new_certificate alert fire ያደርጋል።
  • DNS diff — በየ30 ደቂቃ A፣ AAAA፣ MX፣ TXT፣ NS፣ CNAME resolve እናደርጋለን እና ከlast snapshot ጋር compare እናደርጋለን። Change dns_change alert fire ያደርጋል።
  • Threat-intel — በየሰዓቱ ለapex hostname listing በSpamhaus DBL እና URLhaus check እናደርጋለን። Listing threat_intel_listing alert 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 ይቀራል — ቀጣዩ diff ትክክል እንዲሆን ያ ከage ግዴታ ውጭ ይቆያል። 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