Hostname
usergate.com
Last fetched
usergate.com resolves to 2 IPv4 addresses operated by YANDEXCLOUD in RU.
Nutrition Label
Resolution chain
usergate.com 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.55 | 31.44.9.0/24 | AS200350 | YANDEXCLOUD | RU |
| 51.250.55.79 | 51.250.54.0/23 | AS200350 | YANDEXCLOUD | RU |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from usergate.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for usergate.com.
| Mechanism | Target |
|---|---|
| SPF_A | usergate.com |
| SPF_INCLUDE | spf.unisender.com |
| SPF_IP | 185.147.82.128/25 |
| SPF_IP | 217.77.111.0/24 |
| SPF_IP | 31.184.200.0/22 |
| SPF_IP | 31.207.44.98 |
| SPF_IP | 46.229.79.0/24 |
| SPF_IP | 93.91.171.0/24 |
| SPF_MX | usergate.com |
Related pages
Pivot deeper into the graph from usergate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usergate.com"})-[: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.