Hostname
inet.spf.abb.com
Last fetched
inet.spf.abb.com resolves to 20 IPv4 addresses operated by Port-Autonome in DE.
Nutrition Label
Resolution chain
inet.spf.abb.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.35.204.68 | 129.35.192.0/20 | AS204764 | Port-Autonome | DE |
| 129.35.204.69 | 129.35.192.0/20 | AS204764 | Port-Autonome | DE |
| 129.35.204.93 | 129.35.192.0/20 | AS204764 | Port-Autonome | DE |
| 138.225.1.73 | 138.225.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | CH |
| 138.225.1.74 | 138.225.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | CH |
| 138.225.1.76 | 138.225.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | CH |
| 138.225.1.77 | 138.225.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | CH |
| 138.226.65.229 | 138.226.64.0/20 | AS33667 | CMCS - Comcast Cable Communications, LLC | US |
| 138.226.65.230 | 138.226.64.0/20 | AS33667 | CMCS - Comcast Cable Communications, LLC | US |
| 138.226.65.234 | 138.226.64.0/20 | AS33667 | CMCS - Comcast Cable Communications, LLC | US |
| 192.125.0.34 | 192.125.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | US |
| 192.125.0.35 | 192.125.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | US |
| 192.125.0.36 | 192.125.0.0/18 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | US |
| 202.50.181.10 | 202.50.180.0/23 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | SG |
| 202.50.181.8 | 202.50.180.0/23 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | SG |
| 202.50.181.9 | 202.50.180.0/23 | AS20868 | ABB IS Infrastructure & ServicesBS-ISI | SG |
| 202.50.183.15 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | NZ |
| 202.50.183.16 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | NZ |
| 210.24.147.23 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | JP |
| 210.24.147.27 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | JP |
WHOIS identity
No WHOIS records are currently associated with inet.spf.abb.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for inet.spf.abb.com.
| Mechanism | Target |
|---|---|
| SPF_A | inet.spf.abb.com |
Related pages
Pivot deeper into the graph from inet.spf.abb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inet.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.