Skip to content

Hostname

cloud.arobas.ma

Last fetched

cloud.arobas.ma resolves to 1 IPv4 address operated by AS36903 in MA.

Nutrition Label

WHISPER CANON · cloud.arobas.maRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/cloud.arobas.ma

Resolution chain

cloud.arobas.ma resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
41.248.234.5141.248.232.0/21AS36903MA

WHOIS identity

No WHOIS records are currently associated with cloud.arobas.ma in WhisperGraph.

Subdomains

1 observed subdomain of cloud.arobas.ma.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for cloud.arobas.ma.

MechanismTarget
SPF_Acloud.arobas.ma
SPF_IP217.76.58.241
SPF_MXcloud.arobas.ma

Related pages

Pivot deeper into the graph from cloud.arobas.ma.

Cypher and MCP

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

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