Hostname
printing-mill.com
Last fetched
printing-mill.com resolves to 2 IPv4 addresses operated by AS29134 in CZ. WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
printing-mill.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 130.193.9.44 | 130.193.8.0/21 | AS29134 | — | CZ |
| 81.31.46.144 | 81.31.32.0/20 | AS24971 | — | CZ |
WHOIS identity
- Registrar
- iana:1505
- Organization
- la linea s.r.o.
- Contact emails
Subdomains
2 observed subdomains of printing-mill.com.
Threat posture
History
Related pages
Pivot deeper into the graph from printing-mill.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "printing-mill.com"})-[: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.