Hostname
en.ch-machine.com
Last fetched
en.ch-machine.com resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
en.ch-machine.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 |
|---|---|---|---|---|
| 148.251.209.166 | 148.251.0.0/16 | AS24940 | — | DE |
| 89.32.251.5 | 89.32.251.0/24 | AS204213 | — | IR |
WHOIS identity
No WHOIS records are currently associated with en.ch-machine.com in WhisperGraph.
Subdomains
1 observed subdomain of en.ch-machine.com.
| Subdomain |
|---|
| www.en.ch-machine.com |
Web-graph footprint
Distinct hostnames that link to or from en.ch-machine.com in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for en.ch-machine.com.
| Mechanism | Target |
|---|---|
| SPF_A | en.ch-machine.com |
| SPF_IP | 148.251.209.166 |
| SPF_IP | 89.32.251.5 |
| SPF_MX | en.ch-machine.com |
Related pages
Pivot deeper into the graph from en.ch-machine.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "en.ch-machine.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.