FixVibe

// docs / domains

ໂດເມນ

ໂດເມນແມ່ນ hostname ທີ່ທ່ານເປັນເຈົ້າຂອງແລະຢືນຢັນແລ້ວ. ຢືນຢັນຄັ້ງດຽວຈະປົດລັອກ active probes, ການສະແກນຊ້ຳຕາມຕາຕະລາງ, ແລະການຕິດຕາມໄພຄຸກຄາມສົດໃນ hostname ນັ້ນ.

ການຢືນຢັນໂດເມນ

ເພີ່ມ hostname ທີ່ Dashboard → Domains. ເລືອກວິທີຢືນຢັນ 1 ໃນ 2 ວິທີ:

  • DNS TXT — ເພີ່ມ record ທີ່ _fixvibe.<hostname> ພ້ອມ token ທີ່ເຮົາສ້າງ. ເຮົາ re-resolve ຈາກ server ຂອງເຮົາ, ບໍ່ແມ່ນຂອງທ່ານ, ດັ່ງນັ້ນ SPF / DMARC settings ບໍ່ລົບກວນ. ການ propagate ປົກກະຕິ: 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-check ທຸກມື້ໂດຍ cron domain-reverify. ຖ້າໂດເມນທີ່ເຄີຍ verify ແລ້ວຢຸດ resolve token (ເຊັ່ນ ທ່ານລຶບ DNS record), verification ຈະຖືກ revoke ແລະ 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.

ເມື່ອສຳເລັດ, email scan-completed ຈະສົ່ງອອກໂດຍໃຊ້ preference scheduled_scan_email (ຈັດການທີ່ Account → Settings).

Live threat detection Unlimited+

ແຜນ Unlimited ຕິດຕາມ domain ທີ່ຢັ້ງຢືນທັງໝົດອັດຕະໂນມັດສຳລັບສາມສັນຍານ ລະຫວ່າງການສະແກນຕາມຕາຕະລາງ:

  • Certificate transparency — ທຸກ 30 ນາທີເຮົາ query crt.sh ສຳລັບ certs ໃໝ່ທີ່ມີ hostname ຫຼື subdomain ໃດໆຂອງທ່ານ. certs ໃໝ່ fire alert new_certificate.
  • DNS diff — ທຸກ 30 ນາທີເຮົາ resolve A, AAAA, MX, TXT, NS, CNAME ແລະປຽບທຽບກັບ snapshot ກ່ອນໜ້າ. ການປ່ຽນແປງ fire alert dns_change.
  • Threat-intel — ທຸກຊົ່ວໂມງເຮົາກວດ 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 ຫຼ້າສຸດຕໍ່ຄູ່ (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"}'
ໂດເມນ — Docs · FixVibe