Skip to content

Hostname

mail.ittoall.net

Last fetched

mail.ittoall.net resolves to 2 IPv4 addresses operated by VELIANET-AS - velia.net Internetdienste GmbH in SG.

Nutrition Label

WHISPER CANON · mail.ittoall.netRouting diversity2.4/10Peering density4.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/mail.ittoall.net

Resolution chain

mail.ittoall.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.244.113.58103.244.113.0/24AS29066VELIANET-AS - velia.net Internetdienste GmbHSG
190.92.174.27190.92.174.0/24AS199404WHG-IN - WHG Hosting Services LtdIN

WHOIS identity

No WHOIS records are currently associated with mail.ittoall.net in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for mail.ittoall.net.

MechanismTarget
SPF_INCLUDE_spf.mx.cloudflare.net

Related pages

Pivot deeper into the graph from mail.ittoall.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.ittoall.net"})-[: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.