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
Resolution chain
software.dev resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.192.137.12 | 104.192.137.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 104.192.137.13 | 104.192.137.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 104.192.137.14 | 104.192.137.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 104.192.142.12 | 104.192.142.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 104.192.142.13 | 104.192.142.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 104.192.142.14 | 104.192.142.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 43.202.69.16 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 43.202.69.17 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 43.202.69.18 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:292
- Organization
- atlassian pty
- Contact emails
Subdomains
1 observed subdomain of software.dev.
| Subdomain |
|---|
| mail.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.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from software.dev.
- IP · 104.192.137.12
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:292
- Country · SG
- Email · dns-admin@atlassian.com
- TLD · .dev
- Browse hostnames · so…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.