Hostname
setka.so
Last fetched
setka.so resolves to 2 IPv4 addresses operated by AS200350 in RU. WHOIS lists registrar:key-systems as the registrar.
Nutrition Label
Resolution chain
setka.so 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 |
|---|---|---|---|---|
| 31.44.9.64 | 31.44.9.0/24 | AS200350 | — | RU |
| 51.250.0.88 | 51.250.0.0/17 | AS200350 | — | RU |
WHOIS identity
- Registrar
- registrar:key-systems
- Organization
- gennady beregovskiy
- Contact emails
- —
Subdomains
4 observed subdomains of setka.so.
Web-graph footprint
Distinct hostnames that link to or from setka.so in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from setka.so.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "setka.so"})-[: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.