Hostname
lemoncom.be
Last fetched
lemoncom.be resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
lemoncom.be 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 |
|---|---|---|---|---|
| 51.255.35.29 | 52.18.0.0/15 | AS16276 | — | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- —
- Contact emails
- —
Subdomains
15 observed subdomains of lemoncom.be.
Web-graph footprint
Distinct hostnames that link to or from lemoncom.be in the public web crawl.
41 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for lemoncom.be.
| Mechanism | Target |
|---|---|
| SPF_A | lemoncom.be |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_IP | 141.94.69.200 |
| SPF_IP | 141.95.158.194 |
| SPF_IP | 141.95.158.195 |
| SPF_IP | 141.95.158.197 |
| SPF_IP | 141.95.158.199 |
| SPF_IP | 146.59.198.234 |
| SPF_IP | 2001:41d0:302:2100:0:0:0:87b |
| SPF_IP | 2001:41d0:302:2200:0:0:0:8ca |
| SPF_IP | 2001:41d0:304:200:0:0:0:814e |
| SPF_IP | 2001:41d0:304:200:0:0:0:814f |
| SPF_IP | 2001:41d0:304:200:0:0:0:8151 |
| SPF_IP | 2001:41d0:304:200:0:0:0:8153 |
| SPF_IP | 2001:41d0:304:200:0:0:0:9b4f |
| SPF_IP | 2001:41d0:304:200:0:0:0:cbfe |
| SPF_IP | 51.255.35.29 |
| SPF_IP | 54.36.99.30 |
| SPF_MX | lemoncom.be |
Related pages
Pivot deeper into the graph from lemoncom.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lemoncom.be"})-[: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.