Hostname
groups.google.fr
Last fetched
groups.google.fr resolves to 12 IPv4 addresses operated by GOOGLE - Google LLC in TW.
Nutrition Label
Resolution chain
groups.google.fr resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.177.125.100 | 108.177.125.0/24 | AS15169 | GOOGLE - Google LLC | TW |
| 108.177.125.101 | 108.177.125.0/24 | AS15169 | GOOGLE - Google LLC | TW |
| 108.177.125.102 | 108.177.125.0/24 | AS15169 | GOOGLE - Google LLC | TW |
| 108.177.125.113 | 108.177.125.0/24 | AS15169 | GOOGLE - Google LLC | TW |
| 108.177.125.138 | 108.177.125.0/24 | AS15169 | GOOGLE - Google LLC | TW |
| 108.177.125.139 | 108.177.125.0/24 | AS15169 | GOOGLE - Google LLC | TW |
| 142.251.111.100 | 142.251.111.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.111.101 | 142.251.111.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.111.102 | 142.251.111.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.111.113 | 142.251.111.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.111.138 | 142.251.111.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 142.251.111.139 | 142.251.111.0/24 | AS15169 | GOOGLE - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with groups.google.fr in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from groups.google.fr in the public web crawl.
377 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for groups.google.fr.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.google.com |
Related pages
Pivot deeper into the graph from groups.google.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "groups.google.fr"})-[: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.