Hostname
www.encipher.com
Last fetched
www.encipher.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BG.
Nutrition Label
Resolution chain
www.encipher.com resolves to 8 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.118 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.37 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.49 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.59 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.238.49.116 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.31 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.60 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.49.67 | 18.238.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.encipher.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for www.encipher.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 172.10.168.49 |
Related pages
Pivot deeper into the graph from www.encipher.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.encipher.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.