Hostname
ebhg.com.au
Last fetched
ebhg.com.au resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
ebhg.com.au resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.54.106 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.37 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.7 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.32.54.72 | 13.32.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 99.84.160.109 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.3 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.54 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.7 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- anthony papaleo
- Contact emails
- —
Subdomains
1 observed subdomain of ebhg.com.au.
| Subdomain |
|---|
| www.ebhg.com.au |
Web-graph footprint
Distinct hostnames that link to or from ebhg.com.au in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ebhg.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | ebhg.com.au |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | emailsrvr.com |
| SPF_MX | ebhg.com.au |
Related pages
Pivot deeper into the graph from ebhg.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ebhg.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.