Skip to content

Hostname

mail.softwarealots.com

Last fetched

mail.softwarealots.com resolves to 1 IPv4 address operated by AS-GLOBALTELEHOST - GTHost in US.

Nutrition Label

WHISPER CANON · mail.softwarealots.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.softwarealots.com

Resolution chain

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

IPPrefixASNOperatorCountry
216.106.180.52216.106.180.0/24AS63023AS-GLOBALTELEHOST - GTHostUS

WHOIS identity

No WHOIS records are currently associated with mail.softwarealots.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for mail.softwarealots.com.

MechanismTarget
SPF_Amail.softwarealots.com
SPF_INCLUDErelay.mailbaby.net
SPF_IP216.106.180.52
SPF_IP23.137.84.82
SPF_IP38.91.101.159
SPF_MXmail.softwarealots.com

Related pages

Pivot deeper into the graph from mail.softwarealots.com.

Cypher and MCP

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

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