Skip to content

Hostname

relay.philtopia.com

Last fetched

relay.philtopia.com resolves to 1 IPv4 address operated by JUMP in GB.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
85.119.82.16985.119.80.0/21AS8943JUMPGB

WHOIS identity

No WHOIS records are currently associated with relay.philtopia.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for relay.philtopia.com.

MechanismTarget
SPF_Amail.philtopia.com
SPF_Amail.spenced.com
SPF_Arelay.philtopia.com
SPF_INCLUDEicloud.com
SPF_INCLUDEspenced.com
SPF_IP85.119.82.182/32
SPF_MXrelay.philtopia.com

Related pages

Pivot deeper into the graph from relay.philtopia.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "relay.philtopia.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.