SPF
Sender Policy Framework
A DNS record listing which mail servers are authorized to send email on behalf of a domain.
SPF (Sender Policy Framework) is a DNS TXT record that lists the IP addresses and hostnames authorized to send mail on behalf of a domain. Receiving mail servers check inbound mail against the SPF record and can reject or quarantine mail from unauthorized sources. SPF is standardized in RFC 7208. SPF alone is insufficient for full email authentication — it does not survive mail forwarding intact and does not authenticate the visible From: header. SPF combined with DKIM and enforced by DMARC is the standard pattern. An SPF record that ends in ~all (soft-fail) or ?all (neutral) provides weaker protection than -all (hard-fail).
A missing or permissive SPF record on an advisor tenant domain lets attackers spoof mail from that domain to the principal, family office, or counterparty. LeakTrace audits SPF configuration across every advisor tenant during the baseline scan and monitors for drift or misconfiguration over time.