Hostname
westcall.net
Last fetched
westcall.net resolves to 1 IPv4 address operated by AS41733 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
westcall.net 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 |
|---|---|---|---|---|
| 84.52.72.5 | 84.53.186.0/24 | AS41733 | — | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- jsc 'er-telecom holding'
- Contact emails
Subdomains
4,193 observed subdomains of westcall.net.
Showing 25 of 4,193. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for westcall.net.
| Mechanism | Target |
|---|---|
| SPF_A | backup-relay.westcall.net |
| SPF_A | relay.westcall.net |
| SPF_A | smtp.westcall.net |
| SPF_MX | westcall.net |
Related pages
Pivot deeper into the graph from westcall.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "westcall.net"})-[: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.