Hostname
weishaupt.de
Last fetched
weishaupt.de resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
weishaupt.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 |
|---|---|---|---|---|
| 88.99.7.237 | 88.99.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with weishaupt.de in WhisperGraph.
Subdomains
25 observed subdomains of weishaupt.de.
Web-graph footprint
Distinct hostnames that link to or from weishaupt.de in the public web crawl.
1,119 sites link to this hostname.
37 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for weishaupt.de.
| Mechanism | Target |
|---|---|
| SPF_A | weishaupt.de |
| SPF_A | weishaupt.managed-otrs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 216.71.136.60 |
| SPF_IP | 216.71.158.154 |
| SPF_IP | 34.107.88.2/32 |
| SPF_IP | 35.246.224.53/32 |
| SPF_MX | weishaupt.de |
Related pages
Pivot deeper into the graph from weishaupt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weishaupt.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.