Skip to content

Hostname

bplus.com.tw

Last fetched

bplus.com.tw resolves to 2 IPv4 addresses operated by HINET Data Communication Business Group in TW.

Nutrition Label

WHISPER CANON · bplus.com.twRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bplus.com.tw

Resolution chain

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

IPPrefixASNOperatorCountry
210.242.72.198210.242.0.0/16AS3462HINET Data Communication Business GroupTW
64.98.135.1564.98.135.0/24AS32491TUCOWS-3 - Tucows.com Co.CA

WHOIS identity

No WHOIS records are currently associated with bplus.com.tw in WhisperGraph.

Subdomains

1 observed subdomain of bplus.com.tw.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for bplus.com.tw.

MechanismTarget
SPF_INCLUDE_spf.mailcloud.com.tw

Related pages

Pivot deeper into the graph from bplus.com.tw.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bplus.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 20

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