Hostname
wesernetz.de
Last fetched
wesernetz.de resolves to 1 IPv4 address operated by AS33873 in DE.
Nutrition Label
Resolution chain
wesernetz.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 |
|---|---|---|---|---|
| 109.235.141.155 | 109.235.140.0/22 | AS33873 | — | DE |
WHOIS identity
No WHOIS records are currently associated with wesernetz.de in WhisperGraph.
Subdomains
23 observed subdomains of wesernetz.de.
Showing 20 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wesernetz.de in the public web crawl.
59 sites link to this hostname.
42 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for wesernetz.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.crm.ondemand.com |
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.servicemail24.de |
| SPF_IP | 109.235.141.120 |
| SPF_IP | 109.235.141.121 |
| SPF_IP | 195.80.239.213 |
| SPF_IP | 212.34.64.185/32 |
| SPF_IP | 84.17.190.208 |
| SPF_IP | 84.17.190.209 |
| SPF_IP | 84.17.190.232 |
Related pages
Pivot deeper into the graph from wesernetz.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wesernetz.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.