Skip to content

Hostname

dev.sauleda.com

Last fetched

dev.sauleda.com resolves to 2 IPv4 addresses operated by SIMPLYTRANSIT in GB.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
151.236.32.48151.236.32.0/19AS29550SIMPLYTRANSITGB
213.158.86.53213.158.84.0/22AS34762COMBELL-ASES

WHOIS identity

No WHOIS records are currently associated with dev.sauleda.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for dev.sauleda.com.

MechanismTarget
SPF_INCLUDE_spf-eu.ionos.com

Related pages

Pivot deeper into the graph from dev.sauleda.com.

Cypher and MCP

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

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