Hostname
actorsmap.cz
Last fetched
actorsmap.cz resolves to 2 IPv4 addresses operated by WEBSUPPORT-SRO-SK-AS in SK.
Nutrition Label
Resolution chain
actorsmap.cz 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 |
|---|---|---|---|---|
| 37.9.175.213 | 37.9.175.0/24 | AS51013 | WEBSUPPORT-SRO-SK-AS | SK |
| 81.0.214.200 | 81.0.214.0/24 | AS15685 | CASABLANCA-AS Internet & Collocation Provider | CZ |
WHOIS identity
No WHOIS records are currently associated with actorsmap.cz in WhisperGraph.
Subdomains
5 observed subdomains of actorsmap.cz.
Web-graph footprint
Distinct hostnames that link to or from actorsmap.cz in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for actorsmap.cz.
| Mechanism | Target |
|---|---|
| SPF_A | actorsmap.cz |
| SPF_A | actorsmap.miniserver.cz |
| SPF_MX | actorsmap.cz |
Related pages
Pivot deeper into the graph from actorsmap.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actorsmap.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.