Skip to content

Hostname

58s.dev

Last fetched

58s.dev resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:472 as the registrar.

Nutrition Label

WHISPER CANON · 58s.devRouting diversity3.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/58s.dev

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.7.29108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.138.7.33108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.138.7.41108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
108.138.7.84108.138.0.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
143.204.55.124143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.30143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.64143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
143.204.55.75143.204.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.CH
3.168.122.53.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.513.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.573.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.863.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.211.8118.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.64.211.9118.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.64.211.11418.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.64.211.7018.64.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:472
Organization
Contact emails

Subdomains

2 observed subdomains of 58s.dev.

Threat posture

History

Related pages

Pivot deeper into the graph from 58s.dev.

Cypher and MCP

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

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