Skip to content

Hostname

oneux.id

Last fetched

oneux.id resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:1 as the registrar.

Nutrition Label

WHISPER CANON · oneux.idRouting diversity5.7/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/oneux.id

Resolution chain

oneux.id resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.214.28.22513.214.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
13.215.88.25413.214.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
13.229.170.20713.228.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
13.251.122.9013.250.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
175.41.164.243175.41.128.0/18AS16509AMAZON-02 - Amazon.com, Inc.SG
18.139.202.20718.138.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
18.143.79.13118.142.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.220.155.13752.220.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
52.74.34.18852.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG
54.169.94.20154.169.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
54.179.200.8554.179.192.0/18AS16509AMAZON-02 - Amazon.com, Inc.SG
54.251.203.6954.251.192.0/18AS16509AMAZON-02 - Amazon.com, Inc.SG
54.255.157.5654.255.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
47.130.72.23247.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

Registrar
iana:1
Organization
Contact emails

Subdomains

2 observed subdomains of oneux.id.

Threat posture

History

Related pages

Pivot deeper into the graph from oneux.id.

Cypher and MCP

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

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