Hostname
multitron.com.hk
Last fetched
multitron.com.hk resolves to 1 IPv4 address operated by HUTCHISON-AS-AP - HGC Global Communications Limited in HK.
Nutrition Label
Resolution chain
multitron.com.hk 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 |
|---|---|---|---|---|
| 118.140.166.77 | 118.140.160.0/19 | AS9304 | HUTCHISON-AS-AP - HGC Global Communications Limited | HK |
WHOIS identity
No WHOIS records are currently associated with multitron.com.hk in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for multitron.com.hk.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.multisoft.com.hk |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | partner.o365.crossware.co.nz |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 118.140.166.70 |
| SPF_IP | 202.126.222.1 |
| SPF_IP | 202.126.222.2 |
| SPF_IP | 59.152.214.136 |
| SPF_IP | 59.152.214.141 |
Related pages
Pivot deeper into the graph from multitron.com.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "multitron.com.hk"})-[: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.