Hostname
4essentialwellness.com
Last fetched
4essentialwellness.com resolves to 2 IPv4 addresses operated by AS45731 in ID. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
4essentialwellness.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 |
|---|---|---|---|---|
| 113.20.31.85 | 113.20.30.0/23 | AS45731 | — | ID |
| 15.197.212.58 | 15.197.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:48
- Organization
- brooke heider
- Contact emails
Subdomains
1 observed subdomain of 4essentialwellness.com.
| Subdomain |
|---|
| www.4essentialwellness.com |
Threat posture
History
Mail and authentication
MX records
- 4essentialwellness.com
SPF policy
1 SPF mechanism authorising senders for 4essentialwellness.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 113.20.31.85 |
Related pages
Pivot deeper into the graph from 4essentialwellness.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4essentialwellness.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.