Hostname
devk-campus.de
Last fetched
devk-campus.de resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
devk-campus.de 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 |
|---|---|---|---|---|
| 142.132.240.151 | 142.132.128.0/17 | AS24940 | — | DE |
| 167.233.12.232 | 167.233.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with devk-campus.de in WhisperGraph.
Subdomains
1 observed subdomain of devk-campus.de.
| Subdomain |
|---|
| www.devk-campus.de |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for devk-campus.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 116.203.99.108 |
| SPF_IP | 167.235.61.57 |
| SPF_IP | 168.119.224.243 |
| SPF_IP | 168.119.227.251 |
| SPF_IP | 168.119.237.37 |
| SPF_IP | 23.88.50.216 |
| SPF_IP | 88.198.177.33 |
| SPF_IP | 88.198.221.1 |
| SPF_MX | devk-campus.de |
Related pages
Pivot deeper into the graph from devk-campus.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "devk-campus.de"})-[: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.