FixVibe

// docs / domains

דומיינס

אַ domain איז אַ באַשטעטיקטער hostname וואָס דו באַזיצסט. איין מאָל באַשטעטיקן עפֿנט active probes, פּלאַנירטע re-scans, און לעבן threat monitoring אויף יענעם hostname.

באַשטעטיקן אַ domain

לייג צו אַ hostname בײַ Dashboard → Domains. קלייב איינע פֿון צוויי verification methods:

  • 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. אויב אַ פֿריִער verified domain הערט אויף צו resolveן דעם token (למשל דו האָסט אַוועקגענומען דעם DNS record), ווערט די verification revoked און active scans קעגן אים פאַלן צוריק צו verify_required ביז דו לייגסט עס ווידער צו.

פּלאַנירטע 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 בײַ Account → Settings).

לעבן threat detection Unlimited+

Unlimited פּלאַן באַוואַכט אויטאָמאַטיש יעדן פֿאַרזיכערט domain פֿאַר דרײַ סיגנאַלן צווישן באַשטעלטע סקאַנס:

  • Certificate transparency — יעדע 30 מינוט queryן מיר crt.sh פֿאַר נײַע certs וואָס אַנטהאַלטן דײַן hostname אָדער סיי וועלכן subdomain. נײַע certs fireן אַ new_certificate alert.
  • DNS diff — יעדע 30 מינוט resolveן מיר A, AAAA, MX, TXT, NS, CNAME און פֿאַרגלײַכן קעגן דעם לעצטן snapshot. ענדערונגען fireן אַ dns_change alert.
  • Threat-intel — יעדע שעה קאָנטראָלירן מיר Spamhaus DBL און URLhaus פֿאַר listings פֿון דעם apex hostname. Listings fireן אַ threat_intel_listing alert.

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

Snapshot אויפֿהאַלטונג

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