Hostname
bdgs.com.bh
Last fetched
bdgs.com.bh resolves to 2 IPv4 addresses operated by HVC-AS - HIVELOCITY, Inc. in US.
Nutrition Label
Resolution chain
bdgs.com.bh resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.167.151.230 | 199.167.151.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 77.92.176.162 | 77.92.176.0/24 | AS39273 | — | BH |
WHOIS identity
No WHOIS records are currently associated with bdgs.com.bh in WhisperGraph.
Subdomains
1 observed subdomain of bdgs.com.bh.
| Subdomain |
|---|
| webmail.bdgs.com.bh |
Threat posture
History
Mail and authentication
MX records
- bdgs.com.bh
- mx.emailarray.com
- mx2.emailarray.com
SPF policy
4 SPF mechanisms authorising senders for bdgs.com.bh.
| Mechanism | Target |
|---|---|
| SPF_A | bdgs.com.bh |
| SPF_INCLUDE | emailarray.com |
| SPF_IP | 77.92.176.162 |
| SPF_MX | bdgs.com.bh |
Related pages
Pivot deeper into the graph from bdgs.com.bh.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bdgs.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.