Hostname
vetmanager.de
Last fetched
vetmanager.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
vetmanager.de 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 |
|---|---|---|---|---|
| 159.69.110.218 | 159.77.44.0/24 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with vetmanager.de in WhisperGraph.
Subdomains
4 observed subdomains of vetmanager.de.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for vetmanager.de.
| Mechanism | Target |
|---|---|
| SPF_A | app.debevet.de |
| SPF_A | app.netzfalken.de |
| SPF_A | app.vetmanager.de |
| SPF_A | debevet.de |
| SPF_A | mail.debevet.de |
| SPF_A | mail.mc-h.com |
| SPF_A | mail.vetmanager.de |
| SPF_A | mc-h.com |
| SPF_A | staging.app.debevet.de |
| SPF_A | vetmanager.de |
| SPF_IP | 116.203.9.202 |
| SPF_IP | 159.69.110.218 |
| SPF_IP | 162.55.63.150 |
| SPF_IP | 2a01:4f8:1c0c:66d8::/64 |
| SPF_IP | 2a01:4f8:1c1c:a2b3::/64 |
| SPF_MX | vetmanager.de |
Related pages
Pivot deeper into the graph from vetmanager.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vetmanager.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.