FixVibe

// docs / domains

دامینز

Domain ایک verified hostname ہے جس کے مالک آپ ہیں۔ ایک بار verify کرنے سے اس hostname پر active probes، scheduled re-scans، اور live threat monitoring کھل جاتی ہے۔

Domain verify کرنا

Dashboard → Domains پر hostname add کریں۔ دو verification methods میں سے ایک منتخب کریں:

  • DNS TXT_fixvibe.<hostname> پر وہ token add کریں جو ہم generate کرتے ہیں۔ ہم اسے اپنے server سے re-resolve کرتے ہیں، آپ کے server سے نہیں، اس لیے SPF / DMARC settings interfere نہیں کرتیں۔ Typical propagation: 1-5 minutes؛ ہم 10 minutes تک ہر 30 seconds بعد 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 remove کر دیا)، verification revoke ہو جاتی ہے اور اس کے خلاف active scans verify_required پر واپس چلے جاتے ہیں جب تک آپ اسے دوبارہ add نہ کریں۔

وقت طے شدہ 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.

Completion پر scan-completed email scheduled_scan_email preference use کر کے جاتی ہے (manage at Account → Settings

زنده threat detection Unlimited+

Unlimited پلان شیڈول کیے گئے سکینوں کے درمیان ہر تصدیق شدہ ڈومین کو تین سگنلز کے لیے خود بخود نگرانی کرتا ہے:

  • Certificate transparency — ہر 30 minutes ہم crt.sh کو new certs کے لیے query کرتے ہیں جن میں آپ کا hostname یا کوئی subdomain ہو۔ New certs new_certificate alert fire کرتے ہیں۔
  • DNS diff — ہر 30 minutes ہم A، AAAA، MX، TXT، NS، CNAME resolve کرتے ہیں اور last snapshot سے compare کرتے ہیں۔ Changes dns_change alert fire کرتے ہیں۔
  • Threat-intel — ہر hour ہم 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 days بعد auto-prune ہو جاتے ہیں، سوائے ہر (domain, signal-type) pair کے most recent baseline کے؛ وہ عمر سے قطع نظر رہتا ہے تاکہ next diff درست ہو۔ Dismissed alerts 90 days بعد 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