Hostname
top-vs.at
Last fetched
top-vs.at resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
top-vs.at 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 |
|---|---|---|---|---|
| 166.117.146.128 | 166.117.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 166.117.24.221 | 166.117.16.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with top-vs.at in WhisperGraph.
Subdomains
1 observed subdomain of top-vs.at.
| Subdomain |
|---|
| www.top-vs.at |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for top-vs.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc33.sapsf.eu |
| SPF_INCLUDE | spf.allianz.com |
| SPF_IP | 109.70.102.121 |
| SPF_IP | 195.245.92.236 |
| SPF_IP | 195.245.92.237 |
Related pages
Pivot deeper into the graph from top-vs.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "top-vs.at"})-[: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.