Hostname
webdisk.bcimedia.com
Last fetched
webdisk.bcimedia.com resolves to 1 IPv4 address operated by JOESD-18501 - CyberCloud Professionals LLC in US.
Nutrition Label
Resolution chain
webdisk.bcimedia.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 |
|---|---|---|---|---|
| 216.55.186.162 | 216.55.186.0/24 | AS18501 | JOESD-18501 - CyberCloud Professionals LLC | US |
WHOIS identity
No WHOIS records are currently associated with webdisk.bcimedia.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for webdisk.bcimedia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | navigacloud.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_IP | 205.139.40.211 |
| SPF_IP | 205.139.40.212 |
| SPF_IP | 205.139.40.23 |
| SPF_IP | 205.139.40.96 |
| SPF_IP | 52.6.112.187/32 |
| SPF_IP | 69.39.6.195 |
| SPF_MX | webdisk.bcimedia.com |
Related pages
Pivot deeper into the graph from webdisk.bcimedia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.bcimedia.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.