Hostname
adminprod.anticiper.ch
Last fetched
adminprod.anticiper.ch resolves to 1 IPv4 address operated by AS559 in CH.
Nutrition Label
Resolution chain
adminprod.anticiper.ch 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 |
|---|---|---|---|---|
| 192.33.217.21 | 192.33.216.0/22 | AS559 | — | CH |
WHOIS identity
No WHOIS records are currently associated with adminprod.anticiper.ch in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for adminprod.anticiper.ch.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.15.209.38 |
| SPF_IP | 195.15.213.81 |
| SPF_IP | 195.15.226.170 |
| SPF_IP | 195.15.226.187 |
| SPF_IP | 195.15.226.213 |
| SPF_IP | 195.15.226.225 |
| SPF_IP | 195.15.226.233 |
| SPF_IP | 195.15.226.84 |
| SPF_IP | 195.15.228.21 |
| SPF_IP | 45.157.190.96 |
| SPF_IP | 84.16.79.41 |
Related pages
Pivot deeper into the graph from adminprod.anticiper.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adminprod.anticiper.ch"})-[: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.