Skip to content

Hostname

backyard-api.flashexpress.com

Last fetched

backyard-api.flashexpress.com resolves to 5 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in SG.

Nutrition Label

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

Resolution chain

backyard-api.flashexpress.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
43.156.212.4743.156.192.0/18AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueSG
47.254.238.17347.254.224.0/19AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.MY
8.219.245.1768.219.128.0/17AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.SG
8.222.157.1508.222.128.0/18AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.SG
8.222.170.988.222.128.0/18AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.SG

WHOIS identity

No WHOIS records are currently associated with backyard-api.flashexpress.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from backyard-api.flashexpress.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "backyard-api.flashexpress.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.