Hostname
painel.solutionofprosperity.com
Last fetched
painel.solutionofprosperity.com resolves to 2 IPv4 addresses operated by PLI-AS - Private Layer INC in CH.
Nutrition Label
Resolution chain
painel.solutionofprosperity.com 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 |
|---|---|---|---|---|
| 190.211.254.184 | 190.211.252.0/22 | AS51852 | PLI-AS - Private Layer INC | CH |
| 72.11.134.135 | 72.11.134.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
WHOIS identity
No WHOIS records are currently associated with painel.solutionofprosperity.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for painel.solutionofprosperity.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 72.11.134.0/24 |
Related pages
Pivot deeper into the graph from painel.solutionofprosperity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "painel.solutionofprosperity.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.