Skip to content

Hostname

www.depopa.com

Last fetched

www.depopa.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in DE.

Nutrition Label

WHISPER CANON · www.depopa.comRouting diversity2.4/10Peering density7.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/www.depopa.com

Resolution chain

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

IPPrefixASNOperatorCountry
149.81.113.181149.81.64.0/18AS36351SOFTLAYER - IBM CloudDE
178.210.177.6178.210.177.0/24AS56582TR

WHOIS identity

No WHOIS records are currently associated with www.depopa.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for www.depopa.com.

MechanismTarget
SPF_Awww.depopa.com
SPF_IP149.81.211.99
SPF_IP178.210.177.6
SPF_MXwww.depopa.com

Related pages

Pivot deeper into the graph from www.depopa.com.

Cypher and MCP

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

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