Hostname
test.pirliam.pl
Last fetched
test.pirliam.pl resolves to 1 IPv4 address operated by AS35280 in FR.
Nutrition Label
Resolution chain
test.pirliam.pl 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 |
|---|---|---|---|---|
| 159.60.153.215 | 159.60.144.0/20 | AS35280 | — | FR |
WHOIS identity
No WHOIS records are currently associated with test.pirliam.pl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for test.pirliam.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | bbiq.jp |
| SPF_INCLUDE | spf.eco-serv.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.securemx.jp |
| SPF_IP | 124.109.181.7/32 |
| SPF_IP | 149.72.34.16/32 |
| SPF_IP | 210.143.66.126 |
| SPF_IP | 210.143.66.20 |
| SPF_IP | 210.143.66.21 |
| SPF_IP | 211.9.73.24 |
| SPF_IP | 40.81.185.167 |
| SPF_IP | 61.208.124.70/32 |
Related pages
Pivot deeper into the graph from test.pirliam.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.pirliam.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.