Hostname
static.il.groupon-content.net
Last fetched
static.il.groupon-content.net resolves to 4 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
static.il.groupon-content.net 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 |
|---|---|---|---|---|
| 2.18.67.87 | 2.18.67.0/24 | AS20940 | — | US |
| 2.18.67.94 | 2.18.67.0/24 | AS20940 | — | US |
| 23.201.43.207 | 23.201.43.0/24 | AS20940 | — | PL |
| 23.201.43.209 | 23.201.43.0/24 | AS20940 | — | PL |
WHOIS identity
No WHOIS records are currently associated with static.il.groupon-content.net in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from static.il.groupon-content.net in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from static.il.groupon-content.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.il.groupon-content.net"})-[: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.