Hostname
emocc.cc
Last fetched
emocc.cc resolves to 6 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in JP.
Nutrition Label
Resolution chain
emocc.cc resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.162.68.169 | 139.162.64.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | JP |
| 15.204.2.168 | 15.204.0.0/17 | AS16276 | OVH - OVH SAS | US |
| 172.105.209.180 | 172.105.192.0/19 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | JP |
| 216.45.53.103 | 216.45.53.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 51.81.135.248 | 51.81.128.0/17 | AS16276 | OVH - OVH SAS | US |
| 51.81.135.249 | 51.81.128.0/17 | AS16276 | OVH - OVH SAS | US |
WHOIS identity
No WHOIS records are currently associated with emocc.cc in WhisperGraph.
Subdomains
3 observed subdomains of emocc.cc.
| Subdomain |
|---|
| pc.emocc.cc |
| wiki.emocc.cc |
| www.emocc.cc |
Web-graph footprint
Distinct hostnames that link to or from emocc.cc in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from emocc.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emocc.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.