Hostname
amazon.dilygence.com
Last fetched
amazon.dilygence.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.
Nutrition Label
Resolution chain
amazon.dilygence.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.165.72.36 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.57 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.66 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.72 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 3.173.254.128 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.20 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.50 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.6 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.174.141.103 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.120 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.27 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.45 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with amazon.dilygence.com in WhisperGraph.
Subdomains
6 observed subdomains of amazon.dilygence.com.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for amazon.dilygence.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from amazon.dilygence.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amazon.dilygence.com"})-[: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.