Skip to content

Hostname

gateway.posalecloudhost.com

Last fetched

gateway.posalecloudhost.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.

Nutrition Label

WHISPER CANON · gateway.posalecloudhost.comRouting diversity2.4/10Peering density5.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/gateway.posalecloudhost.com

Resolution chain

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

IPPrefixASNOperatorCountry
207.154.196.95207.154.192.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCDE
65.181.116.15265.181.116.0/24AS36454US

WHOIS identity

No WHOIS records are currently associated with gateway.posalecloudhost.com in WhisperGraph.

Subdomains

1 observed subdomain of gateway.posalecloudhost.com.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for gateway.posalecloudhost.com.

MechanismTarget
SPF_Agateway.posalecloudhost.com
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP192.250.229.176
SPF_IP65.181.116.151
SPF_IP65.181.116.152
SPF_MXgateway.posalecloudhost.com

Related pages

Pivot deeper into the graph from gateway.posalecloudhost.com.

Cypher and MCP

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

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