Hostname
pro.elenpea.com
Last fetched
pro.elenpea.com resolves to 2 IPv4 addresses operated by AS51115 in RU.
Nutrition Label
Resolution chain
pro.elenpea.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 |
|---|---|---|---|---|
| 178.248.237.90 | 178.248.236.0/23 | AS51115 | — | RU |
| 194.67.71.25 | 194.67.71.0/24 | AS197695 | — | RU |
WHOIS identity
No WHOIS records are currently associated with pro.elenpea.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pro.elenpea.com.
| Mechanism | Target |
|---|---|
| SPF_A | pro.elenpea.com |
| SPF_INCLUDE | getmailing.ru |
| SPF_MX | pro.elenpea.com |
Related pages
Pivot deeper into the graph from pro.elenpea.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pro.elenpea.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.