Hostname
efs.com.au
Last fetched
efs.com.au has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:synergy wholesale accreditations pty ltd as the registrar.
Nutrition Label
Resolution chain
efs.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:synergy wholesale accreditations pty ltd
- Organization
- david harrison
- Contact emails
- —
Subdomains
7 observed subdomains of efs.com.au.
Showing 5 of 7. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from efs.com.au in the public web crawl.
14 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for efs.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.wphosting.com.au |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | mail-protection.nowinfinity.com.au |
| SPF_INCLUDE | spf-au.iress.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.3.196.0/24 |
| SPF_IP | 103.37.8.0/24 |
| SPF_IP | 203.32.185.0/24 |
| SPF_IP | 27.32.109.126 |
| SPF_MX | efs.com.au |
Related pages
Pivot deeper into the graph from efs.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "efs.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.