// docs / domains
ډومینونه
Domain یو verified hostname دی چې تاسو یې own کوئ. یو ځل verify کول په هغه hostname کې active probes، scheduled re-scans، او live threat monitoring unlock کوي.
Domain verify کول
په Dashboard → Domains کې hostname add کړئ. له دوو verification methods څخه یو وټاکئ:
- DNS TXT — په
_fixvibe.<hostname>کې هغه token سره record add کړئ چې موږ generate کوو. موږ یې له خپل server څخه re-resolve کوو، نه ستاسو څخه، نو 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.txtwith the token. FixVibe checks it over HTTPS before enabling domain-gated features.
Verifications هره ورځ د domain-reverify cron له خوا re-checked کېږي. که مخکې verified domain د token resolve کول ودروي (مثلا تاسو DNS record remove کړ)، verification revoked کېږي او پر ضد یې active scans تر re-add پورې 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.
په completion کې، scan-completed email د scheduled_scan_email preference په کارولو وځي (manage at Account → Settings).
Live threat detection Unlimited+
د Unlimited پلان د مهال ویش شوي سکینونو ترمنځ هر تاییدشوی دومین د دریو سیګنالونو لپاره په اتوماتيک ډول څاري:
- Certificate transparency — هر 30 minutes موږ crt.sh query کوو د نوو certs لپاره چې ستاسو hostname یا کوم subdomain لري. New certs د
new_certificatealert fire کوي. - DNS diff — هر 30 minutes موږ A، AAAA، MX، TXT، NS، CNAME resolve کوو او له last snapshot سره compare کوو. Changes د
dns_changealert fire کوي. - Threat-intel — هر hour موږ Spamhaus DBL او URLhaus د apex hostname listings لپاره check کوو. Listings د
threat_intel_listingalert 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 کېږي، پرته له most recent baseline د هر (domain، signal-type) pair لپاره — هغه د age په پام کې نه نیولو سره پاتې کېږي څو next diff correct وي. 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 -X POST https://fixvibe.app/api/v1/scans \
-H "Authorization: Bearer fxv_..." \
-H "content-type: application/json" \
-d '{"target":"https://example.com"}'