Hostname
ds-test.nsaudience.pl
Last fetched
ds-test.nsaudience.pl resolves to 5 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
ds-test.nsaudience.pl resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.181.60.41 | 135.181.0.0/16 | AS24940 | — | FI |
| 65.108.0.19 | 65.108.0.0/16 | AS24940 | — | FI |
| 65.108.0.62 | 65.108.0.0/16 | AS24940 | — | FI |
| 65.108.1.179 | 65.108.0.0/16 | AS24940 | — | FI |
| 65.21.237.180 | 65.21.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with ds-test.nsaudience.pl in WhisperGraph.
Subdomains
1 observed subdomain of ds-test.nsaudience.pl.
| Subdomain |
|---|
| wildcard.ds-test.nsaudience.pl |
Threat posture
History
Related pages
Pivot deeper into the graph from ds-test.nsaudience.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ds-test.nsaudience.pl"})-[: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.