Skip to content

Hostname

redmap.org.au

Last fetched

redmap.org.au resolves to 1 IPv4 address operated by UTAS The University of Tasmania in AU.

Nutrition Label

WHISPER CANON · redmap.org.auRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/redmap.org.au

Resolution chain

redmap.org.au resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
131.217.243.39131.217.192.0/18AS7573UTAS The University of TasmaniaAU

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from redmap.org.au in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for redmap.org.au.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.utas.edu.au
SPF_MXredmap.org.au

Related pages

Pivot deeper into the graph from redmap.org.au.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "redmap.org.au"})-[: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.