Hostname
swift.com
Last fetched
swift.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
swift.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.207.210.145 | 23.207.210.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.207.210.149 | 23.207.210.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.209.72.200 | 23.209.72.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.209.72.204 | 23.209.72.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.222.27.168 | 23.222.27.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.222.27.169 | 23.222.27.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.42.152 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.42.161 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.135.26 | 95.100.135.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.135.73 | 95.100.135.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- s.w.i.f.t. scrl
- Contact emails
Subdomains
101 observed subdomains of swift.com.
Showing 25 of 101. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from swift.com in the public web crawl.
5,068 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for swift.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-01.swift.com |
| SPF_INCLUDE | spf-02.swift.com |
| SPF_INCLUDE | spf-03.swift.com |
| SPF_INCLUDE | spf-05.swift.com |
| SPF_IP | 149.134.177.0/24 |
| SPF_IP | 194.78.35.128/27 |
| SPF_IP | 194.78.35.185 |
Related pages
Pivot deeper into the graph from swift.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swift.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.