Hostname
soenergy.com
Last fetched
soenergy.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
soenergy.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.35.26 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 162.241.194.15 | 162.241.194.0/23 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
| 172.66.146.22 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:2
- Organization
- energy international,
- Contact emails
Subdomains
57 observed subdomains of soenergy.com.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from soenergy.com in the public web crawl.
18 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for soenergy.com.
| Mechanism | Target |
|---|---|
| SPF_A | soenergy.com |
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.241.194.11 |
| SPF_IP | 208.115.114.89 |
| SPF_MX | soenergy.com |
Related pages
Pivot deeper into the graph from soenergy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "soenergy.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.