Hostname
mail.michsoft.de
Last fetched
mail.michsoft.de resolves to 2 IPv4 addresses operated by AS6724 in DE.
Nutrition Label
Resolution chain
mail.michsoft.de 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 |
|---|---|---|---|---|
| 85.214.103.44 | 85.214.0.0/15 | AS6724 | — | DE |
| 93.92.119.131 | 93.92.116.0/22 | AS59790 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.michsoft.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for mail.michsoft.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.michsoft.de |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 2a01:238:43d4:8400:85:214:103:44 |
| SPF_IP | 2a01:238:43d4:8400:85:214:26:10 |
| SPF_IP | 85.214.103.44 |
| SPF_IP | 85.214.26.10 |
| SPF_MX | mail.michsoft.de |
Related pages
Pivot deeper into the graph from mail.michsoft.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.michsoft.de"})-[: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.