Hostname
spring-gds.com
Last fetched
spring-gds.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
spring-gds.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 |
|---|---|---|---|---|
| 104.70.121.80 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 104.70.121.90 | 104.70.120.0/23 | AS20940 | AKAMAI-ASN1 | US |
| 173.223.227.185 | 173.223.227.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 173.223.227.74 | 173.223.227.0/24 | AS20940 | AKAMAI-ASN1 | KR |
| 2.17.147.144 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.217 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.145 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.185 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.50.131.150 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.152 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from spring-gds.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for spring-gds.com.
| Mechanism | Target |
|---|---|
| SPF_A | spring-gds.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | virtualmail.webpower.eu |
| SPF_MX | spring-gds.com |
Related pages
Pivot deeper into the graph from spring-gds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spring-gds.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.