Skip to content

Hostname

mirror.i3d.net

Last fetched

mirror.i3d.net resolves to 2 IPv4 addresses operated by i3Dnet - i3D.net B.V in JP.

Nutrition Label

WHISPER CANON · mirror.i3d.netRouting diversity2.4/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mirror.i3d.net

Resolution chain

mirror.i3d.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.194.167.214103.194.164.0/22AS49544i3Dnet - i3D.net B.VJP
31.204.133.21331.204.132.0/22AS49544i3Dnet - i3D.net B.VUS

WHOIS identity

No WHOIS records are currently associated with mirror.i3d.net in WhisperGraph.

Subdomains

4 observed subdomains of mirror.i3d.net.

Web-graph footprint

Distinct hostnames that link to or from mirror.i3d.net in the public web crawl.

17 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from mirror.i3d.net.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mirror.i3d.net"})-[: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.