Hostname
groups.google.dj
Last fetched
groups.google.dj resolves to 12 IPv4 addresses operated by GOOGLE - Google LLC in US.
Nutrition Label
Resolution chain
groups.google.dj 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.96.100 | 108.177.96.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 108.177.96.101 | 108.177.96.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 108.177.96.102 | 108.177.96.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 108.177.96.113 | 108.177.96.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 108.177.96.138 | 108.177.96.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 108.177.96.139 | 108.177.96.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 66.102.1.100 | 66.102.1.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 66.102.1.101 | 66.102.1.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 66.102.1.102 | 66.102.1.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 66.102.1.113 | 66.102.1.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 66.102.1.138 | 66.102.1.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 66.102.1.139 | 66.102.1.0/24 | AS15169 | GOOGLE - Google LLC | US |
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 groups.google.dj in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for groups.google.dj.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.google.com |
Related pages
Pivot deeper into the graph from groups.google.dj.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "groups.google.dj"})-[: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.