Skip to content

Hostname

scan2mail.at

Last fetched

scan2mail.at resolves to 1 IPv4 address operated by AS24940 in FI.

Nutrition Label

WHISPER CANON · scan2mail.atRouting diversity1.5/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/scan2mail.at

Resolution chain

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

IPPrefixASNOperatorCountry
65.21.149.6965.21.0.0/16AS24940FI

WHOIS identity

No WHOIS records are currently associated with scan2mail.at in WhisperGraph.

Subdomains

1 observed subdomain of scan2mail.at.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for scan2mail.at.

MechanismTarget
SPF_Ascan2mail.at
SPF_IP2a01:4f9:c012:a7f2::/64
SPF_IP65.21.149.69

Related pages

Pivot deeper into the graph from scan2mail.at.

Cypher and MCP

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

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