Hostname
railcom.admin.ch
Last fetched
railcom.admin.ch resolves to 2 IPv4 addresses operated by DVBERN in CH.
Nutrition Label
Resolution chain
railcom.admin.ch 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 |
|---|---|---|---|---|
| 185.125.167.69 | 185.125.164.0/22 | AS203732 | DVBERN | CH |
| 77.75.112.44 | 77.75.112.0/21 | AS42917 | STAEMPFLI | CH |
WHOIS identity
No WHOIS records are currently associated with railcom.admin.ch in WhisperGraph.
Subdomains
2 observed subdomains of railcom.admin.ch.
Web-graph footprint
Distinct hostnames that link to or from railcom.admin.ch in the public web crawl.
14 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for railcom.admin.ch.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spfgroupb.admin.ch |
Related pages
Pivot deeper into the graph from railcom.admin.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "railcom.admin.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.