Hostname
spf.opalstack.com
Last fetched
spf.opalstack.com resolves to 1 IPv4 address operated by LEASEWEB-USA-WDC - Leaseweb USA, Inc. in US.
Nutrition Label
Resolution chain
spf.opalstack.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.62.123.121 | 108.62.120.0/22 | AS30633 | LEASEWEB-USA-WDC - Leaseweb USA, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with spf.opalstack.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for spf.opalstack.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 108.62.123.121 |
| SPF_IP | 139.162.136.213 |
| SPF_IP | 139.162.189.90 |
| SPF_IP | 178.162.221.137 |
| SPF_IP | 178.162.221.165 |
| SPF_IP | 209.58.138.136 |
| SPF_IP | 209.58.146.193 |
| SPF_IP | 23.106.47.103/32 |
| SPF_IP | 23.82.16.244 |
| SPF_IP | 23.82.16.245/32 |
| SPF_IP | 2605:fe80:2100:bf03:7:0:0:2 |
| SPF_IP | 2a01:7e01:0:0:f03c:92ff:fe05:ba9b |
| SPF_IP | 2a01:7e01:0:0:f03c:94ff:fe8e:5194 |
| SPF_IP | 2a01:7e01:e001:856:0:0:0:1 |
| SPF_IP | 46.165.236.26/8 |
| SPF_IP | 78.159.112.195 |
| SPF_IP | 78.159.115.240 |
Related pages
Pivot deeper into the graph from spf.opalstack.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.opalstack.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.