Skip to content

Hostname

mail.warwickmarsh.com

Last fetched

mail.warwickmarsh.com resolves to 1 IPv4 address operated by AMAZE-AS-AP Amaze Intelligence in AU.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
122.252.14.219122.252.14.0/24AS38220AMAZE-AS-AP Amaze IntelligenceAU

WHOIS identity

No WHOIS records are currently associated with mail.warwickmarsh.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for mail.warwickmarsh.com.

MechanismTarget
SPF_Amail.warwickmarsh.com
SPF_IP122.252.14.219
SPF_MXmail.warwickmarsh.com

Related pages

Pivot deeper into the graph from mail.warwickmarsh.com.

Cypher and MCP

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

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