Skip to content

Hostname

crm.datagreen.cloud

Last fetched

crm.datagreen.cloud resolves to 1 IPv4 address operated by PWCS-AS-AP Parallel Web Cloud Services in IN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
103.102.234.161103.102.234.0/24AS137035PWCS-AS-AP Parallel Web Cloud ServicesIN

WHOIS identity

No WHOIS records are currently associated with crm.datagreen.cloud in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for crm.datagreen.cloud.

MechanismTarget
SPF_Acrm.datagreen.cloud
SPF_INCLUDErelay.mailbaby.net
SPF_INCLUDEspf-c.mailbaby.net
SPF_IP103.102.234.161
SPF_MXcrm.datagreen.cloud

Related pages

Pivot deeper into the graph from crm.datagreen.cloud.

Cypher and MCP

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

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