Hostname
pivopermon.cz
Last fetched
pivopermon.cz resolves to 1 IPv4 address operated by AS39392 in CZ.
Nutrition Label
Resolution chain
pivopermon.cz 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 |
|---|---|---|---|---|
| 46.234.126.62 | 46.234.96.0/19 | AS39392 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with pivopermon.cz in WhisperGraph.
Subdomains
4 observed subdomains of pivopermon.cz.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pivopermon.cz in the public web crawl.
55 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for pivopermon.cz.
| Mechanism | Target |
|---|---|
| SPF_A | pivopermon.cz |
| SPF_IP | 185.73.104.139 |
| SPF_IP | 185.73.104.168 |
| SPF_IP | 185.73.106.16 |
| SPF_IP | 193.165.180.170 |
| SPF_IP | 77.104.210.244 |
| SPF_IP | 77.104.245.12 |
| SPF_IP | 77.104.245.9 |
| SPF_IP | 78.111.114.106 |
| SPF_IP | 93.91.154.13 |
Related pages
Pivot deeper into the graph from pivopermon.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pivopermon.cz"})-[: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.