Skip to content

Hostname

dev.enudge.com.au

Last fetched

dev.enudge.com.au resolves to 1 IPv4 address operated by AKAMAI-LINODE-AP Akamai Connected Cloud in AU.

Nutrition Label

WHISPER CANON · dev.enudge.com.auRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dev.enudge.com.au

Resolution chain

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

IPPrefixASNOperatorCountry
172.105.184.202172.105.160.0/19AS63949AKAMAI-LINODE-AP Akamai Connected CloudAU

WHOIS identity

No WHOIS records are currently associated with dev.enudge.com.au in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • dev.enudge.com.au

SPF policy

3 SPF mechanisms authorising senders for dev.enudge.com.au.

MechanismTarget
SPF_Adev.enudge.com.au
SPF_IP172.105.184.202
SPF_MXdev.enudge.com.au

Related pages

Pivot deeper into the graph from dev.enudge.com.au.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.enudge.com.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.