Hostname
css.veeam.com
Last fetched
css.veeam.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR.
Nutrition Label
Resolution chain
css.veeam.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.64.8.105 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.64.8.27 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.64.8.36 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 18.64.8.72 | 18.64.8.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 54.192.151.107 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.54 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.87 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.97 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with css.veeam.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from css.veeam.com in the public web crawl.
20 sites link to this hostname.
Sample inbound links
- clubvendor.com
- feeds.feedburner.com
- veeam.com
- community.veeam.com
- forums.veeam.com
- helpcenter.veeam.com
- wcs-backupm365-abonadeutschlandgmbh.veeampartnermktg.com
- wcs-backupm365-argosystems.veeampartnermktg.com
- wcs-backupm365-exigentnetworkintegrationltdtaparadyn.veeampartnermktg.com
- wcs-backupm365-kitesystems.veeampartnermktg.com
Threat posture
History
Related pages
Pivot deeper into the graph from css.veeam.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "css.veeam.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.