Skip to content

Hostname

mail.active-ms.com

Last fetched

mail.active-ms.com resolves to 1 IPv4 address operated by ODN SoftBank Corp. in JP.

Nutrition Label

WHISPER CANON · mail.active-ms.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.active-ms.com

Resolution chain

mail.active-ms.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
210.197.75.151210.197.0.0/16AS4725ODN SoftBank Corp.JP

WHOIS identity

No WHOIS records are currently associated with mail.active-ms.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for mail.active-ms.com.

MechanismTarget
SPF_IP2001:278:1033:5:0:0:75:141
SPF_IP2001:278:1033:5:0:0:75:151
SPF_IP2001:278:1033:5:0:0:75:49
SPF_IP210.197.75.141
SPF_IP210.197.75.151
SPF_MXmail.active-ms.com

Related pages

Pivot deeper into the graph from mail.active-ms.com.

Cypher and MCP

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

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