Hostname
tct.com.mo
Last fetched
tct.com.mo resolves to 2 IPv4 addresses operated by AS23881 in HK.
Nutrition Label
Resolution chain
tct.com.mo 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 |
|---|---|---|---|---|
| 45.121.197.113 | 45.121.197.0/24 | AS23881 | — | HK |
| 45.121.197.114 | 45.121.197.0/24 | AS23881 | — | HK |
WHOIS identity
No WHOIS records are currently associated with tct.com.mo in WhisperGraph.
Subdomains
2 observed subdomains of tct.com.mo.
| Subdomain |
|---|
| mail.tct.com.mo |
| www.tct.com.mo |
Web-graph footprint
Distinct hostnames that link to or from tct.com.mo in the public web crawl.
6 sites link to this hostname.
19 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for tct.com.mo.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | smtp.spf.net.hk |
Related pages
Pivot deeper into the graph from tct.com.mo.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tct.com.mo"})-[: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.