Hostname
depte.ch
Last fetched
depte.ch resolves to 3 IPv4 addresses operated by AS34931 in GB.
Nutrition Label
Resolution chain
depte.ch resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.255.62.114 | 149.255.60.0/22 | AS34931 | — | GB |
| 192.0.78.132 | 192.0.78.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 192.0.78.203 | 192.0.78.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
No WHOIS records are currently associated with depte.ch in WhisperGraph.
Subdomains
8 observed subdomains of depte.ch.
Threat posture
History
Mail and authentication
MX records
- depte.ch
SPF policy
5 SPF mechanisms authorising senders for depte.ch.
| Mechanism | Target |
|---|---|
| SPF_A | depte.ch |
| SPF_INCLUDE | relay.thundermail.uk |
| SPF_IP | 149.255.60.147 |
| SPF_IP | 149.255.62.114 |
| SPF_MX | depte.ch |
Related pages
Pivot deeper into the graph from depte.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "depte.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.