Skip to content

Hostname

moec.xmap.ai

Last fetched

moec.xmap.ai resolves to 8 IPv4 addresses operated by DCPL-IN DEV COLLECTION PRIVATE LIMITED in DE.

Nutrition Label

WHISPER CANON · moec.xmap.aiRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/moec.xmap.ai

Resolution chain

moec.xmap.ai resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.4.1010.0.0.0/0AS64073DCPL-IN DEV COLLECTION PRIVATE LIMITEDDE
108.157.4.330.0.0.0/0AS64073DCPL-IN DEV COLLECTION PRIVATE LIMITEDDE
108.157.4.360.0.0.0/0AS64073DCPL-IN DEV COLLECTION PRIVATE LIMITEDDE
108.157.4.690.0.0.0/0AS64073DCPL-IN DEV COLLECTION PRIVATE LIMITEDDE
3.164.255.1173.164.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.255.1293.164.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.255.453.164.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.255.653.164.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with moec.xmap.ai in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from moec.xmap.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "moec.xmap.ai"})-[: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.