Skip to content

Hostname

software.dev

Last fetched

software.dev resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · software.devRouting diversity3.0/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/software.dev

Resolution chain

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

IPPrefixASNOperatorCountry
104.192.137.12104.192.137.0/24AS16509AMAZON-02 - Amazon.com, Inc.SG
104.192.137.13104.192.137.0/24AS16509AMAZON-02 - Amazon.com, Inc.SG
104.192.137.14104.192.137.0/24AS16509AMAZON-02 - Amazon.com, Inc.SG
104.192.142.12104.192.142.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
104.192.142.13104.192.142.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
104.192.142.14104.192.142.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
43.202.69.1643.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.69.1743.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR
43.202.69.1843.200.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:292
Organization
atlassian pty
Contact emails

Subdomains

1 observed subdomain of software.dev.

Web-graph footprint

Distinct hostnames that link to or from software.dev in the public web crawl.

8 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from software.dev.

Cypher and MCP

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

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