Hostname
palex-soft.com
Last fetched
palex-soft.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
palex-soft.com 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:1910
- Organization
- palex
- Contact emails
Subdomains
7 observed subdomains of palex-soft.com.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for palex-soft.com.
| Mechanism | Target |
|---|---|
| SPF_A | palex-soft.com |
| SPF_IP | 162.55.164.238 |
| SPF_IP | 2a01:4f8:c012:ccc2:0:0:0:1 |
| SPF_IP | 78.47.58.244 |
| SPF_IP | 92.46.186.115 |
| SPF_IP | 95.170.141.14 |
| SPF_IP | 95.170.156.203 |
| SPF_IP | 95.170.156.204 |
| SPF_IP | 95.217.187.82 |
| SPF_MX | palex-soft.com |
Related pages
Pivot deeper into the graph from palex-soft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "palex-soft.com"})-[: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.