Hostname
smtp.google.com
Last fetched
smtp.google.com resolves to 10 IPv4 addresses operated by GOOGLE - Google LLC in US.
Nutrition Label
Resolution chain
smtp.google.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 |
|---|---|---|---|---|
| 142.251.167.27 | 142.251.167.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 172.253.115.26 | 172.253.115.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 172.253.115.27 | 172.253.115.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 173.194.210.26 | 173.194.210.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 192.178.218.26 | 192.178.218.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 192.178.218.27 | 192.178.218.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.134.26 | 74.125.134.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.134.27 | 74.125.134.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.139.26 | 74.125.139.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 74.125.139.27 | 74.125.139.0/24 | AS15169 | GOOGLE - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with smtp.google.com in WhisperGraph.
Subdomains
52 observed subdomains of smtp.google.com.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from smtp.google.com in the public web crawl.
33 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from smtp.google.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smtp.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.