Hostname
vgm.com
Last fetched
vgm.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
vgm.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 |
|---|---|---|---|---|
| 3.226.229.140 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from vgm.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
37 SPF mechanisms authorising senders for vgm.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.act-on.net |
| SPF_INCLUDE | _spf.paubox.com |
| SPF_INCLUDE | es._spf.adp.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 104.193.137.227/32 |
| SPF_IP | 104.193.137.41/32 |
| SPF_IP | 149.72.191.195 |
| SPF_IP | 149.72.251.214 |
| SPF_IP | 167.89.89.46/32 |
| SPF_IP | 167.89.96.134/32 |
| SPF_IP | 167.89.98.146/32 |
| SPF_IP | 192.190.220.250/32 |
| SPF_IP | 198.187.206.11/32 |
| SPF_IP | 199.172.8.0/24 |
| SPF_IP | 199.172.9.0/24 |
| SPF_IP | 205.139.110.0/24 |
| SPF_IP | 205.139.111.0/24 |
| SPF_IP | 206.198.231.12/32 |
| SPF_IP | 207.166.100.0/23 |
| SPF_IP | 207.166.101.0/24 |
| SPF_IP | 207.166.86.0/24 |
| SPF_IP | 207.166.92.0/24 |
| SPF_IP | 207.166.94.0/24 |
| SPF_IP | 207.166.95.0/24 |
| SPF_IP | 207.211.30.0/24 |
| SPF_IP | 207.211.31.0/24 |
| SPF_IP | 207.211.41.113/32 |
| SPF_IP | 208.81.80.10/32 |
| SPF_IP | 208.81.80.32/32 |
| SPF_IP | 216.20.242.0/24 |
| SPF_IP | 216.20.252.0/24 |
| SPF_IP | 216.205.24.0/24 |
| SPF_IP | 216.81.193.0/24 |
| SPF_IP | 216.81.193.16/32 |
| SPF_IP | 63.128.21.0/24 |
Related pages
Pivot deeper into the graph from vgm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vgm.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.