Hostname
msoft.de
Last fetched
msoft.de resolves to 2 IPv4 addresses operated by MITTWALD-AS Mittwald CM Service GmbH und Co. KG in DE.
Nutrition Label
Resolution chain
msoft.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 |
|---|---|---|---|---|
| 193.53.246.46 | 193.53.246.0/23 | AS15817 | MITTWALD-AS Mittwald CM Service GmbH und Co. KG | DE |
| 80.70.184.93 | 80.70.176.0/20 | AS34372 | CSC | DE |
WHOIS identity
No WHOIS records are currently associated with msoft.de in WhisperGraph.
Subdomains
33 observed subdomains of msoft.de.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from msoft.de in the public web crawl.
72 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for msoft.de.
| Mechanism | Target |
|---|---|
| SPF_A | msoft.de |
| SPF_INCLUDE | 145448462.spf06.hubspotemail.net |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 185.164.230.98 |
| SPF_IP | 188.40.123.134 |
| SPF_IP | 213.133.103.49 |
| SPF_IP | 2a01:4f8:140:1252:0:0:0:2 |
| SPF_IP | 46.4.52.185 |
| SPF_IP | 62.156.187.98 |
| SPF_IP | 80.70.184.93 |
| SPF_IP | 81.169.231.219 |
| SPF_IP | 85.8.81.188 |
| SPF_IP | 87.139.65.86 |
| SPF_MX | msoft.de |
Related pages
Pivot deeper into the graph from msoft.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "msoft.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.