Hostname
keep.google.com
Last fetched
keep.google.com resolves to 9 IPv4 addresses operated by GOOGLE - Google LLC in US.
Nutrition Label
Resolution chain
keep.google.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.251.150.176 | 142.251.150.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.151.176 | 142.251.151.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.152.176 | 142.251.152.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.153.176 | 142.251.153.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.154.176 | 142.251.154.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.155.176 | 142.251.155.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.156.176 | 142.251.156.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.157.176 | 142.251.157.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 172.217.24.14 | 172.217.24.0/24 | AS15169 | GOOGLE - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with keep.google.com in WhisperGraph.
Subdomains
1 observed subdomain of keep.google.com.
| Subdomain |
|---|
| www.keep.google.com |
Web-graph footprint
Distinct hostnames that link to or from keep.google.com in the public web crawl.
4,755 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for keep.google.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.google.com |
Related pages
Pivot deeper into the graph from keep.google.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "keep.google.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.