FixVibe

// docs / domains

ഡൊമെയ്‌നുകൾ

Domain എന്നത് നിങ്ങൾക്കുള്ളതായി verify ചെയ്ത hostname ആണ്. ഒരിക്കൽ verify ചെയ്താൽ ആ hostname-ൽ active probes, scheduled re-scans, live threat monitoring unlock ചെയ്യും.

Domain verify ചെയ്യൽ

Dashboard → Domains-ൽ hostname add ചെയ്യുക. രണ്ട് verification methods-ൽ ഒന്ന് തിരഞ്ഞെടുക്കുക:

  • DNS TXT — ഞങ്ങൾ generate ചെയ്യുന്ന token-ോടെ _fixvibe.<hostname>-ൽ record add ചെയ്യുക. ഞങ്ങൾ അത് നിങ്ങളുടെ server-ിൽ നിന്ന് അല്ല, ഞങ്ങളുടെ server-ിൽ നിന്ന് re-resolve ചെയ്യുന്നതിനാൽ SPF / DMARC settings ഇടപെടില്ല. സാധാരണ 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.

Verifications ദിവസേന domain-reverify cron വഴി re-check ചെയ്യുന്നു. മുമ്പ് verified ആയ domain token resolve ചെയ്യുന്നത് നിർത്തിയാൽ (ഉദാ. DNS record നീക്കി), verification revoke ചെയ്യും, അതിനെതിരായ active scans വീണ്ടും add ചെയ്യുന്നതുവരെ verify_required-ലേക്ക് drop back ചെയ്യും.

Schedule ചെയ്ത 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.

പൂർത്തിയായാൽ, scheduled_scan_email preference ഉപയോഗിച്ച് scan-completed email അയയ്ക്കും (Account → Settings-ൽ manage ചെയ്യുക).

സജീവ threat detection Unlimited+

Unlimited പ്ലാൻ ഷെഡ്യൂൾ ചെയ്ത സ്കാനുകൾക്കിടയിൽ വെരിഫൈ ചെയ്ത ഓരോ ഡൊമെയ്നും മൂന്ന് സിഗ്നലുകൾക്കായി സ്വയമേവ നിരീക്ഷിക്കുന്നു:

  • Certificate transparency — ഓരോ 30 മിനിറ്റിലും നിങ്ങളുടെ hostname അല്ലെങ്കിൽ subdomain ഉൾക്കൊള്ളുന്ന new certs-നായി crt.sh query ചെയ്യും. New certs new_certificate alert fire ചെയ്യും.
  • DNS diff — ഓരോ 30 മിനിറ്റിലും A, AAAA, MX, TXT, NS, CNAME resolve ചെയ്ത് last snapshot-നോട് compare ചെയ്യും. മാറ്റങ്ങൾ dns_change alert fire ചെയ്യും.
  • Threat-intel — ഓരോ മണിക്കൂറിലും apex hostname-ന്റെ listings-നായി Spamhaus DBL, URLhaus check ചെയ്യും. Listings threat_intel_listing alert fire ചെയ്യും.

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

Snapshot retention കാലം

Monitor snapshots 7 ദിവസത്തിന് ശേഷം auto-prune ചെയ്യും; പക്ഷേ ഓരോ (domain, signal-type) pair-ലെയും most recent baseline ഒഴിവാക്കും — അടുത്ത diff ശരിയാകാൻ അതിന്റെ പ്രായം എന്തായാലും അത് നിലനിൽക്കും. Dismissed alerts 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"}'
ഡൊമെയ്‌നുകൾ — Docs · FixVibe