Skip to content

Hostname

emocc.cc

Last fetched

emocc.cc resolves to 6 IPv4 addresses operated by AKAMAI-LINODE-AP - Akamai Connected Cloud in JP.

Nutrition Label

WHISPER CANON · emocc.ccRouting diversity3.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/emocc.cc

Resolution chain

emocc.cc resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
139.162.68.169139.162.64.0/19AS63949AKAMAI-LINODE-AP - Akamai Connected CloudJP
15.204.2.16815.204.0.0/17AS16276OVH - OVH SASUS
172.105.209.180172.105.192.0/19AS63949AKAMAI-LINODE-AP - Akamai Connected CloudJP
216.45.53.103216.45.53.0/24AS36352AS-COLOCROSSING - HostPapaUS
51.81.135.24851.81.128.0/17AS16276OVH - OVH SASUS
51.81.135.24951.81.128.0/17AS16276OVH - OVH SASUS

WHOIS identity

No WHOIS records are currently associated with emocc.cc in WhisperGraph.

Subdomains

3 observed subdomains of 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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.