Hostname
zmec.com.my
Last fetched
zmec.com.my resolves to 2 IPv4 addresses operated by EXABYTES-AS-AP - Exa Bytes Network Sdn.Bhd. in MY.
Nutrition Label
Resolution chain
zmec.com.my 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 |
|---|---|---|---|---|
| 117.53.153.180 | 117.53.152.0/22 | AS46015 | EXABYTES-AS-AP - Exa Bytes Network Sdn.Bhd. | MY |
| 117.53.153.181 | 117.53.152.0/22 | AS46015 | EXABYTES-AS-AP - Exa Bytes Network Sdn.Bhd. | MY |
WHOIS identity
- Registrar
- —
- Organization
- zm engineering construction sdn. bhd.
- Contact emails
- —
Subdomains
3 observed subdomains of zmec.com.my.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for zmec.com.my.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | mitechspf.mitechsoft.com |
Related pages
Pivot deeper into the graph from zmec.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zmec.com.my"})-[: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.