Hostname
proxy-dev.1c.cloud
Last fetched
proxy-dev.1c.cloud resolves to 4 IPv4 addresses operated by AVTOSOYUZ-PLUS-AS in RU.
Nutrition Label
Resolution chain
proxy-dev.1c.cloud resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 89.208.228.210 | 89.208.228.0/22 | AS47764 | AVTOSOYUZ-PLUS-AS | RU |
| 89.208.230.151 | 89.208.228.0/22 | AS47764 | AVTOSOYUZ-PLUS-AS | RU |
| 95.163.182.57 | 95.163.180.0/22 | AS47764 | AVTOSOYUZ-PLUS-AS | RU |
| 95.163.211.133 | 95.163.208.0/21 | AS47764 | AVTOSOYUZ-PLUS-AS | RU |
WHOIS identity
No WHOIS records are currently associated with proxy-dev.1c.cloud in WhisperGraph.
Subdomains
2 observed subdomains of proxy-dev.1c.cloud.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for proxy-dev.1c.cloud.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.62.101.6/32 |
| SPF_IP | 46.235.53.165/32 |
| SPF_IP | 95.163.180.195/32 |
| SPF_IP | 95.163.249.186/32 |
| SPF_MX | mx.1cbo.ru |
| SPF_MX | proxy-dev.1c.cloud |
Related pages
Pivot deeper into the graph from proxy-dev.1c.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proxy-dev.1c.cloud"})-[: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.