Skip to content

Hostname

tech304.net

Last fetched

tech304.net resolves to 20 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · tech304.netRouting diversity6.3/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/tech304.net

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.177.20316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.178.17616.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.186.9916.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.193.4716.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.194.16816.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.11116.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.1516.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.20216.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.223.22916.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.41.6116.182.40.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.71.12516.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.24.2403.5.24.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.8.263.5.8.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.209.15752.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.249.20352.216.249.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.33.13352.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.33.22952.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.44.21352.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.108.16352.217.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.233.14152.217.224.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 tech304.net.

Cypher and MCP

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

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