Skip to content

Hostname

mail.aitoolreport.com

Last fetched

mail.aitoolreport.com resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · mail.aitoolreport.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mail.aitoolreport.com

Resolution chain

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

IPPrefixASNOperatorCountry
104.18.68.40104.18.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.69.40104.18.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
162.255.119.206162.255.119.0/24AS22612NAMECHEAP-NET - Namecheap, Inc.US
52.3.165.24752.2.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for mail.aitoolreport.com.

MechanismTarget
SPF_INCLUDEu33312638.wl139.sendgrid.net
SPF_IP107.189.13.129
SPF_IP149.72.235.0

Related pages

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

Cypher and MCP

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

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