Skip to content

Hostname

mail.apsventure.com

Last fetched

mail.apsventure.com resolves to 4 IPv4 addresses operated by AS45839 in MY.

Nutrition Label

WHISPER CANON · mail.apsventure.comRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/mail.apsventure.com

Resolution chain

mail.apsventure.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
101.99.70.182101.99.64.0/21AS45839MY
13.213.136.813.212.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
18.138.187.25418.138.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
3.1.133.2523.0.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with mail.apsventure.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for mail.apsventure.com.

MechanismTarget
SPF_Amail.apsventure.com
SPF_INCLUDEspf.mailsentinel.net
SPF_IP101.99.70.160
SPF_IP101.99.70.161
SPF_MXmail.apsventure.com

Related pages

Pivot deeper into the graph from mail.apsventure.com.

Cypher and MCP

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

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