Hostname
allianz.com
Last fetched
allianz.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
allianz.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.122.244 | 166.117.112.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.254.128 | 166.117.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- allianz managed operations & services se
- Contact emails
Subdomains
407 observed subdomains of allianz.com.
Showing 25 of 407. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from allianz.com in the public web crawl.
4,060 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for allianz.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.allianz.com |
| SPF_INCLUDE | _spf2.allianz.com |
| SPF_INCLUDE | _spf3.allianz.com |
| SPF_INCLUDE | spf.allianz.com |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 193.240.14.113 |
| SPF_IP | 204.93.80.116 |
| SPF_IP | 204.93.80.117 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 85.236.55.224/27 |
| SPF_IP | 87.106.1.21 |
Related pages
Pivot deeper into the graph from allianz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "allianz.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.