Hostname
paprec.com
Last fetched
paprec.com resolves to 1 IPv4 address operated by DIGITAL-REALTY- in FR. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
paprec.com 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 |
|---|---|---|---|---|
| 209.222.77.37 | 209.222.77.0/24 | AS48152 | DIGITAL-REALTY- | FR |
WHOIS identity
- Registrar
- iana:269
- Organization
- jeanluc petithuguenin
- Contact emails
Subdomains
90 observed subdomains of paprec.com.
Showing 25 of 90. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from paprec.com in the public web crawl.
625 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for paprec.com.
| Mechanism | Target |
|---|---|
| SPF_A | paprec.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 154.14.4.58/24 |
| SPF_IP | 209.222.77.36 |
| SPF_IP | 217.108.222.36 |
| SPF_IP | 217.108.222.37 |
| SPF_IP | 84.239.67.17 |
| SPF_MX | paprec.com |
Related pages
Pivot deeper into the graph from paprec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "paprec.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.