Hostname
clef2web.be
Last fetched
clef2web.be resolves to 1 IPv4 address operated by O2SWITCH in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
clef2web.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 |
|---|---|---|---|---|
| 109.234.164.100 | 109.234.164.0/22 | AS50474 | O2SWITCH | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of clef2web.be.
Web-graph footprint
Distinct hostnames that link to or from clef2web.be in the public web crawl.
93 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for clef2web.be.
| Mechanism | Target |
|---|---|
| SPF_A | clef2web.be |
| SPF_INCLUDE | _spf.freshbooks.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 79.99.200.79 |
| SPF_IP | 79.99.203.115 |
| SPF_MX | clef2web.be |
Related pages
Pivot deeper into the graph from clef2web.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clef2web.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.