Hostname
email.digitalexpressweb.com
Last fetched
email.digitalexpressweb.com resolves to 1 IPv4 address operated by AS24961 in DE.
Nutrition Label
Resolution chain
email.digitalexpressweb.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.199.135.174 | 5.199.128.0/20 | AS24961 | — | DE |
WHOIS identity
No WHOIS records are currently associated with email.digitalexpressweb.com in WhisperGraph.
Subdomains
7 observed subdomains of email.digitalexpressweb.com.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for email.digitalexpressweb.com.
| Mechanism | Target |
|---|---|
| SPF_A | email.digitalexpressweb.com |
| SPF_IP | 194.31.140.144/32 |
| SPF_IP | 194.31.140.145/32 |
| SPF_IP | 198.20.166.196/32 |
| SPF_IP | 198.20.166.197/32 |
| SPF_IP | 198.20.166.248/32 |
| SPF_IP | 198.20.166.249/32 |
| SPF_IP | 68.171.161.12/32 |
| SPF_IP | 68.171.161.13/32 |
| SPF_IP | 68.171.161.14/32 |
| SPF_IP | 68.171.161.18/32 |
| SPF_MX | email.digitalexpressweb.com |
Related pages
Pivot deeper into the graph from email.digitalexpressweb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "email.digitalexpressweb.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.