Hostname
oberthal.de
Last fetched
oberthal.de resolves to 2 IPv4 addresses operated by SAARGATE-AS - VSE NET GmbH in DE.
Nutrition Label
Resolution chain
oberthal.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 |
|---|---|---|---|---|
| 212.88.132.68 | 212.88.128.0/19 | AS9063 | SAARGATE-AS - VSE NET GmbH | DE |
| 77.24.114.221 | 77.24.0.0/16 | AS3209 | VODANET - Vodafone GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with oberthal.de in WhisperGraph.
Subdomains
8 observed subdomains of oberthal.de.
Web-graph footprint
Distinct hostnames that link to or from oberthal.de in the public web crawl.
55 sites link to this hostname.
87 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for oberthal.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ikz-wnd.de |
| SPF_INCLUDE | mail.sankt-wendel.de |
| SPF_MX | oberthal.de |
Related pages
Pivot deeper into the graph from oberthal.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oberthal.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.