FixVibe

// docs / domains

Domain

Domain គឺ hostname ដែលបានផ្ទៀងផ្ទាត់ថាអ្នកជាម្ចាស់។ ផ្ទៀងផ្ទាត់ម្តងនឹងបើក active probes, scheduled re-scans, និង live threat monitoring លើ hostname នោះ។

ការផ្ទៀងផ្ទាត់ domain

បន្ថែម hostname នៅ Dashboard → Domains។ ជ្រើស verification method មួយក្នុងពីរ:

  • DNS TXT — បន្ថែម record នៅ _fixvibe.<hostname> ជាមួយ token ដែលយើង generate។ យើង re-resolve វាពី server របស់យើង មិនមែនពីរបស់អ្នក ដូច្នេះ SPF / DMARC settings មិនរំខានទេ។ Propagation ធម្មតា: 1-5 នាទី; យើង re-check រៀងរាល់ 30 វិនាទី សម្រាប់ 10 នាទី។
  • 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 ត្រូវបាន re-checked រៀងរាល់ថ្ងៃដោយ domain-reverify cron។ ប្រសិនបើ domain ដែលធ្លាប់ verified ឈប់ resolve token (ឧ. អ្នកលុប DNS record), verification ត្រូវបាន revoked ហើយ 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 ត្រូវបានផ្ញើដោយប្រើ preference scheduled_scan_email (គ្រប់គ្រងនៅ Account → Settings)។

Live threat detection Unlimited+

គម្រោង Unlimited តាមដានដែនដែលបានផ្ទៀងផ្ទាត់នីមួយៗដោយស្វ័យប្រវត្តិសម្រាប់សញ្ញាបី រវាងការស្កេនតាមកាលវិភាគ:

  • Certificate transparency — រៀងរាល់ 30 នាទី យើង query crt.sh សម្រាប់ certs ថ្មីដែលមាន hostname របស់អ្នក ឬ subdomain ណាមួយ។ Certs ថ្មី fire alert new_certificate
  • DNS diff — រៀងរាល់ 30 នាទី យើង resolve A, AAAA, MX, TXT, NS, CNAME ហើយ compare ទៅ last snapshot។ Changes fire alert dns_change
  • Threat-intel — រៀងរាល់ម៉ោង យើង check Spamhaus DBL និង URLhaus សម្រាប់ listings នៃ apex hostname។ Listings fire alert threat_intel_listing

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

Snapshot retention

Monitor snapshots auto-prune បន្ទាប់ពី 7 ថ្ងៃ លើកលែង baseline ថ្មីបំផុតតាម pair (domain, signal-type) — វានៅដដែលមិនថាអាយុប៉ុន្មាន ដើម្បីឱ្យ diff បន្ទាប់ត្រឹមត្រូវ។ Dismissed alerts purge បន្ទាប់ពី 90 ថ្ងៃ។

Trigger ពី 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"}'
Domain — Docs · FixVibe