Hostname
boardrap.com
Last fetched
boardrap.com resolves to 3 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in US.
Nutrition Label
Resolution chain
boardrap.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.234.24.211 | 172.234.16.0/20 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | US |
| 172.239.57.117 | 172.239.32.0/19 | AS63949 | AKAMAI-LINODE-AP Akamai Connected Cloud | US |
| 52.119.45.110 | 0.0.0.0/0 | AS64073 | — | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from boardrap.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- boardrap.com
- mx.plingest.com
SPF policy
8 SPF mechanisms authorising senders for boardrap.com.
| Mechanism | Target |
|---|---|
| SPF_A | boardrap.com |
| SPF_INCLUDE | _spf.fused.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 216.86.156.216 |
| SPF_IP | 52.119.45.110 |
| SPF_IP | 52.119.45.12/32 |
| SPF_IP | 69.162.149.25/32 |
| SPF_MX | boardrap.com |
Related pages
Pivot deeper into the graph from boardrap.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "boardrap.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.