Skip to content

Hostname

imap.ittera.com

Last fetched

imap.ittera.com resolves to 1 IPv4 address operated by AS11830 in CR.

Nutrition Label

WHISPER CANON · imap.ittera.comRouting diversity1.5/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/imap.ittera.com

Resolution chain

imap.ittera.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
201.200.2.222201.200.0.0/19AS11830CR

WHOIS identity

No WHOIS records are currently associated with imap.ittera.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

13 SPF mechanisms authorising senders for imap.ittera.com.

MechanismTarget
SPF_Aimap.ittera.com
SPF_Aittera.com
SPF_IP186.176.216.82
SPF_IP186.32.191.242
SPF_IP186.94.7.58
SPF_IP2002:ba5b:248d:0:0:0:ba5b:248d
SPF_IP2002:be27:64ff:0:0:0:be27:64ff
SPF_IP2002:c9f9:92ce:0:0:0:c9f9:92ce
SPF_IP201.184.108.58
SPF_IP201.191.183.6
SPF_IP201.200.2.222
SPF_MXimap.ittera.com
SPF_MXittera.com

Related pages

Pivot deeper into the graph from imap.ittera.com.

Cypher and MCP

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

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