Hostname
npc.com.vn
Last fetched
npc.com.vn resolves to 2 IPv4 addresses operated by AS55322 in VN.
Nutrition Label
Resolution chain
npc.com.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 |
|---|---|---|---|---|
| 116.212.48.111 | 116.212.32.0/19 | AS55322 | — | VN |
| 157.185.183.4 | 157.185.183.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | DE |
WHOIS identity
No WHOIS records are currently associated with npc.com.vn in WhisperGraph.
Subdomains
38 observed subdomains of npc.com.vn.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from npc.com.vn in the public web crawl.
153 sites link to this hostname.
10 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 npc.com.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emdspf.netnam.vn |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.212.47.46 |
Related pages
Pivot deeper into the graph from npc.com.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "npc.com.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.