Skip to content

Hostname

greatco.net

Last fetched

greatco.net resolves to 10 IPv4 addresses operated by AS9905 in ID. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · greatco.netRouting diversity5.2/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/greatco.net

Resolution chain

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

IPPrefixASNOperatorCountry
139.255.196.196139.255.196.0/22AS9905ID
16.15.183.13316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.223.2316.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.100.6916.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
182.23.79.195182.23.79.0/24AS4800ID
52.216.213.552.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.102.352.217.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.191.6152.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.99.9152.217.96.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.198.4554.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from greatco.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "greatco.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.