Skip to content

Hostname

eqid.in

Last fetched

eqid.in resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · eqid.inRouting diversity3.5/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/eqid.in

Resolution chain

eqid.in resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.201.250.5813.200.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IN
13.234.5.24713.232.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
3.108.129.1683.108.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN
65.1.60.14665.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

Registrar
iana:146
Organization
curvecube
Contact emails

Subdomains

3 observed subdomains of eqid.in.

Threat posture

History

Related pages

Pivot deeper into the graph from eqid.in.

Cypher and MCP

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

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