Hostname
za-internet.de
Last fetched
za-internet.de resolves to 1 IPv4 address operated by AS30791 in DE.
Nutrition Label
Resolution chain
za-internet.de 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 |
|---|---|---|---|---|
| 193.7.168.103 | 193.7.168.0/21 | AS30791 | — | DE |
WHOIS identity
No WHOIS records are currently associated with za-internet.de in WhisperGraph.
Subdomains
24 observed subdomains of za-internet.de.
Web-graph footprint
Distinct hostnames that link to or from za-internet.de in the public web crawl.
54 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for za-internet.de.
| Mechanism | Target |
|---|---|
| SPF_A | mailer1.fax.de |
| SPF_IP | 193.7.168.0/21 |
| SPF_IP | 217.110.127.227 |
| SPF_IP | 2a0d:1700::/64 |
| SPF_IP | 91.207.250.153/32 |
Related pages
Pivot deeper into the graph from za-internet.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "za-internet.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.