Hostname
bepsaigon.cloud
Last fetched
bepsaigon.cloud resolves to 1 IPv4 address operated by AS63760 in VN. WHOIS lists iana:1649 as the registrar.
Nutrition Label
Resolution chain
bepsaigon.cloud 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 |
|---|---|---|---|---|
| 45.252.248.36 | 45.252.248.0/22 | AS63760 | — | VN |
WHOIS identity
- Registrar
- iana:1649
- Organization
- phan thanh dat
- Contact emails
- —
Subdomains
2 observed subdomains of bepsaigon.cloud.
Threat posture
History
Mail and authentication
MX records
- bepsaigon.cloud
SPF policy
4 SPF mechanisms authorising senders for bepsaigon.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | bepsaigon.cloud |
| SPF_INCLUDE | azdigi-mailgateway.com |
| SPF_IP | 45.252.248.27 |
| SPF_MX | bepsaigon.cloud |
Related pages
Pivot deeper into the graph from bepsaigon.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bepsaigon.cloud"})-[: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.