Hostname
base.dpesa.com
Last fetched
base.dpesa.com resolves to 2 IPv4 addresses operated by LEASEWEB-USA-PHX - Leaseweb USA, Inc. in US.
Nutrition Label
Resolution chain
base.dpesa.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.81.206.207 | 23.81.204.0/22 | AS19148 | LEASEWEB-USA-PHX - Leaseweb USA, Inc. | US |
| 72.52.156.117 | 72.52.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with base.dpesa.com in WhisperGraph.
Subdomains
7 observed subdomains of base.dpesa.com.
Threat posture
History
Mail and authentication
MX records
- base.dpesa.com
SPF policy
3 SPF mechanisms authorising senders for base.dpesa.com.
| Mechanism | Target |
|---|---|
| SPF_A | base.dpesa.com |
| SPF_IP | 72.52.156.117 |
| SPF_MX | base.dpesa.com |
Related pages
Pivot deeper into the graph from base.dpesa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "base.dpesa.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.