Exhibit · probe trace
Three layers. Not one.
The actual probe we run on every address — syntax, DNS/MX, then a real in-session SMTP conversation with the recipient mail server. We hang up before DATA, so no message is sent.
→ Verifiable in /api-docs
$ kb probe nikhil@getkillbounce.com # illustrative trace
[layer 1: syntax] ✓ ok — RFC 5322 compliant
[layer 2: dns] ✓ ok — 1 MX: aspmx.l.google.com
[layer 3: smtp] 220 mx.google.com ESMTP
> EHLO killbounce.com
250-mx.google.com at your service
> MAIL FROM:<probe@killbounce.com>
250 OK
> RCPT TO:<nikhil@getkillbounce.com>
250 2.1.5 OK
> RSET ← we hang up here
250 OK (no mail sent)
> QUIT
221 closing connection
✓ verdict: VALID · score 96 · 412ms