FixVibe

// docs / domains

Domains

Domain ናትካ ዝኾነ verified hostname እዩ። ሓንሳብ ምርግጋጽ active probes፣ scheduled re-scans፣ ን live threat monitoring ኣብቲ hostname ይኸፍት።

Domain ምርግጋጽ

Hostname ኣብ Dashboard → Domains ወስኽ። ካብ ክልተ verification methods ሓደ ምረጽ:

  • DNS TXT — ኣብ _fixvibe.<hostname> እቲ ንሕና እንፈጥሮ token ምስ record ወስኽ። ንሕና ካብ serverና እንደግም resolve ንገብሮ፣ ካብካ ኣይኮነን፣ ስለዚ SPF / DMARC settings ኣይዓንቅፉን። ልሙድ propagation: 1-5 ደቒቕ፤ ን10 ደቒቕ ነፍሲ ወከፍ 30 ሰከንድ እንደግም ንፍትሽ።
  • 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.

Verifications ብ domain-reverify cron መዓልታዊ ይደገማ። ቅድሚ ሕጂ ዝተረጋገጸ domain token ምresolve እንተደው ኢሉ (ንኣብነት DNS record እንተኣሊኻዮ)፣ verification ይስረዝ፣ active scans ኣብኡ ናብ 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 ኣመሓድር)።

Live threat detection Unlimited+

ናይ Unlimited ፕላን ኣብ ዝተመደቡ ስካን መንጎ ንኹሉ ዝተረጋገጸ ዶሜን ናይ ሰለስተ ምልክታት ብኣውቶማቲክ ይከታተል፦

  • Certificate transparency — ነፍሲ ወከፍ 30 ደቒቕ ኣብ crt.sh ሓድሽ certs ን hostnameካ ወይ ዝኾነ subdomain ዘለዎም ንሓትት። ሓደሽቲ certs ናይ new_certificate alert የበግሱ።
  • DNS diff — ነፍሲ ወከፍ 30 ደቒቕ A, AAAA, MX, TXT, NS, CNAME resolve ንገብር፣ ምስ መወዳእታ snapshot ንነጻጽር። ለውጥታት dns_change alert የበግሱ።
  • Threat-intel — ነፍሲ ወከፍ ሰዓት apex hostname ኣብ Spamhaus DBL ን URLhaus ተዘርዚሩ እንተሎ ንፍትሽ። Listings threat_intel_listing alert የበግሱ።

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

Snapshot retention

Monitor snapshots ድሕሪ 7 መዓልቲ ብርእሶም ይጽረዩ፣ ግን እቲ ቀረባ baseline ንነፍሲ ወከፍ (domain, signal-type) pair ይተርፍ፤ ንሱ ዕድመ ብዘየገድስ ይተርፍ ቀጻሊ diff ትኽክል ክኸውን። Dismissed alerts ድሕሪ 90 መዓልቲ ይጽረዩ።

ካብ API ወይ MCP ኣበግስ

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"}'
Domains — Docs · FixVibe