Hostname
yogaheute.de
Last fetched
yogaheute.de resolves to 2 IPv4 addresses operated by CONTABO - Contabo GmbH in DE.
Nutrition Label
Resolution chain
yogaheute.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 |
|---|---|---|---|---|
| 207.180.250.11 | 207.180.250.0/23 | AS51167 | CONTABO - Contabo GmbH | DE |
| 94.130.192.243 | 94.130.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with yogaheute.de in WhisperGraph.
Subdomains
6 observed subdomains of yogaheute.de.
Web-graph footprint
Distinct hostnames that link to or from yogaheute.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for yogaheute.de.
| Mechanism | Target |
|---|---|
| SPF_A | yogaheute.de |
| SPF_IP | 139.162.148.142 |
| SPF_IP | 176.9.27.130 |
| SPF_IP | 207.180.250.11 |
| SPF_IP | 85.190.2.128/27 |
| SPF_IP | 94.130.192.240/29 |
| SPF_MX | yogaheute.de |
Related pages
Pivot deeper into the graph from yogaheute.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yogaheute.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.