Skip to content

Hostname

saas.do

Last fetched

saas.do appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · saas.doRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/saas.do

Resolution chain

saas.do has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

No WHOIS records are currently associated with saas.do in WhisperGraph.

Subdomains

59 observed subdomains of saas.do.

Web-graph footprint

Distinct hostnames that link to or from saas.do in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for saas.do.

MechanismTarget
SPF_Asaas.do
SPF_INCLUDE_spf.google.com
SPF_INCLUDEemsd1.com
SPF_IP80.158.30.254
SPF_IP84.246.122.112/28
SPF_IP84.246.124.192/27
SPF_IP84.246.125.0/24
SPF_MXsaas.do

Related pages

Pivot deeper into the graph from saas.do.

Cypher and MCP

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

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