Skip to content

Hostname

spf.getresponse.com

Last fetched

spf.getresponse.com resolves to 1 IPv4 address operated by GETRESPONSE-IMPLIX - GETRESPONSE in US.

Nutrition Label

WHISPER CANON · spf.getresponse.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/spf.getresponse.com

Resolution chain

spf.getresponse.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.160.64.8104.160.64.0/23AS46469GETRESPONSE-IMPLIX - GETRESPONSEUS

WHOIS identity

No WHOIS records are currently associated with spf.getresponse.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for spf.getresponse.com.

MechanismTarget
SPF_Aspf.getresponse.com
SPF_IP104.160.64.0/23
SPF_IP104.160.67.128/25
SPF_IP104.160.67.63/32
SPF_IP104.160.68.224/27
SPF_IP104.160.69.0/27
SPF_IP178.16.117.236
SPF_IP89.206.36.195/32
SPF_MXspf.getresponse.com

Related pages

Pivot deeper into the graph from spf.getresponse.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "spf.getresponse.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.