Hostname
vstss.com
Last fetched
vstss.com resolves to 1 IPv4 address operated by AS9009 in RO. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
vstss.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 |
|---|---|---|---|---|
| 146.70.56.162 | 146.70.56.0/24 | AS9009 | — | RO |
WHOIS identity
- Registrar
- iana:1068
- Organization
- nemanja cosovic
- Contact emails
Subdomains
17 observed subdomains of vstss.com.
Web-graph footprint
Distinct hostnames that link to or from vstss.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for vstss.com.
| Mechanism | Target |
|---|---|
| SPF_A | vstss.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 146.70.56.162 |
| SPF_IP | 162.55.88.215 |
| SPF_IP | 205.234.136.4 |
| SPF_IP | 216.246.55.85 |
| SPF_IP | 45.15.20.10 |
| SPF_IP | 45.15.20.13 |
| SPF_IP | 77.81.108.56 |
| SPF_IP | 77.81.111.111 |
| SPF_IP | 88.150.141.21 |
| SPF_MX | vstss.com |
Related pages
Pivot deeper into the graph from vstss.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vstss.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.