Hostname
ssl.affiliatefuture.com
Last fetched
ssl.affiliatefuture.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
ssl.affiliatefuture.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.49.96.39 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.171.169.22 | 54.171.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.217.191.92 | 54.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with ssl.affiliatefuture.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ssl.affiliatefuture.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail-relay.attenda.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.50.56.0/21 |
| SPF_IP | 208.87.232.0/21 |
| SPF_IP | 85.115.32.0/19 |
| SPF_IP | 86.111.216.0/21 |
| SPF_IP | 91.208.117.24/32 |
| SPF_IP | 94.126.44.0/22 |
Related pages
Pivot deeper into the graph from ssl.affiliatefuture.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ssl.affiliatefuture.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.