Hostname
mediagate.com.tw
Last fetched
mediagate.com.tw resolves to 2 IPv4 addresses operated by WPX - K Media Tech Ltd. in GB.
Nutrition Label
Resolution chain
mediagate.com.tw 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 |
|---|---|---|---|---|
| 194.1.147.20 | 194.1.147.0/24 | AS210250 | WPX - K Media Tech Ltd. | GB |
| 194.1.147.98 | 194.1.147.0/24 | AS210250 | WPX - K Media Tech Ltd. | GB |
WHOIS identity
- Registrar
- —
- Organization
- media gate group co. ltd. sandy lee
- Contact emails
Subdomains
10 observed subdomains of mediagate.com.tw.
Web-graph footprint
Distinct hostnames that link to or from mediagate.com.tw in the public web crawl.
11 sites link to this hostname.
82 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mediagate.com.tw.
| Mechanism | Target |
|---|---|
| SPF_A | mediagate.com.tw |
| SPF_INCLUDE | emailsrvr.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.sendiiosmtp.com |
| SPF_IP | 198.60.193.142 |
| SPF_IP | 198.60.193.15 |
| SPF_IP | 208.100.34.148 |
| SPF_IP | 67.202.92.15 |
| SPF_MX | mediagate.com.tw |
Related pages
Pivot deeper into the graph from mediagate.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mediagate.com.tw"})-[: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.