Hostname
adstream.com.au
Last fetched
adstream.com.au resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists registrar:melbourne it as the registrar.
Nutrition Label
Resolution chain
adstream.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.226.2.11 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.38 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.66 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.76 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.165.50.114 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.50.120 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.50.70 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.50.86 | 3.165.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
WHOIS identity
- Registrar
- registrar:melbourne it
- Organization
- it services
- Contact emails
- —
Subdomains
7 observed subdomains of adstream.com.au.
Web-graph footprint
Distinct hostnames that link to or from adstream.com.au in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for adstream.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.54.246.221 |
| SPF_IP | 193.203.84.192/28 |
| SPF_IP | 195.224.1.128/29 |
| SPF_IP | 203.31.18.36 |
| SPF_IP | 203.31.18.48 |
Related pages
Pivot deeper into the graph from adstream.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adstream.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.