Hostname
merz.com
Last fetched
merz.com resolves to 1 IPv4 address operated by AS61157 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
merz.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.252.157.90 | 195.252.128.0/19 | AS61157 | — | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- merz pharma gmbh & co. kgaa
- Contact emails
Subdomains
74 observed subdomains of merz.com.
Showing 25 of 74. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from merz.com in the public web crawl.
414 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
40 SPF mechanisms authorising senders for merz.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | app.aventri.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.236.72.96 |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 139.60.0.0/24 |
| SPF_IP | 139.60.1.0/24 |
| SPF_IP | 139.60.2.0/24 |
| SPF_IP | 139.60.3.0/24 |
| SPF_IP | 162.213.47.250/32 |
| SPF_IP | 178.208.35.115 |
| SPF_IP | 185.55.232.147 |
| SPF_IP | 195.244.104.100 |
| SPF_IP | 20.101.183.17 |
| SPF_IP | 20.50.250.10 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 209.18.96.33 |
| SPF_IP | 209.236.172.34 |
| SPF_IP | 217.150.155.10/32 |
| SPF_IP | 217.150.155.12/32 |
| SPF_IP | 217.160.165.42 |
| SPF_IP | 35.176.247.38 |
| SPF_IP | 4.180.241.48 |
| SPF_IP | 46.29.101.1/32 |
| SPF_IP | 46.29.101.2/32 |
| SPF_IP | 52.5.134.202/32 |
| SPF_IP | 54.90.124.113 |
| SPF_IP | 57.153.160.20 |
| SPF_IP | 57.153.164.184 |
| SPF_IP | 78.46.146.10 |
| SPF_IP | 78.46.146.11 |
| SPF_IP | 78.47.222.37 |
| SPF_IP | 78.47.222.38 |
| SPF_IP | 80.237.181.5 |
| SPF_IP | 80.237.181.6 |
| SPF_IP | 85.10.215.169/32 |
| SPF_IP | 91.212.243.80 |
| SPF_IP | 94.100.254.155/32 |
| SPF_MX | merz.com |
Related pages
Pivot deeper into the graph from merz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "merz.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.