Hostname
nw-o.de
Last fetched
nw-o.de resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
nw-o.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 |
|---|---|---|---|---|
| 159.69.238.182 | 159.69.0.0/16 | AS24940 | — | DE |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with nw-o.de in WhisperGraph.
Subdomains
3 observed subdomains of nw-o.de.
| Subdomain |
|---|
| mail.nw-o.de |
| ns1.nw-o.de |
| www.nw-o.de |
Web-graph footprint
Distinct hostnames that link to or from nw-o.de in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for nw-o.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.vege.net |
Related pages
Pivot deeper into the graph from nw-o.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nw-o.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.