Hostname
c2g.li
Last fetched
c2g.li resolves to 2 IPv4 addresses operated by AS197540 in AT.
Nutrition Label
Resolution chain
c2g.li resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 152.53.45.193 | 152.53.44.0/22 | AS197540 | — | AT |
| 89.58.32.30 | 89.58.32.0/22 | AS197540 | — | DE |
WHOIS identity
No WHOIS records are currently associated with c2g.li in WhisperGraph.
Subdomains
3 observed subdomains of c2g.li.
| Subdomain |
|---|
| 4.c2g.li |
| my.c2g.li |
| www.c2g.li |
Threat posture
History
Related pages
Pivot deeper into the graph from c2g.li.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "c2g.li"})-[: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.