Hostname
mic.com.tw
Last fetched
mic.com.tw resolves to 1 IPv4 address operated by AS9919 in TW.
Nutrition Label
Resolution chain
mic.com.tw 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 |
|---|---|---|---|---|
| 113.196.137.201 | 113.196.137.0/24 | AS9919 | — | TW |
WHOIS identity
No WHOIS records are currently associated with mic.com.tw in WhisperGraph.
Subdomains
48 observed subdomains of mic.com.tw.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mic.com.tw in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mic.com.tw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 113.196.154.155/26 |
| SPF_IP | 122.147.168.247/26 |
| SPF_IP | 203.66.161.0/16 |
| SPF_IP | 220.130.36.0/27 |
| SPF_IP | 60.248.18.210/26 |
Related pages
Pivot deeper into the graph from mic.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mic.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.