Skip to content

Hostname

mail.tim-network.com

Last fetched

mail.tim-network.com resolves to 2 IPv4 addresses operated by AS23246 in EC.

Nutrition Label

WHISPER CANON · mail.tim-network.comRouting diversity2.4/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/mail.tim-network.com

Resolution chain

mail.tim-network.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

No WHOIS records are currently associated with mail.tim-network.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

8 SPF mechanisms authorising senders for mail.tim-network.com.

MechanismTarget
SPF_Amail.tim-network.com
SPF_IP108.170.10.210
SPF_IP2803:c310:ff01:0:0:0:0:2
SPF_IP38.46.218.114
SPF_IP66.231.64.2
SPF_IP66.231.64.204
SPF_IP66.231.72.150
SPF_MXmail.tim-network.com

Related pages

Pivot deeper into the graph from mail.tim-network.com.

Cypher and MCP

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

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