Hostname
x-plose.dev
Last fetched
x-plose.dev has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1464 as the registrar.
Nutrition Label
Resolution chain
x-plose.dev has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1464
- Organization
- x-plose
- Contact emails
- —
Subdomains
5 observed subdomains of x-plose.dev.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for x-plose.dev.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | outlook.com |
| SPF_IP | 109.68.161.21 |
| SPF_IP | 109.68.161.22 |
| SPF_IP | 109.68.161.24 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 185.136.64.128/27 |
| SPF_IP | 185.136.65.128/27 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 2.59.64.0/22 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 2a02:d08:1002:114::/48 |
| SPF_IP | 2a09:e940::/32 |
| SPF_IP | 88.151.240.0/21 |
Related pages
Pivot deeper into the graph from x-plose.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "x-plose.dev"})-[: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.