Skip to content

Hostname

sent2mail.com

Last fetched

sent2mail.com resolves to 2 IPv4 addresses operated by PAGM-AS in EE. WHOIS lists iana:463 as the registrar.

Nutrition Label

WHISPER CANON · sent2mail.comRouting diversity2.4/10Peering density5.2/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/sent2mail.com

Resolution chain

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

IPPrefixASNOperatorCountry
46.36.217.23846.36.217.0/24AS198068PAGM-ASEE
5.188.56.355.188.56.0/22AS49505LANESTELRU

WHOIS identity

Registrar
iana:463
Organization
doug simpson
Contact emails

Subdomains

100 observed subdomains of sent2mail.com.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for sent2mail.com.

MechanismTarget
SPF_Asent2mail.com
SPF_INCLUDE_spf.sent2mail.com
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from sent2mail.com.

Cypher and MCP

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

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