Hostname
just-school.de
Last fetched
just-school.de resolves to 3 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
just-school.de 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 |
|---|---|---|---|---|
| 116.202.2.255 | 116.202.0.0/16 | AS24940 | — | DE |
| 116.203.121.185 | 116.203.0.0/16 | AS24940 | — | DE |
| 188.68.60.9 | 188.68.60.0/24 | AS197540 | — | DE |
WHOIS identity
No WHOIS records are currently associated with just-school.de in WhisperGraph.
Subdomains
3 observed subdomains of just-school.de.
Web-graph footprint
Distinct hostnames that link to or from just-school.de in the public web crawl.
78 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- just-school.de
- offline.iserv.eu
SPF policy
6 SPF mechanisms authorising senders for just-school.de.
| Mechanism | Target |
|---|---|
| SPF_A | just-school.de |
| SPF_A | relay1.iserv.eu |
| SPF_A | relay2.iserv.eu |
| SPF_A | relay3.iserv.eu |
| SPF_A | relaybs.iserv.eu |
| SPF_MX | just-school.de |
Related pages
Pivot deeper into the graph from just-school.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "just-school.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.