Hostname
h-lamtex.com
Last fetched
h-lamtex.com resolves to 2 IPv4 addresses operated by AS63737 in VN. WHOIS lists iana:1649 as the registrar.
Nutrition Label
Resolution chain
h-lamtex.com 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 |
|---|---|---|---|---|
| 157.66.158.74 | 157.66.158.0/23 | AS63737 | — | VN |
| 203.167.14.135 | 203.167.14.0/23 | AS38733 | — | VN |
WHOIS identity
- Registrar
- iana:1649
- Organization
- domain admin
- Contact emails
- —
Subdomains
1 observed subdomain of h-lamtex.com.
| Subdomain |
|---|
| www.h-lamtex.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for h-lamtex.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.maychuemail.com |
Related pages
Pivot deeper into the graph from h-lamtex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "h-lamtex.com"})-[: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.