Hostname
nowstream.link
Last fetched
nowstream.link resolves to 12 IPv4 addresses operated by AS18001 in BE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
nowstream.link resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.239.23 | 0.0.0.0/0 | AS18001 | — | BE |
| 13.225.239.33 | 0.0.0.0/0 | AS18001 | — | BE |
| 13.225.239.76 | 0.0.0.0/0 | AS18001 | — | BE |
| 13.225.239.82 | 0.0.0.0/0 | AS18001 | — | BE |
| 18.154.167.100 | 18.154.167.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.154.167.54 | 18.154.167.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.154.167.79 | 18.154.167.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.154.167.88 | 18.154.167.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.238.55.108 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.16 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.91 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.94 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- identity protection service
- Contact emails
- —
Subdomains
1 observed subdomain of nowstream.link.
| Subdomain |
|---|
| www.nowstream.link |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from nowstream.link.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nowstream.link"})-[: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.