Hostname
docuplus.ch
Last fetched
docuplus.ch resolves to 2 IPv4 addresses operated by AS48918 in DE.
Nutrition Label
Resolution chain
docuplus.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.136.112.144 | 185.136.112.0/24 | AS48918 | — | DE |
| 91.229.3.149 | 91.229.3.0/24 | AS48918 | — | DE |
WHOIS identity
No WHOIS records are currently associated with docuplus.ch in WhisperGraph.
Subdomains
2 observed subdomains of docuplus.ch.
| Subdomain |
|---|
| mail.docuplus.ch |
| my.docuplus.ch |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for docuplus.ch.
| Mechanism | Target |
|---|---|
| SPF_A | 5243.submission.antispamcloud.com |
| SPF_A | docuplus.ch |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | docuplus.ch |
Related pages
Pivot deeper into the graph from docuplus.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "docuplus.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.