Hostname
raco.admin.ch
Last fetched
raco.admin.ch resolves to 2 IPv4 addresses operated by Gelson Pancheski Kavalkieviz Informatica in CH.
Nutrition Label
Resolution chain
raco.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 | Gelson Pancheski Kavalkieviz Informatica | CH |
| 77.75.112.44 | 77.75.112.0/21 | AS42917 | IT-AS | CH |
WHOIS identity
No WHOIS records are currently associated with raco.admin.ch in WhisperGraph.
Subdomains
1 observed subdomain of raco.admin.ch.
| Subdomain |
|---|
| www.raco.admin.ch |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for raco.admin.ch.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spfgroupb.admin.ch |
Related pages
Pivot deeper into the graph from raco.admin.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "raco.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.