Hostname
snom.de
Last fetched
snom.de resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
snom.de resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.198.151.77 | 18.198.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.121.13.154 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.68.14.245 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.70.30.235 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.73.198.3 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.179.72.72 | 63.176.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with snom.de in WhisperGraph.
Subdomains
3 observed subdomains of snom.de.
| Subdomain |
|---|
| new-awesome-web.snom.de |
| www.snom.de |
Showing 2 of 3. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from snom.de in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for snom.de.
| Mechanism | Target |
|---|---|
| SPF_A | fox.snom.com |
| SPF_A | kodiak.snom.net |
| SPF_A | mail.snom.com |
| SPF_A | snom.de |
| SPF_A | sparrow.snom.net |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_IP | 176.9.28.140 |
| SPF_IP | 178.15.37.128/27 |
| SPF_IP | 188.40.66.22 |
| SPF_IP | 62.96.7.99 |
| SPF_IP | 80.237.152.45 |
| SPF_IP | 80.237.155.31 |
| SPF_MX | snom.de |
| SPF_MX | snom.net |
Related pages
Pivot deeper into the graph from snom.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snom.de"})-[: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.