Hostname
ip.wittchen.com
Last fetched
ip.wittchen.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
ip.wittchen.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 |
|---|---|---|---|---|
| 108.156.46.108 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.46.89 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.46.9 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 108.156.46.91 | 108.156.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.252.113 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.129 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.2 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.91 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ip.wittchen.com in WhisperGraph.
Subdomains
1 observed subdomain of ip.wittchen.com.
| Subdomain |
|---|
| www.ip.wittchen.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ip.wittchen.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emaillabs.net.pl |
| SPF_INCLUDE | emaillabs.net.pl |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | emsend4.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 89.161.253.192 |
| SPF_MX | ip.wittchen.com |
Related pages
Pivot deeper into the graph from ip.wittchen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ip.wittchen.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.