Hostname
mail.zch.ro
Last fetched
mail.zch.ro resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
mail.zch.ro 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 |
|---|---|---|---|---|
| 138.201.48.245 | 138.201.0.0/16 | AS24940 | — | DE |
| 157.180.107.33 | 157.180.0.0/17 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with mail.zch.ro in WhisperGraph.
Subdomains
2 observed subdomains of mail.zch.ro.
| Subdomain |
|---|
| 5207648fbd3b.mail.zch.ro |
Showing 1 of 2. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mail.zch.ro.
| Mechanism | Target |
|---|---|
| SPF_A | mail.zch.ro |
| SPF_IP | 176.223.123.38 |
| SPF_IP | 93.120.38.57 |
| SPF_MX | mail.zch.ro |
Related pages
Pivot deeper into the graph from mail.zch.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.zch.ro"})-[: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.