Hostname
webmail.spotdata.pl
Last fetched
webmail.spotdata.pl resolves to 1 IPv4 address operated by OVH in PL.
Nutrition Label
Resolution chain
webmail.spotdata.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 |
|---|---|---|---|---|
| 51.38.144.14 | 51.38.0.0/16 | AS16276 | OVH | PL |
WHOIS identity
No WHOIS records are currently associated with webmail.spotdata.pl in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for webmail.spotdata.pl.
| Mechanism | Target |
|---|---|
| SPF_A | webmail.spotdata.pl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_IP | 212.180.241.145 |
| SPF_IP | 212.91.26.119/32 |
| SPF_IP | 212.91.28.128/27 |
| SPF_IP | 51.83.195.21 |
| SPF_IP | 51.83.195.22 |
| SPF_IP | 51.83.245.10 |
| SPF_IP | 51.83.245.46 |
| SPF_MX | webmail.spotdata.pl |
Related pages
Pivot deeper into the graph from webmail.spotdata.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.spotdata.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.