Skip to content

Hostname

subquery.network

Last fetched

subquery.network resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · subquery.networkRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency3.3/10Resolver footprint5.2/10canon.whisper.security/host/subquery.network

Resolution chain

subquery.network resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.227.192.1113.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.11813.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.2013.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.227.192.4313.227.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.CZ
13.32.241.10313.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.12313.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.4513.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.8213.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.192.151.12354.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.2954.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.5754.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.6654.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
65.8.131.4265.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.6265.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.9665.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.9765.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Subdomains

56 observed subdomains of subquery.network.

Web-graph footprint

Distinct hostnames that link to or from subquery.network in the public web crawl.

265 sites link to this hostname.

721 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for subquery.network.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEsendgrid.net

Related pages

Pivot deeper into the graph from subquery.network.

Cypher and MCP

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

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