Hostname
ibfe.haveebook.com
Last fetched
ibfe.haveebook.com resolves to 1 IPv4 address operated by AS212653 in FR.
Nutrition Label
Resolution chain
ibfe.haveebook.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 |
|---|---|---|---|---|
| 83.143.117.5 | 83.143.117.0/24 | AS212653 | — | FR |
WHOIS identity
No WHOIS records are currently associated with ibfe.haveebook.com in WhisperGraph.
Subdomains
1 observed subdomain of ibfe.haveebook.com.
| Subdomain |
|---|
| www.ibfe.haveebook.com |
Web-graph footprint
Distinct hostnames that link to or from ibfe.haveebook.com in the public web crawl.
201 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for ibfe.haveebook.com.
| Mechanism | Target |
|---|---|
| SPF_A | ibfe.haveebook.com |
| SPF_IP | 83.143.117.5 |
| SPF_MX | ibfe.haveebook.com |
Related pages
Pivot deeper into the graph from ibfe.haveebook.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibfe.haveebook.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.