Hostname
eisuper.com.au
Last fetched
eisuper.com.au resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
eisuper.com.au resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.237.212.190 | 13.236.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 13.238.171.66 | 13.236.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.252.186.166 | 54.252.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- ajith john
- Contact emails
- —
Subdomains
1 observed subdomain of eisuper.com.au.
| Subdomain |
|---|
| www.eisuper.com.au |
Web-graph footprint
Distinct hostnames that link to or from eisuper.com.au in the public web crawl.
19 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for eisuper.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | miraqle.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.3.196.0/24 |
| SPF_IP | 203.32.185.0/24 |
| SPF_IP | 203.87.51.70 |
| SPF_MX | eisuper.com.au |
Related pages
Pivot deeper into the graph from eisuper.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eisuper.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.