Hostname
les2rives.com
Last fetched
les2rives.com resolves to 1 IPv4 address operated by AS63949 in CA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
les2rives.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 |
|---|---|---|---|---|
| 139.177.199.133 | 139.177.192.0/21 | AS63949 | — | CA |
WHOIS identity
- Registrar
- iana:69
- Organization
- medias transcontinental s.e.n.c.
- Contact emails
Subdomains
1 observed subdomain of les2rives.com.
| Subdomain |
|---|
| www.les2rives.com |
Web-graph footprint
Distinct hostnames that link to or from les2rives.com in the public web crawl.
127 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for les2rives.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.fortimailcloud.com |
| SPF_IP | 24.226.222.112/29 |
| SPF_MX | les2rives.com |
Related pages
Pivot deeper into the graph from les2rives.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "les2rives.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.