Hostname
pistar.com.pa
Last fetched
pistar.com.pa resolves to 1 IPv4 address operated by AS40676 - Psychz Networks in CA.
Nutrition Label
Resolution chain
pistar.com.pa 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 |
|---|---|---|---|---|
| 104.244.154.94 | 104.244.154.0/24 | AS40676 | AS40676 - Psychz Networks | CA |
WHOIS identity
No WHOIS records are currently associated with pistar.com.pa in WhisperGraph.
Subdomains
10 observed subdomains of pistar.com.pa.
Web-graph footprint
Distinct hostnames that link to or from pistar.com.pa in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for pistar.com.pa.
| Mechanism | Target |
|---|---|
| SPF_A | pistar.com.pa |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 104.244.153.94 |
| SPF_IP | 104.244.154.200 |
| SPF_IP | 104.244.154.94 |
| SPF_IP | 200.46.238.202 |
| SPF_MX | pistar.com.pa |
Related pages
Pivot deeper into the graph from pistar.com.pa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pistar.com.pa"})-[: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.