Hostname
au.teva.com
Last fetched
au.teva.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
au.teva.com 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 |
|---|---|---|---|---|
| 18.245.162.49 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.72 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.76 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.9 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 54.240.184.110 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.126 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.85 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.240.184.93 | 54.240.184.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with au.teva.com in WhisperGraph.
Subdomains
7 observed subdomains of au.teva.com.
Showing 3 of 7. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from au.teva.com in the public web crawl.
46 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for au.teva.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.ap01.truealliance.demandware.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | au._netblocks.mimecast.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.givex.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 194.145.20.19 |
| SPF_IP | 209.47.1.69/32 |
| SPF_MX | au.teva.com |
Related pages
Pivot deeper into the graph from au.teva.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "au.teva.com"})-[: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.