Hostname
enterprise-power.com
Last fetched
enterprise-power.com resolves to 2 IPv4 addresses operated by AS12488 in GB. WHOIS lists iana:1755 as the registrar.
Nutrition Label
Resolution chain
enterprise-power.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 |
|---|---|---|---|---|
| 62.100.204.134 | 62.100.204.0/22 | AS12488 | — | GB |
| 77.72.2.135 | 77.72.0.0/21 | AS12488 | — | GB |
WHOIS identity
- Registrar
- iana:1755
- Organization
- devon power
- Contact emails
Subdomains
8 observed subdomains of enterprise-power.com.
Threat posture
History
Mail and authentication
MX records
- enterprise-power.com
- mx1.krystal.io
- mx2.krystal.io
SPF policy
10 SPF mechanisms authorising senders for enterprise-power.com.
| Mechanism | Target |
|---|---|
| SPF_A | enterprise-power.com |
| SPF_INCLUDE | relay.k.io |
| SPF_INCLUDE | spf.filteredmx.net |
| SPF_IP | 166.62.112.199 |
| SPF_IP | 185.199.220.57 |
| SPF_IP | 62.100.204.134 |
| SPF_IP | 62.100.205.210 |
| SPF_IP | 77.72.2.135 |
| SPF_IP | 91.197.231.32/32 |
| SPF_MX | enterprise-power.com |
Related pages
Pivot deeper into the graph from enterprise-power.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enterprise-power.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.