Hostname
pra.com
Last fetched
pra.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
pra.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 |
|---|---|---|---|---|
| 199.60.103.119 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.19 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- alex fleming
- Contact emails
Subdomains
28 observed subdomains of pra.com.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pra.com in the public web crawl.
101 sites link to this hostname.
53 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for pra.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 49044218.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 107.143.101.20 |
| SPF_IP | 108.223.252.241 |
| SPF_IP | 148.66.37.101 |
| SPF_IP | 173.14.98.9 |
| SPF_IP | 174.66.115.103 |
| SPF_IP | 174.70.11.4 |
| SPF_IP | 24.43.160.58 |
| SPF_IP | 24.73.146.202 |
| SPF_IP | 50.242.114.169 |
| SPF_IP | 50.243.152.70 |
| SPF_IP | 50.62.183.109 |
| SPF_IP | 63.250.249.52 |
| SPF_IP | 67.52.67.214 |
| SPF_IP | 71.40.3.250 |
| SPF_IP | 96.79.16.237 |
| SPF_IP | 96.84.27.61 |
| SPF_IP | 98.153.68.46 |
| SPF_IP | 98.172.85.101 |
Related pages
Pivot deeper into the graph from pra.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pra.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.