Hostname
kronmat.de
Last fetched
kronmat.de resolves to 1 IPv4 address operated by AS12741 in PL.
Nutrition Label
Resolution chain
kronmat.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 |
|---|---|---|---|---|
| 213.216.83.221 | 213.216.64.0/18 | AS12741 | — | PL |
WHOIS identity
No WHOIS records are currently associated with kronmat.de in WhisperGraph.
Subdomains
1 observed subdomain of kronmat.de.
| Subdomain |
|---|
| www.kronmat.de |
Web-graph footprint
Distinct hostnames that link to or from kronmat.de in the public web crawl.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for kronmat.de.
| Mechanism | Target |
|---|---|
| SPF_A | kronmat.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 37.128.111.170/32 |
| SPF_IP | 37.128.111.172/32 |
| SPF_IP | 37.247.226.76/32 |
| SPF_IP | 37.247.226.87/32 |
| SPF_MX | kronmat.de |
Related pages
Pivot deeper into the graph from kronmat.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kronmat.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.