Hostname
degeval.org
Last fetched
degeval.org resolves to 1 IPv4 address operated by HETZNER-AS in DE. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
degeval.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.63.52.90 | 178.63.0.0/16 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:82
- Organization
- degeval - gesellschaft fuer evaluation e.v.
- Contact emails
Subdomains
11 observed subdomains of degeval.org.
Web-graph footprint
Distinct hostnames that link to or from degeval.org in the public web crawl.
197 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for degeval.org.
| Mechanism | Target |
|---|---|
| SPF_A | degeval.org |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 116.202.225.25 |
| SPF_IP | 148.251.217.97 |
| SPF_IP | 176.9.150.23 |
| SPF_IP | 176.9.58.132 |
| SPF_IP | 2001:1af8:5000:a01d:0:0:0:1 |
| SPF_IP | 212.7.210.222 |
| SPF_IP | 95.211.230.134 |
| SPF_IP | 95.211.231.7 |
| SPF_MX | degeval.org |
Related pages
Pivot deeper into the graph from degeval.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "degeval.org"})-[: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.