Hostname
nw.de
Last fetched
nw.de resolves to 1 IPv4 address operated by AS21413 in DE.
Nutrition Label
Resolution chain
nw.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 |
|---|---|---|---|---|
| 77.235.162.173 | 77.235.160.0/19 | AS21413 | — | DE |
WHOIS identity
No WHOIS records are currently associated with nw.de in WhisperGraph.
Subdomains
72 observed subdomains of nw.de.
Showing 25 of 72. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nw.de in the public web crawl.
3,886 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for nw.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.owl-online.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.fidion.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | thinkowl.nw.de |
| SPF_IP | 185.15.192.203/32 |
| SPF_IP | 185.227.112.237 |
| SPF_IP | 185.39.220.181/32 |
| SPF_IP | 188.94.250.245/32 |
| SPF_IP | 188.94.250.251/32 |
| SPF_IP | 193.30.60.0/23 |
| SPF_IP | 195.140.184.0/22 |
| SPF_IP | 199.244.72.0/24 |
| SPF_IP | 199.244.74.22/32 |
| SPF_IP | 212.8.197.13/32 |
| SPF_IP | 212.8.197.4/32 |
| SPF_IP | 212.8.208.0/24 |
| SPF_IP | 212.8.209.192/29 |
| SPF_IP | 213.157.3.185/32 |
| SPF_IP | 91.192.40.0/22 |
| SPF_MX | nw.de |
Related pages
Pivot deeper into the graph from nw.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nw.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.