Hostname
wabnitz.it
Last fetched
wabnitz.it resolves to 1 IPv4 address operated by AS21499 in DE. WHOIS lists registrar:inwx gmbh as the registrar.
Nutrition Label
Resolution chain
wabnitz.it 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 |
|---|---|---|---|---|
| 92.205.188.157 | 92.205.176.0/20 | AS21499 | — | DE |
WHOIS identity
- Registrar
- registrar:inwx gmbh
- Organization
- systembetreuung hofmann
- Contact emails
- —
Subdomains
37 observed subdomains of wabnitz.it.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wabnitz.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for wabnitz.it.
| Mechanism | Target |
|---|---|
| SPF_A | wabnitz.it |
| SPF_INCLUDE | sb-hofmann.de |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.181.204.9 |
| SPF_IP | 162.55.33.27 |
| SPF_IP | 213.95.167.192/26 |
| SPF_IP | 92.205.188.157 |
| SPF_IP | 94.130.59.212 |
| SPF_MX | wabnitz.it |
Related pages
Pivot deeper into the graph from wabnitz.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wabnitz.it"})-[: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.