Upload leads · classify via SPF/PTR/HTTP · filter by rules · export with per-company caps · webhook on completion
DNS TXT lookup, extract tokens, append them to the MX string, re-run the MX matcher. The single biggest accuracy gain over MX-only matching.
What we lift out of the SPF record and treat as detection signals.
Following includes recursively catches providers that wrap their SPF behind one or two redirects.
Stop recursing past this many hops. RFC 7208 recommends 10.
Per-domain DNS timeout. Most resolvers return in under 100ms; raise this when running through a slow recursive resolver.
Redis TTL for positive and negative SPF records. Negative records cache too, saving re-queries on domains with no SPF.
Enter a domain and hit Run to see the pipeline trace.