Skip to content

Hostname

mail.raffer.one

Last fetched

mail.raffer.one resolves to 1 IPv4 address operated by AS59210 in SG.

Nutrition Label

WHISPER CANON · mail.raffer.oneRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/mail.raffer.one

Resolution chain

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

IPPrefixASNOperatorCountry
131.153.49.142131.153.49.0/24AS59210SG

WHOIS identity

No WHOIS records are currently associated with mail.raffer.one in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mail.raffer.one.

MechanismTarget
SPF_INCLUDE_spf.spamelite.com
SPF_INCLUDEzohomail.com
SPF_IP103.6.206.110
SPF_IP131.153.49.138

Related pages

Pivot deeper into the graph from mail.raffer.one.

Cypher and MCP

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

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