Skip to content

Hostname

mail.baculum.es

Last fetched

mail.baculum.es resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES.

Nutrition Label

WHISPER CANON · mail.baculum.esRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/mail.baculum.es

Resolution chain

mail.baculum.es resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.32.2283.5.32.0/24AS16509AMAZON-02 - Amazon.com, Inc.ES
3.5.33.1343.5.33.0/24AS16509AMAZON-02 - Amazon.com, Inc.ES
3.5.33.823.5.33.0/24AS16509AMAZON-02 - Amazon.com, Inc.ES
3.5.34.1253.5.34.0/24AS16509AMAZON-02 - Amazon.com, Inc.ES

WHOIS identity

No WHOIS records are currently associated with mail.baculum.es in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for mail.baculum.es.

MechanismTarget
SPF_Amail.baculum.es
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.acumbamail.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEtrustpilotservice.com
SPF_MXmail.baculum.es

Related pages

Pivot deeper into the graph from mail.baculum.es.

Cypher and MCP

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

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