Hostname
webwide.de
Last fetched
webwide.de resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
webwide.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 |
|---|---|---|---|---|
| 45.223.31.1 | 45.223.31.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.37.1 | 45.223.37.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
No WHOIS records are currently associated with webwide.de in WhisperGraph.
Subdomains
106 observed subdomains of webwide.de.
Showing 25 of 106. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from webwide.de in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for webwide.de.
| Mechanism | Target |
|---|---|
| SPF_A | merlin.webwide.de |
| SPF_A | mx2.webwide.de |
| SPF_INCLUDE | spf.europeanmx.eu |
| SPF_IP | 2a01:4f8:d0a:6039:0:0:0:2 |
| SPF_IP | 78.46.179.117 |
| SPF_IP | 80.83.115.8 |
| SPF_IP | 80.83.120.195 |
Related pages
Pivot deeper into the graph from webwide.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webwide.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.