Hostname
discretization.de
Last fetched
discretization.de resolves to 1 IPv4 address operated by AS680 in DE.
Nutrition Label
Resolution chain
discretization.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 |
|---|---|---|---|---|
| 141.23.70.96 | 141.23.0.0/16 | AS680 | — | DE |
WHOIS identity
No WHOIS records are currently associated with discretization.de in WhisperGraph.
Subdomains
7 observed subdomains of discretization.de.
Web-graph footprint
Distinct hostnames that link to or from discretization.de in the public web crawl.
58 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for discretization.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 130.149.7.33/32 |
| SPF_IP | 130.149.7.70/32 |
| SPF_IP | 141.23.12.141/32 |
| SPF_IP | 141.23.12.142/32 |
| SPF_IP | 141.23.12.143/32 |
| SPF_IP | 194.95.233.66/32 |
| SPF_IP | 194.95.235.66/32 |
| SPF_IP | 194.95.239.66/32 |
Related pages
Pivot deeper into the graph from discretization.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "discretization.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.