Skip to content

Hostname

mf5u.com

Last fetched

mf5u.com resolves to 2 IPv4 addresses operated by TAOBAO Zhejiang Taobao Network Co.,Ltd in US. WHOIS lists iana:420 as the registrar.

Nutrition Label

WHISPER CANON · mf5u.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mf5u.com

Resolution chain

mf5u.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
163.181.214.1163.181.214.0/24AS24429TAOBAO Zhejiang Taobao Network Co.,LtdUS
27.155.113.17027.155.112.0/20AS133774CHINATELECOM-FUJIAN-FUZHOU-IDC1 FuzhouCN

WHOIS identity

Registrar
iana:420
Organization
yinxunbo
Contact emails

Subdomains

1 observed subdomain of mf5u.com.

Subdomain
www.mf5u.com

Web-graph footprint

Distinct hostnames that link to or from mf5u.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from mf5u.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mf5u.com"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.