Hostname
973239.cc
Last fetched
973239.cc resolves to 10 IPv4 addresses operated by PEG-SV - PEG TECH INC in US.
Nutrition Label
Resolution chain
973239.cc resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.233.202.23 | 104.233.202.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.202.75 | 104.233.202.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.202.76 | 104.233.202.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.202.77 | 104.233.202.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.202.78 | 104.233.202.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 104.233.202.87 | 104.233.202.0/24 | AS54600 | PEG-SV - PEG TECH INC | US |
| 147.135.112.242 | 147.135.0.0/17 | AS16276 | — | US |
| 149.104.8.76 | 149.104.8.0/24 | AS6134 | XNNET - XNNET LLC | SG |
| 193.134.210.21 | 193.134.210.0/24 | AS139659 | — | HK |
| 43.254.216.238 | 43.254.216.0/24 | AS6134 | XNNET - XNNET LLC | HK |
WHOIS identity
No WHOIS records are currently associated with 973239.cc in WhisperGraph.
Subdomains
1 observed subdomain of 973239.cc.
| Subdomain |
|---|
| www.973239.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 973239.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "973239.cc"})-[: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.