Hostname
fastwork.vn
Last fetched
fastwork.vn resolves to 2 IPv4 addresses operated by AS47583 in ID.
Nutrition Label
Resolution chain
fastwork.vn 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 |
|---|---|---|---|---|
| 145.79.14.132 | 145.79.12.0/22 | AS47583 | — | ID |
| 45.252.250.38 | 45.252.248.0/22 | AS63760 | — | VN |
WHOIS identity
No WHOIS records are currently associated with fastwork.vn in WhisperGraph.
Subdomains
29 observed subdomains of fastwork.vn.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fastwork.vn in the public web crawl.
198 sites link to this hostname.
101 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for fastwork.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_MX | fastwork.vn |
Related pages
Pivot deeper into the graph from fastwork.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fastwork.vn"})-[: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.