Hostname
dmcafe.com.bh
Last fetched
dmcafe.com.bh resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
dmcafe.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 |
|---|---|---|---|---|
| 116.203.223.94 | 116.203.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with dmcafe.com.bh in WhisperGraph.
Subdomains
14 observed subdomains of dmcafe.com.bh.
Web-graph footprint
Distinct hostnames that link to or from dmcafe.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
5 SPF mechanisms authorising senders for dmcafe.com.bh.
| Mechanism | Target |
|---|---|
| SPF_A | dmcafe.com.bh |
| SPF_IP | 15.184.155.50 |
| SPF_IP | 216.55.187.13 |
| SPF_IP | 35.229.115.6 |
| SPF_MX | dmcafe.com.bh |
Related pages
Pivot deeper into the graph from dmcafe.com.bh.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dmcafe.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.