Hostname
mssdk-sg.capcutapi.com
Last fetched
mssdk-sg.capcutapi.com resolves to 20 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
mssdk-sg.capcutapi.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.168.196 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.197 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.198 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.215 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.216 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.217 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.218 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.219 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.168.220 | 2.16.168.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.10 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.11 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.12 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.13 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.14 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.15 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.16 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.17 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.18 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.19 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.238.20 | 2.16.238.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
No WHOIS records are currently associated with mssdk-sg.capcutapi.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from mssdk-sg.capcutapi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mssdk-sg.capcutapi.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.