Hostname
backroads.com
Last fetched
backroads.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
backroads.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 |
|---|---|---|---|---|
| 52.36.131.229 | 52.36.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- backroads
- Contact emails
Subdomains
44 observed subdomains of backroads.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from backroads.com in the public web crawl.
703 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
27 SPF mechanisms authorising senders for backroads.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | sendgrid.backroads.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.110.209.7 |
| SPF_IP | 13.110.224.123 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 185.48.254.130 |
| SPF_IP | 198.105.204.18/32 |
| SPF_IP | 198.105.204.19/32 |
| SPF_IP | 198.105.204.20/32 |
| SPF_IP | 198.105.205.18/32 |
| SPF_IP | 198.105.205.19/32 |
| SPF_IP | 198.105.205.20/32 |
| SPF_IP | 206.75.47.47 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 31.207.24.20 |
| SPF_IP | 50.168.125.98 |
| SPF_IP | 50.192.196.136/29 |
| SPF_IP | 50.196.169.0/28 |
| SPF_IP | 50.231.20.192/26 |
| SPF_IP | 50.231.20.231 |
| SPF_IP | 65.60.38.74 |
| SPF_MX | backroads.com |
Related pages
Pivot deeper into the graph from backroads.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "backroads.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.