Skip to content

Hostname

mail.muses.cloud

Last fetched

mail.muses.cloud resolves to 2 IPv4 addresses operated by SAKURA-A SAKURA Internet Inc. in JP.

Nutrition Label

WHISPER CANON · mail.muses.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.muses.cloud

Resolution chain

mail.muses.cloud resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
133.125.148.18133.125.0.0/16AS7684SAKURA-A SAKURA Internet Inc.JP
183.90.181.102183.90.176.0/21AS37907DIGIROCK DigiRock, Inc.JP

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for mail.muses.cloud.

MechanismTarget
SPF_Amail.muses.cloud
SPF_IP150.95.55.4
SPF_IP150.95.59.10
SPF_MXmail.muses.cloud

Related pages

Pivot deeper into the graph from mail.muses.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.muses.cloud"})-[: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.