Hostname
spf.makewavesdesign.com
Last fetched
spf.makewavesdesign.com resolves to 2 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
spf.makewavesdesign.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.215.213.31 | 162.214.0.0/15 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 89.116.157.143 | 89.116.157.0/24 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with spf.makewavesdesign.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for spf.makewavesdesign.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 162.215.213.31 |
| SPF_IP | 184.94.215.22 |
| SPF_IP | 198.177.124.2 |
| SPF_IP | 213.210.13.70 |
| SPF_IP | 2a02:4780:10:51b4:0:0:0:1 |
Related pages
Pivot deeper into the graph from spf.makewavesdesign.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.makewavesdesign.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.