Skip to content

Hostname

mail.afd.org.tw

Last fetched

mail.afd.org.tw resolves to 1 IPv4 address operated by AS131149 in TW.

Nutrition Label

WHISPER CANON · mail.afd.org.twRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.afd.org.tw

Resolution chain

mail.afd.org.tw resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.17.8.31103.17.8.0/23AS131149TW

WHOIS identity

No WHOIS records are currently associated with mail.afd.org.tw in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • 5nhzpvyrpgcxrrmo6qxe33ylv7svdgfr7wbfs4qakbisqj5e4imq.mx-verification.google.com
  • alt1.aspmx.l.google.com
  • alt2.aspmx.l.google.com
  • alt3.aspmx.l.google.com
  • alt4.aspmx.l.google.com
  • aspmx.l.google.com

SPF policy

5 SPF mechanisms authorising senders for mail.afd.org.tw.

MechanismTarget
SPF_Amail.afd.org.tw
SPF_INCLUDE_spf.eee.tw
SPF_IP103.17.8.28
SPF_IP220.132.72.116
SPF_MXmail.afd.org.tw

Related pages

Pivot deeper into the graph from mail.afd.org.tw.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.afd.org.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.