Hostname
spf.abb.com
Last fetched
spf.abb.com resolves to 20 IPv4 addresses operated by ABB IS Infrastructure & ServicesBS-ISI in CH.
Nutrition Label
Resolution chain
spf.abb.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with spf.abb.com in WhisperGraph.
Subdomains
1 observed subdomain of spf.abb.com.
| Subdomain |
|---|
| inet.spf.abb.com |
Threat posture
History
Mail and authentication
SPF policy
28 SPF mechanisms authorising senders for spf.abb.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.abb.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.35.204.68 |
| SPF_IP | 129.35.204.69 |
| SPF_IP | 129.35.204.93 |
| SPF_IP | 138.225.1.73 |
| SPF_IP | 138.225.1.74 |
| SPF_IP | 138.225.1.76 |
| SPF_IP | 138.225.1.77 |
| SPF_IP | 138.226.65.229 |
| SPF_IP | 138.226.65.230 |
| SPF_IP | 138.226.65.234 |
| SPF_IP | 151.252.13.148 |
| SPF_IP | 185.38.121.20/30 |
| SPF_IP | 192.125.0.34 |
| SPF_IP | 192.125.0.35 |
| SPF_IP | 192.125.0.36 |
| SPF_IP | 194.187.25.111 |
| SPF_IP | 202.50.181.10 |
| SPF_IP | 202.50.181.8 |
| SPF_IP | 202.50.181.9 |
| SPF_IP | 202.50.183.15 |
| SPF_IP | 202.50.183.16 |
| SPF_IP | 210.24.147.23 |
| SPF_IP | 210.24.147.27 |
| SPF_IP | 210.24.147.28 |
| SPF_IP | 2a04:6fb0:121::21/126 |
Related pages
Pivot deeper into the graph from spf.abb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.abb.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.