Hostname
remz.cab
Last fetched
remz.cab resolves to 1 IPv4 address operated by AS210079 in RU. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
remz.cab 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 |
|---|---|---|---|---|
| 185.87.197.236 | 185.87.197.0/24 | AS210079 | — | RU |
WHOIS identity
- Registrar
- iana:1606
- Organization
- contact privacy inc. customer 0158095339
- Contact emails
- —
Subdomains
2 observed subdomains of remz.cab.
| Subdomain |
|---|
| mail.remz.cab |
| www.remz.cab |
Web-graph footprint
Distinct hostnames that link to or from remz.cab in the public web crawl.
5 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for remz.cab.
| Mechanism | Target |
|---|---|
| SPF_A | remz.cab |
| SPF_MX | remz.cab |
Related pages
Pivot deeper into the graph from remz.cab.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "remz.cab"})-[: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.