Hostname
vmt-pay.com
Last fetched
vmt-pay.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
vmt-pay.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 |
|---|---|---|---|---|
| 108.156.22.27 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.156.22.3 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.156.22.55 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.156.22.83 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.86.182.24 | 99.86.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.86.182.33 | 99.86.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.86.182.83 | 99.86.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 99.86.182.98 | 99.86.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of vmt-pay.com.
| Subdomain |
|---|
| dev.vmt-pay.com |
| www.vmt-pay.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for vmt-pay.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | secureserver.net |
Related pages
Pivot deeper into the graph from vmt-pay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vmt-pay.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.