Hostname
cjschmidt.de
Last fetched
cjschmidt.de resolves to 1 IPv4 address operated by AS47447 in DE.
Nutrition Label
Resolution chain
cjschmidt.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 |
|---|---|---|---|---|
| 109.71.74.14 | 109.71.72.0/22 | AS47447 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cjschmidt.de in WhisperGraph.
Subdomains
25 observed subdomains of cjschmidt.de.
Showing 20 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cjschmidt.de in the public web crawl.
75 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for cjschmidt.de.
| Mechanism | Target |
|---|---|
| SPF_A | cjschmidt.de |
| SPF_INCLUDE | _spf.qp-mail.eu |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 109.71.73.2 |
| SPF_IP | 109.71.74.14 |
| SPF_IP | 2a05:cc00:0:0:0:73:2:10 |
| SPF_IP | 2a05:cc00:0:0:0:74:25:10 |
| SPF_IP | 93.241.73.179 |
| SPF_MX | cjschmidt.de |
Related pages
Pivot deeper into the graph from cjschmidt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cjschmidt.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.