Hostname
leapers.com
Last fetched
leapers.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
leapers.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- attn leapers.com care of network solutions
- Contact emails
Subdomains
7 observed subdomains of leapers.com.
Web-graph footprint
Distinct hostnames that link to or from leapers.com in the public web crawl.
208 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for leapers.com.
| Mechanism | Target |
|---|---|
| SPF_A | leapers.com |
| SPF_INCLUDE | 43910823.spf08.hubspotemail.net |
| SPF_INCLUDE | icpbounce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.245.209.192/26 |
| SPF_IP | 108.167.128.0/18 |
| SPF_IP | 108.179.192.0/18 |
| SPF_IP | 162.144.0.0/16 |
| SPF_IP | 162.241.244.70/32 |
| SPF_IP | 192.185.0.0/16 |
| SPF_IP | 216.172.160.0/19 |
| SPF_IP | 50.116.64.0/18 |
| SPF_IP | 50.227.230.178 |
| SPF_IP | 50.31.156.96/27 |
| SPF_IP | 50.31.205.0/24 |
| SPF_IP | 50.87.152.0/21 |
| SPF_IP | 67.20.113.211 |
| SPF_IP | 67.222.34.49 |
| SPF_MX | leapers.com |
Related pages
Pivot deeper into the graph from leapers.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leapers.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.