Hostname
delaware.net
Last fetched
delaware.net resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
delaware.net resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.12.64.104 | 16.12.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.12.65.96 | 16.12.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.141 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.235 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.128.253 | 3.5.128.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.129.144 | 3.5.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.129.229 | 3.5.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.129.37 | 3.5.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.129.45 | 3.5.129.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.130.222 | 3.5.130.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.131.235 | 3.5.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.131.69 | 3.5.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.120 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.229 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.133.87 | 3.5.133.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.101.84 | 52.219.101.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.108.128 | 52.219.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.109.88 | 52.219.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.110.88 | 52.219.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.219.111.128 | 52.219.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 01851922
- Contact emails
Subdomains
9 observed subdomains of delaware.net.
Web-graph footprint
Distinct hostnames that link to or from delaware.net in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for delaware.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hostedemail.com |
Related pages
Pivot deeper into the graph from delaware.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "delaware.net"})-[: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.