Hostname
testy.wialan.com.pl
Last fetched
testy.wialan.com.pl resolves to 2 IPv4 addresses operated by AS16290 in PL.
Nutrition Label
Resolution chain
testy.wialan.com.pl 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 |
|---|---|---|---|---|
| 217.117.136.146 | 217.117.136.0/21 | AS16290 | — | PL |
| 89.234.211.146 | 89.234.208.0/20 | AS60806 | — | PL |
WHOIS identity
No WHOIS records are currently associated with testy.wialan.com.pl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for testy.wialan.com.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | notification.fortinet.net |
| SPF_IP | 217.117.136.146 |
| SPF_IP | 89.234.211.146 |
| SPF_MX | testy.wialan.com.pl |
Related pages
Pivot deeper into the graph from testy.wialan.com.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "testy.wialan.com.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.