Hostname
r2p.com
Last fetched
r2p.com resolves to 1 IPv4 address operated by AS47527 in DK. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
r2p.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 |
|---|---|---|---|---|
| 62.69.159.130 | 62.69.152.0/21 | AS47527 | — | DK |
WHOIS identity
- Registrar
- iana:269
- Organization
- bjarne nielsen
- Contact emails
Subdomains
45 observed subdomains of r2p.com.
Web-graph footprint
Distinct hostnames that link to or from r2p.com in the public web crawl.
46 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for r2p.com.
| Mechanism | Target |
|---|---|
| SPF_A | r2p.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-esec.heimdalsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.r2p.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 194.150.112.0/24 |
| SPF_IP | 194.150.113.0/24 |
| SPF_IP | 217.198.216.194 |
| SPF_IP | 220.101.27.34 |
| SPF_IP | 62.254.155.74 |
| SPF_IP | 80.84.52.178 |
| SPF_IP | 92.246.4.37 |
Related pages
Pivot deeper into the graph from r2p.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "r2p.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.