Hostname
alerts.springer.com
Last fetched
alerts.springer.com resolves to 4 IPv4 addresses operated by CLOUDDC-AS in DE.
Nutrition Label
Resolution chain
alerts.springer.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.140.186.100 | 195.140.184.0/22 | AS60164 | CLOUDDC-AS | DE |
| 195.140.186.101 | 195.140.184.0/22 | AS60164 | CLOUDDC-AS | DE |
| 195.140.186.102 | 195.140.184.0/22 | AS60164 | CLOUDDC-AS | DE |
| 195.140.186.103 | 195.140.184.0/22 | AS60164 | CLOUDDC-AS | DE |
WHOIS identity
No WHOIS records are currently associated with alerts.springer.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from alerts.springer.com in the public web crawl.
34 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for alerts.springer.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 141.206.144.0/20 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 67.216.224.0/21 |
| SPF_IP | 67.216.232.0/23 |
| SPF_IP | 67.216.234.0/24 |
| SPF_IP | 67.216.239.0/24 |
| SPF_IP | 91.192.40.0/22 |
| SPF_IP | 91.222.96.0/22 |
Related pages
Pivot deeper into the graph from alerts.springer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alerts.springer.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.