Hostname
carpol.uk
Last fetched
carpol.uk resolves to 2 IPv4 addresses operated by AS16276 in PL.
Nutrition Label
Resolution chain
carpol.uk 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 |
|---|---|---|---|---|
| 54.37.232.179 | 54.37.0.0/16 | AS16276 | — | PL |
| 89.161.162.129 | 89.161.128.0/18 | AS12824 | — | PL |
WHOIS identity
No WHOIS records are currently associated with carpol.uk in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- carpol.uk
SPF policy
2 SPF mechanisms authorising senders for carpol.uk.
| Mechanism | Target |
|---|---|
| SPF_A | carpol.uk |
| SPF_MX | carpol.uk |
Related pages
Pivot deeper into the graph from carpol.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carpol.uk"})-[: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.