Hostname
ns1.actim.ch
Last fetched
ns1.actim.ch resolves to 2 IPv4 addresses operated by AS6730 in CH.
Nutrition Label
Resolution chain
ns1.actim.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 |
|---|---|---|---|---|
| 193.36.36.36 | 193.36.36.0/24 | AS6730 | — | CH |
| 88.198.92.68 | 88.198.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ns1.actim.ch in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for ns1.actim.ch.
| Mechanism | Target |
|---|---|
| SPF_A | ns1.actim.ch |
| SPF_IP | 193.36.36.0/24 |
| SPF_IP | 217.162.0.0/24 |
| SPF_MX | ns1.actim.ch |
Related pages
Pivot deeper into the graph from ns1.actim.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns1.actim.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.