Hostname
potientstream.com
Last fetched
potientstream.com resolves to 2 IPv4 addresses operated by OVH in CA. WHOIS lists iana:4326 as the registrar.
Nutrition Label
Resolution chain
potientstream.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 |
|---|---|---|---|---|
| 15.235.54.156 | 15.235.0.0/17 | AS16276 | OVH | CA |
| 80.82.77.215 | 80.82.77.0/24 | AS202425 | INT-NETWORK | NL |
WHOIS identity
- Registrar
- iana:4326
- Organization
- intershore consult (bvi)
- Contact emails
Subdomains
1 observed subdomain of potientstream.com.
| Subdomain |
|---|
| www.potientstream.com |
Web-graph footprint
Distinct hostnames that link to or from potientstream.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- potientstream.com
SPF policy
4 SPF mechanisms authorising senders for potientstream.com.
| Mechanism | Target |
|---|---|
| SPF_A | potientstream.com |
| SPF_IP | 15.235.54.156 |
| SPF_IP | 80.82.77.215 |
| SPF_MX | potientstream.com |
Related pages
Pivot deeper into the graph from potientstream.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "potientstream.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.