Hostname
blog.flipkey.com
Last fetched
blog.flipkey.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
blog.flipkey.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.64.174.121 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.124 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.59 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.64.174.71 | 18.64.168.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.192.106 | 3.166.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.192.126 | 3.166.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.192.37 | 3.166.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.192.6 | 3.166.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with blog.flipkey.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for blog.flipkey.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.tripadvisor.com |
| SPF_INCLUDE | msgfocus.com |
| SPF_INCLUDE | spf.dynect.net |
Related pages
Pivot deeper into the graph from blog.flipkey.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blog.flipkey.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.