Hostname
vipp.com
Last fetched
vipp.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:epag domainservices gmbh as the registrar.
Nutrition Label
Resolution chain
vipp.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.60.125 | 108.156.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.174.18.121 | 3.174.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DK |
WHOIS identity
- Registrar
- registrar:epag domainservices gmbh
- Organization
- - -
- Contact emails
Subdomains
16 observed subdomains of vipp.com.
Web-graph footprint
Distinct hostnames that link to or from vipp.com in the public web crawl.
620 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for vipp.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_INCLUDE | _spf.etrack1.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.presscloud.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | planyo.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfrerouting.xink.io |
| SPF_IP | 167.89.108.1/28 |
| SPF_IP | 167.89.108.13 |
| SPF_IP | 167.89.92.35 |
| SPF_IP | 54.194.150.12 |
Related pages
Pivot deeper into the graph from vipp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vipp.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.