Hostname
mail.digitaldept.it
Last fetched
mail.digitaldept.it resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
mail.digitaldept.it 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 |
|---|---|---|---|---|
| 49.12.59.166 | 49.12.0.0/16 | AS24940 | — | DE |
| 89.42.134.111 | 89.42.134.0/24 | AS64445 | — | IT |
WHOIS identity
No WHOIS records are currently associated with mail.digitaldept.it in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mail.digitaldept.it.
| Mechanism | Target |
|---|---|
| SPF_A | mail.digitaldept.it |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | musvc.com |
| SPF_IP | 144.76.187.212 |
| SPF_IP | 147.135.236.193 |
| SPF_IP | 147.135.236.195 |
| SPF_IP | 193.70.58.176 |
| SPF_IP | 49.12.59.166 |
| SPF_IP | 89.42.134.111 |
| SPF_IP | 94.23.111.58 |
| SPF_IP | 94.23.111.59 |
| SPF_MX | mail.digitaldept.it |
Related pages
Pivot deeper into the graph from mail.digitaldept.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.digitaldept.it"})-[: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.