Hostname
faba.com.bh
Last fetched
faba.com.bh resolves to 1 IPv4 address operated by HVC-AS - HIVELOCITY, Inc. in DE.
Nutrition Label
Resolution chain
faba.com.bh 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 |
|---|---|---|---|---|
| 66.206.25.52 | 66.206.24.0/23 | AS29802 | HVC-AS - HIVELOCITY, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with faba.com.bh in WhisperGraph.
Subdomains
5 observed subdomains of faba.com.bh.
Showing 4 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from faba.com.bh in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for faba.com.bh.
| Mechanism | Target |
|---|---|
| SPF_A | faba.com.bh |
| SPF_INCLUDE | snwlhostedeu.com |
| SPF_INCLUDE | spf2.serasoft.com |
| SPF_IP | 52.29.203.122 |
| SPF_IP | 88.201.42.4 |
| SPF_MX | faba.com.bh |
Related pages
Pivot deeper into the graph from faba.com.bh.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faba.com.bh"})-[: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.