Hostname
binhnam.vn
Last fetched
binhnam.vn resolves to 1 IPv4 address operated by FPTCLOUD-AS-VN - FPT Smart Cloud Company Limited in SG.
Nutrition Label
Resolution chain
binhnam.vn 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 |
|---|---|---|---|---|
| 124.197.19.127 | 124.197.19.0/24 | AS140766 | FPTCLOUD-AS-VN - FPT Smart Cloud Company Limited | SG |
WHOIS identity
No WHOIS records are currently associated with binhnam.vn in WhisperGraph.
Subdomains
2 observed subdomains of binhnam.vn.
| Subdomain |
|---|
| mail.binhnam.vn |
| www.binhnam.vn |
Web-graph footprint
Distinct hostnames that link to or from binhnam.vn in the public web crawl.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for binhnam.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.email-nhanhoa.net |
| SPF_IP | 103.28.38.218 |
| SPF_MX | binhnam.vn |
Related pages
Pivot deeper into the graph from binhnam.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "binhnam.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.