Hostname
edg.com.au
Last fetched
edg.com.au has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:corporation service company (aust) pty ltd as the registrar.
Nutrition Label
Resolution chain
edg.com.au has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:corporation service company (aust) pty ltd
- Organization
- domain administrator
- Contact emails
- —
Subdomains
110 observed subdomains of edg.com.au.
Showing 24 of 110. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from edg.com.au in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for edg.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 103.23.64.2/32 |
| SPF_IP | 103.23.65.2/32 |
| SPF_IP | 13.75.130.36 |
| SPF_IP | 20.53.112.216 |
| SPF_IP | 20.53.235.172 |
| SPF_IP | 3.106.61.143 |
| SPF_IP | 40.127.76.156 |
| SPF_IP | 49.255.5.26 |
| SPF_IP | 54.153.167.205 |
| SPF_IP | 59.167.241.213 |
Related pages
Pivot deeper into the graph from edg.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edg.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.