Hostname
legende.bf
Last fetched
legende.bf resolves to 1 IPv4 address operated by GODADDY-SXB in FR.
Nutrition Label
Resolution chain
legende.bf 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 |
|---|---|---|---|---|
| 92.205.230.214 | 92.205.224.0/19 | AS21499 | GODADDY-SXB | FR |
WHOIS identity
No WHOIS records are currently associated with legende.bf in WhisperGraph.
Subdomains
1 observed subdomain of legende.bf.
| Subdomain |
|---|
| www.legende.bf |
Web-graph footprint
Distinct hostnames that link to or from legende.bf in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- legende.bf
SPF policy
11 SPF mechanisms authorising senders for legende.bf.
| Mechanism | Target |
|---|---|
| SPF_A | legende.bf |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.ikasolution.bf |
| SPF_INCLUDE | spf.ikasolution.biz |
| SPF_INCLUDE | spf.net1webhost.com |
| SPF_INCLUDE | spf.uv.bf |
| SPF_IP | 38.64.152.83 |
| SPF_IP | 38.64.152.84 |
| SPF_IP | 92.205.230.214 |
| SPF_IP | 92.205.28.187 |
| SPF_MX | legende.bf |
Related pages
Pivot deeper into the graph from legende.bf.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "legende.bf"})-[: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.