Skip to content

Hostname

vdc.edu.au

Last fetched

vdc.edu.au resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in AU.

Nutrition Label

WHISPER CANON · vdc.edu.auRouting diversity1.5/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/vdc.edu.au

Resolution chain

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

IPPrefixASNOperatorCountry
170.64.176.21170.64.128.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCAU

WHOIS identity

No WHOIS records are currently associated with vdc.edu.au in WhisperGraph.

Subdomains

5 observed subdomains of vdc.edu.au.

Web-graph footprint

Distinct hostnames that link to or from vdc.edu.au in the public web crawl.

78 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for vdc.edu.au.

MechanismTarget
SPF_INCLUDE_spf.arlo.co
SPF_INCLUDE_spf.elasticemail.com
SPF_INCLUDEcustomer.mailguard.com.au
SPF_INCLUDEivvy.net
SPF_INCLUDEspf.catalyst-au.net
SPF_INCLUDEspf.mandrillapp.com
SPF_IP104.21.66.64
SPF_IP170.64.176.21
SPF_IP172.67.201.136

Related pages

Pivot deeper into the graph from vdc.edu.au.

Cypher and MCP

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

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