Hostname
enplusgroup.com
Last fetched
enplusgroup.com resolves to 1 IPv4 address operated by AS-SERVICEPIPE in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
enplusgroup.com 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 |
|---|---|---|---|---|
| 109.238.88.166 | 109.238.88.0/24 | AS201706 | AS-SERVICEPIPE | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- branch of a private company with limited liability en + holding
- Contact emails
Subdomains
24 observed subdomains of enplusgroup.com.
Showing 21 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from enplusgroup.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for enplusgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | gw1.enplus.ru |
| SPF_A | gw1.enplus.team |
| SPF_A | gw1.irkutskenergo.ru |
| SPF_A | gw2.enplus.ru |
| SPF_A | mx.kges.ru |
| SPF_A | mx1.enplus.co.uk |
| SPF_A | mx1.enplus.ru |
| SPF_A | mx2.kges.ru |
| SPF_A | mx3.irkutskenergo.ru |
| SPF_MX | enplusgroup.com |
Related pages
Pivot deeper into the graph from enplusgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enplusgroup.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.