Skip to content

Hostname

app.241.com.tw

Last fetched

app.241.com.tw resolves to 1 IPv4 address operated by HINET Data Communication Business Group in TW.

Nutrition Label

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

Resolution chain

app.241.com.tw resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
59.125.33.3459.125.0.0/16AS3462HINET Data Communication Business GroupTW

WHOIS identity

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

Subdomains

1 observed subdomain of app.241.com.tw.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for app.241.com.tw.

MechanismTarget
SPF_Aapp.241.com.tw
SPF_IP59.125.33.34
SPF_IP59.125.33.35
SPF_IP59.125.33.55
SPF_MXapp.241.com.tw

Related pages

Pivot deeper into the graph from app.241.com.tw.

Cypher and MCP

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

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