Hostname
grouponau.com.au
Last fetched
grouponau.com.au resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:62 as the registrar.
Nutrition Label
Resolution chain
grouponau.com.au 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 |
|---|---|---|---|---|
| 23.49.251.232 | 23.49.251.0/24 | AS20940 | — | US |
| 23.49.251.245 | 23.49.251.0/24 | AS20940 | — | US |
| 23.57.90.75 | 23.57.90.0/24 | AS20940 | — | US |
| 23.57.90.78 | 23.57.90.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:62
- Organization
- groupon australia pty
- Contact emails
- —
Subdomains
5 observed subdomains of grouponau.com.au.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for grouponau.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | grouponau.com.au |
| SPF_IP | 54.153.161.190 |
| SPF_IP | 54.252.203.42 |
| SPF_MX | grouponau.com.au |
Related pages
Pivot deeper into the graph from grouponau.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grouponau.com.au"})-[: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.