Hostname
psvt.com.tw
Last fetched
psvt.com.tw resolves to 1 IPv4 address operated by AS3462 in TW.
Nutrition Label
Resolution chain
psvt.com.tw 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 |
|---|---|---|---|---|
| 61.221.155.74 | 61.221.0.0/16 | AS3462 | — | TW |
WHOIS identity
No WHOIS records are currently associated with psvt.com.tw in WhisperGraph.
Subdomains
3 observed subdomains of psvt.com.tw.
Web-graph footprint
Distinct hostnames that link to or from psvt.com.tw in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for psvt.com.tw.
| Mechanism | Target |
|---|---|
| SPF_A | psvt.com.tw |
| SPF_IP | 61.221.155.73 |
| SPF_IP | 61.221.155.74 |
| SPF_IP | 61.221.155.75 |
| SPF_IP | 61.221.155.76 |
| SPF_IP | 61.221.155.77 |
| SPF_IP | 61.221.155.78 |
| SPF_MX | mail.psvt.com.tw |
| SPF_MX | psvt.com.tw |
Related pages
Pivot deeper into the graph from psvt.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "psvt.com.tw"})-[: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.