Hostname
www.polygraph.one
Last fetched
www.polygraph.one resolves to 2 IPv4 addresses operated by AS56851 in NL.
Nutrition Label
Resolution chain
www.polygraph.one 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 |
|---|---|---|---|---|
| 31.131.27.5 | 31.131.27.0/24 | AS56851 | — | NL |
| 91.239.234.14 | 91.239.234.0/24 | AS196645 | — | UA |
WHOIS identity
No WHOIS records are currently associated with www.polygraph.one in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for www.polygraph.one.
| Mechanism | Target |
|---|---|
| SPF_A | www.polygraph.one |
| SPF_IP | 176.105.233.10 |
| SPF_IP | 31.131.27.236 |
| SPF_MX | www.polygraph.one |
Related pages
Pivot deeper into the graph from www.polygraph.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.polygraph.one"})-[: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.