Hostname
233dm2.cc
Last fetched
233dm2.cc resolves to 8 IPv4 addresses operated by PEG-LA - PEG TECH INC in US.
Nutrition Label
Resolution chain
233dm2.cc resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.219.214.228 | 104.219.212.0/22 | AS398823 | PEG-LA - PEG TECH INC | US |
| 104.219.214.5 | 104.219.212.0/22 | AS398823 | PEG-LA - PEG TECH INC | US |
| 104.219.214.87 | 104.219.212.0/22 | AS398823 | PEG-LA - PEG TECH INC | US |
| 104.219.214.94 | 104.219.212.0/22 | AS398823 | PEG-LA - PEG TECH INC | US |
| 154.26.213.149 | 154.24.0.0/13 | AS174 | COGENT-174 - Cogent Communications, LLC | SG |
| 154.26.214.223 | 154.26.214.0/24 | AS8796 | FD-298-8796 - FASTNET DATA INC | SG |
| 156.238.224.194 | 156.238.224.0/23 | AS8796 | FD-298-8796 - FASTNET DATA INC | HK |
| 156.238.229.220 | 156.238.228.0/23 | AS8796 | FD-298-8796 - FASTNET DATA INC | HK |
WHOIS identity
No WHOIS records are currently associated with 233dm2.cc in WhisperGraph.
Subdomains
1 observed subdomain of 233dm2.cc.
| Subdomain |
|---|
| www.233dm2.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 233dm2.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "233dm2.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.