Skip to content

Hostname

lfob.cn

Last fetched

lfob.cn resolves to 2 IPv4 addresses operated by CLOUDIE-AS-AP Cloudie Limited in CN. WHOIS lists registrar:广东金万邦科技投资有限公司 as the registrar.

Nutrition Label

WHISPER CANON · lfob.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/lfob.cn

Resolution chain

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

IPPrefixASNOperatorCountry
103.145.190.67103.145.190.0/24AS55933CLOUDIE-AS-AP Cloudie LimitedCN
104.224.228.151104.224.192.0/18AS22552ESITED - eSited SolutionsUS

WHOIS identity

Registrar
registrar:广东金万邦科技投资有限公司
Organization
张晓丽
Contact emails

Web-graph footprint

Distinct hostnames that link to or from lfob.cn in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from lfob.cn.

Cypher and MCP

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

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