Hostname
groupon.ma
Last fetched
groupon.ma resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists registrar:genious communications as the registrar.
Nutrition Label
Resolution chain
groupon.ma 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.200.0.34 | 23.200.0.0/24 | AS20940 | — | US |
| 23.200.0.37 | 23.200.0.0/24 | AS20940 | — | US |
| 23.40.99.15 | 23.40.99.0/24 | AS20940 | — | US |
| 23.40.99.4 | 23.40.99.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- registrar:genious communications
- Organization
- groupon,
- Contact emails
Subdomains
7 observed subdomains of groupon.ma.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from groupon.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "groupon.ma"})-[: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.