Hostname
br.ptl.org
Last fetched
br.ptl.org resolves to 1 IPv4 address operated by SOFTLAYER - IBM Cloud in US.
Nutrition Label
Resolution chain
br.ptl.org 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 |
|---|---|---|---|---|
| 169.55.65.192 | 169.55.64.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
WHOIS identity
No WHOIS records are currently associated with br.ptl.org in WhisperGraph.
Subdomains
1 observed subdomain of br.ptl.org.
| Subdomain |
|---|
| www.br.ptl.org |
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for br.ptl.org.
| Mechanism | Target |
|---|---|
| SPF_A | br.ptl.org |
| SPF_A | email.ptl.org |
| SPF_INCLUDE | emailsrvr.com |
| SPF_IP | 107.14.47.8 |
| SPF_IP | 169.55.80.212 |
| SPF_IP | 173.203.2.36/32 |
| SPF_IP | 23.3.224.13 |
| SPF_IP | 50.97.196.210 |
| SPF_IP | 50.97.224.92/30 |
| SPF_IP | 69.20.91.24 |
| SPF_IP | 72.19.217.170 |
| SPF_IP | 74.205.114.154 |
| SPF_IP | 98.129.184.4 |
Related pages
Pivot deeper into the graph from br.ptl.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "br.ptl.org"})-[: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.