Skip to content

Hostname

hoxsg.com

Last fetched

hoxsg.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:895 as the registrar.

Nutrition Label

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

Resolution chain

hoxsg.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.166.81.1123.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.IT
3.166.81.1193.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.IT
3.166.81.793.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.IT
3.166.81.863.128.0.0/10AS16509AMAZON-02 - Amazon.com, Inc.IT
3.168.178.423.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.178.593.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.178.803.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.178.933.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.171.139.1023.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.183.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.273.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.933.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:895
Organization
hox sg pte.
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from hoxsg.com.

Cypher and MCP

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

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