Hostname
secure.video.ibm.com
Last fetched
secure.video.ibm.com resolves to 7 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US.
Nutrition Label
Resolution chain
secure.video.ibm.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 150.239.164.230 | 150.239.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 150.239.168.240 | 150.239.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 150.239.171.156 | 150.239.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 169.48.152.5 | 169.48.144.0/20 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 169.59.33.70 | 169.59.0.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 169.59.35.142 | 169.59.0.0/18 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 52.117.6.69 | 52.117.0.0/20 | AS36351 | SOFTLAYER - IBM Cloud | US |
WHOIS identity
No WHOIS records are currently associated with secure.video.ibm.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from secure.video.ibm.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from secure.video.ibm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secure.video.ibm.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.