Hostname
mcsplus.cz
Last fetched
mcsplus.cz resolves to 2 IPv4 addresses operated by AS25248 in CZ.
Nutrition Label
Resolution chain
mcsplus.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 |
|---|---|---|---|---|
| 85.207.5.2 | 85.207.0.0/16 | AS25248 | — | CZ |
| 93.99.48.2 | 93.99.0.0/17 | AS16019 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with mcsplus.cz in WhisperGraph.
Subdomains
1,008 observed subdomains of mcsplus.cz.
Showing 25 of 1,008. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mcsplus.cz in the public web crawl.
8 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for mcsplus.cz.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.mcsplus.cz |
| SPF_INCLUDE | spf.binargon.cz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.129.137.6 |
| SPF_IP | 85.207.5.0/28 |
| SPF_IP | 85.207.5.18 |
| SPF_IP | 89.190.46.111 |
| SPF_MX | mcsplus.cz |
Related pages
Pivot deeper into the graph from mcsplus.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mcsplus.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.