Hostname
formenergy.com
Last fetched
formenergy.com resolves to 1 IPv4 address operated by YOUTUBE YOUTUBE in US.
Nutrition Label
Resolution chain
formenergy.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 |
|---|---|---|---|---|
| 35.212.58.131 | 35.212.0.0/17 | AS43515 | YOUTUBE YOUTUBE | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from formenergy.com in the public web crawl.
Sample inbound links
- quantaintelligence.ai
- sprouts.ai
- sunya.ai
- worldbuild.ai
- prospect-directory-9mr2lu9aw-prospect-org.vercel.app
- prospect-directory-bwdfe7fmd-prospect-org.vercel.app
- prospect-directory-fot6aw74i-prospect-org.vercel.app
- prospect-directory-j0do1liqf-prospect-org.vercel.app
- prospect-directory-k52z6c42x-prospect-org.vercel.app
- prospect-directory-kvmy5xosc-prospect-org.vercel.app
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for formenergy.com.
| Mechanism | Target |
|---|---|
| SPF_A | infusionsoft.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | formenergy.com.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | spf1.formenergy.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 117.20.43.11/32 |
| SPF_IP | 135.84.80.0/24 |
| SPF_IP | 135.84.82.0/24 |
| SPF_IP | 136.143.184.0/24 |
| SPF_IP | 136.143.188.0/24 |
| SPF_IP | 206.31.4.10 |
| SPF_IP | 208.76.24.0/22 |
| SPF_IP | 34.82.162.0/24 |
| SPF_IP | 35.227.130.0/24 |
| SPF_IP | 64.18.0.0/20 |
Related pages
Pivot deeper into the graph from formenergy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "formenergy.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.